Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_kytag09.h
Go to the documentation of this file.
1#ifndef D_A_KYTAG09_H
2#define D_A_KYTAG09_H
3
5
14class kytag09_class : public fopAc_ac_c {
15public:
16 /* 0x568 */ J3DModel* mpModel;
17 /* 0x56C */ J3DModel* mpModel2;
18 /* 0x570 */ u8 field_0x570[0x574 - 0x570];
19 /* 0x574 */ mDoExt_btkAnm mBtk_2;
20 /* 0x58C */ mDoExt_btkAnm mBtk;
23 /* 0x5C4 */ u8 field_0x5c4;
24 /* 0x5C5 */ u8 mType;
25};
26
27STATIC_ASSERT(sizeof(kytag09_class) == 0x5C8);
28
29#endif /* D_A_KYTAG09_H */
Twilight Film Tag.
Definition d_a_kytag09.h:14
mDoExt_btkAnm mBtk_2
Definition d_a_kytag09.h:19
u8 field_0x5c4
Definition d_a_kytag09.h:23
mDoExt_btkAnm mBtk
Definition d_a_kytag09.h:20
J3DModel * mpModel2
Definition d_a_kytag09.h:17
J3DModel * mpModel
Definition d_a_kytag09.h:16
u8 mType
Definition d_a_kytag09.h:24
u8 field_0x570[0x574 - 0x570]
Definition d_a_kytag09.h:18
request_of_phase_process_class mPhase
Definition d_a_kytag09.h:22
mDoExt_btkAnm unused_0x5a4
Definition d_a_kytag09.h:21
STATIC_ASSERT(sizeof(kytag09_class)==0x5C8)
Definition d_a_ep.cpp:155
Definition d_a_ep.cpp:19
Definition d_a_hozelda.cpp:47
Definition d_a_hozelda.cpp:14
unsigned char u8
Definition types.h:8