diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-04-30 20:41:17 -0400 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-04-30 20:41:17 -0400 |
commit | f9331f15ef3db551fb288737d1070adfc79150b2 (patch) | |
tree | b66d5e8ca41fb5b0a03c8e233c06ac60c8ffaa1d /include/strings.h | |
parent | 6a401b53867de87165f625510624c4a296dba34b (diff) |
decompiled up to sub_80BFCF4
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 7c81dbcfb..c51824225 100644 --- a/include/strings.h +++ b/include/strings.h @@ -366,6 +366,11 @@ extern const u8 gText_ThreeDashes[]; extern const u8 gText_PkmnHPRestoredByVar2[]; extern const u8 gText_CantBeUsedOnPkmn[]; +//pokedex text + +extern const u8 gText_CryOf[]; +extern const u8 gText_SizeComparedTo[]; + //birch dex rating text extern const u8 gBirchDexRatingText_LessThan10[]; extern const u8 gBirchDexRatingText_LessThan20[]; |