diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 12:47:30 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 12:47:30 -0500 |
commit | c66d195089b1e1b823be4f0a0fc9b8f41f5f790d (patch) | |
tree | 47869a9d9ed7f5c2c8a8974b5a46a35e65ffef6a /home/copy.asm | |
parent | d787c66374df60fceb34fa5860c34bf56e476cbe (diff) |
callba/callab → farcall/callfar
Diffstat (limited to 'home/copy.asm')
-rw-r--r-- | home/copy.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/home/copy.asm b/home/copy.asm index 8a307b3df..8ee1c90f9 100644 --- a/home/copy.asm +++ b/home/copy.asm @@ -101,32 +101,32 @@ OldDMATransfer:: ; dfd ReplaceKrisSprite:: ; e4a - callba _ReplaceKrisSprite + farcall _ReplaceKrisSprite ret ; e51 LoadStandardFont:: ; e51 - callba _LoadStandardFont + farcall _LoadStandardFont ret ; e58 LoadFontsBattleExtra:: ; e58 - callba _LoadFontsBattleExtra + farcall _LoadFontsBattleExtra ret ; e5f LoadFontsExtra:: ; e5f - callba _LoadFontsExtra1 - callba _LoadFontsExtra2 + farcall _LoadFontsExtra1 + farcall _LoadFontsExtra2 ret ; e6c LoadFontsExtra2:: ; e6c - callba _LoadFontsExtra2 + farcall _LoadFontsExtra2 ret ; e73 |