include globals.asm in rgbasm objects

This commit is contained in:
yenatch 2013-12-06 22:45:44 -05:00
parent f8258985aa
commit be83aeda84
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
_RED EQU 0
_BLUE EQU 1
INCLUDE "globals.asm"
INCLUDE "wram.asm"
INCLUDE "main.asm"

View file

@ -1,4 +1,5 @@
_RED EQU 1
_BLUE EQU 0
INCLUDE "globals.asm"
INCLUDE "wram.asm"
INCLUDE "main.asm"