diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-19 03:46:12 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-19 03:46:12 -0500 |
| commit | ea9cc86949cecc3508aeac06b807372b6b0134d8 (patch) | |
| tree | aafb7371315334ecaba9a964fd91565f245b10bb /scripts/rockethideout2.asm | |
| parent | Enumerate more constants (diff) | |
| download | pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.gz pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.tar.xz pokeyellow-ea9cc86949cecc3508aeac06b807372b6b0134d8.zip | |
Name sound effects
Diffstat (limited to 'scripts/rockethideout2.asm')
| -rwxr-xr-x | scripts/rockethideout2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rockethideout2.asm b/scripts/rockethideout2.asm index c2184bdb..ead69458 100755 --- a/scripts/rockethideout2.asm +++ b/scripts/rockethideout2.asm @@ -25,7 +25,7 @@ RocketHideout2Script0: ; 44e42 (11:4e42) ld hl, wd736 set 7, [hl] call StartSimulatingJoypadStates - ld a, (SFX_02_52 - SFX_Headers_02) / 3 + ld a, SFX_ARROW_TILES call PlaySound ld a, $ff ld [wJoyIgnore], a |
