Update to RGBDS 0.7.0 (#1101)

This commit is contained in:
Rangi
2024-01-03 10:58:53 -05:00
committed by GitHub
parent 30739842af
commit dbf6044650
24 changed files with 64 additions and 73 deletions

View File

@@ -2697,8 +2697,8 @@ If `IsInArray` returns `nc`, data at `bc` will be executed as code.
push af
ldh [rSVBK], a
xor a
ld hl, WRAM1_Begin
ld bc, WRAM1_End - WRAM1_Begin
ld hl, STARTOF(WRAMX)
ld bc, SIZEOF(WRAMX)
call ByteFill
pop af
inc a