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 | |
| parent | Rename linkerscript (diff) | |
| download | pokeyellow-2a5290138e226257247dc1ba6fb7eb28ee65b34b.tar.gz pokeyellow-2a5290138e226257247dc1ba6fb7eb28ee65b34b.tar.xz pokeyellow-2a5290138e226257247dc1ba6fb7eb28ee65b34b.zip | |
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: |
