diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-10-12 23:39:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-13 04:39:39 +0100 |
| commit | f3db0299367c4dd7cf44ab9e12cf6c8b56d598ab (patch) | |
| tree | eb04b18ef915e478290d49a7ba4e1fa673e8918f /src/code/z_kaleido_setup.c | |
| parent | 868029b213128eaa24d0b80f854f71704cfafe8c (diff) | |
z_kaleido_collect.c (1 non-matching) and Mostly Documented (Pause Menu Quest Page) (#1108)
* import quest docs
* cleanup
* eol
* temp change to non-eq
* more missed stuff
* fix questVtx
* PR suggestions
* adjust comment
* missed two
* PR Suggestions
Diffstat (limited to 'src/code/z_kaleido_setup.c')
| -rw-r--r-- | src/code/z_kaleido_setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_kaleido_setup.c b/src/code/z_kaleido_setup.c index 2f2e3c388..a096aaabe 100644 --- a/src/code/z_kaleido_setup.c +++ b/src/code/z_kaleido_setup.c @@ -137,8 +137,8 @@ void KaleidoSetup_Init(PlayState* play) { pauseCtx->cursorSlot[PAUSE_ITEM] = 0; pauseCtx->cursorSlot[PAUSE_MAP] = R_REVERSE_FLOOR_INDEX + (DUNGEON_FLOOR_INDEX_4 - 1); - pauseCtx->cursorColorSet = 2; - pauseCtx->unk_2A0 = -1; + pauseCtx->cursorColorSet = PAUSE_CURSOR_COLOR_SET_YELLOW; + pauseCtx->ocarinaSongIndex = -1; pauseCtx->equipAnimScale = 320; pauseCtx->equipAnimShrinkRate = 40; pauseCtx->promptAlpha = 100; |
