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 /home | |
| 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 'home')
| -rw-r--r-- | home/init.asm | 2 |
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 |
