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

@@ -1195,7 +1195,7 @@ Script_reloadmapafterbattle:
jr z, .done
ld b, BANK(Script_SpecialBillCall)
ld de, Script_SpecialBillCall
farcall LoadScriptBDE
farcall LoadMemScript
.done
jp Script_reloadmap
@@ -2316,12 +2316,12 @@ Script_endall:
Script_halloffame:
ld hl, wGameTimerPaused
res GAME_TIMER_PAUSED_F, [hl]
res GAME_TIMER_COUNTING_F, [hl]
farcall StubbedTrainerRankings_HallOfFame
farcall StubbedTrainerRankings_HallOfFame2
farcall HallOfFame
ld hl, wGameTimerPaused
set GAME_TIMER_PAUSED_F, [hl]
set GAME_TIMER_COUNTING_F, [hl]
jr ReturnFromCredits
Script_credits: