summaryrefslogtreecommitdiff
path: root/engine/overworld.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/overworld.asm
parentf1ea15bbfe8528143ace793b050891a9b1f99d03 (diff)
Finish consistent Special function names
Diffstat (limited to 'engine/overworld.asm')
-rwxr-xr-xengine/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld.asm b/engine/overworld.asm
index 78f40e4b1..4b330efb1 100755
--- a/engine/overworld.asm
+++ b/engine/overworld.asm
@@ -41,7 +41,7 @@ Function14157: ; mobile
ret
; 14168
-RefreshSprites:: ; 14168
+Special_RefreshSprites:: ; 14168
call .Refresh
call Special_MapCallbackSprites_LoadUsedSpritesGFX
ret