d_a_tag_mmsg OK

This commit is contained in:
Tom Overton
2022-12-31 03:38:18 -08:00
parent 2ef41a019c
commit ba90c927ea
10 changed files with 116 additions and 395 deletions
+2
View File
@@ -2681,6 +2681,8 @@ inline u32 dComIfGp_particle_setPolyColor(u32 param_0, u16 param_1, cBgS_PolyInf
int dComIfGd_setSimpleShadow(cXyz* pos, f32 param_1, f32 param_2, cBgS_PolyInfo& param_3, s16 angle,
f32 param_5, _GXTexObj* tex);
stage_camera_class* dComIfGp_getRoomCamera(int i_roomNo);
stage_arrow_class* dComIfGp_getRoomArrow(int i_roomNo);
int dComIfGd_setShadow(u32 param_0, s8 param_1, J3DModel* param_2, cXyz* param_3, f32 param_4,
f32 param_5, f32 param_6, f32 param_7, cBgS_PolyInfo& param_8,
dKy_tevstr_c* param_9, s16 param_10, f32 param_11, _GXTexObj* param_12);
+6 -1
View File
@@ -151,9 +151,14 @@ struct stage_camera_class {
/* 0x4 */ stage_camera2_data_class* field_0x4;
};
struct stage_arrow_class {
struct stage_arrow_data_class {
/* 0x00 */ cXyz mPosition;
/* 0x0C */ csXyz mAngle;
};
struct stage_arrow_class {
/* 0x00 */ int mNum;
/* 0x04 */ stage_arrow_data_class* mEntries;
}; // Size: 0x14
class stage_actor_data_class {
@@ -3,14 +3,15 @@
#include "d/a/d_a_player.h"
#include "dolphin/types.h"
#include "f_op/f_op_actor_mng.h"
class daTagMmsg_c : public fopAc_ac_c {
public:
daTagMmsg_c() {}
/* 80D5B918 */ void create();
/* 80D5B918 */ int create();
/* 80D5BAB4 */ ~daTagMmsg_c();
/* 80D5BB30 */ void execute();
/* 80D5BB30 */ int execute();
void onUseFlg() { mUseFlg = true; }
bool checkNoAttention() { return mAttention == 0xFF; }