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 /misc/mobile_5f.asm | |
parent | 5a9701ddc8c33fcd90f6bcc58b9348587dec4d0c (diff) |
Labels for Trainer Rankings stat tracking functions
Diffstat (limited to 'misc/mobile_5f.asm')
-rw-r--r-- | misc/mobile_5f.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_5f.asm b/misc/mobile_5f.asm index dd4dbb6dc..2ce71049f 100644 --- a/misc/mobile_5f.asm +++ b/misc/mobile_5f.asm @@ -3098,7 +3098,7 @@ Function17e3c3: ; 17e3c3 push af ld a, $1 ld [rSVBK], a - callba MobileFn_106155 + callba UpdateTrainerRankingsChecksum2 callba BackupMobileEventIndex pop af ld [rSVBK], a |