diff options
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 |