summaryrefslogtreecommitdiffstats
path: root/hacks/glx/starwars.h
blob: fc0a3f51d721aa9b844efeb2718bc4539bc0a7fe (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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
#define DEF_TEXT \
"Episode IV\\n" \
"\\n" \
"STAR WARS: A NEW HOPE\\n" \
"\\n" \
"It is a period of Civil War.\\n" \
"Rebel Spaceships, striking\\n" \
"from a hidden base, have won\\n" \
"their first victory against\\n" \
"the evil Galactic Empire.\\n" \
"\\n" \
"During the battle, Rebel\\n" \
"spies managed to steal secret\\n" \
"plans to the Empire's\\n" \
"ultimate weapon, the DEATH\\n" \
"STAR, an armored space\\n" \
"station with enough power to\\n" \
"destroy an entire planet.\\n" \
"\\n" \
"Pursued by the Empire's\\n" \
"sinister agents, Princess\\n" \
"Leia races home aboard her\\n" \
"starship, custodian of the\\n" \
"stolen plans that can save\\n" \
"her people and restore\\n" \
"freedom to the galaxy...\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"Episode V\\n" \
"\\n" \
"THE EMPIRE STRIKES BACK\\n" \
"\\n" \
"It is a dark time for the\\n" \
"Rebellion. Although the Death\\n" \
"Star has been destroyed,\\n" \
"Imperial troops have driven the\\n" \
"Rebel forces from their hidden\\n" \
"base and pursued them across\\n" \
"the galaxy.\\n" \
"\\n" \
"Evading the dreaded Imperial\\n" \
"Starfleet, a group of freedom\\n" \
"fighters led by Luke Skywalker\\n" \
"has established a new secret\\n" \
"base on the remote ice world\\n" \
"of Hoth.\\n" \
"\\n" \
"The evil lord Darth Vader,\\n" \
"obsessed with finding young\\n" \
"Skywalker, has dispatched\\n" \
"thousands of remote probes into\\n" \
"the far reaches of space....\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"Episode VI\\n" \
"\\n" \
"RETURN OF THE JEDI\\n" \
"\\n" \
"Luke Skywalker has returned to\\n" \
"his home planet of Tatooine in\\n" \
"an attempt to rescue his\\n" \
"friend Han Solo from the\\n" \
"clutches of the vile gangster\\n" \
"Jabba the Hutt.\\n" \
"\\n" \
"Little does Luke know that the\\n" \
"GALACTIC EMPIRE has secretly\\n" \
"begun construction on a new\\n" \
"armored space station even\\n" \
"more powerful than the first\\n" \
"dreaded Death Star.\\n" \
"\\n" \
"When completed, this ultimate\\n" \
"weapon will spell certain doom\\n" \
"for the small band of rebels\\n" \
"struggling to restore freedom\\n" \
"to the galaxy...\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"Episode I\\n" \
"\\n" \
"THE PHANTOM MENACE\\n" \
"\\n" \
"Turmoil has engulfed the\\n" \
"Galactic Republic.  The taxation\\n" \
"of trade routes to outlying star\\n" \
"systems is in dispute.\\n" \
"\\n" \
"Hoping to resolve the matter\\n" \
"with a blockade of deadly\\n" \
"battleships, the greedy Trade\\n" \
"Federation has stopped all\\n" \
"shipping to the small planet\\n" \
"of Naboo.\\n" \
"\\n" \
"While the Congress of the\\n" \
"Republic endlessly debates\\n" \
"this alarming chain of events,\\n" \
"the Supreme Chancellor has\\n" \
"secretly dispatched two Jedi\\n" \
"Knights, the guardians of\\n" \
"peace and justice in the\\n" \
"galaxy to settle the conflict...\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"Episode II\\n" \
"\\n" \
"ATTACK OF THE CLONES\\n" \
"\\n" \
"There is unrest in the Galactic\\n" \
"Senate.  Several thousand solar\\n" \
"systems have declared their\\n" \
"intentions to leave the Republic.\\n" \
"\\n" \
"This separatist movement,\\n" \
"under the leadership of the\\n" \
"mysterious Count Dooku, has\\n" \
"made it difficult for the limited\\n" \
"number of Jedi Knights to\\n" \
"maintain peace and order in the\\n" \
"galaxy.\\n" \
"\\n" \
"Senator Amidala, the former\\n" \
"Queen of Naboo, is returning\\n" \
"to the Galactic Senate to vote\\n" \
"on the critical issue of creating\\n" \
"an ARMY OF THE REPUBLIC\\n" \
"to assist the overwhelmed\\n" \
"Jedi....\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"Episode III\\n" \
"\\n" \
"REVENGE OF THE SITH\\n" \
"\\n" \
"War!  The Republic is crumbling\\n" \
"under attacks by the ruthless\\n" \
"Sith Lord, Count Dooku.\\n" \
"There are heroes on both sides.\\n" \
"Evil is everywhere.\\n" \
"\\n" \
"In a stunning move, the\\n" \
"fiendish droid leader, General\\n" \
"Grievous, has swept into the\\n" \
"Republic capital and kidnapped\\n" \
"Chancellor Palpatine, leader of\\n" \
"the Galactic Senate.\\n" \
"\\n" \
"As the Separatist Droid Army\\n" \
"attempts to flee th besieged\\n" \
"capital with their valuable\\n" \
"hostage, two Jedi Knights lead a\\n" \
"desperate mission to rescue the\\n" \
"captive Chancellor....\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"Episode VII\\n" \
"THE FORCE AWAKENS\\n" \
"Luke Skywalker has vanished.\\n" \
"In his absence, the sinister\\n" \
"FIRST ORDER has risen from\\n" \
"the ashes of the Empire\\n" \
"and will not rest until\\n" \
"Skywalker, the last Jedi,\\n" \
"has been destroyed.\\n" \
"\\n" \
"With the support of the\\n" \
"REPUBLIC, General Leia Organa\\n" \
"leads a brave RESISTANCE.\\n" \
"She is desperate to find her\\n" \
"brother Luke and gain his\\n" \
"help in restoring peace and \\n" \
"justice to the galaxy.\\n" \
"\\n" \
"Leia has sent her most daring\\n" \
"pilot on a secret mission\\n" \
"to Jakku, where an old ally\\n" \
"has discovered a clue to\\n" \
"Luke's whereabouts...\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n" \
"\\n"