mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 20:01:42 +00:00
5efd303b7f
This was implemented in #736 but removed after discussion in #869. Fixes #1537
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::
|