Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_swhit0.h
Go to the documentation of this file.
1#ifndef D_A_SWHIT0_H
2#define D_A_SWHIT0_H
3
5
14class daSwhit0_c : public fopAc_ac_c {
15public:
16 /* 80485FF8 */ void getSwNo();
17 /* 80486004 */ void getSwNo2();
18 /* 80486010 */ void getEvNo();
19 /* 8048602C */ void getTimer();
20 /* 80486048 */ void getType();
21 /* 80486064 */ void makeEventId();
22 /* 804860EC */ void CreateHeap();
23 /* 80486214 */ void CreateInit();
24 /* 804863B0 */ void create();
25 /* 8048668C */ void checkHit();
26 /* 80486704 */ void setCombackTimer();
27 /* 80486788 */ void endCombackTimer();
28 /* 80486800 */ void onSwitch();
29 /* 80486858 */ void offSwitch();
30 /* 804868A8 */ void DemoProc();
31 /* 804869C4 */ void orderEvent();
32 /* 80486ABC */ void actionOffWait();
33 /* 80486BC4 */ void actionToOnReady();
34 /* 80486C28 */ void actionToOnOrder();
35 /* 80486CE4 */ void actionToOnDemo();
36 /* 80486D88 */ void actionToOnDemo2();
37 /* 80486EC4 */ void actionSwWait();
38 /* 80486FC0 */ void actionOnWait();
39 /* 804870E0 */ void setDrawMtx();
40
41private:
42 /* 0x568 */ u8 field_0x568[0x75c - 0x568];
43};
44
45STATIC_ASSERT(sizeof(daSwhit0_c) == 0x75c);
46
47
48#endif /* D_A_SWHIT0_H */
Crystal Switch (?)
Definition d_a_swhit0.h:14
void makeEventId()
Definition d_a_swhit0.cpp:144
void actionToOnOrder()
Definition d_a_swhit0.cpp:363
void actionToOnDemo2()
Definition d_a_swhit0.cpp:373
void create()
Definition d_a_swhit0.cpp:272
void actionOnWait()
Definition d_a_swhit0.cpp:383
void getEvNo()
Definition d_a_swhit0.cpp:121
void endCombackTimer()
Definition d_a_swhit0.cpp:305
void getSwNo()
Definition d_a_swhit0.cpp:111
void offSwitch()
Definition d_a_swhit0.cpp:315
void CreateInit()
Definition d_a_swhit0.cpp:180
void orderEvent()
Definition d_a_swhit0.cpp:341
void getSwNo2()
Definition d_a_swhit0.cpp:116
void setDrawMtx()
Definition d_a_swhit0.cpp:388
void getType()
Definition d_a_swhit0.cpp:131
void actionToOnReady()
Definition d_a_swhit0.cpp:351
void actionSwWait()
Definition d_a_swhit0.cpp:378
void getTimer()
Definition d_a_swhit0.cpp:126
void DemoProc()
Definition d_a_swhit0.cpp:329
void actionOffWait()
Definition d_a_swhit0.cpp:346
void actionToOnDemo()
Definition d_a_swhit0.cpp:368
u8 field_0x568[0x75c - 0x568]
Definition d_a_swhit0.h:42
void setCombackTimer()
Definition d_a_swhit0.cpp:300
void onSwitch()
Definition d_a_swhit0.cpp:310
void checkHit()
Definition d_a_swhit0.cpp:295
void CreateHeap()
Definition d_a_swhit0.cpp:157
STATIC_ASSERT(sizeof(daSwhit0_c)==0x75c)
Definition d_a_ep.cpp:19
unsigned char u8
Definition types.h:8