mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
8 lines
121 B
NASM
8 lines
121 B
NASM
SECTION FRAGMENT "rom", ROM0
|
|
; No labels in this fragment
|
|
LOAD FRAGMENT "ram", WRAM0
|
|
wPart3::
|
|
jr wPart1
|
|
jr wPart3
|
|
ENDL
|