Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes

No prefix for the farcall, prefix with an underscore for the farcalled.
This matches what is done for pretty much every other home function.
This commit is contained in:
mid-kid
2020-02-12 13:15:37 +01:00
parent 991d207d86
commit a241f049df
4 changed files with 11 additions and 12 deletions

View File

@@ -319,10 +319,10 @@ ReloadSpritesNoPalettes::
call DelayFrame
ret
FarCallSwapTextboxPalettes::
homecall SwapTextboxPalettes
SwapTextboxPalettes::
homecall _SwapTextboxPalettes
ret
FarCallScrollBGMapPalettes::
homecall ScrollBGMapPalettes
ScrollBGMapPalettes::
homecall _ScrollBGMapPalettes
ret