mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Fix bugs with LOAD section size
LOAD blocks did not properly update their parent's size until after closed Additionally, section size wasn't correctly sanitized inside LOAD blocks
This commit is contained in:
5
test/asm/load-overflow.asm
Normal file
5
test/asm/load-overflow.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
SECTION "Overflow", ROM0
|
||||
ds $6000
|
||||
LOAD "oops",WRAM0
|
||||
ds $2001
|
||||
ENDL
|
||||
Reference in New Issue
Block a user