Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_disappear.h
Go to the documentation of this file.
1#ifndef D_A_DISAPPEAR_H
2#define D_A_DISAPPEAR_H
3
5
15public:
16 /* 0x568 */ u8 field_0x568[0x574 - 0x568];
17 /* 0x574 */ s16 mDeleteTimer;
18 /* 0x576 */ u8 field_0x576[0x578 - 0x576];
19};
20
21#endif /* D_A_DISAPPEAR_H */
Enemy Death Effect.
Definition d_a_disappear.h:14
u8 field_0x568[0x574 - 0x568]
Definition d_a_disappear.h:16
s16 mDeleteTimer
Definition d_a_disappear.h:17
u8 field_0x576[0x578 - 0x576]
Definition d_a_disappear.h:18
Definition d_a_ep.cpp:19
signed short s16
Definition types.h:5
unsigned char u8
Definition types.h:8