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/evolve.asm | |
parent | 5a9701ddc8c33fcd90f6bcc58b9348587dec4d0c (diff) |
Labels for Trainer Rankings stat tracking functions
Diffstat (limited to 'engine/evolve.asm')
-rwxr-xr-x | engine/evolve.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evolve.asm b/engine/evolve.asm index 202ad10ff..2f7739191 100755 --- a/engine/evolve.asm +++ b/engine/evolve.asm @@ -247,7 +247,7 @@ EvolveAfterBattle_MasterLoop push hl ld hl, Text_EvolvedIntoPKMN call PrintTextBoxText - callba MobileFn_106094 + callba TrainerRankings_MonsEvolved ld de, MUSIC_NONE call PlayMusic |