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 | |
parent | 7cabc3d1a51a48a31b02d1c24b26da2a5c654f35 (diff) |
pokemon_summary_screen.c, part 3.
Also commit hgrep.sh for searching in non-c files.
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_summary_screen.h | 2 | ||||
-rw-r--r-- | include/strings.h | 9 |
2 files changed, 10 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, }; diff --git a/include/strings.h b/include/strings.h index fd224aea4..6c12d38f5 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1468,4 +1468,13 @@ extern const u8 gText_PokemonOnHook[]; extern const u8 gText_NotEvenANibble[]; extern const u8 gText_ItGotAway[]; +// pokemon_summary_screen +extern const u8 gUnknown_8419C39[]; +extern const u8 gUnknown_8419C92[]; +extern const u8 gUnknown_8419CA2[]; +extern const u8 gUnknown_8419C45[]; +extern const u8 gUnknown_8419C82[]; +extern const u8 gUnknown_8416202[]; +extern const u8 gUnknown_84161EF[]; + #endif //GUARD_STRINGS_H |