Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_econt.h
Go to the documentation of this file.
1#ifndef D_A_ECONT_H
2#define D_A_ECONT_H
3
5
14class econt_class : public fopEn_enemy_c {
15public:
16 /* 0x5AC */ u8 field_0x5ac[8];
17 /* 0x5B4 */ s16 field_0x5b4;
18 /* 0x5B6 */ u8 field_0x5b6;
19 /* 0x5B8 */ s16 field_0x5b8[3];
20};
21
22#endif /* D_A_ECONT_H */
Encounter.
Definition d_a_econt.h:14
u8 field_0x5ac[8]
Definition d_a_econt.h:16
u8 field_0x5b6
Definition d_a_econt.h:18
s16 field_0x5b4
Definition d_a_econt.h:17
s16 field_0x5b8[3]
Definition d_a_econt.h:19
Definition f_op_actor.h:249
signed short s16
Definition types.h:5
unsigned char u8
Definition types.h:8