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/school2.asm | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 scripts/school2.asm (limited to 'scripts/school2.asm') diff --git a/scripts/school2.asm b/scripts/school2.asm deleted file mode 100755 index 677a43ec..00000000 --- a/scripts/school2.asm +++ /dev/null @@ -1,17 +0,0 @@ -Func_f1c03: - ld hl, SchoolText_f1c0a - call PrintText - ret - -SchoolText_f1c0a: - TX_FAR _SchoolText3 - db "@" - -Func_f1c0f: - ld hl, SchoolText_f1c16 - call PrintText - ret - -SchoolText_f1c16: - TX_FAR _SchoolText2 - db "@" -- cgit v1.3.1-sl0p