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:
@@ -1,4 +1,4 @@
|
||||
SwapTextboxPalettes::
|
||||
_SwapTextboxPalettes::
|
||||
hlcoord 0, 0
|
||||
decoord 0, 0, wAttrMap
|
||||
ld b, SCREEN_HEIGHT
|
||||
@@ -44,7 +44,7 @@ SwapTextboxPalettes::
|
||||
jr nz, .loop
|
||||
ret
|
||||
|
||||
ScrollBGMapPalettes::
|
||||
_ScrollBGMapPalettes::
|
||||
ld hl, wBGMapBuffer
|
||||
ld de, wBGMapPalBuffer
|
||||
.loop
|
||||
|
Reference in New Issue
Block a user