mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 14:55:39 +00:00
post-merge doc
This commit is contained in:
parent
538a12ba70
commit
477a4cca64
1 changed files with 3 additions and 3 deletions
|
@ -1594,8 +1594,8 @@ void KaleidoScope_DrawPages(PlayState* play, GraphicsContext* gfxCtx) {
|
|||
(pauseCtx->savePromptState >= PAUSE_SAVE_PROMPT_STATE_SAVED)) ||
|
||||
pauseCtx->state == PAUSE_STATE_15) {
|
||||
#if PLATFORM_N64
|
||||
POLY_OPA_DISP =
|
||||
KaleidoScope_QuadTextureIA8(POLY_OPA_DISP, sSaveConfirmationTexs[gSaveContext.language], 152, 16, 0);
|
||||
POLY_OPA_DISP = KaleidoScope_QuadTextureIA8(POLY_OPA_DISP, sSaveConfirmationTexs[gSaveContext.language],
|
||||
152, 16, QUAD_PROMPT_MESSAGE * 4);
|
||||
#endif
|
||||
} else if ((pauseCtx->state == PAUSE_STATE_16) || (pauseCtx->state == PAUSE_STATE_17)) {
|
||||
|
||||
|
@ -4299,7 +4299,7 @@ void KaleidoScope_Update(PlayState* play) {
|
|||
sDelayTimer = 90;
|
||||
#else
|
||||
sDelayTimer = 3;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
} else if (CHECK_BTN_ALL(input->press.button, BTN_START) ||
|
||||
CHECK_BTN_ALL(input->press.button, BTN_B)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue