Merge commit '3187564f5b4120e159f5e506b4a3db88716b56aa' into rando-dev-merge-feb

This commit is contained in:
Adam Bird
2024-02-20 10:57:39 -05:00
16 changed files with 181 additions and 48 deletions

View File

@@ -2467,6 +2467,10 @@ void Message_DrawText(PlayState* play, Gfx** gfxP);
void Interface_CreateQuadVertexGroup(Vtx* vtxList, s32 xStart, s32 yStart, s32 width, s32 height, u8 flippedH);
void Interface_RandoRestoreSwordless(void);
//Pause Warp
void PauseWarp_HandleSelection();
void PauseWarp_Execute();
// #endregion
#ifdef __cplusplus