mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +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
59 B
NASM
6 lines
59 B
NASM
SECTION "test", ROM0
|
|
LOAD "RAM", WRAM0
|
|
ld a, 5
|
|
ENDL
|
|
db 1
|