summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMr Wint <MrWint42@gmail.com>2013-03-12 03:46:32 +0100
committerMr Wint <MrWint42@gmail.com>2013-03-12 03:46:32 +0100
commit66aaa9a0cbb9b3c8e57098cf60ef4633b9cb0f3c (patch)
tree61e4d03dfe6611b65a26207ccfd19f6954ea062b /Makefile
parent120235c3937fb47fc85388f8da5360178294d5d1 (diff)
* added verification (equality test) for blue version build
* changed analyze_incbins to recognize generated label addresses * fixed bank 1D assembly to make blue version build correctly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4e8d294..028e9f02 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ pokered.gbc: pokered.o
pokeblue.gbc: pokeblue.o
rgblink -o $@ $*.o
rgbfix -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "POKEMON BLUE" $@
+ cmp blue.gbc $@
clean:
rm -f main.tx pokered.o pokered.gbc pokeblue.o pokeblue.gbc redrle ${TEXTFILES}