diff options
author | Tetrable <atifhuss386@gmail.com> | 2019-01-03 01:54:55 +0000 |
---|---|---|
committer | Tetrable <atifhuss386@gmail.com> | 2019-01-03 01:54:55 +0000 |
commit | 50aa222aff56499aeef1c64c9191f53b9b20a1de (patch) | |
tree | 27927a1fbb80ef6171cc94a1350ae5f1abe4eff3 /src | |
parent | a3ebca4d814adcf245212cb549f72812f2cf39c6 (diff) |
Corrected typos
Diffstat (limited to 'src')
-rwxr-xr-x | src/party_menu.c | 2 | ||||
-rw-r--r-- | src/strings.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/party_menu.c b/src/party_menu.c index 00432e6db..fe556750a 100755 --- a/src/party_menu.c +++ b/src/party_menu.c @@ -2799,7 +2799,7 @@ static void sub_81B1CD0(struct Pokemon *mon, u16 item, u8 c) { GetMonNickname(mon, gStringVar1); CopyItemName(item, gStringVar2); - StringExpandPlaceholders(gStringVar4, gText_RecievedItemFromPkmn); + StringExpandPlaceholders(gStringVar4, gText_ReceivedItemFromPkmn); sub_81B1B5C(gStringVar4, c); schedule_bg_copy_tilemap_to_vram(2); } diff --git a/src/strings.c b/src/strings.c index bd8c766de..7b2b5ca4c 100644 --- a/src/strings.c +++ b/src/strings.c @@ -390,7 +390,7 @@ const u8 gText_RemoveMailBeforeItem[] = _("MAIL must be removed before\nholding const u8 gText_PkmnWasGivenItem[] = _("{STR_VAR_1} was given the\n{STR_VAR_2} to hold.{PAUSE_UNTIL_PRESS}"); const u8 gText_SwitchPkmnItem[] = _("{STR_VAR_1} is already holding\none {STR_VAR_2}.\pWould you like to switch the\ntwo items?"); const u8 gText_PkmnNotHolding[] = _("{STR_VAR_1} isn't holding\nanything.{PAUSE_UNTIL_PRESS}"); -const u8 gText_RecievedItemFromPkmn[] = _("Received the {STR_VAR_2}\nfrom {STR_VAR_1}.{PAUSE_UNTIL_PRESS}"); +const u8 gText_ReceivedItemFromPkmn[] = _("Received the {STR_VAR_2}\nfrom {STR_VAR_1}.{PAUSE_UNTIL_PRESS}"); const u8 gText_MailTakenFromPkmn[] = _("MAIL was taken from the\nPOKéMON.{PAUSE_UNTIL_PRESS}"); const u8 gText_SwitchedPkmnItem[] = _("The {STR_VAR_2} was taken and\nreplaced with the {STR_VAR_1}.{PAUSE_UNTIL_PRESS}"); const u8 gText_PkmnHoldingItemCantHoldMail[] = _("This POKéMON is holding an\nitem. It cannot hold MAIL.{PAUSE_UNTIL_PRESS}"); |