summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-23 23:00:25 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-23 23:49:30 -0400
commit8b40e990d31efbc2c5df4ad65b141dc1c1c24a47 (patch)
tree9cc9e9e655bfe766a46116f1f0205d108cf5cd87 /Makefile
parentf9f438473fe1c92a3d6313639db8048fe41ba9d0 (diff)
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ef65826..05bcf670 100644
--- a/Makefile
+++ b/Makefile
@@ -132,6 +132,7 @@ pokesilver_debug_opt = -cjsv -t POKEMON_SLV -i AAXE -k 01 -l 0x33 -m 0x10 -r 3 -
%.gbc: $$(%_obj) layout.link
$(RGBLINK) -n $*.sym -m $*.map -l layout.link -o $@ $(filter %.o,$^)
$(RGBFIX) $($*_opt) $@
+ tools/stadium $@
### LZ compression rules