summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-08-15 11:47:10 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-08-15 11:51:47 -0700
commitac3f4fd99475912ce52fb88be76a0809d9b6fbed (patch)
tree9a6728860b0befc7378d84a759c010f27e171cea /include
parent0bc975bf57a1603d2d23265ea9fad39cc05622b9 (diff)
Continue documentation and cleanup of pokemon_summary_screen
Diffstat (limited to 'include')
-rwxr-xr-xinclude/pokemon_summary_screen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h
index 51175a36a..3d3b6f0e3 100755
--- a/include/pokemon_summary_screen.h
+++ b/include/pokemon_summary_screen.h
@@ -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