Rename GetFarHalfword to GetFarWord

Fixes #796
This commit is contained in:
Rangi
2021-01-09 15:16:05 -05:00
parent f773fd1dd8
commit 7d3ea88611
18 changed files with 40 additions and 40 deletions

View File

@@ -784,7 +784,7 @@ HeavyBallMultiplier:
add hl, de
add hl, de
ld a, BANK(PokedexDataPointerTable)
call GetFarHalfword
call GetFarWord
.SkipText:
call GetPokedexEntryBank
@@ -797,7 +797,7 @@ HeavyBallMultiplier:
push bc
inc hl
inc hl
call GetFarHalfword
call GetFarWord
srl h
rr l
@@ -901,7 +901,7 @@ MoonBallMultiplier:
add hl, bc
add hl, bc
ld a, BANK(EvosAttacksPointers)
call GetFarHalfword
call GetFarWord
pop bc
push bc