From f6706ecb0908ac5a11ba12672299fea8266ee26b Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 10 Oct 2013 03:24:02 -0400 Subject: finally compile multiple objects pokecrystal.asm doesnt really make sense now so its gone add includes.asm so objects have a standard include set --- main.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 582a3393d..b572b4f5e 100644 --- a/main.asm +++ b/main.asm @@ -1,3 +1,6 @@ +INCLUDE "includes.asm" + + SECTION "bank0",ROM0 INCLUDE "rst.asm" -- cgit v1.2.3