Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_howl.h
Go to the documentation of this file.
1#ifndef D_A_TAG_HOWL_H
2#define D_A_TAG_HOWL_H
3
4#include "f_op/f_op_actor.h"
5
6class daTag_Howl_c : public fopAc_ac_c {
7public:
8 /* 0x568 */ s8 mCurveID;
9 /* 0x569 */ u8 field_0x569;
10
11 s8 getCurveID() { return mCurveID; }
12
13 /* 8048D958 */ int create();
14 /* 8048D9BC */ int destroy();
15 /* 8048D9C4 */ int execute();
16 /* 8048DA24 */ int draw();
17 /* 8048DA2C */ u8 isAreaCheck();
18 /* 8048DC1C */ int getParam();
19 /* 8048DC68 */ u8 getSwitchBit();
20 /* 8048DCFC */ virtual ~daTag_Howl_c() {}
21}; // Size: 0x570
22
23#endif /* D_A_TAG_HOWL_H */
Definition d_a_tag_howl.h:6
u8 getSwitchBit()
Definition d_a_tag_howl.cpp:72
int getParam()
Definition d_a_tag_howl.cpp:62
s8 mCurveID
Definition d_a_tag_howl.h:8
s8 getCurveID()
Definition d_a_tag_howl.h:11
int destroy()
Definition d_a_tag_howl.cpp:19
int create()
Definition d_a_tag_howl.cpp:12
int draw()
Definition d_a_tag_howl.cpp:37
virtual ~daTag_Howl_c()
Definition d_a_tag_howl.h:20
u8 field_0x569
Definition d_a_tag_howl.h:9
u8 isAreaCheck()
Definition d_a_tag_howl.cpp:42
int execute()
Definition d_a_tag_howl.cpp:24
Definition d_a_ep.cpp:19
signed char s8
Definition types.h:4
unsigned char u8
Definition types.h:8