summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authorhatschky <thirdgeek@arceus.local>2017-01-16 21:11:34 +0000
committerhatschky <thirdgeek@arceus.local>2017-01-16 21:11:34 +0000
commitf0209d6ed6a0cd0e759dff49bdfe4d8171229c29 (patch)
tree26d81826153724ccaa1bb3ed268527e6cd29d765 /battle/effect_commands.asm
parent5a9701ddc8c33fcd90f6bcc58b9348587dec4d0c (diff)
Labels for Trainer Rankings stat tracking functions
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8e0c694b3..a74dea632 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -8073,7 +8073,7 @@ BattleCommand_LeechSeed: ; 36f9d
BattleCommand_Splash: ; 36fe1
call AnimateCurrentMove
- callba MobileFn_1060e5
+ callba TrainerRankings_Splash
jp PrintNothingHappened
; 36fed
@@ -8600,7 +8600,7 @@ CheckSubstituteOpp: ; 37378
BattleCommand_SelfDestruct: ; 37380
- callba MobileFn_10610d
+ callba TrainerRankings_SelfDestruct
ld a, BATTLEANIM_PLAYER_DAMAGE
ld [wNumHits], a
ld c, 3