blob: cdccbf939f2739163de00ceac5cbc591a9d244b9 (
plain) (
blame)
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
|
_Route23YouDontHaveTheBadgeYetText::
text "You can pass here"
line "only if you have"
cont "the @"
text_ram wNameBuffer
text "!"
para "You don't have the"
line "@"
text_ram wNameBuffer
text " yet!"
para "You have to have"
line "it to get to"
cont "#MON LEAGUE!@"
text_end
_Route23OhThatIsTheBadgeText::
text "You can pass here"
line "only if you have"
cont "the @"
text_ram wNameBuffer
text "!"
para "Oh! That is the"
line "@"
text_ram wNameBuffer
text "!@"
text_end
_Route23GoRightAheadText::
text_start
para "OK then! Please,"
line "go right ahead!"
done
_Route23VictoryRoadGateSignText::
text "VICTORY ROAD GATE"
line "- #MON LEAGUE"
done
|