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/oak_speech.asm | |
| parent | fixed names (diff) | |
| download | pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.tar.gz pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.tar.xz pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.zip | |
commented audio code
Diffstat (limited to 'engine/oak_speech.asm')
| -rwxr-xr-x | engine/oak_speech.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/oak_speech.asm b/engine/oak_speech.asm index 98499d7f..566bd880 100755 --- a/engine/oak_speech.asm +++ b/engine/oak_speech.asm @@ -129,12 +129,12 @@ OakSpeech: ; 6115 (1:6115) ld a,[H_LOADEDROMBANK] push af ld a, BANK(Music_PalletTown) - ld [wc0ef],a - ld [wc0f0],a - ld a,$A - ld [wMusicHeaderPointer],a + ld [wAudioROMBank],a + ld [wAudioSavedROMBank],a + ld a, 10 + ld [wAudioFadeOutControl],a ld a,$FF - ld [wc0ee],a + ld [wNewSoundID],a call PlaySound ; stop music pop af ld [H_LOADEDROMBANK],a |
