mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-21 20:35:33 +13:00
pokered.gbc should depend on constants.asm
hg-commit-id: 640e32269727
This commit is contained in:
parent
3e0eedba78
commit
ae9b30121c
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ pokered.gbc: pokered.o
|
||||||
rgbfix -jsv -k 01 -m 0x13 -p 0 -r 03 -t "POKEMON RED" pokered.gbc
|
rgbfix -jsv -k 01 -m 0x13 -p 0 -r 03 -t "POKEMON RED" pokered.gbc
|
||||||
cmp baserom.gbc pokered.gbc
|
cmp baserom.gbc pokered.gbc
|
||||||
|
|
||||||
pokered.o: pokered.asm
|
pokered.o: pokered.asm constants.asm
|
||||||
rgbasm -o pokered.o pokered.asm
|
rgbasm -o pokered.o pokered.asm
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue