mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +00:00
Add more tests for unionized sections + fix bugs
Implementing those tests found a few bugs... oops
This commit is contained in:
8
test/link/section-union/different-data.asm
Normal file
8
test/link/section-union/different-data.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
IF !DEF(SECOND)
|
||||
DATA = 1
|
||||
ELSE
|
||||
DATA = 2
|
||||
ENDC
|
||||
|
||||
SECTION UNION "different data", ROM0
|
||||
db DATA
|
||||
Reference in New Issue
Block a user