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

@@ -1,5 +1,5 @@
DoItemEffect:: ; 2f3f
callba _DoItemEffect
farcall _DoItemEffect
ret
; 2f46
@@ -7,7 +7,7 @@ CheckTossableItem:: ; 2f46
push hl
push de
push bc
callba _CheckTossableItem
farcall _CheckTossableItem
pop bc
pop de
pop hl