diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-12-09 13:44:41 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-12-09 13:44:41 +0530 |
commit | 8712757d2454a8ee15680a658ea7df8621954bef (patch) | |
tree | 5f0ebfdccc0e22c0e52f8d223ec4889c7597569f /include/pokemon_summary_screen.h | |
parent | f8838491f6c46df771c5414f8b6da781294300b7 (diff) | |
parent | 0b91d2948a431a5d44166544897a550061c01a31 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rwxr-xr-x | include/pokemon_summary_screen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index a8eee9c18..5dc37c70d 100755 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -17,10 +17,10 @@ enum PokemonSummaryScreenMode enum PokemonSummaryScreenPage { - PSS_PAGE_INFO, - PSS_PAGE_SKILLS, - PSS_PAGE_BATTLE_MOVES, - PSS_PAGE_CONTEST_MOVES, + PSS_PAGE_INFO, + PSS_PAGE_SKILLS, + PSS_PAGE_BATTLE_MOVES, + PSS_PAGE_CONTEST_MOVES, }; #endif // GUARD_POKEMON_SUMMARY_SCREEN_H |