mirror of
https://github.com/zeldaret/tmc
synced 2026-08-06 01:49:01 -04:00
Fix paths
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user