diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-27 21:21:52 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 21:21:52 +1100 |
| commit | 5284302c8fcd7a708e427968b4737d7659d1fb44 (patch) | |
| tree | 2c2b9dabfcdb4b9541595e4315e5b75a8c96d08a /src/code/z_message.c | |
| parent | 702f3cf44e7a6972801150a6d13d6fbb2283f230 (diff) | |
`z_en_test7.c` Documentation Pass (#1497)
* copy over docs
* more docs
* some docs
* more docs
* small cleanup
* more small cleanup
* more small cleanup
* lerp time
* small reordering
* feather type
* general owl warp docs
* more cleanup
* rm redundant info
* PR Review
* PR Review
Diffstat (limited to 'src/code/z_message.c')
| -rw-r--r-- | src/code/z_message.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c index 4e541de2e..37588bd13 100644 --- a/src/code/z_message.c +++ b/src/code/z_message.c @@ -5604,7 +5604,7 @@ void Message_Update(PlayState* play) { Message_CloseTextbox(play); } } else if ((msgCtx->textboxEndType != TEXTBOX_ENDTYPE_10) || - (pauseCtx->state != PAUSE_STATE_OWLWARP_CONFIRM)) { + (pauseCtx->state != PAUSE_STATE_OWL_WARP_CONFIRM)) { if ((msgCtx->textboxEndType == TEXTBOX_ENDTYPE_10) && (play->msgCtx.ocarinaMode == OCARINA_MODE_1B)) { if (Message_ShouldAdvance(play)) { @@ -5676,7 +5676,7 @@ void Message_Update(PlayState* play) { pauseCtx->unk_2C8 = pauseCtx->pageIndex; pauseCtx->unk_2CA = pauseCtx->cursorPoint[4]; pauseCtx->pageIndex = PAUSE_ITEM; - pauseCtx->state = PAUSE_STATE_OWLWARP_0; + pauseCtx->state = PAUSE_STATE_OWL_WARP_0; func_800F4A10(play); pauseCtx->pageIndex = PAUSE_MAP; sLastPlayedSong = 0xFF; |
