You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Copy sram.asm's global start/end constants for wram.asm and vram.asm
This commit is contained in:
@@ -303,8 +303,8 @@ ClearVBank1:: ; d79
|
||||
ld a, 1
|
||||
ld [rVBK], a
|
||||
|
||||
ld hl, VTiles0
|
||||
ld bc, VRAM_End - VTiles0
|
||||
ld hl, VRAM_Begin
|
||||
ld bc, VRAM_End - VRAM_Begin
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
|
||||
Reference in New Issue
Block a user