diff options
author | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
commit | 3fdb8a0d8995746d5605136ece384516338489b0 (patch) | |
tree | 214030fb5b6ec943cdcb2ba84e622fba0ad3fb8f /scripts/museum1f.asm | |
parent | 9de54645c896cc57a79679aecd6174afc59762c8 (diff) |
serial/trade/misc
Diffstat (limited to 'scripts/museum1f.asm')
-rwxr-xr-x | scripts/museum1f.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/museum1f.asm b/scripts/museum1f.asm index cbb3bb67..cd2b3c29 100755 --- a/scripts/museum1f.asm +++ b/scripts/museum1f.asm @@ -70,7 +70,7 @@ Museum1FText1: ; 5c135 (17:4135) jp asm_d1145 .asm_3ded4 ld a, $13 - ld [wd125], a + ld [wTextBoxID], a call DisplayTextBoxID xor a ld [hJoyHeld], a @@ -105,7 +105,7 @@ Museum1FText1: ; 5c135 (17:4135) ld c, $3 predef SubBCDPredef ld a, $13 - ld [wd125], a + ld [wTextBoxID], a call DisplayTextBoxID ld a, (SFX_02_5a - SFX_Headers_02) / 3 call PlaySoundWaitForCurrent |