diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-11-21 22:01:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-22 04:01:44 +0100 |
| commit | 9c35716fe2c0ff6447525c23a1364694e6ade01f (patch) | |
| tree | f14a8432f4139aa7df03db43ec4b1f969fe96399 /src/code/z_kaleido_setup.c | |
| parent | 9bdf6ded2f8ffaf736897258e47d3009019b92a2 (diff) | |
Document Hud Mode (#1323)
* begin interface alpha docs
* more progress/docs
* First draft of docs done
* cleanup
* Consistency
* Display -> Mode
* Remaining display -> mode
* Better docs
* Small touchups
* Small Update
* Apply discord discussion
* small fix
* More discussions
* PR Suggestions
* Roman PR Suggestions
* better comments
* PR Suggestions
* another suggestion
* discord discussions
* cleanup comments
* more discord/pr suggestions
Diffstat (limited to 'src/code/z_kaleido_setup.c')
| -rw-r--r-- | src/code/z_kaleido_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_kaleido_setup.c b/src/code/z_kaleido_setup.c index 242106db1..3aff8ebe5 100644 --- a/src/code/z_kaleido_setup.c +++ b/src/code/z_kaleido_setup.c @@ -24,7 +24,7 @@ void KaleidoSetup_Update(PlayState* play) { pauseCtx->debugState = 3; } } else if (CHECK_BTN_ALL(input->press.button, BTN_START)) { - gSaveContext.unk_13EE = gSaveContext.unk_13EA; + gSaveContext.prevHudVisibilityMode = gSaveContext.hudVisibilityMode; WREG(16) = -175; WREG(17) = 155; |
