mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
d530ca24cd
* update star_rod_idx_to_c for battles * name spiked_goomba and paragoomba animations * name cleft animations * finish battle struct disasm * fix for kmr part 3 * name jr troopa animations Co-authored by: T00nbink <martyntoby@gmail.com> * ignore star rod crash.xml * foliage.inc.c * foliage data * script: =f -> = (float) * script: add (int) cast
54 lines
526 B
Plaintext
54 lines
526 B
Plaintext
# Python
|
|
__pycache__/
|
|
venv/
|
|
.lark_cache*
|
|
.splat_cache
|
|
|
|
# Misc
|
|
.idea/
|
|
.DS_Store
|
|
ctx.c
|
|
expected/
|
|
.vscode/launch.json
|
|
/tools/star-rod
|
|
/ver/current
|
|
/ver/*/assets
|
|
|
|
# Build artifacts
|
|
build.ninja
|
|
.ninja*
|
|
*.ld
|
|
*.elf
|
|
*.z64
|
|
*.Yay0
|
|
*.msg.h
|
|
*.bin
|
|
*.i
|
|
*.o
|
|
*.zip
|
|
baserom.*
|
|
build/
|
|
!tools/build
|
|
/docs/doxygen/
|
|
/include/ld_addrs.h
|
|
/include/message_ids.h
|
|
/include/sprite/
|
|
/include/map
|
|
|
|
# Assets
|
|
/assets/*
|
|
|
|
# Star Rod
|
|
/sprite/SpriteTable.xml
|
|
/mod.cfg
|
|
/tools/star-rod
|
|
/editor
|
|
/logs
|
|
/out
|
|
dump
|
|
*.backup
|
|
crash.xml
|
|
|
|
/tools/Yay0compress
|
|
/tools/n64crc
|