Improve some innacurate function names, labels, and comments (#1078)

[https://github.com/pret/pokecrystal/issues/1078#issuecomment-1872396250]
This commit is contained in:
xCrystal
2024-01-07 13:27:26 +01:00
parent bd6ceec193
commit cd28c44ff3
11 changed files with 58 additions and 58 deletions

View File

@@ -462,7 +462,7 @@ FinishContinueFunction:
ld [wDontPlayMapMusicOnReload], a
ld [wLinkMode], a
ld hl, wGameTimerPaused
set GAME_TIMER_PAUSED_F, [hl]
set GAME_TIMER_COUNTING_F, [hl]
res GAME_TIMER_MOBILE_F, [hl]
ld hl, wEnteredMapFromContinue
set 1, [hl]

View File

@@ -32,7 +32,7 @@ MainMenu:
call GetSGBLayout
call SetDefaultBGPAndOBP
ld hl, wGameTimerPaused
res GAME_TIMER_PAUSED_F, [hl]
res GAME_TIMER_COUNTING_F, [hl]
call MainMenu_GetWhichMenu
ld [wWhichIndexSet], a
call MainMenu_PrintCurrentTimeAndDay