blob: 0649586dddb984d7948ee729783733899e102bd1 (
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
|
_ProgrammerText::
text "Ich? Ich bin der"
line "Programmierer!"
done
_GraphicArtistText::
text "Ich bin der"
line "Grafiker!"
cont "Ich habe dies"
cont "alles gezeichnet!"
done
_WriterText::
text "Die Geschichte"
line "stammt von mir!"
cont "Ist ERIKA nicht"
cont "süß?"
para "Aber MISTY mag"
line "ich auch gerne!"
para "Und nicht zu"
line "vergessen,"
cont "SABRINA!"
done
_GameDesignerText::
text "Gefällt Dir das"
line "Spiel?"
para "Ich habe das"
line "Spiel gestaltet!"
para "Auch wenn es sehr"
line "mühsam ist, den"
cont "#DEX zu"
cont "erstellen: Gib"
cont "nicht auf!"
para "Zeige ihn mir,"
line "wenn er komplett"
cont "ist!"
done
_CompletedDexText::
text "Wow! Fantastisch!"
line "Dein #DEX"
cont "ist vollständig!"
cont "Herzlichen"
cont "Glückwunsch!@@"
_CeladonMansion3Text5::
text "Der Programmcode!"
line "Davon sollte man"
cont "besser die Finger"
cont "lassen!"
done
_CeladonMansion3Text6::
text "Dort spielt"
line "jemand, anstatt"
cont "zu arbeiten!"
done
_CeladonMansion3Text7::
text "Das Drehbuch!"
line "Ich schaue mir"
cont "das Ende besser"
cont "nicht an!"
done
_CeladonMansion3Text8::
text "GAME FREAK"
line "Entwicklungs-"
cont "Abteilung"
done
|