diff options
| author | Adam Bird <archez39@me.com> | 2024-02-20 10:57:39 -0500 |
|---|---|---|
| committer | Adam Bird <archez39@me.com> | 2024-02-20 10:57:39 -0500 |
| commit | 1d61ba0b8682d9dac2be1ab85a59d27d7a039219 (patch) | |
| tree | 8fa8a774362e0556c6fd062b209b790a7fcc8082 /soh/include | |
| parent | 8525f71c57c205712ce12c2fbe5d3b0090d7e5be (diff) | |
| parent | 3187564f5b4120e159f5e506b4a3db88716b56aa (diff) | |
Merge commit '3187564f5b4120e159f5e506b4a3db88716b56aa' into rando-dev-merge-feb
Diffstat (limited to 'soh/include')
| -rw-r--r-- | soh/include/functions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h index 49a8a0a93..af5c42acf 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -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 |
