You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix miscellaneous points made in #658
This commit is contained in:
@@ -23,7 +23,7 @@ FarCall_hl::
|
||||
push af
|
||||
ldh a, [hBuffer]
|
||||
rst Bankswitch
|
||||
call FarJump_hl
|
||||
call FarCall_JumpToHL
|
||||
|
||||
ReturnFarCall::
|
||||
; We want to retain the contents of f.
|
||||
@@ -45,5 +45,5 @@ ReturnFarCall::
|
||||
ld c, a
|
||||
ret
|
||||
|
||||
FarJump_hl::
|
||||
FarCall_JumpToHL::
|
||||
jp hl
|
||||
|
Reference in New Issue
Block a user