mirror of
https://github.com/zeldaret/ss
synced 2026-07-08 13:56:15 -04:00
d_lyt_{auto_caption, area_explain} OK
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user