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:
@@ -13,14 +13,14 @@
|
||||
*/
|
||||
class daObjTMoon_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80D12BB8 */ void initBaseMtx();
|
||||
/* 80D12BF4 */ void setBaseMtx();
|
||||
/* 80D12C48 */ int Create();
|
||||
/* 80D12C9C */ int CreateHeap();
|
||||
/* 80D12D0C */ int create();
|
||||
/* 80D12DC0 */ int execute();
|
||||
/* 80D12EB4 */ int draw();
|
||||
/* 80D12EDC */ int _delete();
|
||||
void initBaseMtx();
|
||||
void setBaseMtx();
|
||||
int Create();
|
||||
int CreateHeap();
|
||||
int create();
|
||||
int execute();
|
||||
int draw();
|
||||
int _delete();
|
||||
|
||||
u32 getEventBit1() { return fopAcM_GetParamBit(this, 0, 10); }
|
||||
u32 getEventBit2() { return fopAcM_GetParamBit(this, 10, 10); }
|
||||
|
||||
Reference in New Issue
Block a user