mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 01:16:02 -04:00
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup * d_bg_w_kcol work * make item name enum better
This commit is contained in:
@@ -1178,11 +1178,11 @@ void dMeterButton_c::screenInitButton() {
|
||||
|
||||
u8 fishing_item = dComIfGs_getItem(SLOT_20, false);
|
||||
if (dMeter2Info_getMeterClass()->getMeterDrawPtr()->getCanoeFishing()) {
|
||||
fishing_item = LURE_ROD;
|
||||
fishing_item = fpcNm_ITEM_LURE_ROD;
|
||||
}
|
||||
|
||||
if (fishing_item == NO_ITEM) {
|
||||
fishing_item = FISHING_ROD_1;
|
||||
if (fishing_item == fpcNm_ITEM_NONE) {
|
||||
fishing_item = fpcNm_ITEM_FISHING_ROD_1;
|
||||
}
|
||||
|
||||
dMeter2Info_readItemTexture(fishing_item, mpFishingTex,
|
||||
@@ -3368,4 +3368,4 @@ void dMeterButton_c::pikariCheck() {
|
||||
*/
|
||||
void dMeterButton_c::paneTrans(CPaneMgr* i_pane, f32 i_transX, f32 i_transY, u8 unused) {
|
||||
i_pane->paneTrans(i_transX, i_transY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user