diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-07 11:59:10 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-07 12:00:51 -0400 |
commit | 5cf09844197bdd48aa0ecab2f131ce07f3fe9ade (patch) | |
tree | 549f6d944c59d54bdbf5e85581c36a00055c57ab /tools | |
parent | 858f7a0b8a7aebe69df387654e3201051d348b9e (diff) |
Add end-of-ROM stadium data, fix Burned Tower script labels/constants.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/unused_sources.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unused_sources.sh b/tools/unused_sources.sh index 6a441e32..0af6397f 100755 --- a/tools/unused_sources.sh +++ b/tools/unused_sources.sh @@ -4,7 +4,7 @@ # top-level sources listed in Makefile toplevel='audio.asm data/text/common.asm data/pokemon/dex_entries.asm wram.asm main.asm home.asm gfx/sprites.asm gfx/pics_gold.asm gfx/pics_silver.asm -data/maps/map_data.asm engine/overworld/events.asm' +data/maps/map_data.asm engine/overworld/events.asm rgbdscheck.asm' for asm in $toplevel; do echo "$asm" |