You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
PanicResetClock -> ClearClock
Funky name that only exists based on what it's used for, not so much what it is.
This commit is contained in:
@@ -670,7 +670,7 @@ TryLoadSaveData:
|
||||
ld de, wOptions
|
||||
ld bc, wOptionsEnd - wOptions
|
||||
call CopyBytes
|
||||
call PanicResetClock
|
||||
call ClearClock
|
||||
ret
|
||||
|
||||
INCLUDE "data/default_options.asm"
|
||||
|
Reference in New Issue
Block a user