diff options
Diffstat (limited to 'event')
-rwxr-xr-x | event/bug_contest_judging.asm | 2 | ||||
-rw-r--r-- | event/magikarp.asm | 2 | ||||
-rwxr-xr-x | event/overworld.asm | 4 | ||||
-rwxr-xr-x | event/whiteout.asm | 4 |
4 files changed, 5 insertions, 7 deletions
diff --git a/event/bug_contest_judging.asm b/event/bug_contest_judging.asm index 1ece896d6..0d400bb39 100755 --- a/event/bug_contest_judging.asm +++ b/event/bug_contest_judging.asm @@ -1,6 +1,6 @@ _BugContestJudging: ; 1369d call ContestScore - callba MobileFn_105f79 + callba TrainerRankings_BugContestScore call BugContest_JudgeContestants ld a, [wBugContestThirdPlacePersonID] call LoadContestantName diff --git a/event/magikarp.asm b/event/magikarp.asm index 4b024692f..f926196cd 100644 --- a/event/magikarp.asm +++ b/event/magikarp.asm @@ -28,7 +28,7 @@ Special_CheckMagikarpLength: ; fbb32 ld c, l call CalcMagikarpLength call PrintMagikarpLength - callba MagikarpLength_Mobile + callba TrainerRankings_MagikarpLength ld hl, .MeasureItText call PrintText diff --git a/event/overworld.asm b/event/overworld.asm index 3906c7d6e..b27093a00 100755 --- a/event/overworld.asm +++ b/event/overworld.asm @@ -472,7 +472,7 @@ UsedSurfScript: ; c986 end .empty_fn ; c9a2 - callba MobileFn_1060bb ; empty + callba TrainerRankings_Surf ret UsedSurfText: ; c9a9 @@ -745,7 +745,7 @@ Script_UsedWaterfall: ; 0xcb20 ld a, [PlayerStandingTile] call CheckWaterfallTile ret z - callba MobileFn_1060c1 + callba TrainerRankings_Waterfall ld a, $1 ld [ScriptVar], a ret diff --git a/event/whiteout.asm b/event/whiteout.asm index a076bdcb6..38049b3b5 100755 --- a/event/whiteout.asm +++ b/event/whiteout.asm @@ -49,9 +49,7 @@ BattleBGMap: ; 1250a ; 12513 HalveMoney: ; 12513 - -; Empty function... - callba MobileFn_1060c7 + callba TrainerRankings_WhiteOuts ; Halve the player's money. ld hl, Money |