From f8247cdd793147a6f8d55971027558ad32fd4014 Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:42:40 -0400 Subject: pokemon_summary_screen.c, part 9. --- include/pokemon_summary_screen.h | 4 +++- include/strings.h | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index c28dccfee..5e3603bfe 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -32,6 +32,8 @@ enum PokemonSummaryScreenPage PSS_PAGE_SKILLS, PSS_PAGE_MOVES, PSS_PAGE_MOVES_INFO, + PSS_PAGE_UNK4, + PSS_PAGE_MOVE_DELETER, }; enum PokemonSummaryScreenState3270 @@ -54,7 +56,7 @@ enum PokemonSummaryScreenStat PSS_STAT_SPE }; -s32 GetLastViewedMonIndex(void); +u8 GetLastViewedMonIndex(void); void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4); void sub_8138B38(u8); diff --git a/include/strings.h b/include/strings.h index 51cf79f8b..7b5c85305 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1497,5 +1497,11 @@ extern const u8 gUnknown_8419860[]; extern const u8 gUnknown_841988A[]; extern const u8 gUnknown_8419C4D[]; extern const u8 gUnknown_8419C59[]; +extern const u8 gUnknown_8419C1D[]; +extern const u8 gUnknown_8419C62[]; +extern const u8 gUnknown_8419C72[]; +extern const u8 gUnknown_8419C2A[]; +extern const u8 gUnknown_8419C7B[]; +extern const u8 gUnknown_8419CA9[]; #endif //GUARD_STRINGS_H -- cgit v1.2.3