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:
TakaRikka
2025-11-30 15:23:42 -07:00
committed by GitHub
parent 434415337d
commit a6e76c0841
2375 changed files with 24683 additions and 71069 deletions
+16 -16
View File
@@ -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; }