mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
include globals.asm in rgbasm objects
This commit is contained in:
parent
f8258985aa
commit
be83aeda84
|
@ -1,4 +1,5 @@
|
|||
_RED EQU 0
|
||||
_BLUE EQU 1
|
||||
INCLUDE "globals.asm"
|
||||
INCLUDE "wram.asm"
|
||||
INCLUDE "main.asm"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
_RED EQU 1
|
||||
_BLUE EQU 0
|
||||
INCLUDE "globals.asm"
|
||||
INCLUDE "wram.asm"
|
||||
INCLUDE "main.asm"
|
||||
|
|
Loading…
Reference in a new issue