mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
111 B
NASM
9 lines
111 B
NASM
SECTION FRAGMENT "rom", ROM0
|
|
Part3::
|
|
LOAD FRAGMENT "ram", WRAM0
|
|
wPart3::
|
|
jr wPart1
|
|
jr wPart3
|
|
ENDL
|
|
Part3End::
|