Fix paths

This commit is contained in:
octorock
2022-12-21 23:40:27 +01:00
parent ec0678872f
commit c280188436
179 changed files with 1080 additions and 1076 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ static u32 sub_0808EF6C(Entity* this) {
var7 = this->field_0x6c.HWORD;
}
this->speed = var7;
this->direction = sub_080045DA(var0, var2) >> 3;
this->direction = CalculateDirectionFromOffsets(var0, var2) >> 3;
LinearMoveUpdate(this);
return 1;
}