diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 16:04:39 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 16:04:39 -0400 |
commit | 5b3c788c46759023f1bd4470ffef306b8c0e5a39 (patch) | |
tree | e2979ffc8baae7ea771e05279e27e3a6f81b6082 /engine/overworld | |
parent | 399fefb8cfcc3e06f89e9f81f25250c7bab60526 (diff) |
More on Pikachu emotions
Diffstat (limited to 'engine/overworld')
-rwxr-xr-x | engine/overworld/pokecenter.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/pokecenter.asm b/engine/overworld/pokecenter.asm index 51afc383..0f355889 100755 --- a/engine/overworld/pokecenter.asm +++ b/engine/overworld/pokecenter.asm @@ -32,7 +32,7 @@ DisplayPokemonCenterDialogue_: ; 6d97 (1:6d97) call LoadCurrentMapView call Delay3 call UpdateSprites - callab Func_fd252 ; todo + callab PikachuWalksToNurseJoy ; todo .notHealingPlayerPikachu ld hl, NeedYourPokemonText call PrintText |