summaryrefslogtreecommitdiff
path: root/battle/moves/move_effects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/moves/move_effects.asm')
-rw-r--r--battle/moves/move_effects.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/battle/moves/move_effects.asm b/battle/moves/move_effects.asm
index 73bc3cbec..c56ff2560 100644
--- a/battle/moves/move_effects.asm
+++ b/battle/moves/move_effects.asm
@@ -1,3 +1,5 @@
+MoveEffects: ; 2732e
+
NormalHit:
checkobedience
usedmovetext
@@ -571,7 +573,7 @@ DefenseDownHit:
supereffectivetext
checkdestinybond
buildopponentrage
- effectchance
+ effectchance ; bug: duplicate effectchance shouldn't be here
defensedown
statdownmessage
endmove