mirror of
https://github.com/zeldaret/ph
synced 2026-08-12 19:53:00 -04:00
post-update cleanup: step 4 (builds properly)
This commit is contained in:
@@ -36,7 +36,7 @@ void UnkStruct_027e103c::func_ov000_020cf3dc() {}
|
||||
void UnkStruct_027e103c::func_ov000_020cf3f0() {}
|
||||
void UnkStruct_027e103c::func_ov000_020cf404() {}
|
||||
void UnkStruct_027e103c::func_ov000_020cf414() {}
|
||||
void UnkStruct_027e103c::func_ov000_020cf42c() {}
|
||||
bool UnkStruct_027e103c::func_ov000_020cf42c() {}
|
||||
bool UnkStruct_027e103c::func_ov000_020cf444() {}
|
||||
bool UnkStruct_027e103c::func_ov000_020cf488() {}
|
||||
bool UnkStruct_027e103c::func_ov000_020cf4bc() {}
|
||||
@@ -59,7 +59,7 @@ void UnkStruct_027e103c::func_ov000_020cfa70(s32 param1, s32 param2) {}
|
||||
unk8 UnkStruct_027e103c::func_ov000_020cfab0() {}
|
||||
void UnkStruct_027e103c::func_ov000_020cfabc(s32 param1, s32 param2) {}
|
||||
void UnkStruct_027e103c::func_ov000_020cfae8(s32 param1, s32 param2) {}
|
||||
void UnkStruct_027e103c::func_ov000_020cfb20(unk32 param1) {}
|
||||
void UnkStruct_027e103c::func_ov000_020cfb20(void* param1) {}
|
||||
void UnkStruct_027e103c::func_ov000_020cfb38() {}
|
||||
void UnkStruct_027e103c::func_ov000_020cfb48() {}
|
||||
void UnkStruct_027e103c::func_ov000_020cfb58() {}
|
||||
|
||||
@@ -5,8 +5,8 @@ ActorTypeList sActorTypeList;
|
||||
ARM ActorType::ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)()) {
|
||||
this->id = id;
|
||||
this->create = create;
|
||||
this->mUnk_08 = unk_08;
|
||||
this->mUnk_0c = 0;
|
||||
this->unk_08 = unk_08;
|
||||
this->unk_0c = 0;
|
||||
this->next = NULL;
|
||||
this->Register();
|
||||
sActorTypeList.tail = this;
|
||||
@@ -17,7 +17,7 @@ ARM ActorType::~ActorType() {
|
||||
}
|
||||
|
||||
ARM unk32 ActorType::func_0203e7c8() {
|
||||
if (this->mUnk_08 == NULL) {
|
||||
if (this->unk_08 == NULL) {
|
||||
return 0;
|
||||
}
|
||||
return (*unk_08)();
|
||||
|
||||
@@ -214,7 +214,7 @@ ARM void UnkStruct_020397f8::vfunc_40(s32 param1, s32 param2) {
|
||||
bVar1 = data_027e0c68.mUnk_28[this->mUnk_50];
|
||||
|
||||
this->vfunc_6C(&local_8c, &local_90);
|
||||
this->func_0203a188(local_8c + param1, local_90 + param2, 0);
|
||||
this->func_0203a188(local_8c + param1, local_90 + param2);
|
||||
this->func_0203e1b0(param1 + local_8c + (this->mUnk_158.x - (this->mUnk_14 << 3) / 2), param2 + local_90 + (this->mUnk_158.y - (this->mUnk_18 << 3) / 2), 0);
|
||||
|
||||
if (this->mUnk_584 != 0) {
|
||||
|
||||
Reference in New Issue
Block a user