diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-15 01:44:20 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-15 01:44:20 -0700 |
commit | 0bc975bf57a1603d2d23265ea9fad39cc05622b9 (patch) | |
tree | eb3e696ff9c84195c7e0d2af6beda81f55100ced /include/pokemon_summary_screen.h | |
parent | 332a8bcb1d6c9b01e27cc4f5a7a08ae26bf62f79 (diff) |
Document and cleanup pokemon_summary_screen
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rwxr-xr-x | include/pokemon_summary_screen.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index b29548258..51175a36a 100755 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -4,4 +4,14 @@ void sub_81C4F98(u8, void(*)(void)); void ShowSelectMovePokemonSummaryScreen(struct Pokemon *, u8, u8, MainCallback, u16); +// The Pokemon Summary Screen can operate in different modes. Certain features, +// such as move re-ordering, are available in the different modes. +enum PokemonSummaryScreenMode +{ + PSS_MODE_NORMAL, + PSS_MODE_UNK1, + PSS_MODE_UNK2, + PSS_MODE_SELECT_MOVE, +}; + #endif // GUARD_POKEMON_SUMMARY_SCREEN_H |