summaryrefslogtreecommitdiff
path: root/engine/warp_connection.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-01-02 17:47:58 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-01-02 17:47:58 +0100
commitb4a49351c18dcef7f4493670058ad2833206f016 (patch)
tree9915d3345d724c5df1171a0262863f01a42c21f0 /engine/warp_connection.asm
parentf1ea15bbfe8528143ace793b050891a9b1f99d03 (diff)
Finish consistent Special function names
Diffstat (limited to 'engine/warp_connection.asm')
-rwxr-xr-xengine/warp_connection.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/warp_connection.asm b/engine/warp_connection.asm
index a0784caac..3e69bd60b 100755
--- a/engine/warp_connection.asm
+++ b/engine/warp_connection.asm
@@ -298,12 +298,12 @@ LoadGraphics: ; 1047cf
ld [hMapAnims], a
xor a
ld [hTileAnimFrame], a
- farcall RefreshSprites
+ farcall Special_RefreshSprites
call LoadFontsExtra
farcall LoadOverworldFont
ret
-LoadMapPalettes: ; 1047eb
+Special_LoadMapPalettes: ; 1047eb
ld b, SCGB_MAPPALS
jp GetSGBLayout
; 1047f0