summaryrefslogtreecommitdiff
path: root/engine/overworld.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-04-30 21:20:12 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-04-30 21:20:12 -0400
commit82f1534925c5fe1f0d876ea88119b0121cfa65a6 (patch)
treeabf65d402c3d2b3e683f61070cd8e2b563f0df22 /engine/overworld.asm
parent7aef59841489ea449b9a34d424c681a4b48b88ab (diff)
Copycat labels; macro for the Crystal-only Unown chamber unlock words
Diffstat (limited to 'engine/overworld.asm')
-rwxr-xr-xengine/overworld.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld.asm b/engine/overworld.asm
index 5e12b09a2..12c7f56c6 100755
--- a/engine/overworld.asm
+++ b/engine/overworld.asm
@@ -23,7 +23,7 @@ Function14146: ; mobile
push af
res 7, [hl]
set 6, [hl]
- call RunCallback_04
+ call MapCallbackSprites_LoadUsedSpritesGFX
pop af
ld [wSpriteFlags], a
ret
@@ -35,7 +35,7 @@ Function14157: ; mobile
push af
set 7, [hl]
res 6, [hl]
- call RunCallback_04
+ call MapCallbackSprites_LoadUsedSpritesGFX
pop af
ld [wSpriteFlags], a
ret
@@ -43,7 +43,7 @@ Function14157: ; mobile
RefreshSprites:: ; 14168
call .Refresh
- call RunCallback_04
+ call MapCallbackSprites_LoadUsedSpritesGFX
ret
; 1416f
@@ -165,7 +165,7 @@ endr
; 14209
-RunCallback_04: ; 14209
+MapCallbackSprites_LoadUsedSpritesGFX: ; 14209
ld a, MAPCALLBACK_SPRITES
call RunMapCallback
call GetUsedSprites