Skip to content

Fix Localization Oversights in 3 Texts - #771

Open
Deokishisu wants to merge 1 commit into
pret:masterfrom
Deokishisu:patch-2
Open

Fix Localization Oversights in 3 Texts#771
Deokishisu wants to merge 1 commit into
pret:masterfrom
Deokishisu:patch-2

Conversation

@Deokishisu

@Deokishisu Deokishisu commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

The fossil revival scientist's text for handing over a fossil in Cinnabar Lab, the ferryman checking the S.S. Ticket texts in Vermilion City, and the thirsty girl text on Celadon Dept. Store's rooftop all had font changes (as the original Japanese does) instead of textcolor changes embedded in their strings.

If the localizers had caught them, they would've replaced FONT_NORMAL with COLOR DARK_GRAY and FONT_MALE with COLOR BLUE. This commit creates a #ifdef BUGFIX for each of these oversights.

These issues are present in all localization languages. Looks like nobody caught them.

The fossil revival scientist's text for handing over a fossil in Cinnabar Lab, the ferryman checking the S.S. Ticket texts in Vermilion City, and the thirsty girl text on Celadon Dept. Store's rooftop all had font changes (as the original Japanese does) instead of textcolor changes embedded in their strings.

If the localizers had caught them, they would've replaced `FONT_NORMAL` with `COLOR DARK_GRAY` and `FONT_MALE` with `COLOR BLUE`. This commit creates a #ifdef BUGFIX for each of these oversights.

These issues are present in all localization languages. Looks like nobody caught them.
@Deokishisu Deokishisu changed the title Fix Localization Oversight in Fossil Revival Scientist Text Fix Localization Oversights in 3 Texts Aug 6, 2026
@Deokishisu

Copy link
Copy Markdown
Contributor Author

I squashed into one commit for all three changes and force pushed. This is what I get for rushing to make a commit and PR before fully investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant