diff options
author | Zechs6437 <zechs6437@gmail.com> | 2017-10-16 15:08:52 -0700 |
---|---|---|
committer | Zechs6437 <zechs6437@gmail.com> | 2017-10-16 15:08:52 -0700 |
commit | 2a5290138e226257247dc1ba6fb7eb28ee65b34b (patch) | |
tree | 24026343443f53edd4207ab1dd360775dab6e0bb /scripts | |
parent | 5a2e89742f62b88351824ee1d49fe058dc523574 (diff) |
call $3c29 -> call EnableAutoTextBoxDrawing
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/beach_house.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/beach_house.asm b/scripts/beach_house.asm index 19554ba7..38f6fc7f 100644 --- a/scripts/beach_house.asm +++ b/scripts/beach_house.asm @@ -1,5 +1,5 @@ BeachHouseScript: - call $3c29 + call EnableAutoTextBoxDrawing ret BeachHouseTextPointers: |