mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 14:23:50 -04:00
@@ -9,16 +9,22 @@ public:
|
||||
inline BOOL execute();
|
||||
void setActio(unsigned char) {}
|
||||
|
||||
void getEventNo();
|
||||
void getType2();
|
||||
void rangeCheck(fopAc_ac_c*);
|
||||
void otherCheck(fopAc_ac_c*);
|
||||
u8 getEventNo();
|
||||
u32 getType2();
|
||||
BOOL rangeCheck(fopAc_ac_c*);
|
||||
BOOL otherCheck(fopAc_ac_c*);
|
||||
void demoProc();
|
||||
void demoInitProc();
|
||||
s32 create();
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
/* 0x290 */ u8 field_0x290;
|
||||
/* 0x291*/ u8 field_0x291;
|
||||
/* 0x292*/ u8 field_0x292;
|
||||
/* 0x293*/ u8 field_0x293;
|
||||
/* 0x294 */ s32 processId;
|
||||
/* 0x298 */ s16 eventIndex;
|
||||
/* 0x29A */ short field_0x29A;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_ETC_H */
|
||||
|
||||
Reference in New Issue
Block a user