mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
6 lines
69 B
NASM
6 lines
69 B
NASM
SECTION "sec", ROM0[0]
|
|
db s1, s2
|
|
|
|
def s1 equs "1"
|
|
redef s2 equs "2"
|