From a241f049df07dace706606dc573364f76e39eeb6 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 12 Feb 2020 13:15:37 +0100 Subject: 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. --- engine/tilesets/map_palettes.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/tilesets/map_palettes.asm b/engine/tilesets/map_palettes.asm index 5f943795a..c99975350 100644 --- a/engine/tilesets/map_palettes.asm +++ b/engine/tilesets/map_palettes.asm @@ -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 -- cgit v1.2.3