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 /items | |
parent | 5a9701ddc8c33fcd90f6bcc58b9348587dec4d0c (diff) |
Labels for Trainer Rankings stat tracking functions
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 3c2dc2457..7061909f6 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -512,7 +512,7 @@ ParkBall: ; e8a2 cp BATTLETYPE_TUTORIAL jp z, .FinishTutorial - callba MobileFn_10607f + callba TrainerRankings_WildMonsCaught ld hl, Text_GotchaMonWasCaught call PrintText |