diff options
author | Mr Wint <MrWint42@gmail.com> | 2013-03-12 03:46:32 +0100 |
---|---|---|
committer | Mr Wint <MrWint42@gmail.com> | 2013-03-12 03:46:32 +0100 |
commit | 66aaa9a0cbb9b3c8e57098cf60ef4633b9cb0f3c (patch) | |
tree | 61e4d03dfe6611b65a26207ccfd19f6954ea062b /Makefile | |
parent | 120235c3937fb47fc85388f8da5360178294d5d1 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |