Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_fmobj.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_FMOBJ_H
2#define D_A_OBJ_FMOBJ_H
3
5
6class dBgW;
7
17public:
19 /* 0x570 */ u8 field_0x570;
20 /* 0x574 */ J3DModel* mpModel;
21 /* 0x578 */ s16 field_0x578;
22 /* 0x57A */ u8 field_0x57A[0x57E - 0x57A];
23 /* 0x57E */ s16 field_0x57e[2];
24 /* 0x582 */ u8 field_0x582[0x588 - 0x582];
25 /* 0x588 */ Mtx mBgMtx;
26 /* 0x5B8 */ dBgW* mpBgW;
27};
28
29#endif /* D_A_OBJ_FMOBJ_H */
Definition d_bg_w.h:252
Fyrus Object?
Definition d_a_obj_fmobj.h:16
s16 field_0x578
Definition d_a_obj_fmobj.h:21
J3DModel * mpModel
Definition d_a_obj_fmobj.h:20
u8 field_0x582[0x588 - 0x582]
Definition d_a_obj_fmobj.h:24
s16 field_0x57e[2]
Definition d_a_obj_fmobj.h:23
dBgW * mpBgW
Definition d_a_obj_fmobj.h:26
u8 field_0x57A[0x57E - 0x57A]
Definition d_a_obj_fmobj.h:22
request_of_phase_process_class mPhase
Definition d_a_obj_fmobj.h:18
Mtx mBgMtx
Definition d_a_obj_fmobj.h:25
u8 field_0x570
Definition d_a_obj_fmobj.h:19
f32 Mtx[3][4]
Definition mtx.h:15
Definition d_a_ep.cpp:155
Definition d_a_ep.cpp:19
Definition d_a_hozelda.cpp:14
signed short s16
Definition types.h:5
unsigned char u8
Definition types.h:8