diff options
author | Daniel Harding <corrnondacqb@yahoo.com> | 2017-10-16 18:05:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 18:05:03 -0500 |
commit | df2fab203a5e6ffbabb9d84ea509a818bb26984f (patch) | |
tree | 24026343443f53edd4207ab1dd360775dab6e0bb | |
parent | 5a2e89742f62b88351824ee1d49fe058dc523574 (diff) | |
parent | 2a5290138e226257247dc1ba6fb7eb28ee65b34b (diff) |
Merge pull request #29 from zechs6437/master
call $3c29 -> call EnableAutoTextBoxDrawing
-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: |