summaryrefslogtreecommitdiff
path: root/scripts/FuchsiaMart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/FuchsiaMart.asm')
-rwxr-xr-xscripts/FuchsiaMart.asm15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/FuchsiaMart.asm b/scripts/FuchsiaMart.asm
new file mode 100755
index 00000000..f17cac49
--- /dev/null
+++ b/scripts/FuchsiaMart.asm
@@ -0,0 +1,15 @@
+FuchsiaMart_Script:
+ jp EnableAutoTextBoxDrawing
+
+FuchsiaMart_TextPointers:
+ dw FuchsiaCashierText
+ dw FuchsiaMartText2
+ dw FuchsiaMartText3
+
+FuchsiaMartText2:
+ TX_FAR _FuchsiaMartText2
+ db "@"
+
+FuchsiaMartText3:
+ TX_FAR _FuchsiaMartText3
+ db "@"