-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathSSAnneB1FRooms.asm
114 lines (93 loc) · 2.01 KB
/
SSAnneB1FRooms.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
_SSAnneB1FRoomsMachokeText::
text "MACHOKE: Gwoh!"
line "Goggoh!@"
text_end
_SSAnneB1FRoomsSailor1BattleText::
text "You know what they"
line "say about sailors"
cont "and fighting!"
done
_SSAnneB1FRoomsSailor1EndBattleText::
text "Right!"
line "Good fight, mate!"
prompt
_SSAnneB1FRoomsSailor1AfterBattleText::
text "Haha! Want to be"
line "a sailor, mate?"
done
_SSAnneB1FRoomsSailor2BattleText::
text "My sailor's pride"
line "is at stake!"
done
_SSAnneB1FRoomsSailor2EndBattleText::
text "Your"
line "spirit sank me!"
prompt
_SSAnneB1FRoomsSailor2AfterBattleText::
text "Did you see the"
line "FISHING GURU in"
cont "VERMILION CITY?"
done
_SSAnneB1FRoomsSailor3BattleText::
text "Us sailors have"
line "#MON too!"
done
_SSAnneB1FRoomsSailor3EndBattleText::
text "OK, "
line "you're not bad."
prompt
_SSAnneB1FRoomsSailor3AfterBattleText::
text "We caught all our"
line "#MON while"
cont "out at sea!"
done
_SSAnneB1FRoomsSailor4BattleText::
text "I like feisty"
line "kids like you!@"
text_end
_SSAnneB1FRoomsSailor4EndBattleText::
text "Argh!"
line "Lost it!"
prompt
_SSAnneB1FRoomsSailor4AfterBattleText::
text "Sea #MON live"
line "in deep water."
cont "You'll need a ROD!"
done
_SSAnneB1FRoomsSailor5BattleText::
text "Matey, you're"
line "walking the plank"
cont "if you lose!"
done
_SSAnneB1FRoomsSailor5EndBattleText::
text "Argh!"
line "Beaten by a kid!"
prompt
_SSAnneB1FRoomsSailor5AfterBattleText::
text "Jellyfish some-"
line "times drift into"
cont "the ship."
done
_SSAnneB1FRoomsFisherBattleText::
text "Hello stranger!"
line "Stop and chat!"
para "All my #MON"
line "are from the sea!"
done
_SSAnneB1FRoomsFisherEndBattleText::
text "Darn!"
line "I let that one"
cont "get away!"
prompt
_SSAnneB1FRoomsFisherAfterBattleText::
text "I was going to"
line "make you my"
cont "assistant too!"
done
_SSAnneB1FRoomsSuperNerdText::
text "My buddy, MACHOKE,"
line "is super strong!"
para "He has enough"
line "STRENGTH to move"
cont "big rocks!"
done