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/strings.h | |
parent | 7cabc3d1a51a48a31b02d1c24b26da2a5c654f35 (diff) |
pokemon_summary_screen.c, part 3.
Also commit hgrep.sh for searching in non-c files.
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |