mirror of https://github.com/zeldaret/tp.git
786 lines
26 KiB
C++
786 lines
26 KiB
C++
/**
|
|
* d_a_obj_ari.cpp
|
|
* Object - Golden Ant
|
|
*/
|
|
|
|
#include "d/actor/d_a_obj_ari.h"
|
|
#include "SSystem/SComponent/c_math.h"
|
|
#include "m_Do/m_Do_lib.h"
|
|
#include "d/d_com_inf_game.h"
|
|
#include "d/d_menu_insect.h"
|
|
#include "d/d_procname.h"
|
|
|
|
/* 80BA55E0-80BA55E4 000008 0004+00 2/2 0/0 0/0 .bss None */
|
|
static bool hioInit;
|
|
|
|
/* 80BA55F0-80BA5600 000018 0010+00 2/2 0/0 0/0 .bss l_HIO */
|
|
static daObj_AriHIO_c l_HIO;
|
|
|
|
/* 80BA268C-80BA26BC 0000EC 0030+00 1/1 0/0 0/0 .text __ct__14daObj_AriHIO_cFv */
|
|
daObj_AriHIO_c::daObj_AriHIO_c() {
|
|
field_0x4 = -1;
|
|
mScaleMale = 1.5f;
|
|
mScaleFemale = 2.0f;
|
|
}
|
|
|
|
/* 80BA5410-80BA5414 000008 0002+02 1/2 0/0 0/0 .rodata l_ari_itemno */
|
|
static u8 const l_ari_itemno[2] = {0xD4, 0xD5};
|
|
|
|
/* 80BA26BC-80BA2728 00011C 006C+00 1/1 0/0 0/0 .text InitCcSph__10daObjARI_cFv */
|
|
void daObjARI_c::InitCcSph() {
|
|
const static dCcD_SrcSph ccSphSrc = {
|
|
{
|
|
{0x0, {{0x0, 0x0, 0x0}, {0x14002, 0x11}, 0x0}}, // mObj
|
|
{dCcD_SE_STONE, 0x0, 0x0, 0x0, 0x0}, // mGObjAt
|
|
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0}, // mGObjTg
|
|
{0x0}, // mGObjCo
|
|
}, // mObjInf
|
|
{
|
|
{{0.0f, 0.0f, 0.0f}, 20.0f} // mSph
|
|
} // mSphAttr
|
|
};
|
|
|
|
mCcStts.Init(1, 0, this);
|
|
mCcSph.Set(ccSphSrc);
|
|
mCcSph.SetStts(&mCcStts);
|
|
mCcSph.SetC(current.pos);
|
|
mCcSph.OnTgNoHitMark();
|
|
}
|
|
|
|
/* 80BA2728-80BA2780 000188 0058+00 1/1 0/0 0/0 .text SetCcSph__10daObjARI_cFv */
|
|
void daObjARI_c::SetCcSph() {
|
|
mCcSph.SetC(current.pos);
|
|
mCcSph.SetR(40.0f);
|
|
dComIfG_Ccsp()->Set(&mCcSph);
|
|
}
|
|
|
|
/* 80BA2780-80BA2854 0001E0 00D4+00 1/1 0/0 0/0 .text ctrlJoint__10daObjARI_cFP8J3DJointP8J3DModel
|
|
*/
|
|
int daObjARI_c::ctrlJoint(J3DJoint* i_joint, J3DModel* i_model) {
|
|
int jnt_no = i_joint->getJntNo();
|
|
mDoMtx_stack_c::copy(i_model->getAnmMtx(jnt_no));
|
|
if (jnt_no == 1) {
|
|
mDoMtx_stack_c::YrotM(mLegAngleY * 0.2f);
|
|
}
|
|
i_model->setAnmMtx(jnt_no, mDoMtx_stack_c::get());
|
|
MTXCopy(mDoMtx_stack_c::get(), J3DSys::mCurrentMtx);
|
|
return 1;
|
|
}
|
|
|
|
/* 80BA2854-80BA28A0 0002B4 004C+00 1/1 0/0 0/0 .text JointCallBack__FP8J3DJointi */
|
|
static int JointCallBack(J3DJoint* i_joint, int param_1) {
|
|
if (param_1 == 0) {
|
|
J3DModel* model = j3dSys.getModel();
|
|
daObjARI_c* _this = (daObjARI_c*)model->getUserArea();
|
|
if (_this != NULL) {
|
|
_this->ctrlJoint(i_joint, model);
|
|
}
|
|
}
|
|
return 1;
|
|
}
|
|
|
|
/* 80BA28A0-80BA28C0 000300 0020+00 1/1 0/0 0/0 .text useHeapInit__FP10fopAc_ac_c */
|
|
static int useHeapInit(fopAc_ac_c* i_this) {
|
|
return static_cast<daObjARI_c*>(i_this)->CreateHeap();
|
|
}
|
|
|
|
/* 80BA28C0-80BA2C18 000320 0358+00 1/1 0/0 0/0 .text CreateHeap__10daObjARI_cFv */
|
|
int daObjARI_c::CreateHeap() {
|
|
J3DModelData* model_data;
|
|
if (mSex == SEX_FEMALE) {
|
|
model_data = static_cast<J3DModelData*>(dComIfG_getObjectRes("I_Ari", 9));
|
|
} else {
|
|
model_data = static_cast<J3DModelData*>(dComIfG_getObjectRes("I_Ari", 10));
|
|
}
|
|
mpMorf = new mDoExt_McaMorfSO(model_data, NULL, NULL,
|
|
static_cast<J3DAnmTransform*>(dComIfG_getObjectRes("I_Ari", 6)),
|
|
2, 0.5f, 0, -1, &mCreatureSound, 0, 0x11000284);
|
|
if (mpMorf == NULL || mpMorf->getModel() == NULL) {
|
|
return 0;
|
|
}
|
|
J3DModel* model = mpMorf->getModel();
|
|
|
|
mpBrkAnm = new mDoExt_brkAnm();
|
|
if (mpBrkAnm == NULL) {
|
|
return 0;
|
|
}
|
|
if (mSex == SEX_FEMALE) {
|
|
J3DAnmTevRegKey* tev_anm = static_cast<J3DAnmTevRegKey*>(dComIfG_getObjectRes("I_Ari", 13));
|
|
if (!mpBrkAnm->init(model->getModelData(), tev_anm, 1, 2, 1.0f, 0, -1)) {
|
|
return 0;
|
|
}
|
|
} else {
|
|
J3DAnmTevRegKey* tev_anm = static_cast<J3DAnmTevRegKey*>(dComIfG_getObjectRes("I_Ari", 14));
|
|
if (!mpBrkAnm->init(model->getModelData(), tev_anm, 1, 2, 1.0f, 0, -1)) {
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
mpBtkAnm = new mDoExt_btkAnm();
|
|
if (mpBtkAnm == NULL) {
|
|
return 0;
|
|
}
|
|
if (mSex == SEX_FEMALE) {
|
|
J3DAnmTextureSRTKey* tex_anm =
|
|
static_cast<J3DAnmTextureSRTKey*>(dComIfG_getObjectRes("I_Ari", 17));
|
|
if (!mpBtkAnm->init(model->getModelData(), tex_anm, 1, 2, 1.0f, 0, -1)) {
|
|
return 0;
|
|
}
|
|
} else {
|
|
J3DAnmTextureSRTKey* tex_anm =
|
|
static_cast<J3DAnmTextureSRTKey*>(dComIfG_getObjectRes("I_Ari", 18));
|
|
if (!mpBtkAnm->init(model->getModelData(), tex_anm, 1, 2, 1.0f, 0, -1)) {
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
return 1;
|
|
}
|
|
|
|
/* 80BA2C60-80BA2C80 0006C0 0020+00 1/0 0/0 0/0 .text daObjARI_Create__FP10fopAc_ac_c */
|
|
static cPhs__Step daObjARI_Create(fopAc_ac_c* i_this) {
|
|
fopAcM_GetID(i_this);
|
|
return static_cast<daObjARI_c*>(i_this)->create();
|
|
}
|
|
|
|
/* 80BA2C80-80BA2CA4 0006E0 0024+00 1/0 0/0 0/0 .text daObjARI_Delete__FP10daObjARI_c */
|
|
static int daObjARI_Delete(daObjARI_c* i_this) {
|
|
fopAcM_GetID(i_this);
|
|
i_this->Delete();
|
|
return 1;
|
|
}
|
|
|
|
static f32 dummy() {
|
|
cXyz vec1(0.8f, 0.0f, 0.4f);
|
|
cXyz vec2(10.0f, 0.02f, 0.0f);
|
|
return vec1.x + vec2.x;
|
|
}
|
|
|
|
/* 80BA2CA4-80BA3228 000704 0584+00 1/1 0/0 0/0 .text WallWalk__10daObjARI_cFv */
|
|
void daObjARI_c::WallWalk() {
|
|
cXyz vec1(0.0f, -50.0f, speedF * 2.0f);
|
|
cXyz vec2(0.0f, 0.0f, 0.0f);
|
|
cXyz vec3(0.0f, 50.0f, 0.0f);
|
|
cXyz vec4(0.0f, 0.0f, 0.0f);
|
|
cXyz vec5(0.0f, 50.0f, speedF);
|
|
cXyz vec6(0.0f, 0.0f, 0.0f);
|
|
cXyz vec7(0.0f, -50.0f, 0.0f);
|
|
cXyz vec8(0.0f, 0.0f, 0.0f);
|
|
|
|
dBgS_LinChk lin_chk1, lin_chk2;
|
|
lin_chk1.SetObj();
|
|
lin_chk2.SetObj();
|
|
|
|
mDoMtx_stack_c::transS(current.pos);
|
|
mDoMtx_stack_c::ZXYrotM(mWallAlignAngle);
|
|
mDoMtx_stack_c::YrotM(current.angle.y);
|
|
mDoMtx_stack_c::multVec(&vec1, &vec2);
|
|
mDoMtx_stack_c::multVec(&vec3, &vec4);
|
|
mDoMtx_stack_c::multVec(&vec5, &vec6);
|
|
mDoMtx_stack_c::multVec(&vec7, &vec8);
|
|
|
|
lin_chk1.Set(&vec4, &vec2, NULL);
|
|
lin_chk2.Set(&vec6, &vec8, NULL);
|
|
|
|
if (dComIfG_Bgsp().LineCross(&lin_chk1)) {
|
|
speedF = 0.3f;
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk1, &plane);
|
|
const cXyz* normal = plane.GetNP();
|
|
s16 normal_ang_y = cM_atan2s(normal->x, normal->z);
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normal_yz(0.0f, normal->y, normal->z);
|
|
f32 normal_len_yz = zero.abs(normal_yz);
|
|
mTargetPos = lin_chk1.i_GetCross();
|
|
mDownAngleY = normal_ang_y;
|
|
mWallAngle.z = -cM_atan2s(normal->x, normal_len_yz);
|
|
mWallAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
} else if (dComIfG_Bgsp().LineCross(&lin_chk2)) {
|
|
speedF = 0.3f;
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk2, &plane);
|
|
const cXyz* normal = plane.GetNP();
|
|
s16 normal_ang_y = cM_atan2s(normal->x, normal->z);
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normal_yz(0.0f, normal->y, normal->z);
|
|
f32 normal_len_yz = zero.abs(normal_yz);
|
|
mTargetPos = lin_chk2.i_GetCross();
|
|
mDownAngleY = normal_ang_y;
|
|
mWallAngle.z = -cM_atan2s(normal->x, normal_len_yz);
|
|
mWallAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
} else {
|
|
mTargetAngleY += 0x100;
|
|
}
|
|
|
|
cLib_chasePos(¤t.pos, mTargetPos, speedF);
|
|
old.pos = current.pos;
|
|
cLib_addCalcAngleS2(&mWallAlignAngle.x, mWallAngle.x, 5, 0x200);
|
|
cLib_addCalcAngleS2(&mWallAlignAngle.z, mWallAngle.z, 5, 0x200);
|
|
cLib_addCalcAngleS2(¤t.angle.y, mTargetAngleY, 0x10, 0x100);
|
|
shape_angle.y = current.angle.y;
|
|
}
|
|
|
|
/* 80BA3270-80BA337C 000CD0 010C+00 2/2 0/0 0/0 .text MoveAction__10daObjARI_cFv */
|
|
void daObjARI_c::MoveAction() {
|
|
if (mTimer == 0) {
|
|
cXyz delta = home.pos - current.pos;
|
|
delta.x += cM_rndFX(1050.0f);
|
|
delta.z += cM_rndFX(1050.0f);
|
|
mTargetAngleY = cM_atan2s(delta.x, delta.z);
|
|
mTimer = cM_rndF(400.0f) + 400.0f;
|
|
}
|
|
|
|
field_0x5ec = 0.6f;
|
|
cLib_addCalcAngleS2(¤t.angle.y, mTargetAngleY, 21, 0x50);
|
|
cLib_addCalcAngleS2(&mLegAngleY, mTargetAngleY - current.angle.y, 8, 0x100);
|
|
shape_angle.y = current.angle.y;
|
|
|
|
WallWalk();
|
|
}
|
|
|
|
/* 80BA337C-80BA33F8 000DDC 007C+00 1/1 0/0 0/0 .text Action__10daObjARI_cFv */
|
|
void daObjARI_c::Action() {
|
|
mTimer--;
|
|
if (mTimer <= 0) {
|
|
mTimer = 0;
|
|
}
|
|
|
|
if (fopAcM_searchPlayerDistance(this) < 1500.0f) {
|
|
MoveAction();
|
|
}
|
|
|
|
Insect_GetDemoMain();
|
|
}
|
|
|
|
/* 80BA33F8-80BA3408 000E58 0010+00 1/0 0/0 0/0 .text Insect_Release__10daObjARI_cFv */
|
|
void daObjARI_c::Insect_Release() {
|
|
field_0x56C = 1;
|
|
mAction = 1;
|
|
}
|
|
|
|
/* 80BA3408-80BA3638 000E68 0230+00 1/1 0/0 0/0 .text checkGround__10daObjARI_cFv */
|
|
void daObjARI_c::checkGround() {
|
|
dBgS_LinChk lin_chk;
|
|
lin_chk.SetObj();
|
|
lin_chk.Set(&old.pos, ¤t.pos, NULL);
|
|
|
|
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk, &plane);
|
|
current.pos = lin_chk.i_GetCross();
|
|
const cXyz* normal = plane.GetNP();
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normal_yz(0.0f, normal->y, normal->z);
|
|
mWallAngle.z = mWallAlignAngle.z = -cM_atan2s(normal->x, zero.abs(normal_yz));
|
|
mWallAngle.x = mWallAlignAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
shape_angle.x = 0;
|
|
mMode++;
|
|
}
|
|
}
|
|
|
|
/* 80BA3638-80BA36CC 001098 0094+00 1/1 0/0 0/0 .text B_MoveAction__10daObjARI_cFv */
|
|
void daObjARI_c::B_MoveAction() {
|
|
switch (mMode) {
|
|
case 0:
|
|
if (!fopAcM_checkHookCarryNow(this)) {
|
|
speed.y += -2.0f;
|
|
current.pos.y += speed.y;
|
|
shape_angle.x = 0x4000;
|
|
checkGround();
|
|
}
|
|
break;
|
|
|
|
case 1:
|
|
mAction = 0;
|
|
mMode = 0;
|
|
mLocation &= 0xf0;
|
|
shape_angle.x = 0;
|
|
break;
|
|
}
|
|
}
|
|
|
|
/* 80BA36CC-80BA3700 00112C 0034+00 1/1 0/0 0/0 .text FallAction__10daObjARI_cFv */
|
|
void daObjARI_c::FallAction() {
|
|
switch (mAction) {
|
|
case 0:
|
|
break;
|
|
|
|
case 1:
|
|
B_MoveAction();
|
|
break;
|
|
}
|
|
}
|
|
|
|
/* 80BA3700-80BA3824 001160 0124+00 1/1 0/0 0/0 .text ParticleSet__10daObjARI_cFv */
|
|
void daObjARI_c::ParticleSet() {
|
|
if (mScreenZ > mBufferZ) {
|
|
cLib_addCalc2(&mParticleScale, 0.0f, 1.0f, 1.0f);
|
|
} else {
|
|
cLib_addCalc2(&mParticleScale, mParticleTargetScale, 1.0f, 1.0f);
|
|
}
|
|
mParticleKey1 = dComIfGp_particle_set(mParticleKey1, 0xa1b, ¤t.pos, &tevStr,
|
|
&shape_angle, NULL, 0xff, NULL, -1, NULL, NULL, NULL);
|
|
f32 scale = mParticleScale;
|
|
JPABaseEmitter* emitter = dComIfGp_particle_getEmitter(mParticleKey1);
|
|
if (emitter != NULL) {
|
|
emitter->setGlobalParticleScale(scale, scale);
|
|
}
|
|
}
|
|
|
|
/* 80BA3824-80BA3B38 001284 0314+00 1/1 0/0 0/0 .text BoomChk__10daObjARI_cFv */
|
|
void daObjARI_c::BoomChk() {
|
|
daPy_py_c* player = daPy_getPlayerActorClass();
|
|
fopAcM_searchPlayerDistanceXZ(this);
|
|
|
|
if (mBoomerangHit) {
|
|
home.pos = current.pos;
|
|
cXyz player_pos = player->current.pos;
|
|
player_pos.y += 100.0f;
|
|
|
|
if (mBoomerangMove.posMove(¤t.pos, &shape_angle.y, NULL, 0x1c00)) {
|
|
mBoomerangMove.bgCheckAfterOffset(¤t.pos);
|
|
current.pos.y += 0.5f;
|
|
} else {
|
|
dBgS_LinChk lin_chk;
|
|
lin_chk.SetObj();
|
|
lin_chk.Set(&player_pos, ¤t.pos, NULL);
|
|
|
|
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk, &plane);
|
|
old.pos = lin_chk.i_GetCross();
|
|
current.pos = old.pos;
|
|
mAction = 0;
|
|
mMode = 0;
|
|
const cXyz* normal = plane.GetNP();
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normalYZ(0.0f, normal->y, normal->z);
|
|
mWallAngle.z = mWallAlignAngle.z = -cM_atan2s(normal->x, zero.abs(normalYZ));
|
|
mWallAngle.x = mWallAlignAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
} else {
|
|
current.pos.y = old.pos.y = player->current.pos.y + 150.0f;
|
|
mLocation = LOC_UNK_3;
|
|
mAction = 1;
|
|
mMode = 0;
|
|
}
|
|
|
|
mBoomerangHit = false;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* 80BA3B38-80BA3C38 001598 0100+00 1/1 0/0 0/0 .text ObjHit__10daObjARI_cFv */
|
|
void daObjARI_c::ObjHit() {
|
|
if (mCcSph.ChkTgHit()) {
|
|
cCcD_Obj* hit_obj = mCcSph.GetTgHitObj();
|
|
if (hit_obj->ChkAtType(AT_TYPE_BOOMERANG)) {
|
|
if (!mBoomerangHit) {
|
|
mBoomerangHit = true;
|
|
mCcSph.GetTgHitGObj();
|
|
mBoomerangMove.initOffset(¤t.pos);
|
|
}
|
|
} else if (!hit_obj->ChkAtType(AT_TYPE_NORMAL_SWORD)
|
|
&& hit_obj->ChkAtType(AT_TYPE_HOOKSHOT)) {
|
|
cXyz offset(0.0f, 0.0f, 0.0f);
|
|
daPy_getPlayerActorClass()->setHookshotCarryOffset(fopAcM_GetID(this), &offset);
|
|
mBoomerangHit = false;
|
|
mLocation = LOC_UNK_3;
|
|
mAction = 1;
|
|
mMode = 0;
|
|
}
|
|
mCcSph.ClrTgHit();
|
|
}
|
|
}
|
|
|
|
/* 80BA3C38-80BA44F0 001698 08B8+00 1/1 0/0 0/0 .text Execute__10daObjARI_cFv */
|
|
int daObjARI_c::Execute() {
|
|
if (ChkGetDemo()) {
|
|
mScreenZ = mBufferZ + 10000.0f;
|
|
mCreatureSound.startCreatureSoundLevel(Z2SE_INSCT_KIRA, 0, -1);
|
|
Insect_GetDemoMain();
|
|
ParticleSet();
|
|
return 1;
|
|
}
|
|
|
|
attention_info.position = current.pos;
|
|
eyePos = current.pos;
|
|
eyePos.y += 10.0f;
|
|
|
|
switch (mLocation) {
|
|
case LOC_OUTSIDE:
|
|
if (!fopAcM_checkHookCarryNow(this)) {
|
|
Action();
|
|
} else {
|
|
home.pos = current.pos;
|
|
}
|
|
|
|
mParticleKey2 = dComIfGp_particle_set(mParticleKey2, 0xa1c, ¤t.pos, &tevStr,
|
|
&shape_angle, NULL, 0xff, NULL, -1, NULL, NULL, NULL);
|
|
SetCcSph();
|
|
ObjHit();
|
|
BoomChk();
|
|
eyePos = current.pos;
|
|
eyePos.y += 10.0f;
|
|
attention_info.position = eyePos;
|
|
attention_info.position.y += 10.0f;
|
|
ParticleSet();
|
|
break;
|
|
|
|
case LOC_UNK_3:
|
|
FallAction();
|
|
mParticleKey2 = dComIfGp_particle_set(mParticleKey2, 0xa1c, ¤t.pos, &tevStr,
|
|
&shape_angle, NULL, 0xff, NULL, -1, NULL, NULL, NULL);
|
|
SetCcSph();
|
|
ObjHit();
|
|
BoomChk();
|
|
eyePos = current.pos;
|
|
eyePos.y += 10.0f;
|
|
attention_info.position = eyePos;
|
|
attention_info.position.y += 10.0f;
|
|
ParticleSet();
|
|
break;
|
|
|
|
case LOC_AGITHA:
|
|
mTimer--;
|
|
if (mTimer <= 0) {
|
|
mTimer = 0;
|
|
}
|
|
|
|
MoveAction();
|
|
|
|
if (!field_0x5fc) {
|
|
cXyz offset(0.0f, 0.0f, 200.0f);
|
|
cXyz vec2(0.0f, 0.0f, 0.0f);
|
|
dBgS_LinChk lin_chk;
|
|
lin_chk.SetObj();
|
|
cXyz vec3;
|
|
vec3 = current.pos;
|
|
vec3.y += 100.0f;
|
|
vec2.set(current.pos.x, current.pos.y - 4000.0f, current.pos.z);
|
|
lin_chk.Set(&vec3, &vec2, NULL);
|
|
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk, &plane);
|
|
const cXyz* normal = plane.GetNP();
|
|
current.pos = lin_chk.i_GetCross();
|
|
mTargetPos = current.pos;
|
|
old.pos = current.pos;
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normalYZ(0.0f, normal->y, normal->z);
|
|
mWallAngle.z = mWallAlignAngle.z = -cM_atan2s(normal->x, zero.abs(normalYZ));
|
|
mWallAngle.x = mWallAlignAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
field_0x5fc = true;
|
|
}
|
|
|
|
vec2.set(0.0f, 0.0f, 0.0f);
|
|
for (int i = 0; i < 4; i++) {
|
|
cLib_offsetPos(&vec2, ¤t.pos, i * 160000.0f, &offset);
|
|
lin_chk.Set(¤t.pos, &vec2, NULL);
|
|
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk, &plane);
|
|
const cXyz* normal = plane.GetNP();
|
|
current.pos = lin_chk.i_GetCross();
|
|
mTargetPos = current.pos;
|
|
old.pos = current.pos;
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normalYZ(0.0f, normal->y, normal->z);
|
|
mWallAngle.z = mWallAlignAngle.z = -cM_atan2s(normal->x, zero.abs(normalYZ));
|
|
mWallAngle.x = mWallAlignAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
field_0x5fc = true;
|
|
}
|
|
}
|
|
}
|
|
|
|
break;
|
|
}
|
|
|
|
if (mBoomerangHit) {
|
|
mAcch.CrrPos(dComIfG_Bgsp());
|
|
}
|
|
|
|
mpBrkAnm->play();
|
|
mpBtkAnm->play();
|
|
mCreatureSound.startCreatureSoundLevel(Z2SE_INSCT_KSKS, 0, -1);
|
|
mCreatureSound.startCreatureSoundLevel(Z2SE_INSCT_KIRA, 0, -1);
|
|
mpMorf->play(0, dComIfGp_getReverb(fopAcM_GetRoomNo(this)));
|
|
setBaseMtx();
|
|
|
|
return 1;
|
|
}
|
|
|
|
/* 80BA44F0-80BA466C 001F50 017C+00 1/1 0/0 0/0 .text Z_BufferChk__10daObjARI_cFv */
|
|
void daObjARI_c::Z_BufferChk() {
|
|
cXyz vec2, vec1;
|
|
vec1 = current.pos;
|
|
vec1.y += 20.0f;
|
|
mDoLib_project(&vec1, &vec2);
|
|
f32 trim_height;
|
|
camera_class* camera = dComIfGp_getCamera(0);
|
|
if (camera != NULL) {
|
|
trim_height = camera->mCamera.TrimHeight();
|
|
} else {
|
|
trim_height = 0.0f;
|
|
}
|
|
if (vec2.x > 0.0f && vec2.x < 608.0f && vec2.y > trim_height && vec2.y < 448.0f - trim_height) {
|
|
dComIfGd_peekZ(vec2.x, vec2.y, &mBufferZ);
|
|
}
|
|
|
|
f32 near = dComIfGd_getView()->near;
|
|
f32 far = dComIfGd_getView()->far;
|
|
mDoLib_pos2camera(&vec1, &vec2);
|
|
vec2.z += 50.0f;
|
|
if (vec2.z > 0.0f) {
|
|
vec2.z = 0.0f;
|
|
}
|
|
mScreenZ = ((near + far * near / vec2.z) / (far - near) + 1.0f) * 0xffffff;
|
|
}
|
|
|
|
/* 80BA466C-80BA46D4 0020CC 0068+00 1/1 0/0 0/0 .text Delete__10daObjARI_cFv */
|
|
int daObjARI_c::Delete() {
|
|
dComIfG_resDelete(&mPhase, "I_Ari");
|
|
if (mHIOInit) {
|
|
hioInit = false;
|
|
}
|
|
if (heap != NULL) {
|
|
mpMorf->stopZelAnime();
|
|
}
|
|
return 1;
|
|
}
|
|
|
|
/* 80BA46D4-80BA473C 002134 0068+00 1/1 0/0 0/0 .text setBaseMtx__10daObjARI_cFv */
|
|
void daObjARI_c::setBaseMtx() {
|
|
mDoMtx_stack_c::transS(current.pos);
|
|
mDoMtx_stack_c::ZXYrotM(mWallAlignAngle);
|
|
mDoMtx_stack_c::ZXYrotM(shape_angle);
|
|
mDoMtx_stack_c::scaleM(scale);
|
|
mpMorf->getModel()->setBaseTRMtx(mDoMtx_stack_c::get());
|
|
mpMorf->modelCalc();
|
|
}
|
|
|
|
int daObjARI_c::Draw() {
|
|
if (mDraw) {
|
|
Z_BufferChk();
|
|
J3DModel* model = mpMorf->getModel();
|
|
g_env_light.settingTevStruct(0, ¤t.pos, &tevStr);
|
|
g_env_light.setLightTevColorType_MAJI(model, &tevStr);
|
|
mpBtkAnm->entry(model->getModelData());
|
|
mpBrkAnm->entry(model->getModelData());
|
|
mpMorf->entryDL();
|
|
if (mLocation == LOC_OUTSIDE) {
|
|
dComIfGd_setSimpleShadow(¤t.pos, mAcch.GetGroundH(), 15.0f, mAcch.m_gnd, 0, -0.6f,
|
|
dDlst_shadowControl_c::getSimpleTex());
|
|
}
|
|
}
|
|
return 1;
|
|
}
|
|
|
|
/* 80BA473C-80BA481C 00219C 00E0+00 1/0 0/0 0/0 .text daObjARI_Draw__FP10daObjARI_c */
|
|
static int daObjARI_Draw(daObjARI_c* i_this) {
|
|
return i_this->Draw();
|
|
}
|
|
|
|
/* 80BA481C-80BA483C 00227C 0020+00 2/1 0/0 0/0 .text daObjARI_Execute__FP10daObjARI_c */
|
|
static int daObjARI_Execute(daObjARI_c* i_this) {
|
|
return i_this->Execute();
|
|
}
|
|
|
|
/* 80BA54F8-80BA54FC 0000F0 0004+00 1/2 0/0 0/0 .rodata l_musiya_num */
|
|
static u16 const l_musiya_num[2] = {0x01A5, 0x01A6};
|
|
|
|
/* 80BA483C-80BA49E8 00229C 01AC+00 1/1 0/0 0/0 .text CreateChk__10daObjARI_cFv */
|
|
bool daObjARI_c::CreateChk() {
|
|
u8 param = (fopAcM_GetParam(this) >> 8) & 0xf;
|
|
if (param == 0xf) {
|
|
param = 0;
|
|
}
|
|
|
|
if (mLocation != LOC_UNK_2) {
|
|
if (param != 0) {
|
|
if (!dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[l_musiya_num[SEX_MALE]])
|
|
|| !dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[l_musiya_num[SEX_FEMALE]]))
|
|
{
|
|
return false;
|
|
}
|
|
} else {
|
|
if (!strcmp("R_SP160", dComIfGp_getStartStageName())
|
|
&& dComIfGp_getStartStageRoomNo() == 3)
|
|
{
|
|
if (dMenu_Insect_c::isCatchNotGiveInsect(l_ari_itemno[mSex])) {
|
|
return false;
|
|
}
|
|
if ((mSex == SEX_MALE && !dComIfGs_isEventBit(
|
|
dSv_event_flag_c::saveBitLabels[l_musiya_num[mSex]]))
|
|
|| (mSex == SEX_FEMALE && !dComIfGs_isEventBit(
|
|
dSv_event_flag_c::saveBitLabels[l_musiya_num[mSex]])))
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
/* 80BA49E8-80BA5258 002448 0870+00 1/1 0/0 0/0 .text create__10daObjARI_cFv */
|
|
cPhs__Step daObjARI_c::create() {
|
|
fopAcM_SetupActor(this, daObjARI_c);
|
|
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&mPhase, "I_Ari");
|
|
|
|
if (step == cPhs_COMPLEATE_e) {
|
|
mLocation = fopAcM_GetParam(this) & 0xf;
|
|
if (mLocation == LOC_UNK_2) {
|
|
field_0x56C = 0;
|
|
shape_angle.x -= 0x2000;
|
|
fopAcM_OnStatus(this, 0x4000);
|
|
} else {
|
|
mDraw = true;
|
|
}
|
|
|
|
attention_info.distances[fopAc_attn_CARRY_e] = 0x5D;
|
|
mSex = (fopAcM_GetParam(this) >> 4) & 1;
|
|
setItemNo(l_ari_itemno[mSex]);
|
|
setSaveBitNo(l_musiya_num[mSex]);
|
|
|
|
if (mSex == SEX_FEMALE) {
|
|
scale.set(l_HIO.mScaleFemale, l_HIO.mScaleFemale, l_HIO.mScaleFemale);
|
|
mParticleTargetScale = 1.0f;
|
|
} else if (mSex == SEX_MALE) {
|
|
scale.set(l_HIO.mScaleMale, l_HIO.mScaleMale, l_HIO.mScaleMale);
|
|
mParticleTargetScale = 1.1f;
|
|
}
|
|
|
|
if (!CreateChk()) {
|
|
return cPhs_ERROR_e;
|
|
}
|
|
|
|
if (!fopAcM_entrySolidHeap(this, useHeapInit, 0xaa0)) {
|
|
return cPhs_ERROR_e;
|
|
}
|
|
|
|
if (!hioInit) {
|
|
hioInit = true;
|
|
mHIOInit = true;
|
|
l_HIO.field_0x4 = -1;
|
|
}
|
|
|
|
gravity = 0.0f;
|
|
mAcch.Set(fopAcM_GetPosition_p(this), fopAcM_GetOldPosition_p(this), this, 1, &mAcchCir,
|
|
fopAcM_GetSpeed_p(this), NULL, NULL);
|
|
|
|
bool cross = false;
|
|
cXyz vec1(0.0f, 0.0f, 500.0f);
|
|
cXyz vec2(0.0f, 0.0f, -200.0f);
|
|
cXyz vec3, vec4;
|
|
dBgS_LinChk lin_chk;
|
|
lin_chk.SetObj();
|
|
for (int i = 0; i < 4; i++) {
|
|
cLib_offsetPos(&vec3, ¤t.pos, shape_angle.y + 0x4000 * i, &vec1);
|
|
cLib_offsetPos(&vec4, ¤t.pos, shape_angle.y + 0x4000 * i, &vec2);
|
|
lin_chk.Set(&vec3, &vec4, NULL);
|
|
lin_chk.SetObj();
|
|
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk, &plane);
|
|
const cXyz* normal = plane.GetNP();
|
|
current.pos = lin_chk.i_GetCross();
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normalYZ(0.0f, normal->y, normal->z);
|
|
mWallAngle.z = mWallAlignAngle.z = -cM_atan2s(normal->x, zero.abs(normalYZ));
|
|
mWallAngle.x = mWallAlignAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
cross = true;
|
|
old.pos = current.pos;
|
|
break;
|
|
}
|
|
}
|
|
|
|
if (!cross) {
|
|
vec1.set(0.0f, 500.0f, 0.0f);
|
|
vec3.set(0.0f, -1000.0f, 0.0f);
|
|
lin_chk.Set(&vec1, &vec3, NULL);
|
|
lin_chk.SetObj();
|
|
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
|
cM3dGPla plane;
|
|
dComIfG_Bgsp().GetTriPla(lin_chk, &plane);
|
|
const cXyz* normal = plane.GetNP();
|
|
current.pos = lin_chk.i_GetCross();
|
|
cXyz zero(0.0f, 0.0f, 0.0f);
|
|
cXyz normalYZ(0.0f, normal->y, normal->z);
|
|
mWallAngle.z = mWallAlignAngle.z = -cM_atan2s(normal->x, zero.abs(normalYZ));
|
|
mWallAngle.x = mWallAlignAngle.x = cM_atan2s(normal->z, normal->y);
|
|
mDownAngleY = cM_atan2s(normal->x, normal->z);
|
|
old.pos = current.pos;
|
|
}
|
|
}
|
|
|
|
J3DModel* model = mpMorf->getModel();
|
|
model->setUserArea((u32)this);
|
|
for (u16 i = 0; i < model->getModelData()->getJointNum(); i++) {
|
|
if (i != 0) {
|
|
model->getModelData()->getJointNodePointer(i)->setCallBack(JointCallBack);
|
|
}
|
|
}
|
|
|
|
if (mLocation == LOC_OUTSIDE) {
|
|
InitCcSph();
|
|
}
|
|
if (mLocation == LOC_UNK_2 && !(!strcmp("R_SP160", dComIfGp_getStartStageName())
|
|
&& dComIfGp_getStartStageRoomNo() == 3))
|
|
{
|
|
InitCcSph();
|
|
}
|
|
|
|
mTargetPos = current.pos;
|
|
|
|
fopAcM_SetMtx(this, mpMorf->getModel()->getBaseTRMtx());
|
|
fopAcM_SetMin(this, -50.0f, -50.0f, -50.0f);
|
|
fopAcM_SetMax(this, 50.0f, 50.0f, 50.0f);
|
|
|
|
mCreatureSound.init(¤t.pos, &eyePos, 3, 1);
|
|
daObjARI_Execute(this);
|
|
}
|
|
|
|
return step;
|
|
}
|
|
|
|
/* 80BA5358-80BA5360 002DB8 0008+00 1/0 0/0 0/0 .text daObjARI_IsDelete__FP10daObjARI_c
|
|
*/
|
|
static int daObjARI_IsDelete(daObjARI_c* i_this) {
|
|
return 1;
|
|
}
|
|
|
|
/* 80BA551C-80BA553C -00001 0020+00 1/0 0/0 0/0 .data l_daObjARI_Method */
|
|
static actor_method_class l_daObjARI_Method = {
|
|
(process_method_func)daObjARI_Create,
|
|
(process_method_func)daObjARI_Delete,
|
|
(process_method_func)daObjARI_Execute,
|
|
(process_method_func)daObjARI_IsDelete,
|
|
(process_method_func)daObjARI_Draw,
|
|
};
|
|
|
|
/* 80BA553C-80BA556C -00001 0030+00 0/0 0/0 1/0 .data g_profile_Obj_Ari */
|
|
extern actor_process_profile_definition g_profile_Obj_Ari = {
|
|
fpcLy_CURRENT_e,
|
|
7,
|
|
fpcPi_CURRENT_e,
|
|
PROC_Obj_Ari,
|
|
&g_fpcLf_Method.base,
|
|
sizeof(daObjARI_c),
|
|
0,
|
|
0,
|
|
&g_fopAc_Method.base,
|
|
0x1E4,
|
|
&l_daObjARI_Method,
|
|
0xC0100,
|
|
fopAc_ENV_e,
|
|
fopAc_CULLBOX_CUSTOM_e,
|
|
};
|