blob: 4381c60fd6870cccb3dffd695b5441d2ba8ff3ad (
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
|
_ProgrammerText::
text "Me? I'm the"
line "programmer!"
done
_ProgrammerText2::
text "Me? I'm the"
line "programmer!"
para "What a surprise!"
line "I never expected"
cont "anyone to fill a"
cont "#DEX."
done
_GraphicArtistText::
text "I'm the graphic"
line "artist!"
cont "I drew you!"
done
_GraphicArtistText2::
text "I'm the graphic"
line "artist!"
para "Wow, you finished"
line "your #DEX!"
cont "Want me to PRINT"
cont "out a DIPLOMA"
cont "as proof?"
done
_GraphicArtistText3::
text "Just tell me if"
line "you want to PRINT"
cont "out a DIPLOMA."
done
_GraphicArtistText4::
text "All done!"
done
_GraphicArtistText5::
text "OK, let's not"
line "PRINT."
done
_WriterText::
text "I wrote the story!"
line "Isn't ERIKA cute?"
para "I like MISTY a"
line "lot too!"
para "Oh, and SABRINA,"
line "I like her!"
done
_WriterText2::
text "I wrote the story!"
para "It's great you"
line "caught all the"
cont "#MON! Thanks!"
done
_GameDesignerText::
text "Is that right?"
para "I'm the game"
line "designer!"
para "Filling up your"
line "#DEX is tough,"
cont "but don't quit!"
para "When you finish,"
line "come tell me!"
done
_CompletedDexText::
text "Wow! Excellent!"
line "You completed"
cont "your #DEX!"
cont "Congratulations!"
cont "...@"
text_end
_CompletedDexText2::
text "Go show off your"
line "DIPLOMA to"
cont "the development"
cont "crew."
done
_CeladonMansion3Text5::
text "It's the game"
line "program! Messing"
cont "with it could bug"
cont "out the game!"
done
_CeladonMansion3Text6::
text "Someone's playing"
line "a game instead of"
cont "working!"
done
_CeladonMansion3Text7::
text "It's the script!"
line "Better not look"
cont "at the ending!"
done
_CeladonMansion3Text8::
text "GAME FREAK"
line "Development Room"
done
|