diff options
Diffstat (limited to 'scripts/school.asm')
-rwxr-xr-x | scripts/school.asm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/school.asm b/scripts/school.asm deleted file mode 100755 index 2300946b..00000000 --- a/scripts/school.asm +++ /dev/null @@ -1,14 +0,0 @@ -SchoolScript: - jp EnableAutoTextBoxDrawing - -SchoolTextPointers: - dw SchoolText1 - dw SchoolText2 - -SchoolText1: - TX_FAR _SchoolText1 - db "@" - -SchoolText2: - TX_FAR _SchoolText2 - db "@" |