You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent routine naming convention: 'Foo' wraps '_Foo'
This commit is contained in:
@@ -164,7 +164,7 @@ AddHallOfFameEntry:
|
||||
ret
|
||||
|
||||
SaveGameData:
|
||||
call SaveGameData_
|
||||
call _SaveGameData
|
||||
ret
|
||||
|
||||
AskOverwriteSaveFile:
|
||||
@@ -228,7 +228,7 @@ CompareLoadedAndSavedPlayerID:
|
||||
_SavingDontTurnOffThePower:
|
||||
call SavingDontTurnOffThePower
|
||||
SavedTheGame:
|
||||
call SaveGameData_
|
||||
call _SaveGameData
|
||||
; wait 32 frames
|
||||
ld c, $20
|
||||
call DelayFrames
|
||||
@@ -252,7 +252,7 @@ SavedTheGame:
|
||||
call DelayFrames
|
||||
ret
|
||||
|
||||
SaveGameData_:
|
||||
_SaveGameData:
|
||||
ld a, TRUE
|
||||
ld [wSaveFileExists], a
|
||||
farcall StageRTCTimeForSave
|
||||
|
||||
Reference in New Issue
Block a user