diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-07 13:33:05 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-07 15:37:15 -0400 |
commit | 41c19e6e7c751ad16e355cc9b5b1604b4199f2e5 (patch) | |
tree | dab222f6f9e0af175530bbbeb33b731667767811 /tools | |
parent | 5cf09844197bdd48aa0ecab2f131ce07f3fe9ade (diff) |
Add majority of remaining unused source files.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/unused_sources.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/unused_sources.sh b/tools/unused_sources.sh index 0af6397f..0a3f4ea1 100755 --- a/tools/unused_sources.sh +++ b/tools/unused_sources.sh @@ -4,7 +4,8 @@ # 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 rgbdscheck.asm' +data/maps/map_data.asm engine/overworld/events.asm rgbdscheck.asm +data/pokemon/egg_moves.asm data/pokemon/evos_attacks.asm' for asm in $toplevel; do echo "$asm" |