From 10f9559eab8c93b94abb8ae8d1083704ad4e169a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 20 May 2020 19:40:33 -0500 Subject: Sync with pokered --- scripts/FuchsiaMart.asm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 scripts/FuchsiaMart.asm (limited to 'scripts/FuchsiaMart.asm') 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 "@" -- cgit v1.2.3