diff options
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[]; |