diff options
author | hatschky <thirdgeek@arceus.local> | 2017-01-16 21:11:34 +0000 |
---|---|---|
committer | hatschky <thirdgeek@arceus.local> | 2017-01-16 21:11:34 +0000 |
commit | f0209d6ed6a0cd0e759dff49bdfe4d8171229c29 (patch) | |
tree | 26d81826153724ccaa1bb3ed268527e6cd29d765 /engine/scripting.asm | |
parent | 5a9701ddc8c33fcd90f6bcc58b9348587dec4d0c (diff) |
Labels for Trainer Rankings stat tracking functions
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 745948a6f..c9b343a8b 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -3199,8 +3199,8 @@ Script_halloffame: ; 97bd5 ld hl, GameTimerPause res 0, [hl] - callba Mobile_HallOfFame - callba Mobile_HallOfFame2 + callba TrainerRankings_HallOfFame + callba TrainerRankings_HallOfFame2 callba HallOfFame ld hl, GameTimerPause set 0, [hl] |