summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
authorcompugab <compugab@hotmail.com>2026-06-18 19:34:50 -0400
committercompugab <compugab@hotmail.com>2026-06-18 19:34:50 -0400
commitf71f3d712388bc4101f9ec735e8c30efeb24a9e2 (patch)
tree2859bcb0e24d63eefbb31683c35f53bfd6af3708 /include/d
parentd8368a053c16c5f48df5335812c6ee00072ae6b8 (diff)
Update configure.py to add d_lyt_boss_gauge as matched and adjusting functions name. dLytBossGauge_c::finalizeState_Out() still missing and would like some help.
Diffstat (limited to 'include/d')
-rw-r--r--include/d/lyt/d_lyt_boss_gauge.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/d/lyt/d_lyt_boss_gauge.h b/include/d/lyt/d_lyt_boss_gauge.h
index c744ad6c..ca263d58 100644
--- a/include/d/lyt/d_lyt_boss_gauge.h
+++ b/include/d/lyt/d_lyt_boss_gauge.h
@@ -18,8 +18,6 @@ public:
void setMode(s32 mode);
- void fn_80158940(f32);
-
void setField_0x545(bool value) {
field_0x545 = value;
}
@@ -28,18 +26,8 @@ public:
field_0x546 = value;
}
- void fn_80158290();
void fn_801582A0();
- void fn_801583E0();
- void fn_801583F0();
- void fn_80158400();
- void fn_80158480();
- void fn_80158490();
- void fn_801584A0();
- void fn_80158520();
- void fn_80158530();
- void fn_80158540();
- void fn_801585C0();
+ void fn_80158940(f32);
private:
STATE_FUNC_DECLARE(dLytBossGauge_c, None);
@@ -60,7 +48,7 @@ private:
/* 0x546 */ bool field_0x546;
/* 0x547 */ u8 field_0x547;
/* 0x548 */ s32 field_0x548;
- /* 0x54c */ float field_0x54c;
+ /* 0x54c */ f32 field_0x54c;
};
#endif