diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-23 17:13:23 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-23 17:13:23 -0400 |
commit | d096f37d75138eba940f55bd7e1ec8bacc092935 (patch) | |
tree | 550e6b701140848311a1d63426fadf340205f0d5 /include/pokemon_summary_screen.h | |
parent | 7cabc3d1a51a48a31b02d1c24b26da2a5c654f35 (diff) |
pokemon_summary_screen.c, part 3.
Also commit hgrep.sh for searching in non-c files.
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r-- | include/pokemon_summary_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 03a10fcde..9c9c1e351 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -21,7 +21,7 @@ enum PokemonSummaryScreenMode PSS_MODE_NORMAL, PSS_MODE_UNK1, PSS_MODE_SELECT_MOVE, - PSS_MODE_UNK3, + PSS_MODE_FORGET_MOVE, PSS_MODE_UNK4, PSS_MODE_BOX, }; |