aboutsummaryrefslogtreecommitdiffstats
path: root/home
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 /home
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 'home')
-rw-r--r--home/init.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index da354aa6..a2f7f786 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -128,7 +128,7 @@ ClearVram:
StopAllSounds::
- ld a, $2
+ ld a, BANK(AudioEngine1)
ld [wAudioROMBank], a
ld [wAudioSavedROMBank], a
xor a