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