mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 07:25:22 -04:00
daTagLightBall OK
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user