diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 08:28:26 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 08:28:26 -0400 |
commit | 65d66e10ba727139bf7048bff241e99d140410b6 (patch) | |
tree | fcd995d336aab8bb7bea33f8cddeca10012a33be /scripts | |
parent | 6006a9df06cbe4228987a791aa522c01b1c49ddd (diff) |
Celadon Mart 5F
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/celadonmart5.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/celadonmart5.asm b/scripts/celadonmart5.asm index 9bd7f991..bf63a7cc 100755 --- a/scripts/celadonmart5.asm +++ b/scripts/celadonmart5.asm @@ -1,5 +1,6 @@ CeladonMart5Script: ; 49069 (12:5069) - jp EnableAutoTextBoxDrawing + call EnableAutoTextBoxDrawing + ret CeladonMart5TextPointers: ; 4906c (12:506c) dw CeladonMart5Text1 |