summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-03-25 14:11:25 -0400
committerentrpntr <entrpntr@gmail.com>2020-03-25 15:10:21 -0400
commitca12e16b29402bd14b2bc96a13a2cf16639a35aa (patch)
treeef1ba8fde885d659852b6feab044283687d287b0 /Makefile
parent14fb37e8100ed219e1bc08446424d1bfaf401a96 (diff)
Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e15b7af..8c24c34d 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ silver: pokesilver.gbc
clean:
rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
- find gfx/pics gfx/trainers -name "*.png" -delete
+ find gfx/pics gfx/trainers \( -name "*.png" -o -name "*.2bpp" \) -delete
$(MAKE) clean -C tools/
compare: $(roms)