diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
commit | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (patch) | |
tree | ca189f210cb5f404d4791ace04fcd70de6b3a642 /scripts/school.asm | |
parent | 42a9f7e8fd9f2f56a271cd5378467bb6a0f5bd21 (diff) |
Part 1 of syncing with pokered.
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 |