diff options
author | huderlem <huderlem@gmail.com> | 2019-01-03 20:37:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 20:37:25 -0600 |
commit | cba2f81bf870734960492b2d586d5a0684d99cf5 (patch) | |
tree | 5845c0ad7355d3568637287b19796be4668d1b36 /include/strings.h | |
parent | fd201f8395fccaf26349b352d3b0eda98bec8593 (diff) | |
parent | 97ebeef1dbe8b4954d234fda067651f63d7e6360 (diff) |
Merge pull request #507 from Tetrable/master
Finish off labeling flags
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index c2f661481..9870b0eea 100644 --- a/include/strings.h +++ b/include/strings.h @@ -403,7 +403,7 @@ 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_ReceivedItemFromPkmn[]; extern const u8 gText_SwitchPkmnItem[]; extern const u8 gText_SwitchedPkmnItem[]; extern const u8 gText_BagFullCouldNotRemoveItem[]; |