mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -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:
@@ -8,25 +8,21 @@
|
||||
#include "d/actor/d_a_obj_tmoon.h"
|
||||
#include "f_op/f_op_draw_tag.h"
|
||||
|
||||
/* 80D12B98-80D12BB8 000078 0020+00 1/1 0/0 0/0 .text CheckCreateHeap__FP10fopAc_ac_c */
|
||||
static int CheckCreateHeap(fopAc_ac_c* i_this) {
|
||||
return static_cast<daObjTMoon_c*>(i_this)->CreateHeap();
|
||||
}
|
||||
|
||||
/* 80D12BB8-80D12BF4 000098 003C+00 1/1 0/0 0/0 .text initBaseMtx__12daObjTMoon_cFv */
|
||||
void daObjTMoon_c::initBaseMtx() {
|
||||
mpModel->setBaseScale(scale);
|
||||
setBaseMtx();
|
||||
}
|
||||
|
||||
/* 80D12BF4-80D12C48 0000D4 0054+00 1/1 0/0 0/0 .text setBaseMtx__12daObjTMoon_cFv */
|
||||
void daObjTMoon_c::setBaseMtx() {
|
||||
mDoMtx_stack_c::transS(current.pos);
|
||||
mDoMtx_stack_c::YrotM(shape_angle.y);
|
||||
MTXCopy(mDoMtx_stack_c::now, mpModel->mBaseTransformMtx);
|
||||
}
|
||||
|
||||
/* 80D12C48-80D12C9C 000128 0054+00 1/1 0/0 0/0 .text Create__12daObjTMoon_cFv */
|
||||
int daObjTMoon_c::Create() {
|
||||
field_0x574 = getEventBit1();
|
||||
field_0x576 = getEventBit2();
|
||||
@@ -35,17 +31,14 @@ int daObjTMoon_c::Create() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* 80D12FA0-80D12FA4 -00001 0004+00 3/3 0/0 0/0 .data l_arcName */
|
||||
static const char* l_arcName = "A_TMoon";
|
||||
|
||||
/* 80D12C9C-80D12D0C 00017C 0070+00 1/1 0/0 0/0 .text CreateHeap__12daObjTMoon_cFv */
|
||||
int daObjTMoon_c::CreateHeap() {
|
||||
mpModel = mDoExt_J3DModel__create((J3DModelData*)dComIfG_getObjectRes(l_arcName, 3), 0x80000,
|
||||
0x11000084);
|
||||
return mpModel != NULL ? 1 : 0;
|
||||
}
|
||||
|
||||
/* 80D12D0C-80D12DC0 0001EC 00B4+00 1/1 0/0 0/0 .text create__12daObjTMoon_cFv */
|
||||
int daObjTMoon_c::create() {
|
||||
fopAcM_ct(this, daObjTMoon_c);
|
||||
int phase = dComIfG_resLoad(&mPhaseReq, l_arcName);
|
||||
@@ -59,7 +52,6 @@ int daObjTMoon_c::create() {
|
||||
return phase;
|
||||
}
|
||||
|
||||
/* 80D12DC0-80D12EB4 0002A0 00F4+00 1/1 0/0 0/0 .text execute__12daObjTMoon_cFv */
|
||||
int daObjTMoon_c::execute() {
|
||||
if ((field_0x576 != 0x3ff) &&
|
||||
(dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[field_0x576])) ||
|
||||
@@ -77,49 +69,38 @@ int daObjTMoon_c::execute() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* 80D12EB4-80D12EDC 000394 0028+00 1/1 0/0 0/0 .text draw__12daObjTMoon_cFv */
|
||||
int daObjTMoon_c::draw() {
|
||||
g_env_light.moon_pos = current.pos;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* 80D12EDC-80D12F10 0003BC 0034+00 1/1 0/0 0/0 .text _delete__12daObjTMoon_cFv */
|
||||
int daObjTMoon_c::_delete() {
|
||||
dComIfG_resDelete(&mPhaseReq, l_arcName);
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* 80D12F10-80D12F30 0003F0 0020+00 1/0 0/0 0/0 .text daObjTMoon_Draw__FP12daObjTMoon_c
|
||||
*/
|
||||
static int daObjTMoon_Draw(daObjTMoon_c* i_this) {
|
||||
return i_this->draw();
|
||||
}
|
||||
|
||||
/* 80D12F30-80D12F50 000410 0020+00 1/0 0/0 0/0 .text daObjTMoon_Execute__FP12daObjTMoon_c */
|
||||
static int daObjTMoon_Execute(daObjTMoon_c* i_this) {
|
||||
return i_this->execute();
|
||||
}
|
||||
|
||||
/* 80D12F50-80D12F70 000430 0020+00 1/0 0/0 0/0 .text daObjTMoon_Delete__FP12daObjTMoon_c
|
||||
*/
|
||||
static int daObjTMoon_Delete(daObjTMoon_c* i_this) {
|
||||
return i_this->_delete();
|
||||
}
|
||||
|
||||
/* 80D12F70-80D12F90 000450 0020+00 1/0 0/0 0/0 .text daObjTMoon_Create__FP12daObjTMoon_c
|
||||
*/
|
||||
static int daObjTMoon_Create(daObjTMoon_c* i_this) {
|
||||
return i_this->create();
|
||||
}
|
||||
|
||||
/* 80D12FA4-80D12FC4 -00001 0020+00 1/0 0/0 0/0 .data l_daObjTMoon_Method */
|
||||
static actor_method_class l_daObjTMoon_Method = {
|
||||
(process_method_func)daObjTMoon_Create, (process_method_func)daObjTMoon_Delete,
|
||||
(process_method_func)daObjTMoon_Execute, (process_method_func)NULL,
|
||||
(process_method_func)daObjTMoon_Draw,
|
||||
};
|
||||
|
||||
/* 80D12FC4-80D12FF4 -00001 0030+00 0/0 0/0 1/0 .data g_profile_Obj_TMoon */
|
||||
extern actor_process_profile_definition g_profile_Obj_TMoon = {
|
||||
fpcLy_CURRENT_e, // mLayerID
|
||||
7, // mListID
|
||||
|
||||
Reference in New Issue
Block a user