You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Fixed pole fix for real
This commit is contained in:
@@ -1533,7 +1533,7 @@ u32 interact_pole(struct MarioState *m, UNUSED u32 interactType, struct Object *
|
||||
marioObj->oMarioPoleUnk108 = 0;
|
||||
marioObj->oMarioPoleYawVel = 0;
|
||||
marioObj->oMarioPolePos = (m->pos[1] - o->oPosY) < 0
|
||||
? (m->pos[1] - o->oPosY) + 1.0f
|
||||
? -o->hitboxDownOffset
|
||||
: (m->pos[1] - o->oPosY);
|
||||
|
||||
if (lowSpeed) {
|
||||
|
||||
Reference in New Issue
Block a user