diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 17:12:02 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 17:12:02 +0530 |
commit | 301664db2f7459e6f819a5f6eceeefccc78f0414 (patch) | |
tree | 9242434d9d6b95ae0108cbc23fb716e22065ed13 /include/strings.h | |
parent | 44c1ea16b9ec4d4a1c285bdab84b514f376625cc (diff) |
Matching the unmatched and another function
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index c9ebc175f..4632938da 100644 --- a/include/strings.h +++ b/include/strings.h @@ -348,6 +348,10 @@ extern const u8 gText_DepositedVar2Var1s[]; extern const u8 gText_NoRoomForItems[]; extern const u8 gText_ThreeDashes[]; +//party menu text +extern const u8 gText_PkmnHPRestoredByVar2[]; + +//birch dex rating text extern const u8 gBirchDexRatingText_LessThan10[]; extern const u8 gBirchDexRatingText_LessThan20[]; extern const u8 gBirchDexRatingText_LessThan30[]; |