diff options
-rw-r--r-- | Add-a-new-item.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-a-new-item.md b/Add-a-new-item.md index 111b275..3dd3fc7 100644 --- a/Add-a-new-item.md +++ b/Add-a-new-item.md @@ -510,10 +510,10 @@ Anyway, edit [engine/battle/effect_commands.asm](../blob/master/engine/battle/ef + ldh a, [hBattleTurn] + and a + ld a, [hl] -+ jr nz, .Unevolved ++ jr nz, .got_species + ld a, [wTempEnemyMonSpecies] + -+.Unevolved: ++.got_species +; check if the defender has any evolutions +; hl := EvosAttacksPointers + (species - 1) * 2 + dec a |