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