finally compile multiple objects

pokecrystal.asm doesnt really make sense now so its gone

add includes.asm so objects have a standard include set
This commit is contained in:
yenatch
2013-10-10 03:24:02 -04:00
parent 34aac15db0
commit f6706ecb09
4 changed files with 7 additions and 4 deletions

2
includes.asm Normal file
View File

@@ -0,0 +1,2 @@
INCLUDE "globals.asm"
INCLUDE "constants.asm"