mirror of
https://github.com/zeldaret/tp
synced 2026-06-26 10:21:58 -04:00
Clean up code, remove fakematches, add UNUSED, enable warnings (#2992)
* Remove NDEBUG_DEFINED fakematch, clean up getName temps * Fix ifdef * Fix bad JSystem pch ifdef breaking decomp.me * Remove Acch Chk fakematches * Private Acch fields * Fix some clangd errors in headers * Add UNUSED macro for matching debug parameters * Enable clangd unused-parameter warning * Remove extern from initializers Probably added by dol2asm? * Fix process profile definitions * Remove leftover dol2asm address comments * Remove some unnecessary double casts * Enable some more clangd warnings * Fix missing usages of fopAcM_ct * Fix wrong enum usage * Fix more fakematches
This commit is contained in:
+2
-2
@@ -417,7 +417,7 @@ static int dScnRoom_Create(scene_class* i_this) {
|
||||
return dComLbG_PhaseHandler(&room->field_0x1c4, l_method, i_this);
|
||||
}
|
||||
|
||||
static leafdraw_method_class l_dScnRoom_Method = {
|
||||
static scene_method_class l_dScnRoom_Method = {
|
||||
(process_method_func)dScnRoom_Create, (process_method_func)dScnRoom_Delete,
|
||||
(process_method_func)dScnRoom_Execute, (process_method_func)dScnRoom_IsDelete,
|
||||
(process_method_func)dScnRoom_Draw,
|
||||
@@ -433,5 +433,5 @@ scene_process_profile_definition g_profile_ROOM_SCENE = {
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopScn_Method.base, // sub_method
|
||||
(process_method_class*)&l_dScnRoom_Method, // mpMtd
|
||||
&l_dScnRoom_Method, // mpMtd
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user