mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
8 lines
95 B
NASM
8 lines
95 B
NASM
SECTION "sec", ROM0[0]
|
|
db x1, x2, y1, y2
|
|
|
|
def x1 = 1
|
|
redef x2 = 2
|
|
def y1 equ 3
|
|
redef y2 equ 4
|