mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 11:54:39 +00:00
Merge commit '274743738b
' into doc_pause_menu
This commit is contained in:
commit
5bd4d4dd49
99 changed files with 1786 additions and 1554 deletions
|
@ -509,7 +509,7 @@ void Play_Update(PlayState* this) {
|
|||
if (this->transitionTrigger != TRANS_TRIGGER_END) {
|
||||
s16 sceneLayer = SCENE_LAYER_CHILD_DAY;
|
||||
|
||||
Interface_ChangeAlpha(1);
|
||||
Interface_ChangeHudVisibilityMode(HUD_VISIBILITY_NOTHING);
|
||||
|
||||
if (gSaveContext.cutsceneIndex >= 0xFFF0) {
|
||||
sceneLayer = SCENE_LAYER_CUTSCENE_FIRST + (gSaveContext.cutsceneIndex & 0xF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue