diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
commit | bcf07cb83718813d1ca44475aa4a34ee1d52c39e (patch) | |
tree | 9cc54fcef0933030d15f94aa2297895670f28402 /include/pokemon_summary_screen.h | |
parent | bc4d3b892a1685c0cb9cd368ba586031657c8710 (diff) | |
parent | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into script_pokemon_util
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 |