Skip to content

Commit

Permalink
Fix "Fix Air Boost Reset" (Again)
Browse files Browse the repository at this point in the history
  • Loading branch information
theblazingrush committed Jan 2, 2024
1 parent fc075c4 commit 6125cfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Sonic Frontiers/Fixes/Gameplay/Fix Air Boost Reset.hmm
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ Code "Fix Air Boost Reset" in "Fixes/Gameplay" by "Hyper & Weezley" does "Allows
{
Player.State.SetState<Knuckles.StateID>(Knuckles.StateID.KnucklesStateDrillBoostAir)
}
else
{
Player.State.SetState<Sonic.StateID>(Sonic.StateID.StateAirBoost);
}
}
else
{
Expand Down

0 comments on commit 6125cfc

Please sign in to comment.