Continue documentation and cleanup of pokemon_summary_screen

This commit is contained in:
Diegoisawesome
2018-08-15 11:47:10 -07:00
parent 0bc975bf57
commit ac3f4fd994
4 changed files with 127 additions and 215 deletions

View File

@@ -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