From 1bf12455e4ad9cb9a0fde0d1ac5fa29a48c63590 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 18 Nov 2017 17:28:12 +0100 Subject: SelfDestruct -> Selfdestruct Just keeping things consistent. Nobody's going to write SELF_DESTRUCT. Kind of subjective, and we could do it the other way around, if anybody really cares. --- battle/effect_command_pointers.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battle/effect_command_pointers.asm') 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 -- cgit v1.2.3