mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Allow LOAD FRAGMENT (#1552)
This was implemented in #736 but removed after discussion in #869. Fixes #1537
This commit is contained in:
4
test/link/load-fragment/section-fragment/b.asm
Normal file
4
test/link/load-fragment/section-fragment/b.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
SECTION FRAGMENT "rom", ROM0
|
||||
Part2::
|
||||
db "Hello world!"
|
||||
Part2End::
|
||||
Reference in New Issue
Block a user