mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-21 05:07:06 +00:00
Fix underflowing SECTION FRAGMENT fixed address (#2091)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
SECTION FRAGMENT "test", ROM0
|
||||
ds $11, 42
|
||||
|
||||
SECTION FRAGMENT "test", ROM0[$10]
|
||||
@@ -0,0 +1,2 @@
|
||||
FATAL: Section "test" already contains 17 bytes, higher than this fragment's fixed address $0010
|
||||
at fragment-org-beyond-size.asm(4)
|
||||
Reference in New Issue
Block a user