mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
4ad11af535
* script * fix prologue printing * added type hints for return types * model docs * more models * pretty print for sprite xmls on earlier python ver * 1x oops * sprite xml labels * cod cleanup * type cleanup * fixes, script erroring * script fixes * objcopy * link, objcopy, etc * map_shape.ld * discard * kpa_117 match * move stuff into /geom * fix some shapes * 253 * 221 * opaque lights * 488 * all clear * fixies * RDP_MATRIX macro * more explicit property 5F --------- Co-authored-by: HailSanta <Hail2Santa@gmail.com>
66 lines
815 B
Plaintext
66 lines
815 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
.splat_cache
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
.vscode/launch.json
|
|
.vscode/*.log
|
|
/tools/star-rod
|
|
/tools/to_rename.txt
|
|
/ver/current
|
|
/ver/*/assets
|
|
ctx.c.m2c
|
|
/data2c
|
|
|
|
# Build artifacts
|
|
build.ninja
|
|
.ninja*
|
|
*.ld
|
|
!src/map_shape.ld
|
|
*.elf
|
|
*.z64
|
|
*.v64
|
|
*.n64
|
|
*.Yay0
|
|
*.msg.h
|
|
*.i
|
|
*.o
|
|
*.zip
|
|
baserom.*
|
|
build/
|
|
!tools/build
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/message_ids.h
|
|
/include/sprite/
|
|
/include/map
|
|
/tools/permuter_settings.toml
|
|
|
|
# Assets
|
|
# ** DO NOT UNIGNORE THESE FILES!! SEE THE FOLLOWING LINK IF YOU'RE MODDING ASSETS:**
|
|
# https://github.com/pmret/papermario/wiki/Asset-overrides
|
|
/assets/us
|
|
/assets/jp
|
|
/assets/pal
|
|
/assets/ique
|
|
|
|
# Star Rod
|
|
/sprite/SpriteTable.xml
|
|
/mod.cfg
|
|
/tools/star-rod
|
|
/editor
|
|
/logs
|
|
/out
|
|
dump
|
|
*.backup
|
|
crash.xml
|
|
|
|
/tools/Yay0compress
|
|
/tools/n64crc
|