You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Keep memory map values in hardware_constants.asm
This commit is contained in:
@@ -1398,8 +1398,8 @@ ClearWRAM:: ; 25a
|
||||
push af
|
||||
ld [rSVBK], a
|
||||
xor a
|
||||
ld hl, WRAM1_Start
|
||||
ld bc, WRAM1_End - WRAM1_Start
|
||||
ld hl, WRAM1_Begin
|
||||
ld bc, WRAM1_End - WRAM1_Begin
|
||||
call ByteFill
|
||||
pop af
|
||||
inc a
|
||||
|
Reference in New Issue
Block a user