You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
added toggle to disable fall damage
This commit is contained in:
@@ -59,6 +59,7 @@ s32 lava_boost_on_wall(struct MarioState *m) {
|
||||
}
|
||||
|
||||
s32 check_fall_damage(struct MarioState *m, u32 hardFallAction) {
|
||||
#ifndef NO_FALL_DAMAGE
|
||||
f32 fallHeight;
|
||||
f32 damageHeight;
|
||||
|
||||
@@ -97,7 +98,7 @@ s32 check_fall_damage(struct MarioState *m, u32 hardFallAction) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user