daTagLightBall OK

This commit is contained in:
Yotona
2023-07-27 19:55:39 -06:00
parent b898811613
commit 68fa601716
14 changed files with 154 additions and 500 deletions
+4 -1
View File
@@ -93,7 +93,8 @@ struct SND_INFLUENCE {
};
struct DALKMIST_INFLUENCE {
/* 0x00 */ u8 field_0x0[0x10];
/* 0x00 */ cXyz mPos;
/* 0x0C */ f32 field_0xc;
};
struct DUNGEON_LIGHT {
@@ -567,6 +568,8 @@ void dKy_plight_priority_set(LIGHT_INFLUENCE* param_0);
void dKy_tevstr_init(dKy_tevstr_c* param_0, s8 param_1, u8 param_2);
SND_INFLUENCE* dKy_Sound_get();
void dKy_plight_cut(LIGHT_INFLUENCE* param_0);
void dKy_dalkmist_inf_set(DALKMIST_INFLUENCE*);
void dKy_dalkmist_inf_cut(DALKMIST_INFLUENCE*);
int dKy_rain_check();
void dKy_set_actcol_ratio(f32 ratio);
void dKy_set_bgcol_ratio(f32 ratio);
@@ -1,6 +1,29 @@
#ifndef D_A_TAG_LIGHTBALL_H
#define D_A_TAG_LIGHTBALL_H
#include "d/kankyo/d_kankyo.h"
#include "dolphin/types.h"
#include "f_op/f_op_actor_mng.h"
class daTagLightBall_c : public fopAc_ac_c {
public:
/* 80D5A7F8 */ void initBaseMtx();
/* 80D5A818 */ void setBaseMtx();
/* 80D5A870 */ int Create();
/* 80D5A9B8 */ int create();
/* 80D5AA20 */ int execute();
/* 80D5ABA0 */ int draw();
/* 80D5ABA8 */ int _delete();
u8 getSwBit() { return fopAcM_GetParamBit(this, 0, 8); }
u32 getType() { return fopAcM_GetParamBit(this, 8, 4); }
/* 0x568 */ DALKMIST_INFLUENCE mInfluence;
/* 0x578 */ int field_0x578;
/* 0x57C */ u8 field_0x57c;
/* 0x57D */ u8 field_0x57d;
/* 0x57E */ u8 field_0x57e;
/* 0x57F */ u8 field_0x57f;
};
#endif /* D_A_TAG_LIGHTBALL_H */