Add engine/movie/oak_speech/ subdirectory

This commit is contained in:
Rangi 2020-07-03 01:11:23 -04:00
parent 881e005970
commit 87ef75c173
5 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,23 @@
DoClearSaveDialogue:
call ClearScreen
call RunDefaultPaletteCommand
call LoadFontTilePatterns
call LoadTextBoxTilePatterns
ld hl, ClearSaveDataText
call PrintText
coord hl, 14, 7
lb bc, 8, 15
ld a, NO_YES_MENU
ld [wTwoOptionMenuID], a
ld a, TWO_OPTION_MENU
ld [wTextBoxID], a
call DisplayTextBoxID
ld a, [wCurrentMenuItem]
and a
jp z, Init
callba ClearSAV
jp Init
ClearSaveDataText:
TX_FAR _ClearSaveDataText
db "@"