diff options
Diffstat (limited to 'scripts/pewterhouse1.asm')
-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 8fa8dc3c..ba0f631f 100755 --- a/scripts/pewterhouse1.asm +++ b/scripts/pewterhouse1.asm @@ -1,5 +1,6 @@ PewterHouse1Script: - jp EnableAutoTextBoxDrawing + call EnableAutoTextBoxDrawing + ret PewterHouse1TextPointers: dw PewterHouse1Text1 |