aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-08 13:27:38 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-08 13:27:38 -0400
commit399fefb8cfcc3e06f89e9f81f25250c7bab60526 (patch)
tree79adbe2f70c1327a84b7caeb428dabbef1ae795e /engine/overworld
parentFix WRAM address comments beyond the former site of wGBC (diff)
downloadpokeyellow-399fefb8cfcc3e06f89e9f81f25250c7bab60526.tar.gz
pokeyellow-399fefb8cfcc3e06f89e9f81f25250c7bab60526.tar.xz
pokeyellow-399fefb8cfcc3e06f89e9f81f25250c7bab60526.zip
Pikapic animation function labels
Diffstat (limited to 'engine/overworld')
-rwxr-xr-xengine/overworld/pokecenter.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/pokecenter.asm b/engine/overworld/pokecenter.asm
index 65dfcd87..51afc383 100755
--- a/engine/overworld/pokecenter.asm
+++ b/engine/overworld/pokecenter.asm
@@ -40,7 +40,7 @@ DisplayPokemonCenterDialogue_: ; 6d97 (1:6d97)
call DelayFrames
call CheckPikachuFollowingPlayer
jr nz, .playerPikachuNotOnScreen
- call Func_152d
+ call DisablePikachuOverworldSpriteDrawing
callab IsStarterPikachuInOurParty
call c, Func_6eaa
.playerPikachuNotOnScreen
@@ -64,7 +64,7 @@ DisplayPokemonCenterDialogue_: ; 6d97 (1:6d97)
call c, Func_6eaa
ld a, $5
ld [wPikachuSpawnState], a
- call Func_1525
+ call EnablePikachuOverworldSpriteDrawing
.doNotReturnPikachu
lb bc, 1, 0
call Func_6ebb