mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
101 B
NASM
9 lines
101 B
NASM
IF !DEF(SECOND)
|
|
def DATA = 1
|
|
ELSE
|
|
def DATA = 2
|
|
ENDC
|
|
|
|
SECTION UNION "different data", ROM0
|
|
db DATA
|