mirror of
https://github.com/zeldaret/st
synced 2026-08-29 00:51:57 -04:00
Decompile MapObjectProfile (#52)
* delink mapobj profile * match base mapobjectprofile classes * match other sections (+ accidental mapobject ctor match)
This commit is contained in:
@@ -121,7 +121,7 @@ end:
|
||||
}
|
||||
|
||||
ARM MapObjectSwitchStep::~MapObjectSwitchStep() {
|
||||
if (this->mUnk_20.mUnk_00 == 2) {
|
||||
if (this->mUnk_20.mUnk_00[0] == 2) {
|
||||
this->func_ov000_0209e11c(0, 1);
|
||||
this->func_ov000_0209d2c4(0, 0);
|
||||
}
|
||||
@@ -182,8 +182,8 @@ ARM void MapObjectSwitchStep::func_ov000_0209e11c(unk32 param1, unk32 param2) {
|
||||
this->mUnk_EA = 1;
|
||||
}
|
||||
|
||||
if (this->mUnk_20.mUnk_00 == 2) {
|
||||
this->mUnk_E6 = this->mUnk_20.mUnk_02;
|
||||
if (this->mUnk_20.mUnk_00[0] == 2) {
|
||||
this->mUnk_E6 = this->mUnk_20.mUnk_00[1];
|
||||
this->mUnk_E4 = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user