修正两处“精灵“为”宝可梦“
This commit is contained in:
parent
47c9504397
commit
6c43af125c
@ -460,5 +460,5 @@ BerryTree_EventScript_EncounterPests::
|
||||
return
|
||||
|
||||
BerryTree_Text_APokemonAppeared:
|
||||
.string "一只精灵跳出来了!$"
|
||||
.string "一只宝可梦跳出来了!$"
|
||||
.endif
|
||||
|
||||
@ -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},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user