diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-08 22:32:44 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-08 22:32:44 -0700 |
| commit | 2b018159997e3b580efd114ff4e3548a0de3cbc5 (patch) | |
| tree | c43e657b2b5734db05e01fe31e1cb12c4fa987ad /engine/intro.asm | |
| parent | fixed names (diff) | |
| download | pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.tar.gz pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.tar.xz pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.zip | |
commented audio code
Diffstat (limited to 'engine/intro.asm')
| -rwxr-xr-x | engine/intro.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/intro.asm b/engine/intro.asm index 154c41fd..572d51fa 100755 --- a/engine/intro.asm +++ b/engine/intro.asm @@ -325,10 +325,10 @@ PlayShootingStar: ; 4188a (10:588a) call DelayFrames .next ld a, BANK(Music_IntroBattle) - ld [wc0ef], a - ld [wc0f0], a + ld [wAudioROMBank], a + ld [wAudioSavedROMBank], a ld a, MUSIC_INTRO_BATTLE - ld [wc0ee], a + ld [wNewSoundID], a call PlaySound call IntroClearMiddleOfScreen call ClearSprites |
