修正两处“精灵“为”宝可梦“

This commit is contained in:
RoamerX 2025-04-12 11:37:07 +08:00
parent 47c9504397
commit 6c43af125c
2 changed files with 3 additions and 3 deletions

View File

@ -460,5 +460,5 @@ BerryTree_EventScript_EncounterPests::
return
BerryTree_Text_APokemonAppeared:
.string "一只精灵跳出来了!$"
.string "一只宝可梦跳出来了!$"
.endif

View File

@ -506,7 +506,7 @@ static const struct MenuAction MultichoiceList_LinkServicesNoRecordBerry[] =
static const struct MenuAction MultichoiceList_WirelessMinigame[] =
{
{COMPOUND_STRING("精灵跳绳")},
{COMPOUND_STRING("宝可梦跳绳")},
{COMPOUND_STRING("嘟嘟利摘树果")},
{gText_Exit},
};
@ -641,7 +641,7 @@ static const struct MenuAction MultichoiceList_BattleArenaRules[] =
static const struct MenuAction MultichoiceList_BattleTowerRules[] =
{
{COMPOUND_STRING("对战塔信息")},
{COMPOUND_STRING("对战精灵")},
{COMPOUND_STRING("对战宝可梦")},
{COMPOUND_STRING("对战沙龙")},
{COMPOUND_STRING("多人联机")},
{gText_Exit},