diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 15:29:40 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-29 15:29:40 -0400 |
commit | 92f3f9119ee7e0a1c70fcc483888baf048d7e6d9 (patch) | |
tree | 1d83e4fd2d3c7645448c7963a6bdf4070e236dc8 /scripts | |
parent | 591752d5ee3bfccf1b003d03f85e21623ebd56ce (diff) |
Pewter houses, Pewter mart
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/pewterhouse1.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/pewterhouse1.asm b/scripts/pewterhouse1.asm index a670f23c..a825b303 100755 --- a/scripts/pewterhouse1.asm +++ b/scripts/pewterhouse1.asm @@ -1,5 +1,6 @@ PewterHouse1Script: ; 1d5f3 (7:55f3) - jp EnableAutoTextBoxDrawing + call EnableAutoTextBoxDrawing + ret PewterHouse1TextPointers: ; 1d5f6 (7:55f6) dw PewterHouse1Text1 |