summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r--engine/battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm
index 9bdd9bb7..a5ae950f 100644
--- a/engine/battle/effect_commands.asm
+++ b/engine/battle/effect_commands.asm
@@ -2538,10 +2538,10 @@ DittoMetalPowder:
ldh a, [hBattleTurn]
and a
ld a, [hl]
- jr nz, .Ditto
+ jr nz, .got_species
ld a, [wTempEnemyMonSpecies]
-.Ditto:
+.got_species
cp DITTO
ret nz