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/mansion2.asm | |
parent | 340230e997b32fd44f1d99aecbab083ffb89a921 (diff) |
Name sound effects
Diffstat (limited to 'scripts/mansion2.asm')
-rwxr-xr-x | scripts/mansion2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mansion2.asm b/scripts/mansion2.asm index 27ccbdfb..1cacae02 100755 --- a/scripts/mansion2.asm +++ b/scripts/mansion2.asm @@ -117,7 +117,7 @@ Mansion2Text5: ; 52087 (14:6087) set 5, [hl] ld hl, Mansion2Text_520c7 call PrintText - ld a, (SFX_02_57 - SFX_Headers_02) / 3 + ld a, SFX_GO_INSIDE call PlaySound ld hl, wd796 bit 0, [hl] |