summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-21 10:59:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-21 10:59:10 -0400
commit8f77d0d43134d94f28d996cdd51747a1d73a4c58 (patch)
tree764c3895afb9aec68f5848d58ff0733b55c4b4eb
parent06b606a4c71b090de425fcaeeec7a481af7a2124 (diff)
Update label
-rw-r--r--Add-a-new-item.md4
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