d_lyt_{auto_caption, area_explain} OK

This commit is contained in:
robojumper
2025-04-20 14:36:31 +02:00
parent 2eead00a49
commit ca8d58a59c
6 changed files with 58 additions and 27 deletions
+16
View File
@@ -397,6 +397,22 @@ public:
}
}
static bool getMinusBtnFn800F7600() {
if (sInstance != nullptr) {
return sInstance->mMeter.mMinusBtn.fn_800F7600();
} else {
return false;
}
}
static bool getDowsingFn800FE4B0() {
if (sInstance != nullptr) {
return sInstance->mMeter.mDowsing.fn_800FE4B0();
} else {
return false;
}
}
private:
/* 0x00004 */ d2d::ResAccIf_c mResAcc;
/* 0x00374 */ dLytMeterEventSkip_c *mpEventSkip;
+1 -1
View File
@@ -131,11 +131,11 @@ public:
}
bool fn_800F75E0() const;
bool fn_800F7600() const;
private:
bool shouldCall() const;
void fn_800F7300();
bool fn_800F7600() const;
bool fn_800F7760() const;
void realizeShieldDurability();
bool isUnequippable(s32 num) const;