diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-19 03:46:12 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-19 03:46:12 -0500 |
commit | ea9cc86949cecc3508aeac06b807372b6b0134d8 (patch) | |
tree | aafb7371315334ecaba9a964fd91565f245b10bb /engine/save.asm | |
parent | 340230e997b32fd44f1d99aecbab083ffb89a921 (diff) |
Name sound effects
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-x | engine/save.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/save.asm b/engine/save.asm index 56468595..d13a2aa7 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -161,7 +161,7 @@ SaveSAV: ; 7370a (1c:770a) call DelayFrames ld hl,GameSavedText call PrintText - ld a, (SFX_02_5d - SFX_Headers_02) / 3 ;sound for saved game + ld a, SFX_SAVE call PlaySoundWaitForCurrent call WaitForSoundToFinish ld c,30 @@ -375,7 +375,7 @@ ChangeBox:: ; 738a1 (1c:78a1) call SaveSAVtoSRAM ld hl, wChangeBoxSavedMapTextPointer call SetMapTextPointer - ld a, (SFX_02_5d - SFX_Headers_02) / 3 + ld a, SFX_SAVE call PlaySoundWaitForCurrent call WaitForSoundToFinish ret |