mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -59,22 +59,22 @@ enum daCstatueType {
|
||||
*/
|
||||
class daCstatue_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 806636AC */ void atHitCallback(fopAc_ac_c*);
|
||||
/* 806636EC */ int createHeap();
|
||||
/* 80663D28 */ int create();
|
||||
/* 80664840 */ ~daCstatue_c();
|
||||
/* 80664AA0 */ void setRoomInfo();
|
||||
/* 80664B38 */ void setMatrix();
|
||||
/* 80664C9C */ void posMove();
|
||||
/* 8066555C */ void setCollision();
|
||||
/* 80665E14 */ BOOL checkHammerReverse();
|
||||
/* 80665F80 */ void setDemo();
|
||||
/* 80666390 */ void setAnime();
|
||||
/* 80666B80 */ int initBrk(u16);
|
||||
/* 80666BF8 */ void initStopBrkBtk();
|
||||
/* 80666C38 */ void initStartBrkBtk();
|
||||
/* 80666DE8 */ int execute();
|
||||
/* 80667438 */ int draw();
|
||||
void atHitCallback(fopAc_ac_c*);
|
||||
int createHeap();
|
||||
int create();
|
||||
~daCstatue_c();
|
||||
void setRoomInfo();
|
||||
void setMatrix();
|
||||
void posMove();
|
||||
void setCollision();
|
||||
BOOL checkHammerReverse();
|
||||
void setDemo();
|
||||
void setAnime();
|
||||
int initBrk(u16);
|
||||
void initStopBrkBtk();
|
||||
void initStartBrkBtk();
|
||||
int execute();
|
||||
int draw();
|
||||
|
||||
bool checkBossAtGroundHit() const { return mBossAtGndHit == 1; }
|
||||
bool checkNormalType() const { return mType == daCstatueType_Normal; }
|
||||
|
||||
Reference in New Issue
Block a user