This commit is contained in:
theo3
2022-03-17 19:13:56 -07:00
parent 3357984494
commit ef470547e0
279 changed files with 848 additions and 813 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ void Object2B(Entity* object) {
DeleteThisEntity();
} else {
int position = 0x120 - parent->z.HALF.HI;
sub_0805EC9C(object, position, position, parent->field_0x7c.HALF_U.HI);
SetAffineInfo(object, position, position, parent->field_0x7c.HALF_U.HI);
}
}