mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 09:41:32 -04:00
* Reintroduce missing changes from pull request #2200 * m_Do_audio OK
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
callInit();
|
||||
}
|
||||
|
||||
static u8 const mAttr[1 + 3 /* padding */];
|
||||
static u8 const mAttr[1];
|
||||
static actionFunc ActionTable[13][2];
|
||||
|
||||
private:
|
||||
|
||||
@@ -1,5 +1,31 @@
|
||||
#ifndef D_A_TAG_QS_H
|
||||
#define D_A_TAG_QS_H
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "d/d_cc_d.h"
|
||||
|
||||
class daTagQs_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80D5DE78 */ ~daTagQs_c();
|
||||
/* 80D5DFB0 */ int create();
|
||||
/* 80D5E1FC */ f32 getPower();
|
||||
/* 80D5E220 */ f32 getSafeArea();
|
||||
/* 80D5E244 */ f32 getPower80();
|
||||
/* 80D5E268 */ f32 getCenterPower();
|
||||
/* 80D5E28C */ f32 calcPower(f32, f32);
|
||||
/* 80D5E9F8 */ int execute();
|
||||
/* 80D5EBF8 */ int draw();
|
||||
|
||||
u8 getType() { return fopAcM_GetParamBit(this, 0, 1); }
|
||||
int getSwNo() { return fopAcM_GetParamBit(this, 1, 8); }
|
||||
|
||||
/* 0x568 */ f32 field_0x568;
|
||||
/* 0x56C */ f32 field_0x56c;
|
||||
/* 0x570 */ int field_0x570;
|
||||
/* 0x574 */ int field_0x574;
|
||||
/* 0x578 */ dCcD_Cyl mCyl;
|
||||
/* 0x6B4 */ dCcD_Stts mStts;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_QS_H */
|
||||
|
||||
@@ -87,7 +87,7 @@ public:
|
||||
/* 801E8CB0 */ void yesnoWakuAlpahAnmInit(u8, u8, u8, u8);
|
||||
/* 801E8CFC */ u8 yesnoWakuAlpahAnm(u8);
|
||||
|
||||
/* 801E8E6C */ virtual void draw();
|
||||
/* 801E8E6C */ virtual void draw() { _draw(); }
|
||||
/* 801E2014 */ virtual ~dMenu_Option_c();
|
||||
|
||||
u8 getQuitStatus() { return mQuitStatus; }
|
||||
|
||||
Reference in New Issue
Block a user