diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:37:15 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:37:15 -0400 |
commit | f5983c0f813d3d908b6016db3ed866e4ca9437dc (patch) | |
tree | d6888723f443557ce45c9a00d873caa5e7a8930e /scripts/school.asm | |
parent | 041c4f28a3c35e31329222769534942439b70f29 (diff) | |
parent | 401d6e7f36e86aa246a2c0591195e1f0f01e879f (diff) |
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'scripts/school.asm')
-rwxr-xr-x | scripts/school.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/school.asm b/scripts/school.asm index 6ee0d36e..a64189e3 100755 --- a/scripts/school.asm +++ b/scripts/school.asm @@ -1,22 +1,22 @@ -SchoolScript: ; 1d54c (7:554c) +SchoolScript: call EnableAutoTextBoxDrawing ret -SchoolTextPointers: ; 1d54f (7:554f) +SchoolTextPointers: dw SchoolText1 dw SchoolText2 dw SchoolText3 -SchoolText1: ; 1d553 (7:5553) +SchoolText1: TX_FAR _SchoolText1 db "@" -SchoolText2: ; 1d558 (7:5558) +SchoolText2: TX_ASM callba Func_f1c0f jp TextScriptEnd -SchoolText3: ; 1d558 (7:5558) +SchoolText3: TX_ASM callba Func_f1c03 jp TextScriptEnd |