aboutsummaryrefslogtreecommitdiffstats
path: root/engine/save.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-04-01 21:11:10 -0400
committeryenatch <yenatch@gmail.com>2018-04-01 21:11:43 -0400
commitcfec16566e41ced2faa97a3a5314ba5bbc0d0395 (patch)
tree87eef4766e865431490d4b76365a157c7439f135 /engine/save.asm
parentremove BANK[] and bank constants from ROMX sections (diff)
downloadpokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.tar.gz
pokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.tar.xz
pokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.zip
fix some constants
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-xengine/save.asm2
1 files changed, 1 insertions, 1 deletions
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