mirror of
https://github.com/zeldaret/tmc
synced 2026-08-02 16:37:11 -04:00
Use fixed point macros where possible
This commit is contained in:
@@ -108,6 +108,6 @@ void sub_08098130(Object79Entity* this) {
|
||||
super->direction = this->objDir.HALF.HI;
|
||||
super->speed = this->unk7a;
|
||||
LinearMoveUpdate(super);
|
||||
super->y.WORD -= 0x140000;
|
||||
super->y.WORD -= Q_16_16(20.0);
|
||||
super->y.WORD += this->unk6c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user