mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Implement unionized sections in RGBLINK
This commit is contained in:
9
test/link/section-union/script.link
Normal file
9
test/link/section-union/script.link
Normal file
@@ -0,0 +1,9 @@
|
||||
ROM0
|
||||
"output 1"
|
||||
"output 2"
|
||||
"output 3"
|
||||
WRAM0
|
||||
"a" ; $C000
|
||||
WRAMX 1
|
||||
ORG $DAB0
|
||||
"b"
|
||||
Reference in New Issue
Block a user