summaryrefslogtreecommitdiff
path: root/scripts/fuchsiamart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fuchsiamart.asm')
-rwxr-xr-xscripts/fuchsiamart.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/fuchsiamart.asm b/scripts/fuchsiamart.asm
deleted file mode 100755
index 32dbe773..00000000
--- a/scripts/fuchsiamart.asm
+++ /dev/null
@@ -1,16 +0,0 @@
-FuchsiaMartScript:
- call EnableAutoTextBoxDrawing
- ret
-
-FuchsiaMartTextPointers:
- dw FuchsiaCashierText
- dw FuchsiaMartText2
- dw FuchsiaMartText3
-
-FuchsiaMartText2:
- TX_FAR _FuchsiaMartText2
- db "@"
-
-FuchsiaMartText3:
- TX_FAR _FuchsiaMartText3
- db "@"