diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-15 22:33:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 22:33:55 -0600 |
commit | e2932a38ded59a6b794d10024498db718c0b0bb9 (patch) | |
tree | 4d9ca1668dc8b49a739c3bb8f83b453f20e2e41d /include/strings.h | |
parent | cfec30413c36f3a571d80162796c11a030f42767 (diff) | |
parent | ffeca135bcaa449267bc7540f25eeb02cf4c92fa (diff) |
Merge pull request #214 from KDSKardabox/master
Decompile fledd_softboiled.h
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 c9ebc175f..70b2777e1 100644 --- a/include/strings.h +++ b/include/strings.h @@ -348,6 +348,11 @@ extern const u8 gText_DepositedVar2Var1s[]; extern const u8 gText_NoRoomForItems[]; 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[]; extern const u8 gBirchDexRatingText_LessThan20[]; extern const u8 gBirchDexRatingText_LessThan30[]; |