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 14:23:42 -08:00
committed by GitHub
parent 434415337d
commit a6e76c0841
2375 changed files with 24683 additions and 71069 deletions
-11
View File
@@ -9,10 +9,8 @@
#include "stdio.h"
#include "f_op/f_op_actor_mng.h"
/* 80485F00-80485F0C 000000 0009+03 1/1 0/0 0/0 .rodata l_specName */
static const char l_specName[] = "spec.dat";
/* 80485D78-80485DFC 000078 0084+00 1/1 0/0 0/0 .text CreateInit__12daSetBgObj_cFv */
int daSetBgObj_c::CreateInit() {
static s16 l_bg_profName[5] = {
PROC_BG_OBJ, PROC_BG_OBJ, PROC_BG_OBJ, PROC_Obj_Flag2, PROC_Obj_Flag3,
@@ -25,7 +23,6 @@ int daSetBgObj_c::CreateInit() {
return 1;
}
/* 80485DFC-80485E88 0000FC 008C+00 1/1 0/0 0/0 .text create__12daSetBgObj_cFv */
int daSetBgObj_c::create() {
fopAcM_ct(this, daSetBgObj_c);
@@ -40,32 +37,24 @@ int daSetBgObj_c::create() {
return phase;
}
/* 80485E88-80485EB8 000188 0030+00 1/1 0/0 0/0 .text Delete__12daSetBgObj_cFv */
int daSetBgObj_c::Delete() {
dComIfG_resDelete(&mPhase, mArcName);
return 1;
}
/* 80485EB8-80485ED8 0001B8 0020+00 1/0 0/0 0/0 .text daSetBgObj_Delete__FP12daSetBgObj_c
*/
static int daSetBgObj_Delete(daSetBgObj_c* i_this) {
return i_this->Delete();
}
/* 80485ED8-80485EF8 0001D8 0020+00 1/0 0/0 0/0 .text daSetBgObj_Create__FP10fopAc_ac_c
*/
static int daSetBgObj_Create(fopAc_ac_c* i_this) {
return static_cast<daSetBgObj_c*>(i_this)->create();
}
/* ############################################################################################## */
/* 80485F1C-80485F3C -00001 0020+00 1/0 0/0 0/0 .data l_daSetBgObj_Method */
static actor_method_class l_daSetBgObj_Method = {
(process_method_func)daSetBgObj_Create,
(process_method_func)daSetBgObj_Delete,
};
/* 80485F3C-80485F6C -00001 0030+00 0/0 0/0 1/0 .data g_profile_SET_BG_OBJ */
extern actor_process_profile_definition g_profile_SET_BG_OBJ = {
fpcLy_CURRENT_e,
7,