diff options
Diffstat (limited to 'en/text/maps/ss_anne_5.asm')
-rw-r--r-- | en/text/maps/ss_anne_5.asm | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/en/text/maps/ss_anne_5.asm b/en/text/maps/ss_anne_5.asm new file mode 100644 index 00000000..76cd5631 --- /dev/null +++ b/en/text/maps/ss_anne_5.asm @@ -0,0 +1,52 @@ +_SSAnne5Text1:: + text "The party's over." + line "The ship will be" + cont "departing soon." + done + +_SSAnne5Text2:: + text "Scrubbing decks" + line "is hard work!" + done + +_SSAnne5Text3:: + text "Urf. I feel ill." + + para "I stepped out to" + line "get some air." + done + +_SSAnne5BattleText1:: + text "Hey matey!" + + para "Let's do a little" + line "jig!" + done + +_SSAnne5EndBattleText1:: + text "You're" + line "impressive!" + prompt + +_SSAnne5AfterBattleText1:: + text "How many kinds of" + line "#MON do you" + cont "think there are?" + done + +_SSAnne5BattleText2:: + text "Ahoy there!" + line "Are you seasick?" + done + +_SSAnne5EndBattleText2:: + text "I was" + line "just careless!" + prompt + +_SSAnne5AfterBattleText2:: + text "My Pa said there" + line "are 100 kinds of" + cont "#MON. I think" + cont "there are more." + done |