diff options
author | 7Soul <5599828+7Soul@users.noreply.github.com> | 2021-02-12 14:34:38 -0300 |
---|---|---|
committer | 7Soul <5599828+7Soul@users.noreply.github.com> | 2021-02-12 14:34:38 -0300 |
commit | 7ce935db1d071df6b5eaa21f548905d0e8c4f5c6 (patch) | |
tree | afc0cc9d38ccf46dabbf0eedc9e783c533ec3cf4 | |
parent | d377c5f1ac36eb0b0493df48adee782154c52ce4 (diff) |
GetFarHalfword was renamed GetFarWord
-rw-r--r-- | Add-a-new-item.md | 2 |
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 |