Skip to content

Commit

Permalink
why was this not pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonx254 committed Aug 29, 2023
1 parent 2293550 commit 801dc52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SonicMania/PublicFunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -3980,7 +3980,7 @@ void InitPublicFunctions()
ADD_PUBLIC_FUNC(BuzzSaw_SfxCheck_SawSus);
ADD_PUBLIC_FUNC(BuzzSaw_SfxUpdate_SawSus);
ADD_PUBLIC_FUNC(BuzzSaw_CheckPlayerCollisions);
ADD_PUBLIC_FUNC(BuzzSaw_State_Attatched);
ADD_PUBLIC_FUNC(BuzzSaw_State_Attached);
ADD_PUBLIC_FUNC(BuzzSaw_State_Stray_Waiting);
ADD_PUBLIC_FUNC(BuzzSaw_State_Stray_Released);
ADD_PUBLIC_FUNC(BuzzSaw_State_FreeMove_Reset);
Expand Down Expand Up @@ -4067,8 +4067,8 @@ void InitPublicFunctions()
ADD_PUBLIC_FUNC(Gachapandora_StateDebris_Falling);
ADD_PUBLIC_FUNC(Gachapandora_StateDebris_BossDebris);
ADD_PUBLIC_FUNC(Gachapandora_Draw_BossDebris);
ADD_PUBLIC_FUNC(Gachapandora_StateSpark_Attatched);
ADD_PUBLIC_FUNC(Gachapandora_StateSpark_Detatched);
ADD_PUBLIC_FUNC(Gachapandora_StateSpark_Attached);
ADD_PUBLIC_FUNC(Gachapandora_StateSpark_Detached);
ADD_PUBLIC_FUNC(Gachapandora_StateEggman_Falling);
ADD_PUBLIC_FUNC(Gachapandora_StateEggman_Escape);
ADD_PUBLIC_FUNC(Gachapandora_StateEggman_RunAway);
Expand Down

0 comments on commit 801dc52

Please sign in to comment.