summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 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"