mirror of
https://github.com/zeldaret/tmc
synced 2026-06-29 03:31:09 -04:00
Decompile rest of objectUtils
This commit is contained in:
@@ -65,7 +65,7 @@ void sub_0809EAD8(Entity* this) {
|
||||
if (this->type2 != 0) {
|
||||
|
||||
this->child = GetCurrentRoomProperty(this->type2);
|
||||
sub_080A2CC0(this, &this->child, &this->field_0x74.HWORD);
|
||||
sub_080A2CC0(this, (u16**)&this->child, &this->field_0x74.HWORD);
|
||||
|
||||
} else {
|
||||
SetTile(0x4050, COORD_TO_TILE(this), this->collisionLayer);
|
||||
@@ -82,7 +82,7 @@ void sub_0809EB30(Entity* this) {
|
||||
}
|
||||
puVar2 = &this->field_0x74.HWORD;
|
||||
if (!--*puVar2) {
|
||||
sub_080A2CC0(this, &this->child, puVar2);
|
||||
sub_080A2CC0(this, (u16**)&this->child, puVar2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user