diff options
Diffstat (limited to 'engine/items/item_effects.asm')
-rw-r--r-- | engine/items/item_effects.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm index 9f8c14c3..77828b60 100644 --- a/engine/items/item_effects.asm +++ b/engine/items/item_effects.asm @@ -751,7 +751,7 @@ HeavyBallMultiplier: add BANK("Pokedex Entries 001-064") ld d, a ld a, BANK(PokedexDataPointerTable) - call GetFarHalfword + call GetFarWord .SkipText: ld a, d @@ -764,7 +764,7 @@ HeavyBallMultiplier: push bc inc hl inc hl - call GetFarHalfword + call GetFarWord srl h rr l @@ -868,7 +868,7 @@ MoonBallMultiplier: add hl, bc add hl, bc ld a, BANK(EvosAttacksPointers) - call GetFarHalfword + call GetFarWord pop bc push bc |