Modularize Pause Warp hook (#5869)

* Modularize Pause Warp hook

* Make RegisterPauseMenuHooks static

* Merge pausewarp.c into hook module

* Use brackets with if statements

* Fix timer bug with spoiling items
This commit is contained in:
Jordan Longstaff
2025-10-28 23:52:18 -04:00
committed by GitHub
parent 48f4f56bac
commit a419b431a7
3 changed files with 37 additions and 30 deletions

View File

@@ -2457,10 +2457,6 @@ void Interface_RandoRestoreSwordless(void);
s32 Ship_CalcShouldDrawAndUpdate(PlayState* play, Actor* actor, Vec3f* projectedPos, f32 projectedW, bool* shouldDraw,
bool* shouldUpdate);
//Pause Warp
void PauseWarp_HandleSelection();
void PauseWarp_Execute();
// #endregion
#ifdef __cplusplus