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 /scripts/silphco7.asm | |
| parent | fixed names (diff) | |
| download | pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.tar.gz pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.tar.xz pokeyellow-2b018159997e3b580efd114ff4e3548a0de3cbc5.zip | |
commented audio code
Diffstat (limited to 'scripts/silphco7.asm')
| -rwxr-xr-x | scripts/silphco7.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/silphco7.asm b/scripts/silphco7.asm index 525405c7..0de4b324 100755 --- a/scripts/silphco7.asm +++ b/scripts/silphco7.asm @@ -131,7 +131,7 @@ SilphCo7Script0: ; 51c23 (14:5c23) ld a, PLAYER_DIR_DOWN ld [wPlayerMovingDirection], a ld a, $ff - ld [wc0ee], a + ld [wNewSoundID], a call PlaySound ld c, BANK(Music_MeetRival) ld a, MUSIC_MEET_RIVAL @@ -220,7 +220,7 @@ SilphCo7Script4: ; 51cc8 (14:5cc8) ld [hSpriteIndexOrTextID], a call DisplayTextID ld a, $ff - ld [wc0ee], a + ld [wNewSoundID], a call PlaySound callba Music_RivalAlternateStart ld de, MovementData_51d1d |
