d_a_kytag06 fully done / d_msg_class/object work (#300)

* d_a_kytag06 OK and d_msg_class/object wip

* add some GXDraw functions

* cleanup kytag6

* remove asm
This commit is contained in:
TakaRikka
2023-02-25 18:23:13 -08:00
committed by GitHub
parent 4df6e8edea
commit bf663a0e3d
112 changed files with 5132 additions and 7404 deletions
@@ -1,6 +1,27 @@
#ifndef D_A_KYTAG06_H
#define D_A_KYTAG06_H
#include "dolphin/types.h"
#include "f_op/f_op_actor_mng.h"
#include "d/d_path.h"
class kytag06_class : public fopAc_ac_c {
public:
/* 0x568 */ dPath* mpPath;
/* 0x56C */ f32 mWindPower;
/* 0x570 */ f32 field_0x570;
/* 0x574 */ int field_0x574;
/* 0x578 */ int field_0x578;
/* 0x57C */ int field_0x57c;
/* 0x580 */ u32 field_0x580[4];
/* 0x590 */ u8 mMode;
/* 0x591 */ u8 field_0x591;
/* 0x592 */ u8 field_0x592;
/* 0x593 */ u8 mType;
/* 0x594 */ u8 mPathNo;
/* 0x595 */ u8 mSwNo;
/* 0x596 */ u8 field_0x596;
/* 0x597 */ u8 field_0x597;
/* 0x598 */ u8 field_0x598;
};
#endif /* D_A_KYTAG06_H */