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

This commit is contained in:
Adam Bird 2024-02-20 10:57:39 -05:00
commit 1d61ba0b86
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