Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_kytag13.h
Go to the documentation of this file.
1#ifndef D_A_KYTAG13_H
2#define D_A_KYTAG13_H
3
4#include "dolphin/types.h"
6
15class kytag13_class : public fopAc_ac_c {
16public:
17 /* 0x568 */ u8 field_0x568[0x574 - 0x568];
18 /* 0x574 */ f32 mSpeed;
19 /* 0x578 */ u16 mMax;
20 /* 0x57A */ u8 field_0x57a;
21 /* 0x57C */ u16 field_0x57c;
22 /* 0x57E */ u16 field_0x57e;
23};
24
25STATIC_ASSERT(sizeof(kytag13_class) == 0x580);
26
27
28#endif /* D_A_KYTAG13_H */
Blowing Snow Tag.
Definition d_a_kytag13.h:15
u8 field_0x568[0x574 - 0x568]
Definition d_a_kytag13.h:17
f32 mSpeed
Definition d_a_kytag13.h:18
u16 mMax
Definition d_a_kytag13.h:19
u16 field_0x57e
Definition d_a_kytag13.h:22
u16 field_0x57c
Definition d_a_kytag13.h:21
u8 field_0x57a
Definition d_a_kytag13.h:20
STATIC_ASSERT(sizeof(kytag13_class)==0x580)
Definition d_a_ep.cpp:19
float f32
Definition types.h:22
unsigned short u16
Definition types.h:9
unsigned char u8
Definition types.h:8