Merge pull request #559 from Crain-32/main

d_a_tag_etc work
This commit is contained in:
Jasper St. Pierre
2023-12-27 22:17:26 -08:00
committed by GitHub
2 changed files with 127 additions and 26 deletions
+11 -5
View File
@@ -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 */