Initial work on pokemon_summary_screen.c

This commit is contained in:
luckytyphlosion
2020-06-14 16:08:21 -04:00
parent e2eb17dcbd
commit bc143a695d
10 changed files with 570 additions and 690 deletions
+5 -3
View File
@@ -20,16 +20,18 @@ enum PokemonSummaryScreenMode
{
PSS_MODE_NORMAL,
PSS_MODE_UNK1,
PSS_MODE_BOX,
PSS_MODE_SELECT_MOVE,
PSS_MODE_UNK3,
PSS_MODE_UNK4,
PSS_MODE_BOX,
};
enum PokemonSummaryScreenPage
{
PSS_PAGE_INFO,
PSS_PAGE_SKILLS,
PSS_PAGE_BATTLE_MOVES,
PSS_PAGE_CONTEST_MOVES,
PSS_PAGE_MOVES,
PSS_PAGE_MOVES_INFO,
};
s32 GetLastViewedMonIndex(void);