summaryrefslogtreecommitdiff
path: root/src/script_pokemon_util_80F99CC.c
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-11-26 23:00:37 -0600
committerGitHub <noreply@github.com>2017-11-26 23:00:37 -0600
commit0793afb9e8eeb508375344ca683f97bbc797771a (patch)
tree1d0c1c802eea1fc5d29e86908b2de3b018d86e9b /src/script_pokemon_util_80F99CC.c
parent4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff)
parent10704a135e3738b49d9175531d32bfde877f3b6b (diff)
Merge pull request #478 from huderlem/pokemon_summary_screen
Decompile pokemon_summary_screen
Diffstat (limited to 'src/script_pokemon_util_80F99CC.c')
-rw-r--r--src/script_pokemon_util_80F99CC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_pokemon_util_80F99CC.c b/src/script_pokemon_util_80F99CC.c
index 21ff220d2..d95a0ed39 100644
--- a/src/script_pokemon_util_80F99CC.c
+++ b/src/script_pokemon_util_80F99CC.c
@@ -272,7 +272,7 @@ void HandleMoveTutorPartyMenu(u8 var)
void sub_80F9EEC(void)
{
- sub_809D9F0(&gPlayerParty[0], gSpecialVar_0x8004, gPlayerPartyCount - 1, c2_exit_to_overworld_2_switch, 0);
+ ShowSelectMovePokemonSummaryScreen(&gPlayerParty[0], gSpecialVar_0x8004, gPlayerPartyCount - 1, c2_exit_to_overworld_2_switch, 0);
UNK_2018000_STRUCT.unk8 = 3;
gFieldCallback = sub_8080990;
}