mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
9 lines
111 B
NASM
9 lines
111 B
NASM
SECTION FRAGMENT "rom", ROM0
|
|
Part1::
|
|
LOAD FRAGMENT "ram", WRAM0
|
|
wPart1::
|
|
jr wPart1
|
|
jr wPart3
|
|
ENDL
|
|
Part1End::
|