From 10f9559eab8c93b94abb8ae8d1083704ad4e169a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 20 May 2020 19:40:33 -0500 Subject: Sync with pokered --- scripts/school.asm | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 scripts/school.asm (limited to 'scripts/school.asm') 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 -- cgit v1.2.3