summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-15 21:28:15 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-15 21:28:15 -0500
commitaba038a4a4b5a1ef9ab683a3683849809ef95467 (patch)
tree1e0e2d1372e05fb692d4564696e9e0d07c36b6e6 /home/map_objects.asm
parent434c97a146d4416829a44955d325d023dacf9e54 (diff)
Fix some movement macro/function names
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 1437c1cde..17ea916ab 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -649,7 +649,7 @@ UpdateSprites:: ; 1ad2
bit 0, a
ret z
callba Function55e0
- callba RefreshMapAppearDisappear
+ callba _UpdateSprites
ret
; 1ae5