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