mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Default to Hiragana keyboard in Name Entry screen when playing in Japanese (NTSC behavior)
This commit is contained in:
parent
4e8e6d2313
commit
cd5b2eef05
1 changed files with 2 additions and 0 deletions
|
@ -1374,6 +1374,7 @@ void FileChoose_UpdateQuestMenu(GameState* thisx) {
|
||||||
} else {
|
} else {
|
||||||
defaultName = &emptyNameNES;
|
defaultName = &emptyNameNES;
|
||||||
}
|
}
|
||||||
|
this->charPage = FS_CHAR_PAGE_HIRA; // Default to Hiragana Keyboard
|
||||||
} else { // GAME_REGION_NTSC
|
} else { // GAME_REGION_NTSC
|
||||||
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
||||||
}
|
}
|
||||||
|
@ -1575,6 +1576,7 @@ void FileChoose_UpdateRandomizerMenu(GameState* thisx) {
|
||||||
} else {
|
} else {
|
||||||
defaultName = &emptyNameNES;
|
defaultName = &emptyNameNES;
|
||||||
}
|
}
|
||||||
|
this->charPage = FS_CHAR_PAGE_HIRA; // Default to Hiragana Keyboard
|
||||||
} else { // GAME_REGION_NTSC
|
} else { // GAME_REGION_NTSC
|
||||||
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
defaultName = CVarGetInteger(CVAR_ENHANCEMENT("LinkDefaultName"), 0) ? &linkNameNES : &emptyNameNES;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue