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 16c6b441a..4d670b4b1 100644
--- a/engine/battle/effect_commands.asm
+++ b/engine/battle/effect_commands.asm
@@ -2532,10 +2532,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