diff options
| author | IIMarckus <iimarckus@gmail.com> | 2018-06-02 03:58:54 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2018-06-02 03:58:54 -0600 |
| commit | 5e32a29c2e25641c17d794d8e321904cdf7de950 (patch) | |
| tree | d7bf99ff898027beee690e67dab6c847b6783582 /engine/clear_save.asm | |
| parent | 1a13f92d5db9cf08ddd87a5fc79f446375138b77 (diff) | |
Migrate language-dependent files to a subdirectory.
Diffstat (limited to 'engine/clear_save.asm')
| -rwxr-xr-x | engine/clear_save.asm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/engine/clear_save.asm b/engine/clear_save.asm deleted file mode 100755 index b47cd6c4..00000000 --- a/engine/clear_save.asm +++ /dev/null @@ -1,23 +0,0 @@ -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 "@" |
