This commit is contained in:
RoamerX 2025-04-15 01:18:51 +08:00
commit f760cfe534
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Text_ThisIsATestSignpostMsg::
.string "这是对你的考验。\n"
.string "能够给你指明方向$"
.string "测试用信息,\n"
.string "看板$"
EventScript_TestSignpostMsg::
msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN

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");