diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-25 06:10:52 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-25 17:05:08 -0400 |
commit | b16e8fd69500828d86be67fe0f5e4165cd4e6411 (patch) | |
tree | 213bbda67ba4d7cd529a2871fb3621d2adf482d5 /tools | |
parent | 14f6ddbe3c61dc0b395bc295403ceef9d7ef6b2e (diff) |
wtf was I even doing m8
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 24fbc27d..68ae5a96 100755 --- a/tools/unused_sources.sh +++ b/tools/unused_sources.sh @@ -5,7 +5,7 @@ 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/pokemon/egg_moves.asm data/pokemon/evos_attacks.asm' +data/pokemon/egg_moves.asm data/pokemon/evos_attacks.asm gfx/tilesets.asm' for asm in $toplevel; do echo "$asm" |