mirror of
https://github.com/zeldaret/ss
synced 2026-07-12 06:57:50 -04:00
d_lyt_meter_nunchaku_bg OK
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
bool build(d2d::ResAccIf_c *resAcc);
|
||||
bool remove();
|
||||
bool draw();
|
||||
|
||||
|
||||
bool fn_800D5380(u8);
|
||||
bool fn_800D5650();
|
||||
bool fn_800D5680();
|
||||
@@ -218,7 +218,13 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static u8 getDowsing0x550A() {
|
||||
if (sInstance != nullptr) {
|
||||
return sInstance->mMeter.mDowsing.getField_0x550A();
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0x00004 */ d2d::ResAccIf_c mResAcc;
|
||||
|
||||
@@ -152,6 +152,10 @@ public:
|
||||
bool fn_800FE4B0() const;
|
||||
bool fn_800FE610();
|
||||
|
||||
u8 getField_0x550A() const {
|
||||
return field_0x550A;
|
||||
}
|
||||
|
||||
private:
|
||||
void setItemName(s32 id);
|
||||
void setMessage(s32 id);
|
||||
|
||||
Reference in New Issue
Block a user