1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-15 20:35:13 +00:00

Merge commit 'd314cfe923' into doc_pause_menu

This commit is contained in:
Dragorn421 2023-09-20 21:49:59 +02:00
commit 74b74eb006
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
8 changed files with 13 additions and 14 deletions

View file

@ -55,7 +55,6 @@ void KaleidoSetup_Update(PlayState* play) {
}
} else if (CHECK_BTN_ALL(input->press.button, BTN_START)) {
// The start button was pressed, pause
gSaveContext.prevHudVisibilityMode = gSaveContext.hudVisibilityMode;
R_PAUSE_CURSOR_LEFT_X = -175;