This commit is contained in:
TakaRikka
2026-03-12 17:56:51 -07:00
931 changed files with 25778 additions and 24285 deletions
+24 -16
View File
@@ -42,9 +42,11 @@ static int createMatAnm(J3DModelData* i_modelData, u16 i_materialID) {
return 1;
}
#if PLATFORM_GCN
static u8 const lit_3756[12] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};
#endif
int daBg_btkAnm_c::create(J3DModelData* i_modelData, J3DAnmTextureSRTKey* i_btk, int i_anmPlay) {
mpBtk = JKR_NEW mDoExt_btkAnm();
@@ -243,6 +245,12 @@ int daBg_c::createHeap() {
return 1;
}
#if DEBUG
static void dummy() {
GXColor color = {0xC0, 0x00, 0x00, 0x00};
}
#endif
daBg_c::~daBg_c() {
int roomNo = fopAcM_GetParam(this);
@@ -252,7 +260,7 @@ daBg_c::~daBg_c() {
}
if (heap != NULL && mpBgW != NULL) {
dComIfG_Bgsp().Release((dBgW_Base*)mpBgW);
dComIfG_Bgsp().Release(mpBgW);
dStage_roomControl_c::setBgW(roomNo, NULL);
}
@@ -626,19 +634,19 @@ static actor_method_class l_daBg_Method = {
};
actor_process_profile_definition2 g_profile_BG = {
fpcLy_CURRENT_e, // mLayerID
7, // mListID
fpcPi_CURRENT_e, // mListPrio
PROC_BG, // mProcName
&g_fpcLf_Method.base, // sub_method
sizeof(daBg_c), // mSize
0, // mSizeOther
0, // mParameters
&g_fopAc_Method.base, // sub_method
753, // mPriority
&l_daBg_Method, // sub_method
0x00060000, // mStatus
fopAc_ACTOR_e, // mActorType
fopAc_CULLBOX_0_e, // cullType
0,
/* Layer ID */ fpcLy_CURRENT_e,
/* List ID */ 7,
/* List Prio */ fpcPi_CURRENT_e,
/* Proc Name */ fpcNm_BG_e,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daBg_c),
/* Size Other */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Draw Prio */ fpcDwPi_BG_e,
/* Actor SubMtd */ &l_daBg_Method,
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_NOPAUSE_e,
/* Group */ fopAc_ACTOR_e,
/* Cull Type */ fopAc_CULLBOX_0_e,
/* Unknown */ 0,
};