forked from pret/pokered
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSSAnneBow.asm
52 lines (42 loc) · 799 Bytes
/
SSAnneBow.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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