Continue documentation and cleanup of pokemon_summary_screen
This commit is contained in:
@@ -14,4 +14,12 @@ enum PokemonSummaryScreenMode
|
||||
PSS_MODE_SELECT_MOVE,
|
||||
};
|
||||
|
||||
enum PokemonSummaryScreenPage
|
||||
{
|
||||
PSS_PAGE_INFO,
|
||||
PSS_PAGE_SKILLS,
|
||||
PSS_PAGE_BATTLE_MOVES,
|
||||
PSS_PAGE_CONTEST_MOVES,
|
||||
};
|
||||
|
||||
#endif // GUARD_POKEMON_SUMMARY_SCREEN_H
|
||||
|
||||
Reference in New Issue
Block a user