From cfec16566e41ced2faa97a3a5314ba5bbc0d0395 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 1 Apr 2018 21:11:10 -0400 Subject: fix some constants --- engine/save.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/save.asm') diff --git a/engine/save.asm b/engine/save.asm index bb2193a2..c28ba1f6 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -158,7 +158,7 @@ SaveSAV: call PrintText ld c,10 call DelayFrames - ld a, $b6 ; SFX_SAVE + ld a, SFX_SAVE call PlaySoundWaitForCurrent call WaitForSoundToFinish ld c,30 -- cgit v1.3.1-sl0p