mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-06 17:32:23 -04:00
Link a lot of TUs for JP version (#2625)
This commit is contained in:
@@ -31,7 +31,11 @@ dMsgScrnPlace_c::dMsgScrnPlace_c() {
|
||||
}
|
||||
|
||||
mpScreen = new J2DScreen();
|
||||
#if VERSION == VERSION_GCN_JPN
|
||||
mpScreen->setPriority("zelda_stage_title.blo", 0x20000, dComIfGp_getMsgArchive(4));
|
||||
#else
|
||||
mpScreen->setPriority("zelda_stage_title_foreign.blo", 0x20000, dComIfGp_getMsgArchive(4));
|
||||
#endif
|
||||
dPaneClass_showNullPane(mpScreen);
|
||||
|
||||
mpPmP_c = new CPaneMgr(mpScreen, 'n_all', 2, NULL);
|
||||
@@ -53,7 +57,9 @@ dMsgScrnPlace_c::dMsgScrnPlace_c() {
|
||||
mpTm_c[i] = new CPaneMgr(mpScreen, t_tag[i], 0, NULL);
|
||||
((J2DTextBox*)mpTm_c[i]->getPanePtr())->setFont(mDoExt_getRubyFont());
|
||||
((J2DTextBox*)mpTm_c[i]->getPanePtr())->setString(0x80, "");
|
||||
#if VERSION != VERSION_GCN_JPN
|
||||
((J2DTextBox*)mpTm_c[i]->getPanePtr())->setCharSpace(1.0f);
|
||||
#endif
|
||||
}
|
||||
|
||||
((J2DTextBox*)mpTm_c[0]->getPanePtr())->getFontSize(mFontSize);
|
||||
|
||||
Reference in New Issue
Block a user