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:
@@ -319,10 +319,10 @@ ReloadSpritesNoPalettes::
|
||||
call DelayFrame
|
||||
ret
|
||||
|
||||
FarCallSwapTextboxPalettes::
|
||||
homecall SwapTextboxPalettes
|
||||
SwapTextboxPalettes::
|
||||
homecall _SwapTextboxPalettes
|
||||
ret
|
||||
|
||||
FarCallScrollBGMapPalettes::
|
||||
homecall ScrollBGMapPalettes
|
||||
ScrollBGMapPalettes::
|
||||
homecall _ScrollBGMapPalettes
|
||||
ret
|
||||
|
Reference in New Issue
Block a user