callba/callab → farcall/callfar

This commit is contained in:
Remy Oukaour
2017-12-24 12:47:30 -05:00
parent d787c66374
commit c66d195089
170 changed files with 1751 additions and 1751 deletions

View File

@@ -6,7 +6,7 @@ GetSpritePalette:: ; 17ff
push bc
ld c, a
callba _GetSpritePalette
farcall _GetSpritePalette
ld a, c
pop bc
@@ -328,7 +328,7 @@ _CopyObjectStruct:: ; 1956
call UnmaskObject
ld a, [hMapObjectIndexBuffer]
call GetMapObject
callba CopyObjectStruct
farcall CopyObjectStruct
ret
; 1967
@@ -345,7 +345,7 @@ ApplyDeletionToMapObject:: ; 1967
call .CheckStopFollow
pop af
call GetObjectStruct
callba DeleteMapObject
farcall DeleteMapObject
ret
.CheckStopFollow:
@@ -356,7 +356,7 @@ ApplyDeletionToMapObject:: ; 1967
cp [hl]
ret nz
.ok
callba StopFollow
farcall StopFollow
ld a, -1
ld [wObjectFollow_Leader], a
ld [wObjectFollow_Follower], a
@@ -409,7 +409,7 @@ CopyPlayerObjectTemplate:: ; 19a6
.ok
ld a, b
call GetObjectStruct
callba DeleteMapObject
farcall DeleteMapObject
ret
; 19e9
@@ -620,8 +620,8 @@ UpdateSprites:: ; 1ad2
bit 0, a
ret z
callba Function55e0
callba _UpdateSprites
farcall Function55e0
farcall _UpdateSprites
ret
; 1ae5