diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-22 13:31:48 +0800 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-04 14:54:50 -0700 |
commit | 27ff20d31dc53eba10837064b6c91b99ccf87d8d (patch) | |
tree | b252b3ebb70497d26062bcac04305e6f0cee143a /include/pokemon_summary_screen.h | |
parent | 069eb2baed314133a9d72658c07126e73b3b3db1 (diff) |
party_menu second quarter
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r-- | include/pokemon_summary_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 2655405e5..3695d46df 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -32,7 +32,7 @@ enum PokemonSummaryScreenPage PSS_PAGE_CONTEST_MOVES, }; -s32 sub_8138B20(void); +s32 GetLastViewedMonIndex(void); void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4); #endif // GUARD_POKEMON_SUMMARY_SCREEN_H |