diff options
Diffstat (limited to 'text/SaffronMart.asm')
-rw-r--r-- | text/SaffronMart.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/text/SaffronMart.asm b/text/SaffronMart.asm new file mode 100644 index 00000000..a43b0d94 --- /dev/null +++ b/text/SaffronMart.asm @@ -0,0 +1,13 @@ +_SaffronMartText2:: + text "MAX REPEL lasts" + line "longer than SUPER" + cont "REPEL for keeping" + cont "weaker #MON" + cont "away!" + done + +_SaffronMartText3:: + text "REVIVE is costly," + line "but it revives" + cont "fainted #MON!" + done |