You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
callba/callab → farcall/callfar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user