diff options
Diffstat (limited to 'scripts/school.asm')
-rwxr-xr-x | scripts/school.asm | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/scripts/school.asm b/scripts/school.asm index 2300946b..a64189e3 100755 --- a/scripts/school.asm +++ b/scripts/school.asm @@ -1,14 +1,22 @@ SchoolScript: - jp EnableAutoTextBoxDrawing + call EnableAutoTextBoxDrawing + ret SchoolTextPointers: dw SchoolText1 dw SchoolText2 + dw SchoolText3 SchoolText1: TX_FAR _SchoolText1 db "@" SchoolText2: - TX_FAR _SchoolText2 - db "@" + TX_ASM + callba Func_f1c0f + jp TextScriptEnd + +SchoolText3: + TX_ASM + callba Func_f1c03 + jp TextScriptEnd |