diff options
Diffstat (limited to 'text/FuchsiaMart.asm')
-rw-r--r-- | text/FuchsiaMart.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/text/FuchsiaMart.asm b/text/FuchsiaMart.asm new file mode 100644 index 00000000..574898ce --- /dev/null +++ b/text/FuchsiaMart.asm @@ -0,0 +1,14 @@ +_FuchsiaMartText2:: + text "Do you have a" + line "SAFARI ZONE flag?" + + para "What about cards" + line "or calendars?" + done + +_FuchsiaMartText3:: + text "Did you try X" + line "SPEED? It speeds" + cont "up a #MON in" + cont "battle!" + done |