mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 07:10:48 -04:00
b77717694c
This fixes the sdata linker error in the debug build.
145 lines
4.4 KiB
C++
145 lines
4.4 KiB
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_komore.cpp
|
|
//
|
|
|
|
#include "d/dolzel_rel.h" // IWYU pragma: keep
|
|
#include "d/actor/d_a_komore.h"
|
|
#include "d/d_com_inf_game.h"
|
|
#include "d/d_procname.h"
|
|
#include "d/d_priority.h"
|
|
|
|
const char daKomore::Act_c::M_arcname[] = "frLt";
|
|
|
|
/* 00000078-0000009C .text solidHeapCB__Q28daKomore5Act_cFP10fopAc_ac_c */
|
|
BOOL daKomore::Act_c::solidHeapCB(fopAc_ac_c* i_this) {
|
|
return ((Act_c*)i_this)->create_heap();
|
|
}
|
|
|
|
/* 0000009C-000001F8 .text create_heap__Q28daKomore5Act_cFv */
|
|
bool daKomore::Act_c::create_heap() {
|
|
J3DModelData* mdl_data;
|
|
J3DAnmTextureSRTKey* btk_data;
|
|
|
|
mdl_data = (J3DModelData*)(dComIfG_getObjectRes(M_arcname, 0x04));
|
|
|
|
JUT_ASSERT(0x66, mdl_data != NULL);
|
|
|
|
if (mdl_data != NULL) {
|
|
mpModel = mDoExt_J3DModel__create(mdl_data, 0, 0x11020203);
|
|
}
|
|
|
|
btk_data = (J3DAnmTextureSRTKey*)(dComIfG_getObjectRes(M_arcname, 0x07));
|
|
|
|
JUT_ASSERT(0x6d, btk_data != NULL);
|
|
|
|
s32 btkRet =
|
|
mBtkAnm.init(mdl_data, btk_data, 1, J3DFrameCtrl::EMode_LOOP, 1.0f, 0, -1, false, 0);
|
|
|
|
bool ret = FALSE;
|
|
if (mdl_data != NULL && this->mpModel != NULL && btkRet != NULL) {
|
|
ret = TRUE;
|
|
}
|
|
return ret;
|
|
}
|
|
|
|
/* 000001F8-000002F8 .text _create__Q28daKomore5Act_cFv */
|
|
cPhs_State daKomore::Act_c::_create() {
|
|
fopAcM_SetupActor(this, Act_c);
|
|
cPhs_State phase_state = dComIfG_resLoad(&mPhs, M_arcname);
|
|
if (phase_state == cPhs_COMPLEATE_e) {
|
|
if (fopAcM_entrySolidHeap(this, solidHeapCB, 0x0)) {
|
|
set_mtx();
|
|
fopAcM_SetMtx(this, mpModel->getBaseTRMtx());
|
|
fopAcM_setCullSizeBox(this, -100.f, -1000.f, -100.f, 100.0f, 100.0f, 100.0f);
|
|
} else {
|
|
phase_state = cPhs_ERROR_e;
|
|
}
|
|
}
|
|
return phase_state;
|
|
}
|
|
|
|
/* 0000039C-000003CC .text _delete__Q28daKomore5Act_cFv */
|
|
bool daKomore::Act_c::_delete() {
|
|
dComIfG_resDelete(&mPhs, M_arcname);
|
|
return true;
|
|
}
|
|
|
|
/* 000003CC-00000478 .text set_mtx__Q28daKomore5Act_cFv */
|
|
void daKomore::Act_c::set_mtx() {
|
|
mpModel->setBaseScale(scale);
|
|
|
|
mDoMtx_stack_c::transS(current.pos);
|
|
mDoMtx_stack_c::ZXYrotM(shape_angle);
|
|
|
|
mpModel->setBaseTRMtx(mDoMtx_stack_c::get());
|
|
MTXCopy(mDoMtx_stack_c::get(), mMtx);
|
|
mpModel->calc();
|
|
}
|
|
|
|
/* 00000478-000004A0 .text _execute__Q28daKomore5Act_cFv */
|
|
bool daKomore::Act_c::_execute() {
|
|
mBtkAnm.play();
|
|
return true;
|
|
}
|
|
|
|
/* 000004A0-00000518 .text _draw__Q28daKomore5Act_cFv */
|
|
bool daKomore::Act_c::_draw() {
|
|
g_env_light.settingTevStruct(TEV_TYPE_BG2, ¤t.pos, &tevStr);
|
|
g_env_light.setLightTevColorType(mpModel, &tevStr);
|
|
mBtkAnm.entry(mpModel->getModelData());
|
|
mDoExt_modelUpdateDL(mpModel);
|
|
return true;
|
|
}
|
|
namespace daKomore {
|
|
namespace {
|
|
/* 00000518-00000538 .text Mthd_Create__Q28daKomore24@unnamed@d_a_komore_cpp@FPv */
|
|
cPhs_State Mthd_Create(void* i_this) {
|
|
return static_cast<Act_c*>(i_this)->_create();
|
|
}
|
|
|
|
/* 00000538-0000055C .text Mthd_Delete__Q28daKomore24@unnamed@d_a_komore_cpp@FPv */
|
|
BOOL Mthd_Delete(void* i_this) {
|
|
return static_cast<Act_c*>(i_this)->_delete();
|
|
}
|
|
|
|
/* 0000055C-00000580 .text Mthd_Execute__Q28daKomore24@unnamed@d_a_komore_cpp@FPv */
|
|
BOOL Mthd_Execute(void* i_this) {
|
|
return static_cast<Act_c*>(i_this)->_execute();
|
|
}
|
|
|
|
/* 00000580-000005A4 .text Mthd_Draw__Q28daKomore24@unnamed@d_a_komore_cpp@FPv */
|
|
BOOL Mthd_Draw(void* i_this) {
|
|
return static_cast<Act_c*>(i_this)->_draw();
|
|
}
|
|
|
|
/* 000005A4-000005AC .text Mthd_IsDelete__Q28daKomore24@unnamed@d_a_komore_cpp@FPv */
|
|
BOOL Mthd_IsDelete(void* i_this) {
|
|
return TRUE;
|
|
}
|
|
|
|
static actor_method_class Mthd_Table = {
|
|
(process_method_func)Mthd_Create, (process_method_func)Mthd_Delete,
|
|
(process_method_func)Mthd_Execute, (process_method_func)Mthd_IsDelete,
|
|
(process_method_func)Mthd_Draw,
|
|
};
|
|
}; // namespace
|
|
}; // namespace daKomore
|
|
|
|
actor_process_profile_definition g_profile_Komore = {
|
|
/* LayerID */ fpcLy_CURRENT_e,
|
|
/* ListID */ 0x0007,
|
|
/* ListPrio */ fpcPi_CURRENT_e,
|
|
/* ProcName */ PROC_Komore,
|
|
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
|
/* Size */ sizeof(daKomore::Act_c),
|
|
/* SizeOther */ 0,
|
|
/* Parameters */ 0,
|
|
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
|
/* Priority */ PRIO_Komore,
|
|
/* Actor SubMtd */ &daKomore::Mthd_Table,
|
|
/* Status */ fopAcStts_UNK40000_e,
|
|
/* Group */ fopAc_ACTOR_e,
|
|
/* CullType */ fopAc_CULLBOX_CUSTOM_e,
|
|
};
|