Update strings.c

This commit is contained in:
sayseong 2025-04-14 12:43:51 +08:00
parent 545102685e
commit d7f0c299cb

View File

@ -804,8 +804,8 @@ const u8 gText_Sorry[] = _("抱歉");
const u8 gText_YaySmileEmoji[] = _("哈!{EMOJI_BIGSMILE}");
const u8 gText_ThankYou[] = _("谢谢");
const u8 gText_ByeBye[] = _("拜拜!");
const u8 gText_PlayerScurriedToCenter[] = _("{PLAYER} scurried to a POKéMON CENTER,\nprotecting the exhausted and fainted\nPOKéMON from further harm\p");
const u8 gText_PlayerScurriedBackHome[] = _("{PLAYER} scurried back home, protecting\nthe exhausted and fainted POKéMON from\nfurther harm\p");
const u8 gText_PlayerScurriedToCenter[] = _("{PLAYER}\n一边保护着精疲力尽动弹不得的宝可梦,\n一边急匆匆地赶往宝可梦中心…\p");
const u8 gText_PlayerScurriedBackHome[] = _("{PLAYER}\n一边保护着精疲力尽动弹不得的宝可梦,\n一边急匆匆地回到自己家…\p");
const u8 gText_HatchedFromEgg[] = _("{STR_VAR_1}从蛋里面孵化了!");
const u8 gText_NicknameHatchPrompt[] = _("是否给新出生的\n{STR_VAR_1}取个名字?");
ALIGNED(4) const u8 gText_ReadyPickBerry[] = _("是否准备开始树果混合?\n请选择一个树果。\p");