diff options
Diffstat (limited to 'battle')
-rw-r--r-- | battle/effect_command_pointers.asm | 2 | ||||
-rw-r--r-- | battle/effect_commands.asm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm index 1113f968f..8a9014fa5 100644 --- a/battle/effect_command_pointers.asm +++ b/battle/effect_command_pointers.asm @@ -26,7 +26,7 @@ BattleCommandPointers: ; 3fd28 dw BattleCommand_BurnTarget ; 3608c dw BattleCommand_FreezeTarget ; 36102 dw BattleCommand_ParalyzeTarget ; 36165 - dw BattleCommand_SelfDestruct ; 37380 + dw BattleCommand_Selfdestruct ; 37380 dw BattleCommand_MirrorMove ; 373c9 dw BattleCommand_StatUp ; 361e4 dw BattleCommand_StatDown ; 362e3 diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 9eefdbc50..23ff3deaf 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -8605,8 +8605,8 @@ CheckSubstituteOpp: ; 37378 ; 37380 -BattleCommand_SelfDestruct: ; 37380 - callba TrainerRankings_SelfDestruct +BattleCommand_Selfdestruct: ; 37380 + callba TrainerRankings_Selfdestruct ld a, BATTLEANIM_PLAYER_DAMAGE ld [wNumHits], a ld c, 3 |