diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-01-21 21:26:18 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-01-21 21:28:44 -0800 |
| commit | a6f8dabcea39c6e7679b75aaaa06319c6577d000 (patch) | |
| tree | 985b6db3de5058bff19e1991cc5d70681dd5f1b5 /src/enemy/vaatiWrath.c | |
| parent | 0cf1dca4d208a1568ed2aeec3bb40d78dd6379dc (diff) | |
fixed point stuff
Diffstat (limited to 'src/enemy/vaatiWrath.c')
| -rw-r--r-- | src/enemy/vaatiWrath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/vaatiWrath.c b/src/enemy/vaatiWrath.c index e77a11cd..58f8f83f 100644 --- a/src/enemy/vaatiWrath.c +++ b/src/enemy/vaatiWrath.c @@ -453,7 +453,7 @@ void VaatiWrathType0ActionA(Entity* this) { this->subAction = 0; this->direction = 0; this->speed = 0x100; - this->zVelocity = 0x12000; + this->zVelocity = Q_16_16(1.125); ChangeObjPalette(this, 0x16b); InitAnimationForceUpdate(this, 5); type1 = ((VaatiWrathHeapStruct*)this->myHeap)->type1; |
