You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Update to rgbds v0.7.0
This commit is contained in:
@@ -121,15 +121,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
|
||||
|
||||
|
Reference in New Issue
Block a user