mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
LOAD blocks did not properly update their parent's size until after closed Additionally, section size wasn't correctly sanitized inside LOAD blocks
6 lines
68 B
NASM
6 lines
68 B
NASM
SECTION "Overflow", ROM0
|
|
ds $6000
|
|
LOAD "oops",WRAM0
|
|
ds $2001
|
|
ENDL
|