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

@@ -129,15 +129,15 @@ endr
DebugColor_InitVRAM:
ld a, $1
ldh [rVBK], a
ld hl, VRAM_Begin
ld bc, VRAM_End - VRAM_Begin
ld hl, STARTOF(VRAM)
ld bc, SIZEOF(VRAM)
xor a
call ByteFill
ld a, $0
ldh [rVBK], a
ld hl, VRAM_Begin
ld bc, VRAM_End - VRAM_Begin
ld hl, STARTOF(VRAM)
ld bc, SIZEOF(VRAM)
xor a
call ByteFill