更新翻译“栖息地不明”并更新对应图片

This commit is contained in:
RoamerX 2025-06-02 16:01:52 +08:00
parent aa21b6feda
commit 9c15cbbd21
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -678,7 +678,7 @@ static void ShowEncounterInfoLabel(void)
static void ShowAreaUnknownLabel(void)
{
static const u8 gText_AreaUnknown[] = _("分布未知");
static const u8 gText_AreaUnknown[] = _("栖息地不明");
int stringXPos = GetStringCenterAlignXOffset(FONT_NORMAL, gText_AreaUnknown, 80);
PrintAreaLabelText(gText_AreaUnknown, DEX_AREA_LABEL_AREA_UNKNOWN, stringXPos);