mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-23 07:32:19 +13:00
include globals.asm in rgbasm objects
This commit is contained in:
parent
f8258985aa
commit
be83aeda84
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue