mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
99 B
NASM
9 lines
99 B
NASM
SECTION UNION "test", WRAM0
|
|
Same:
|
|
ds 2
|
|
Bar:
|
|
ds 1
|
|
|
|
SECTION "b", ROM0
|
|
dw Same, Bar ; $c000, $c002
|