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

View File

@@ -1,3 +1,6 @@
INCLUDE "includes.asm"
SECTION "bank0",ROM0
INCLUDE "rst.asm"