mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-07 18:20:30 -04: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:
@@ -37,15 +37,12 @@ static int dKyeff2_Create(kankyo_class* i_this) {
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 803BC198-803BC1AC -00001 0014+00 1/0 0/0 0/0 .data l_dKyeff2_Method */
|
||||
static leafdraw_method_class l_dKyeff2_Method = {
|
||||
(process_method_func)dKyeff2_Create, (process_method_func)dKyeff2_Delete,
|
||||
(process_method_func)dKyeff2_Execute, (process_method_func)dKyeff2_IsDelete,
|
||||
(process_method_func)dKyeff2_Draw,
|
||||
};
|
||||
|
||||
/* 803BC1AC-803BC1D8 -00001 0028+04 0/0 0/0 1/0 .data g_profile_KYEFF2 */
|
||||
extern kankyo_process_profile_definition g_profile_KYEFF2 = {
|
||||
fpcLy_CURRENT_e,
|
||||
12,
|
||||
|
||||
Reference in New Issue
Block a user