mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
9d62b4b9bb
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
|