mirror of
https://github.com/zeldaret/tmc
synced 2026-06-28 03:03:15 -04:00
Merge branch 'master' into cleanup_declarations
This commit is contained in:
@@ -106,6 +106,6 @@ void sub_0809F448(Entity* this) {
|
||||
tmp += -0x80000 + (rand & 0xFFFFF);
|
||||
break;
|
||||
}
|
||||
this->nonPlanarMovement = (tmp > 0 ? tmp : -tmp) / (tmp2->unk_1 << 8);
|
||||
this->speed = (tmp > 0 ? tmp : -tmp) / (tmp2->unk_1 << 8);
|
||||
this->direction = sub_080045DA(tmp, 0) >> 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user