include globals.asm in pokecrystal.asm

This commit is contained in:
yenatch 2013-09-11 20:28:31 -04:00
parent 7fba45f668
commit d6b53879f4

View File

@ -1,3 +1,5 @@
INCLUDE "globals.asm"
INCLUDE "constants.asm"
INCLUDE "wram.asm"
INCLUDE "main.asm"