From 301664db2f7459e6f819a5f6eceeefccc78f0414 Mon Sep 17 00:00:00 2001 From: KDSKardabox Date: Thu, 15 Feb 2018 17:12:02 +0530 Subject: Matching the unmatched and another function --- include/strings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/strings.h') 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[]; -- cgit v1.2.3 From a200d9406b15f722b34775050f6fe73894d23629 Mon Sep 17 00:00:00 2001 From: KDSKardabox Date: Thu, 15 Feb 2018 22:32:28 +0530 Subject: Finish fldeff_softboiled.c --- include/strings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 4632938da..70b2777e1 100644 --- a/include/strings.h +++ b/include/strings.h @@ -350,6 +350,7 @@ extern const u8 gText_ThreeDashes[]; //party menu text extern const u8 gText_PkmnHPRestoredByVar2[]; +extern const u8 gText_CantBeUsedOnPkmn[]; //birch dex rating text extern const u8 gBirchDexRatingText_LessThan10[]; -- cgit v1.2.3