diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-12-06 23:14:33 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-12-06 23:14:33 -0500 |
commit | 18124740a4d75ae95948f95ca6f63c320e51501c (patch) | |
tree | 508fd0c7c2e61796b7825083085d21eff66be047 /include/strings.h | |
parent | ba3247d5cd27070c51e28437e8880dec72d973b5 (diff) |
pushing so I can merge
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 31b8f399d..d8b1f4f7c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -370,6 +370,12 @@ extern const u8 gText_ThreeDashes[]; extern const u8 gText_PkmnHPRestoredByVar2[]; extern const u8 gText_CantBeUsedOnPkmn[]; extern const u8 gText_CancelParticipation[]; +extern const u8 gText_PkmnWasGivenItem[]; +extern const u8 gText_RecievedItemFromPkmn[]; +extern const u8 gText_SwitchPkmnItem[]; +extern const u8 gText_SwitchedPkmnItem[]; +extern const u8 gText_BagFullCouldNotRemoveItem[]; +extern const u8 gText_PkmnCantParticipate[]; //pokedex text extern const u8 gText_CryOf[]; |