pokered.gbc should depend on constants.asm

hg-commit-id: 640e32269727
This commit is contained in:
IIMarckus 2010-12-20 16:42:49 -07:00
parent 3e0eedba78
commit ae9b30121c

View file

@ -3,7 +3,7 @@ pokered.gbc: pokered.o
rgbfix -jsv -k 01 -m 0x13 -p 0 -r 03 -t "POKEMON RED" pokered.gbc
cmp baserom.gbc pokered.gbc
pokered.o: pokered.asm
pokered.o: pokered.asm constants.asm
rgbasm -o pokered.o pokered.asm
clean: