Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_cr_egg.h
Go to the documentation of this file.
1#ifndef D_A_E_CR_EGG_H
2#define D_A_E_CR_EGG_H
3
5#include "d/d_bg_s_acch.h"
6#include "d/d_cc_d.h"
7#include "d/d_cc_uty.h"
8
18public:
19 /* 0x000 */ fopEn_enemy_c enemy;
21 /* 0x5B4 */ u8 field_0x5b4;
22 /* 0x5B5 */ u8 field_0x5b5;
23 /* 0x5B8 */ J3DModel* model;
24 /* 0x5BC */ Z2Creature sound;
25 /* 0x64C */ s16 lifetime;
26 /* 0x64E */ s16 action;
27 /* 0x650 */ s16 mode;
28 /* 0x652 */ s16 timers[2];
29 /* 0x656 */ s16 field_0x656;
30 /* 0x658 */ u8 field_0x658[0x65C - 0x658];
31 /* 0x65C */ dBgS_AcchCir acchcir;
32 /* 0x69C */ dBgS_ObjAcch acch;
33 /* 0x874 */ dCcD_Stts ccStts;
34 /* 0x8B0 */ dCcD_Sph ccSph;
35 /* 0x9E8 */ dCcU_AtInfo atInfo;
36};
37
38STATIC_ASSERT(sizeof(e_cr_egg_class) == 0xa0c);
39
40
41#endif /* D_A_E_CR_EGG_H */
Definition J3DModel.h:43
Definition Z2Creature.h:7
Definition d_bg_s_acch.h:15
Definition d_bg_s_acch.h:247
Definition d_cc_d.h:473
Definition d_cc_d.h:269
Bombskit Egg.
Definition d_a_e_cr_egg.h:17
dCcD_Stts ccStts
Definition d_a_e_cr_egg.h:33
request_of_phase_process_class phase
Definition d_a_e_cr_egg.h:20
dCcU_AtInfo atInfo
Definition d_a_e_cr_egg.h:35
dBgS_ObjAcch acch
Definition d_a_e_cr_egg.h:32
dBgS_AcchCir acchcir
Definition d_a_e_cr_egg.h:31
fopEn_enemy_c enemy
Definition d_a_e_cr_egg.h:19
dCcD_Sph ccSph
Definition d_a_e_cr_egg.h:34
Z2Creature sound
Definition d_a_e_cr_egg.h:24
u8 field_0x5b5
Definition d_a_e_cr_egg.h:22
s16 mode
Definition d_a_e_cr_egg.h:27
u8 field_0x658[0x65C - 0x658]
Definition d_a_e_cr_egg.h:30
u8 field_0x5b4
Definition d_a_e_cr_egg.h:21
s16 action
Definition d_a_e_cr_egg.h:26
s16 lifetime
Definition d_a_e_cr_egg.h:25
s16 field_0x656
Definition d_a_e_cr_egg.h:29
s16 timers[2]
Definition d_a_e_cr_egg.h:28
J3DModel * model
Definition d_a_e_cr_egg.h:23
Definition f_op_actor.h:285
STATIC_ASSERT(sizeof(e_cr_egg_class)==0xa0c)
signed short int s16
Definition types.h:9
unsigned char u8
Definition types.h:8
Definition d_cc_uty.h:20
Definition c_phase.h:17