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-size.asm
Normal file
8
test/link/section-union/different-size.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
IF !DEF(SECOND)
|
||||
SIZE = 69
|
||||
ELSE
|
||||
SIZE = 420
|
||||
ENDC
|
||||
|
||||
SECTION UNION "different section sizes", ROM0
|
||||
ds SIZE
|
||||
Reference in New Issue
Block a user