mirror of
https://github.com/zeldaret/oot
synced 2026-06-18 07:25:39 -04:00
Document Surface Material (#1447)
* material * cleanup * iron boots * climb * more docs * rename * small fix * comments * adjust bug comment * simplify comment
This commit is contained in:
@@ -3172,8 +3172,7 @@ void Message_Update(PlayState* play) {
|
||||
R_TEXTBOX_TEXHEIGHT = 512;
|
||||
} else {
|
||||
Message_GrowTextbox(msgCtx);
|
||||
// TODO: this may be NA_SE_PL_WALK_GROUND - SFX_FLAG, or not, investigate sfxId=0
|
||||
Audio_PlaySfxIfNotInCutscene(0);
|
||||
Audio_PlaySfxIfNotInCutscene(NA_SE_NONE);
|
||||
msgCtx->stateTimer = 0;
|
||||
msgCtx->msgMode = MSGMODE_TEXT_BOX_GROWING;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user