diff options
| author | yenatch <yenatch@gmail.com> | 2018-04-01 21:11:10 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2018-04-01 21:11:43 -0400 |
| commit | cfec16566e41ced2faa97a3a5314ba5bbc0d0395 (patch) | |
| tree | 87eef4766e865431490d4b76365a157c7439f135 /engine/save.asm | |
| parent | remove BANK[] and bank constants from ROMX sections (diff) | |
| download | pokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.tar.gz pokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.tar.xz pokeyellow-cfec16566e41ced2faa97a3a5314ba5bbc0d0395.zip | |
fix some constants
Diffstat (limited to 'engine/save.asm')
| -rwxr-xr-x | engine/save.asm | 2 |
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 |
