diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-12 14:18:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 14:18:22 -0500 |
commit | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (patch) | |
tree | ff905ff37f845cdb34f1632d8fa0d1235c062b7f /include/pokemon_summary_screen.h | |
parent | 519558ddd32c04da00b88b4343d32ac04a8a73d1 (diff) | |
parent | e300f2ece0bd3c5c0967ac635a48ccd8ef13cf50 (diff) |
Merge pull request #210 from jiangzhengwenjz/party_menu
script_pokemon_util_80BF8FC
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r-- | include/pokemon_summary_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 3695d46df..2b8f96316 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -34,5 +34,6 @@ enum PokemonSummaryScreenPage s32 GetLastViewedMonIndex(void); void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4); +void sub_8138B38(u8); #endif // GUARD_POKEMON_SUMMARY_SCREEN_H |