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

@@ -47,7 +47,7 @@ DoMove:
add hl, bc
add hl, bc
ld a, BANK(MoveEffectsPointers)
call GetFarHalfword
call GetFarWord
ld de, wBattleScriptBuffer
@@ -98,7 +98,7 @@ DoMove:
pop bc
ld a, BANK(BattleCommandPointers)
call GetFarHalfword
call GetFarWord
call .DoMoveEffectCommand
@@ -6731,7 +6731,7 @@ GetItemHeldEffect:
ld a, ITEMATTR_STRUCT_LENGTH
call AddNTimes
ld a, BANK(ItemAttributes)
call GetFarHalfword
call GetFarWord
ld b, l
ld c, h
pop hl