mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 14:55:32 -04:00
d_a_tag_rmbit_sw: OK (#303)
* d_a_tag_rmbit_sw fully matching * d_a_tag_rmbit_sw OK
This commit is contained in:
@@ -1,6 +1,30 @@
|
||||
#ifndef D_A_TAG_RMBIT_SW_H
|
||||
#define D_A_TAG_RMBIT_SW_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daTagRmbitSw_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80D5FAF8 */ daTagRmbitSw_c();
|
||||
/* 80D5FB34 */ virtual ~daTagRmbitSw_c();
|
||||
/* 80D5FB94 */ int create();
|
||||
/* 80D5FBEC */ int Delete();
|
||||
/* 80D5FBF4 */ int draw();
|
||||
/* 80D5FBFC */ int execute();
|
||||
/* 80D5FDB8 */ void init();
|
||||
/* 80D5FDF0 */ u8 chkPlyrInTag();
|
||||
|
||||
s8 getArg0_RoomSaveTableNo() { return fopAcM_GetParamBit(this, 0, 8); }
|
||||
s8 getArg1_RoomNo() { return fopAcM_GetParamBit(this, 8, 8); }
|
||||
u8 getArg2_CngBitVal() { return fopAcM_GetParamBit(this, 16, 1); }
|
||||
u8 getArg3_CngBitFlg() { return fopAcM_GetParamBit(this, 17, 1); }
|
||||
u8 getSwBit() { return fopAcM_GetParamBit(this, 24, 8); }
|
||||
|
||||
/* 0x56C */ f32 field_0x56c;
|
||||
/* 0x570 */ f32 field_0x570;
|
||||
/* 0x574 */ f32 field_0x574;
|
||||
|
||||
}; // Size: 0x578
|
||||
|
||||
#endif /* D_A_TAG_RMBIT_SW_H */
|
||||
|
||||
Reference in New Issue
Block a user