Update JP translation and fix typo

This commit is contained in:
GriffinR 2019-12-10 19:31:12 -05:00 committed by huderlem
parent ed1ff0ad77
commit b7ab9cbf4c
4 changed files with 4 additions and 4 deletions

View File

@ -1078,7 +1078,7 @@ extern const u8 gTrickHouse_Mechadoll_Seven2[];
extern const u8 gTrickHouse_Mechadoll_Eight2[]; extern const u8 gTrickHouse_Mechadoll_Eight2[];
// Pokedex strings // Pokedex strings
extern const u8 gText_SeachForPkmnBasedOnParameters[]; extern const u8 gText_SearchForPkmnBasedOnParameters[];
extern const u8 gText_SwitchPokedexListings[]; extern const u8 gText_SwitchPokedexListings[];
extern const u8 gText_ReturnToPokedex[]; extern const u8 gText_ReturnToPokedex[];
extern const u8 gText_SelectPokedexMode[]; extern const u8 gText_SelectPokedexMode[];

View File

@ -79,7 +79,7 @@ static const u8 *const sPlayersNeededOrModeTexts[][5] = {
}; };
ALIGNED(4) const u8 sText_BButtonCancel[] = _("{B_BUTTON}CANCEL"); ALIGNED(4) const u8 sText_BButtonCancel[] = _("{B_BUTTON}CANCEL");
ALIGNED(4) const u8 sJPText_InvitationSentToPlayer[] = _("ため\nさんかしゃ ぼしゅうちゅう です!"); // Unused ALIGNED(4) const u8 sJPText_SearchingForParticipants[] = _("ため\nさんかしゃ ぼしゅうちゅう です!"); // Unused, may have been cut off
ALIGNED(4) const u8 sText_PlayerContactedYouForXAccept[] = _("{STR_VAR_2} contacted you for\n{STR_VAR_1}. Accept?"); ALIGNED(4) const u8 sText_PlayerContactedYouForXAccept[] = _("{STR_VAR_2} contacted you for\n{STR_VAR_1}. Accept?");
ALIGNED(4) const u8 sText_PlayerContactedYouShareX[] = _("{STR_VAR_2} contacted you.\nWill you share {STR_VAR_1}?"); ALIGNED(4) const u8 sText_PlayerContactedYouShareX[] = _("{STR_VAR_2} contacted you.\nWill you share {STR_VAR_1}?");
ALIGNED(4) const u8 sText_PlayerContactedYouAddToMembers[] = _("{STR_VAR_2} contacted you.\nAdd to the members?"); ALIGNED(4) const u8 sText_PlayerContactedYouAddToMembers[] = _("{STR_VAR_2} contacted you.\nAdd to the members?");

View File

@ -934,7 +934,7 @@ static const u8 gUnknown_0856ED08[][4] =
static const struct UnknownStruct3 gUnknown_0856ED30[] = static const struct UnknownStruct3 gUnknown_0856ED30[] =
{ {
{ {
.text = gText_SeachForPkmnBasedOnParameters, .text = gText_SearchForPkmnBasedOnParameters,
.unk4 = 0, .unk4 = 0,
.unk5 = 0, .unk5 = 0,
.unk6 = 5, .unk6 = 5,

View File

@ -112,7 +112,7 @@ const u8 gText_WTWeight[] = _("WT");
const u8 gText_SearchingPleaseWait[] = _("Searching…\nPlease wait."); const u8 gText_SearchingPleaseWait[] = _("Searching…\nPlease wait.");
const u8 gText_SearchCompleted[] = _("Search completed."); const u8 gText_SearchCompleted[] = _("Search completed.");
const u8 gText_NoMatchingPkmnWereFound[] = _("No matching POKéMON were found."); const u8 gText_NoMatchingPkmnWereFound[] = _("No matching POKéMON were found.");
const u8 gText_SeachForPkmnBasedOnParameters[] = _("Search for POKéMON based on\nselected parameters."); const u8 gText_SearchForPkmnBasedOnParameters[] = _("Search for POKéMON based on\nselected parameters.");
const u8 gText_SwitchPokedexListings[] = _("Switch POKéDEX listings."); const u8 gText_SwitchPokedexListings[] = _("Switch POKéDEX listings.");
const u8 gText_ReturnToPokedex[] = _("Return to the POKéDEX."); const u8 gText_ReturnToPokedex[] = _("Return to the POKéDEX.");
const u8 gText_SelectPokedexMode[] = _("Select the POKéDEX mode."); const u8 gText_SelectPokedexMode[] = _("Select the POKéDEX mode.");