summaryrefslogtreecommitdiff
path: root/scripts/SaffronMart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/SaffronMart.asm')
-rwxr-xr-xscripts/SaffronMart.asm15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/SaffronMart.asm b/scripts/SaffronMart.asm
new file mode 100755
index 00000000..ebb3cddf
--- /dev/null
+++ b/scripts/SaffronMart.asm
@@ -0,0 +1,15 @@
+SaffronMart_Script:
+ jp EnableAutoTextBoxDrawing
+
+SaffronMart_TextPointers:
+ dw SaffronCashierText
+ dw SaffronMartText2
+ dw SaffronMartText3
+
+SaffronMartText2:
+ TX_FAR _SaffronMartText2
+ db "@"
+
+SaffronMartText3:
+ TX_FAR _SaffronMartText3
+ db "@"