diff options
Diffstat (limited to 'src/d/d_menu_fishing.cpp')
| -rw-r--r-- | src/d/d_menu_fishing.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/d/d_menu_fishing.cpp b/src/d/d_menu_fishing.cpp index e61e45829f..134580fecc 100644 --- a/src/d/d_menu_fishing.cpp +++ b/src/d/d_menu_fishing.cpp @@ -297,8 +297,15 @@ void dMenu_Fishing_c::screenSetBase() { } mpFishInfoParent[0] = new CPaneMgr(mpScreen, 'info_blu', 0, NULL); mpFishInfoParent[1] = new CPaneMgr(mpScreen, 'info_red', 0, NULL); + + #if (VERSION == VERSION_GCN_JPN) || (VERSION == VERSION_WII_JPN) + J2DTextBox* textBox = (J2DTextBox*)mpScreen->search('t_t00'); + mpScreen->search('f_t00')->hide(); + #else J2DTextBox* textBox = (J2DTextBox*)mpScreen->search('f_t00'); mpScreen->search('t_t00')->hide(); + #endif + textBox->setFont(mDoExt_getSubFont()); textBox->setString(0x200, ""); mpString->getString(0x5a1, textBox, NULL, NULL, NULL, 0); @@ -509,4 +516,4 @@ void dMenu_Fishing_c::setHIO(bool i_useHIO) { g_drawHIO.mCollectScreen.mButtonBTextScale); } } -}
\ No newline at end of file +} |
