Skip to content

Commit

Permalink
remove articial save delay
Browse files Browse the repository at this point in the history
  • Loading branch information
kqesar committed Nov 28, 2023
1 parent 627ef6e commit 62a8769
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions engine/menus/save.asm
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,14 @@ SaveSAV:
lb bc, 4, 18
call ClearScreenArea
hlcoord 1, 14
ld de, NowSavingString
call PlaceString
ld c, 120
call DelayFrames
ld hl, GameSavedText
call PrintText
ld a, SFX_SAVE
call PlaySoundWaitForCurrent
call WaitForSoundToFinish
ld c, 30
ld c, 10
jp DelayFrames

NowSavingString:
db "Now saving...@"

SaveSAVConfirm:
call PrintText
hlcoord 0, 7
Expand Down

0 comments on commit 62a8769

Please sign in to comment.