shithub: pokered

Download patch

ref: ae9b30121c23e655f984589636cf6669fa3e1d0d
parent: 3e0eedba7849d717aa4d1e89cf6a2e253857dc29
author: IIMarckus <iimarckus@gmail.com>
date: Mon Dec 20 11:42:49 EST 2010

pokered.gbc should depend on constants.asm

hg-commit-id: 640e32269727


--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 	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: