diff options
author | dannye <33dannye@gmail.com> | 2020-05-20 19:40:33 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-05-20 20:02:53 -0500 |
commit | 10f9559eab8c93b94abb8ae8d1083704ad4e169a (patch) | |
tree | 7dbe7b152dde8a6e9b56664b5b8cdfc0d6be1253 /scripts/school2.asm | |
parent | b8954732a3eaa3a784a6e3eaaa68977a9ccd9816 (diff) |
Sync with pokered
Diffstat (limited to 'scripts/school2.asm')
-rwxr-xr-x | scripts/school2.asm | 17 |
1 files changed, 0 insertions, 17 deletions
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 "@" |