mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
62179b7336
EnviromentalObjectList is not an array anymore
260 lines
4.8 KiB
C++
260 lines
4.8 KiB
C++
#include "jonah.h"
|
|
#include "validate.h"
|
|
#include "panel.h"
|
|
#include "utils.h"
|
|
|
|
int JoelJewtCheatCode = 0;
|
|
extern CBody* EnvironmentalObjectList;
|
|
extern CBaddy* BaddyList;
|
|
|
|
// @NotOk
|
|
// globals
|
|
CJonah::CJonah(void)
|
|
{
|
|
this->field_34C = 0;
|
|
this->field_350 = 0;
|
|
this->field_354 = 0;
|
|
|
|
if (JoelJewtCheatCode)
|
|
{
|
|
this->InitItem("jjjj");
|
|
}
|
|
else
|
|
{
|
|
this->InitItem("jameson");
|
|
}
|
|
|
|
this->mFlags |= 0x480;
|
|
this->field_3C = 0x552010;
|
|
this->field_38 = 316;
|
|
|
|
}
|
|
|
|
// @NotOk
|
|
// Globals
|
|
CJonah::CJonah(int* a2, int a3)
|
|
{
|
|
this->field_34C = 0;
|
|
this->field_350 = 0;
|
|
this->field_354 = 0;
|
|
|
|
__int16 *v5 = this->SquirtAngles(reinterpret_cast<__int16*>(this->SquirtPos(a2)));
|
|
|
|
|
|
if (JoelJewtCheatCode)
|
|
{
|
|
this->InitItem("jjjj");
|
|
}
|
|
else
|
|
{
|
|
this->InitItem("jameson");
|
|
}
|
|
|
|
this->mFlags |= 0x480;
|
|
this->field_3C = 0x552010;
|
|
this->AttachTo(reinterpret_cast<CBody**>(0x56E990));
|
|
|
|
this->field_1F4 = a3;
|
|
this->field_DE = a3;
|
|
this->field_38 = 316;
|
|
this->field_21E = 100;
|
|
this->field_DC = 100;
|
|
|
|
this->field_230 = 0;
|
|
this->field_216 = 32;
|
|
this->field_D8 = 64;
|
|
this->field_31C.bothFlags = 0;
|
|
|
|
this->field_2A8 |= 0x2002001;
|
|
this->field_E2 = 120;
|
|
|
|
unsigned char * ptr = reinterpret_cast<unsigned char*>(0x552008);
|
|
this->field_294.Bytes[0] = ptr[0];
|
|
this->field_294.Bytes[1] = ptr[1];
|
|
this->field_294.Bytes[2] = ptr[2];
|
|
this->field_294.Bytes[3] = ptr[3];
|
|
|
|
this->field_298.Bytes[0] = ptr[4];
|
|
this->field_298.Bytes[1] = ptr[5];
|
|
this->field_298.Bytes[2] = ptr[6];
|
|
this->field_298.Bytes[3] = ptr[7];
|
|
|
|
this->mCBodyFlags &= 0xFFEF;
|
|
this->ParseScript(reinterpret_cast<unsigned __int16*>(v5));
|
|
Panel_CreateHealthBar(this, 316);
|
|
}
|
|
|
|
// @Ok
|
|
void Jonah_CreateJonah(const unsigned int *stack, unsigned int *result)
|
|
{
|
|
int* v2 = reinterpret_cast<int*>(*stack);
|
|
int v3 = static_cast<int>(stack[1]);
|
|
|
|
if (v2)
|
|
{
|
|
*result = reinterpret_cast<unsigned int>(new CJonah(v2, v3));
|
|
}
|
|
else
|
|
{
|
|
*result = reinterpret_cast<unsigned int>(new CJonah());
|
|
}
|
|
}
|
|
|
|
// @Ok
|
|
void __inline CJonah::GraspWaypoint(SLinkInfo* a2)
|
|
{
|
|
this->field_2F8 = a2->field_0;
|
|
this->field_1F4 = a2->field_8;
|
|
}
|
|
|
|
// @Ok
|
|
int CJonah::LinkedHidingPlaceStillExists(i32 a2)
|
|
{
|
|
|
|
SLinkInfo infos[4];
|
|
|
|
i32 v3 = this->field_1F4;
|
|
this->field_364.field_0 = 0;
|
|
|
|
if (a2)
|
|
{
|
|
i32 LinksPointer = reinterpret_cast<i32>(Trig_GetLinkInfoList(this->field_1F4, infos, 4));
|
|
|
|
if (!LinksPointer)
|
|
return 0;
|
|
|
|
for (i32 i = 0; i < LinksPointer; i++)
|
|
{
|
|
if (infos[i].field_8 == 2)
|
|
{
|
|
v3 = infos[i].field_0;
|
|
i = LinksPointer + 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
i32 v6 = reinterpret_cast<i32>(Trig_GetLinkInfoList(v3, infos, 4));
|
|
if (!v6 || v6 <= 0)
|
|
return 0;
|
|
|
|
for (i32 i = 0; i<v6 ; i++)
|
|
{
|
|
if (infos[i].field_4 == 1 || infos[i].field_4 == 2)
|
|
{
|
|
CBody *BodyByNode = this->FindBodyByNode(infos[i].field_0, EnvironmentalObjectList);
|
|
|
|
if (BodyByNode)
|
|
{
|
|
print_if_false(BodyByNode->field_38 == 401, "Hiding place is not a MANIPOB!");
|
|
this->field_364 = Mem_MakeHandle(BodyByNode);
|
|
return 1;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
// @Ok
|
|
int __inline CJonah::StartRunningToNextRoom(void)
|
|
{
|
|
if (this->field_370)
|
|
{
|
|
if ((this->field_218 & 0x200) || (this->field_330 >= 80 && !this->LinkedHidingPlaceStillExists(0)))
|
|
{
|
|
SLinkInfo linkInfo;
|
|
linkInfo.field_8 = 4;
|
|
linkInfo.field_0 = this->field_36C;
|
|
this->GraspWaypoint(&linkInfo);
|
|
|
|
this->field_31C.bothFlags = 7;
|
|
this->dumbAssPad = 0;
|
|
this->field_218 |= 0x102;
|
|
|
|
return 1;
|
|
}
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
// @NotOk
|
|
// missing part findscorp
|
|
void CJonah::TakeHit(void)
|
|
{
|
|
|
|
CBaddy* v3;
|
|
switch (this->dumbAssPad)
|
|
{
|
|
case 0:
|
|
v3 = this->FindScorp();
|
|
if (v3)
|
|
{
|
|
}
|
|
this->dumbAssPad++;
|
|
break;
|
|
case 1:
|
|
if (this->field_142)
|
|
{
|
|
this->field_318 = 0;
|
|
if (!this->StartRunningToNextRoom())
|
|
{
|
|
this->field_31C.bothFlags = 1;
|
|
this->dumbAssPad = 0;
|
|
}
|
|
}
|
|
break;
|
|
default:
|
|
print_if_false(0, "Unknown substate!");
|
|
}
|
|
}
|
|
|
|
// @Ok
|
|
CBaddy* CJonah::FindScorp(void)
|
|
{
|
|
if (!Mem_RecoverPointer(&this->field_35C))
|
|
{
|
|
for (CBaddy* cur = BaddyList; cur; cur = reinterpret_cast<CBaddy*>(cur->field_20))
|
|
{
|
|
if (cur->field_38 == 310)
|
|
{
|
|
this->field_35C = Mem_MakeHandle(cur);
|
|
return cur;
|
|
}
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
CBaddy *ret = reinterpret_cast<CBaddy*>(this->field_35C.field_0);
|
|
print_if_false(ret->field_38 == 310, "What the fuck? Scorp ptr isn't scorp.");
|
|
return ret;
|
|
}
|
|
|
|
// @Ok
|
|
unsigned __int16 CJonah::DistToScorp(void)
|
|
{
|
|
CBaddy* pScorp = this->FindScorp();
|
|
if (!pScorp)
|
|
return 0xFFFF;
|
|
|
|
return Utils_CrapDist(pScorp->mPos, this->mPos);
|
|
}
|
|
|
|
void validate_CJonah(void){
|
|
VALIDATE_SIZE(CJonah, 0x380);
|
|
|
|
VALIDATE(CJonah, field_330, 0x330);
|
|
|
|
VALIDATE(CJonah, field_34C, 0x34C);
|
|
VALIDATE(CJonah, field_350, 0x350);
|
|
VALIDATE(CJonah, field_354, 0x354);
|
|
|
|
VALIDATE(CJonah, field_35C, 0x35C);
|
|
VALIDATE(CJonah, field_364, 0x364);
|
|
|
|
VALIDATE(CJonah, field_36C, 0x36C);
|
|
VALIDATE(CJonah, field_370, 0x370);
|
|
}
|