mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 03:02:06 +00:00
16 lines
153 B
NASM
16 lines
153 B
NASM
SECTION "alpha", ROM0
|
|
Alpha::
|
|
db 1, 2, 3
|
|
End:
|
|
|
|
SECTION "a", WRAM0
|
|
wAlpha::
|
|
ds 3
|
|
.End::
|
|
|
|
SECTION UNION "U", WRAM0
|
|
wStart:
|
|
.word1: dw
|
|
.word2: dw
|
|
wEnd:
|