summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Add-a-new-item.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-item.md b/Add-a-new-item.md
index 3dd3fc7..2c32e04 100644
--- a/Add-a-new-item.md
+++ b/Add-a-new-item.md
@@ -526,7 +526,7 @@ Anyway, edit [engine/battle/effect_commands.asm](../blob/master/engine/battle/ef
+ add hl, bc
+; hl := the species' entry from EvosAttacksPointers
+ ld a, BANK(EvosAttacksPointers)
-+ call GetFarHalfword
++ call GetFarWord
+; a := the first byte of the species' *EvosAttacks data
+ ld a, BANK("Evolutions and Attacks")
+ call GetFarByte