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:
mid-kid
2020-02-16 12:20:20 +01:00
parent 26b8bf003e
commit 75a6bb5df6
3 changed files with 4 additions and 3 deletions

View File

@@ -670,7 +670,7 @@ TryLoadSaveData:
ld de, wOptions
ld bc, wOptionsEnd - wOptions
call CopyBytes
call PanicResetClock
call ClearClock
ret
INCLUDE "data/default_options.asm"