mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Allow LOAD FRAGMENT (#1552)
This was implemented in #736 but removed after discussion in #869. Fixes #1537
This commit is contained in:
8
test/link/load-fragment/section-fragment/c.asm
Normal file
8
test/link/load-fragment/section-fragment/c.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
SECTION FRAGMENT "rom", ROM0
|
||||
Part3::
|
||||
LOAD FRAGMENT "ram", WRAM0
|
||||
wPart3::
|
||||
jr wPart1
|
||||
jr wPart3
|
||||
ENDL
|
||||
Part3End::
|
||||
Reference in New Issue
Block a user