You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Keep memory map values in hardware_constants.asm
This commit is contained in:
@@ -111,8 +111,8 @@ _ResetWRAM: ; 5bae
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
ld hl, WRAM1_Start
|
||||
ld bc, wGameData - WRAM1_Start
|
||||
ld hl, WRAM1_Begin
|
||||
ld bc, wGameData - WRAM1_Begin
|
||||
xor a
|
||||
call ByteFill
|
||||
|
||||
|
||||
Reference in New Issue
Block a user