summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-25 06:10:52 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-25 17:05:08 -0400
commitb16e8fd69500828d86be67fe0f5e4165cd4e6411 (patch)
tree213bbda67ba4d7cd529a2871fb3621d2adf482d5 /tools
parent14f6ddbe3c61dc0b395bc295403ceef9d7ef6b2e (diff)
wtf was I even doing m8
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unused_sources.sh2
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"