mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
113 B
NASM
9 lines
113 B
NASM
IF !DEF(SECOND)
|
|
def SIZE = 69
|
|
ELSE
|
|
def SIZE = 420
|
|
ENDC
|
|
|
|
SECTION UNION "different section sizes", ROM0
|
|
ds SIZE
|