d_menu_window

This commit is contained in:
TakaRikka
2022-01-04 04:53:20 -08:00
parent 15808a2011
commit f8ce912342
45 changed files with 3291 additions and 2840 deletions
+8
View File
@@ -17,6 +17,8 @@ struct STControl {
/* 80032524 */ bool checkUpTrigger();
/* 800325A0 */ bool checkDownTrigger();
void setFirstWaitTime(s16 time) { mFirstWaitTime = time; }
/* 0x04 */ f32 field_0x04;
/* 0x08 */ f32 field_0x08;
/* 0x0C */ u8 field_0x0c;
@@ -40,6 +42,12 @@ struct STControl {
}; // Size = 0x30
struct CSTControl : public STControl {
CSTControl(s16 param_0, s16 param_1, s16 param_2,
s16 param_3, f32 param_4, f32 param_5,
s16 param_6, s16 param_7)
: STControl(param_0, param_1, param_2, param_3,
param_4, param_5, param_6, param_7) {}
virtual f32 getValueStick();
virtual s16 getAngleStick();
};