blob: 3a54f4618fa78773a764f45fec06acbfe8426a1c (
plain)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
IF DEF(_YELLOW)
_Route6BattleText1::
text "I'm doing this"
line "out of love."
cont "Leave me alone!"
done
_Route6EndBattleText1::
text "No,"
line "this can't be..."
prompt
_Route6AfterBattleText1::
text "My love will leave"
line "me in disgust."
done
_Route6BattleText2::
text "I'm training for"
line "my love. Don't"
cont "bother me!"
done
_Route6EndBattleText2::
text "My"
line "textbook never..."
prompt
_Route6AfterBattleText2::
text "Now I understand,"
line "#MON isn't"
cont "about calculated"
cont "numbers."
done
ELSE
_Route6BattleText1:: ; 8dc38 (23:5c38)
text "Who's there?"
line "Quit listening in"
cont "on us!"
done
_Route6EndBattleText1:: ; 8dc5e (23:5c5e)
text "I"
line "just can't win!"
prompt
_Route6AfterBattleText1:: ; 8dc70 (23:5c70)
text "Whisper..."
line "whisper..."
done
_Route6BattleText2:: ; 8dc87 (23:5c87)
text "Excuse me! This"
line "is a private"
cont "conversation!"
done
_Route6EndBattleText2:: ; 8dcb3 (23:5cb3)
text "Ugh!"
line "I hate losing!"
prompt
ENDC
_Route6BattleText3:: ; 8dcc8 (23:5cc8)
text "There aren't many"
line "bugs out here."
done
_Route6EndBattleText3:: ; 8dce9 (23:5ce9)
text "No!"
line "You're kidding!"
prompt
_Route6AfterBattleText3:: ; 8dcfd (23:5cfd)
text "I like bugs, so"
line "I'm going back to"
cont "VIRIDIAN FOREST."
done
_Route6BattleText4:: ; 8dd30 (23:5d30)
text "Huh? You want"
line "to talk to me?"
done
_Route6EndBattleText4:: ; 8dd4e (23:5d4e)
text "I"
line "didn't start it!"
prompt
_Route6AfterBattleText4:: ; 8dd61 (23:5d61)
text "I should carry"
line "more #MON with"
cont "me for safety."
done
_Route6BattleText5:: ; 8dd8f (23:5d8f)
text "Me? Well, OK."
line "I'll play!"
done
_Route6EndBattleText5:: ; 8dda8 (23:5da8)
text "Just"
line "didn't work!"
prompt
_Route6AfterBattleText5:: ; 8ddba (23:5dba)
text "I want to get"
line "stronger! What's"
cont "your secret?"
done
_Route6BattleText6:: ; 8dde6 (23:5de6)
text "I've never seen"
line "you around!"
cont "Are you good?"
done
_Route6EndBattleText6:: ; 8de10 (23:5e10)
text "You"
line "are too good!"
prompt
_Route6AfterBattleText6:: ; 8de23 (23:5e23)
text "Are my #MON"
line "weak? Or, am I"
cont "just bad?"
done
_Route6Text7:: ; 8de49 (23:5e49)
text "UNDERGROUND PATH"
line "CERULEAN CITY -"
cont "VERMILION CITY"
done
|