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, 16 insertions, 0 deletions
diff --git a/scripts/FuchsiaMart.asm b/scripts/FuchsiaMart.asm
new file mode 100755
index 00000000..50786127
--- /dev/null
+++ b/scripts/FuchsiaMart.asm
@@ -0,0 +1,16 @@
+FuchsiaMart_Script:
+ call EnableAutoTextBoxDrawing
+ ret
+
+FuchsiaMart_TextPointers:
+ dw FuchsiaCashierText
+ dw FuchsiaMartText2
+ dw FuchsiaMartText3
+
+FuchsiaMartText2:
+ TX_FAR _FuchsiaMartText2
+ db "@"
+
+FuchsiaMartText3:
+ TX_FAR _FuchsiaMartText3
+ db "@"