mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
8e4ba8d2e4
Fixes #853
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
|