From d7f0c299cba62a2e251dce4274d6c33d2631633b Mon Sep 17 00:00:00 2001 From: sayseong <70845428+sayseong@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:43:51 +0800 Subject: [PATCH 1/2] Update strings.c --- src/strings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strings.c b/src/strings.c index 09af891fd3..504ef90a30 100644 --- a/src/strings.c +++ b/src/strings.c @@ -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"); From a55e6c6212c096e38dd9b0edbb1f29920511dda7 Mon Sep 17 00:00:00 2001 From: sayseong <70845428+sayseong@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:49:18 +0800 Subject: [PATCH 2/2] Update test_signpost.inc --- data/scripts/test_signpost.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/scripts/test_signpost.inc b/data/scripts/test_signpost.inc index 729eb01f46..e630f5846a 100644 --- a/data/scripts/test_signpost.inc +++ b/data/scripts/test_signpost.inc @@ -1,6 +1,6 @@ Text_ThisIsATestSignpostMsg:: - .string "这是对你的考验。\n" - .string "能够给你指明方向。$" + .string "测试用信息,\n" + .string "看板。$" EventScript_TestSignpostMsg:: msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN