-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroots.p8
702 lines (618 loc) · 39.2 KB
/
roots.p8
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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
pico-8 cartridge // http://www.pico-8.com
version 40
__lua__
--main cycle functions
function _init()
in_tutorial=false
warning=false
sky_warning=false
grass_warning=false
fred=false
winlose=false
lose=false
win=false
sun_spr="cccccccccccccccccccccccccccccccccccccccc9cccccccccc9ccc9a9ccc9cccccccccccccccccccccccc99999cccccccccc9aaa779ccccccc9c9aaaa79c9cccc9ac9aaaaa9ca9cccc9c9aaaaa9c9ccccccc9aaaaa9cccccccccc99999cccccccccccccccccccccccc9ccc9a9ccc9cccccccccc9ccccccccccccccccccccccc"
sky_spr="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
curr_root_type="vertical"
start_tutorial()
music(0)
roots_list={{7,5},{8,6},{7,6},{8,6}}
end
function _update60()
if winlose==false then
if in_tutorial==false then
if warning==false then
update_stats()
move_selection()
switch_root_type()
check_build()
check_root_spr()
end
end
if warning then
check_warning_btnp()
end
if in_tutorial then
flip_page()
end
end
end
function _draw()
if winlose==false then
if in_tutorial==false then
if warning==false then
cls()
cam_mov()
map()
draw_sun()
--draw_level()
draw_selected()
print_stats()
show_root_sprite()
print("selected:" .. tile_type(selectionx,selectiony),7)
print("root type:",camx+80,camy+2,7)
end
show_warning()
end
end
check_winlose()
end
function check_warning_btnp()
if (btnp(5)) close_warning()
end
-->8
--draw functions
--extcmd("reset")
--function draw_level()
-- foreach(sky_tiles,draw_sky)
--end
--function draw_sky(s)
-- spr(3,s[1]*8,s[2]*8)
--end
function draw_selected()
spr(5,selectionx*8,selectiony*8)
end
function cam_mov()
camx=mid(0,selectionx-8,112)*8
camy=mid(0,selectiony-8,48)*8
camera(camx,camy)
end
function show_warning(type)
if warning==true then
if sky_warning then
cls()
rectfill(0,0,128,128,4)
print("yOU CAN'T GROW ROOTS IN AIR.",7)
print("wHY? bECAUSE i'M TOO LAZY TO ",7)
print("MAKE NORMAL PHYSICS.",7)
print("click z to close",7)
end
if grass_warning then
cls()
rectfill(0,0,128,128,4)
print("sINCE THERE IS NO PHYSICS,",7)
print("GRASS IS NOW AS HARD AS A ROCK",7)
print("click z to close",7)
end
end
end
function close_warning()
warning=false
sky_warning=false
grass_warning=false
end
function tspr(s,x,y)
for i=0,#s-1 do
p=sub(s,i+1,i+1)
c=tonum(p,0x1)
nx=i%16
ny=i/16
pset(x+nx,y+ny,c)
end
end
--sun moving code here
function draw_sun()
tspr(sky_spr,(124-t()-1)%124,0)
tspr(sun_spr,(124-t())%124,0)
end
-->8
--selection code
selectionx=5
selectiony=5
function move_selection()
if (btnp(⬆️)) selectiony-=1
if (btnp(⬇️)) selectiony+=1
if (btnp(➡️)) selectionx+=1
if (btnp(⬅️)) selectionx-=1
selectionx=mid(0,selectionx,63)
selectiony=mid(0,selectiony,63)
end
-->8
--stats code
water_level=100
vitamin_level=100
function update_stats()
water_level=mid(0,water_level,100)
vitamin_level=mid(0,vitamin_level,100)
end
function print_stats()
print("water level:" .. water_level .. "%",camx,camy,7)
print("vitamins:" .. vitamin_level .. "%",camx,camy+6,7)
end
-->8
--misc tile code is here
sky_tiles={3,80,81,96,97}
earth_tiles={1}
water_tiles={4}
vitamin_tiles={17}
rock_tiles={6}
grass_tiles={2}
root_tiles={7,8,23,24,10,11,12,26,27,28,42,43,44}
seed_tiles={49}
earthroot_tiles={10,11,12,26,27,28,42,43,44,7,23}
waterroot_tiles={13,14,15,29,30,31,45,46,47,8,24}
function tile_type(x,y)
tile=mget(x,y)
for i=1,#sky_tiles do
if (sky_tiles[i]==tile) return "sky"
end
for i=1,#earth_tiles do
if (earth_tiles[i]==tile) return "earth"
end
for i=1,#water_tiles do
if (water_tiles[i]==tile) return "water"
end
for i=1,#vitamin_tiles do
if (vitamin_tiles[i]==tile) return "vitamin"
end
for i=1,#rock_tiles do
if (rock_tiles[i]==tile) return "rock"
end
for i=1,#root_tiles do
if (root_tiles[i]==tile) return "root"
end
for i=1,#grass_tiles do
if (grass_tiles[i]==tile) return "grass"
end
for i=1,#seed_tiles do
if (seed_tiles[i]==tile) return "seed"
end
return "none"
end
-->8
--root code
function check_root_spr()
for i=1,#roots_list do
x=roots_list[i][1]
y=roots_list[i][2]
root_above=false
root_under=false
root_onright=false
root_onleft=false
root_water=false
if tile_type(x,y-1)=="root" then
root_above=true
end
if tile_type(x,y+1)=="root" then
root_under=true
end
if tile_type(x+1,y)=="root" then
root_onright=true
end
if tile_type(x-1,y)=="root" then
root_onleft=true
end
root_curr=mget(x,y)
for j=1,#water_tiles do
if (water_tiles[j]==root_curr) root_water=true
end
change_root_spr(x,y,root_above,root_under,root_onright,root_onleft,root_water)
end
end
function change_root_spr(x,y,a,u,r,l,t)
if a then
if u then
if r then
if l then
mset(x,y,t and waterroot_tiles[5] or earthroot_tiles[5])
else
mset(x,y,t and waterroot_tiles[4] or earthroot_tiles[4])
end
else
if l then
mset(x,y,t and waterroot_tiles[6] or earthroot_tiles[6])
else
mset(x,y,t and waterroot_tiles[10] or earthroot_tiles[10])
end
end
else
if r then
if l then
mset(x,y,t and waterroot_tiles[8] or earthroot_tiles[8])
else
mset(x,y,t and waterroot_tiles[7] or earthroot_tiles[7])
end
else
if l then
mset(x,y,t and waterroot_tiles[9] or earthroot_tiles[9])
else
mset(x,y,t and waterroot_tiles[10] or earthroot_tiles[10])
end
end
end
else
if u then
if r then
if l then
mset(x,y,t and waterroot_tiles[5] or earthroot_tiles[5])
else
mset(x,y,t and waterroot_tiles[4] or earthroot_tiles[4])
end
else
if l then
mset(x,y,t and waterroot_tiles[6] or earthroot_tiles[6])
else
mset(x,y,t and waterroot_tiles[10] or earthroot_tiles[10])
end
end
else
if r then
if l then
mset(x,y,t and waterroot_tiles[8] or earthroot_tiles[8])
else
mset(x,y,t and waterroot_tiles[7] or earthroot_tiles[7])
end
else
if l then
mset(x,y,t and waterroot_tiles[9] or earthroot_tiles[9])
else
mset(x,y,t and waterroot_tiles[10] or earthroot_tiles[10])
end
end
end
end
end
function check_adjacent(x,y)
if tile_type(x+1,y)=="root" or tile_type(x-1,y)=="root" or tile_type(x,y+1)=="root" or tile_type(x,y-1)=="root" then
return true
end
end
function build_root(x,y)
if check_adjacent(x,y)==true then
if tile_type(x,y)=="water" then
if water_level>=10 and vitamin_level>=5 then
mset(x,y,curr_wroot_sprite())
water_level+=10
vitamin_level-=5
sfx(9)
end
end
if tile_type(x,y)=="vitamin" then
if water_level>=10 and vitamin_level>=5 then
mset(x,y,curr_eroot_sprite())
vitamin_level+=15
water_level-=5
sfx(8)
sfx(9)
end
end
if tile_type(x,y)=="earth" then
if water_level>=10 and vitamin_level>=5 then
mset(x,y,curr_eroot_sprite())
water_level-=10
vitamin_level-=5
sfx(8)
end
end
if tile_type(x,y)=="seed" then
if water_level>=10 and vitamin_level>=5 then
mset(x,y,curr_eroot_sprite())
win=true
end
end
add(roots_list,{x,y})
end
if tile_type(x,y)=="sky" then
warning=true
sky_warning=true
end
if tile_type(x,y)=="grass" then
warning=true
grass_warning=true
end
end
function curr_eroot_sprite()
if (curr_root_type=="vertical") return 7
if (curr_root_type=="horizontal") return 23
end
function curr_wroot_sprite()
if (curr_root_type=="vertical") return 8
if (curr_root_type=="horizontal") return 24
end
function show_root_sprite()
if curr_root_type=="vertical" then
spr(9,camx+120,camy)
end
if curr_root_type=="horizontal" then
spr(25,camx+120,camy)
end
end
function switch_root_type()
if btnp(5) then
if curr_root_type=="vertical" then
curr_root_type="horizontal"
elseif curr_root_type=="horizontal" then
curr_root_type="vertical"
end
end
end
function check_build()
if btnp(4) then
build_root(selectionx,selectiony)
end
end
-->8
--tutorial code
curr_page=0
function start_tutorial()
in_tutorial=true
cls()
page_one()
end
function flip_page()
if btnp(4) then
if curr_page==1 then
page_two()
elseif curr_page==2 then
in_tutorial=false
end
end
end
function page_one()
curr_page=1
cls()
rectfill(0,0,128,128,4)
print("welcome to picoroots!",7)
print("in this game, your job is to ",7)
print("grow roots in order to reach the ",7)
print("special seed at the bottom of",7)
print("the level!")
print("")
print("click z in order to flip to the ",7)
print("next page where i will tell you ",7)
print("about the controls!")
end
function page_two()
curr_page=2
cls()
rectfill(0,0,128,128,4)
print("the controls are:",7)
print("")
print("wasd to move your selection",7)
print("")
print("z in order to build root",7)
print("")
print("x in order to switch between",7)
print("root types",7)
print("")
print("as you build, you spend water",7)
print("and vitamins. you can get more",7)
print("of them by building a root in",7)
print("water or in places where there",7)
print("are vitamins",7)
end
-->8
--winlose code
function check_winlose()
if lose==true then
winlose=true
cls()
camera()
print("you lost!",7)
end
if win==true then
winlose=true
cls()
camera()
print("you won!",7)
end
end
__gfx__
000000005555555537333333cccccccc111111117777777755555555544444551444441104444400000000000000000000000000111111111111111111111111
00000000555555557a733733cccccccc111111117000000755555555544444551444441104444400000000000000000000000000111111111111111111111111
007007005555555537337a73cccccccc1111111170000007555ddd55544445551444411104444000000000000000000000000000111111111111111111111111
00077000555555553b333733cccccccc111111117000000755dd67d5554445551144411100444000000444444444444444444000111444444444444444444111
00077000555555553b333b33cccccccc11111111700000075ddd66d5554444551144441100444400000444444444444444444000111444444444444444444111
007007005555555533333b33cccccccc11111111700000075dddddd5554444451144444100444440000440000004400000044000111441111114411111144111
000000005555555533333333cccccccc111111117000000755dddd55555444451114444100044440000440000004400000044000111441111114411111144111
000000005555555533333333cccccccc111111117777777755555555554444451144444100444440000440000004400000044000111441111114411111144111
00000000555bcc550000000000000000000000000000000000000000555555551111111100000000000440000004400000044000111441111114411111144111
0000000054444c550000000000000000000000000000000000000000555554441111144400000444000440000004400000044000111441111114411111144111
00000000514beee50000000000000000000000000000000000000000454444444144444440444444000440000004400000044000111441111114411111144111
0000000051cbecaa0000000000000000000000000000000000000000444444444444444444444444000444444444444444444000111444444444444444444111
0000000051cd8afa0000000000000000000000000000000000000000444444444444444444444444000444444444444444444000111444444444444444444111
0000000077cc8ff50000000000000000000000000000000000000000444455444444114444440044000440000004400000044000111441111114411111144111
000000007dddfff50000000000000000000000000000000000000000444555554441111144400000000440000004400000044000111441111114411111144111
00000000558888550000000000000000000000000000000000000000555555551111111100000000000440000004400000044000111441111114411111144111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000440000004400000044000111441111114411111144111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000440000004400000044000111441111114411111144111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000440000004400000044000111441111114411111144111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000444444444444444444000111444444444444444444111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000444444444444444444000111444444444444444444111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000111111111111111111111111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000111111111111111111111111
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000111111111111111111111111
00000000bbb555550000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000bbb555550000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000bbb55bbb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000bbb55bbb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
000000005b555bbb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
000000005bbbbb550000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000555bb5550000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000555b55550000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccccccccccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccccccccccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccccc9ccccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
ccc9ccc9a9ccc9cc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccccccccccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccc99999ccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
ccccc9aaa779cccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
ccc9c9aaaa79c9cc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cc9ac9aaaaa9ca9c1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
ccc9c9aaaaa9c9cc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
ccccc9aaaaa9cccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccc99999ccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccccccccccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
ccc9ccc9a9ccc9cc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccccc9ccccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
cccccccccccccccc1111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000001111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000000000000000000000
10101010101010101010101040101010101010101010101010101010101010101010101010101010104010111010101010401010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101040101010101010101040101010101010101040401010101010101010101011101010101010404010101010101040401010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101040401010101010101040401010101010101010401010101010104040101010101010101010401010101010101040101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010401010101010101010401010101010101040401010101010104010101010101010101010404010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010404010101010101010101010101010104040101010101010104010101010101010101010104010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010104010101010101010101010101010101010101010101010104010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101110101010101010101010101010101010101010101010101010101010101011111010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101110101010101010101010101010101010101010101010101010101010111010101010101010104040101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010401010101010101010101010101010101010101040404010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010104010101010101010101040401010101010101010404040401010101010104040101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010104040101010101010101040101010101010101010404010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101040404010101010101040101011101010101010404010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101011101010101010101010104040101010101010101010101010101010101010101010101010101010101110101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101040101010101010101010101010101010101010101010101010101010101010101110101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101040101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101040401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010104040404040101010101011101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101040401040401010101010101010101010101040101040101010101010401040404010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101040404040101010101010404040404010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
11101010101010101010101010101010101010101010404040401010101010101010101010404010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010104040401010101010101010101010101010101010101110101010101010401010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010104010101010101010101010101010101010101010101010101010101010404040101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010104010101010101010111110101010101010101010101010101010101010101010101010101010101010101010101040101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010104040101010101310101010101010101010101010101010101011101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101040101010101010101010101010101010101010101010101010101010101010104040101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010404010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010104010101010101010101010101010101010101010101010101010401010101010101010111010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010104010101010101010101010101040404040101010101010111010101010101010101010111010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101110101010104040101010111010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010
__map__
0303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303
0303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303
0303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303
0303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303
0202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202
0101010101010107070101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0104040401010107070101111101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101040401010101010101010101010101010101010101040101010101040401010101010101110101010401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101040404040101010104040401010101010101010101010404010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101060101010101010104040404040101010101010404010101010101010101040404010101011101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101040404040106060101010111010104040404040101010101010101110101010101010101040101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101040404040401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0111010101010404040401010101010101010101010101010101010101010101010101010101010111010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101110101010101010101010101010101010101010101010104040101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101040404040101010101010101010101010101010104040101010101010101010101010104040101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010111010101010101010101010404040404010101010101010101010101040404040101010101010101010101010104010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010104040401010101010101010101010101010104040404040101010104010101010104010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010104010101110101010101010101010101010101010101010101010101010101010101010104010101010404010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010111010104010101010101010101010101010101010101010104010101010101010101010101010404010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101011101010101010101010111010104040404010401010101010101011101010401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010111010101010101010101040404040401110101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010404040401010101010101010101010101010101010101010111010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010111010101010101010101010101010101010101010101010404010101010111010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101011101010101010101010101010101010101010101010101010101010101010101011101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0104040401010101010101010101010101011101010101010101010101010101010101010101040401010101010101010404040101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101040401010101010101010101010101010101010101010101010101010101010101010101010401010101010101010101040404010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010404010101040404010101010101010101010404040101010101011101010101010101010401010101010101010101010404010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101040404040101011101010101010104040101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010104040101010101010101040404040101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010101010101010101010101010401010101010111010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010101010101010101010101010111010101010101010101040401010101010101010101010101010104010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
0101010101010101010104040401010101010101010101010101010101010104040111010101010101010101010101010104010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
__sfx__
0101000006070050600105000000000000000000000000000000000000000000000000000000000000000000000002b0000000000000000000000000000000000000000000000000000000000000000000000000
000100002e6302b63028630276302463022630206301d6301b6301863012630106300f6200e6200e6200c6200b610096100661004610016100061004600026000060000000000000000000000000000000000000
000100003205031020222000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
710800000055000550005500055000550005500055000550005500055000550005500055000550005500055000550005500055000550005500055000550005500055000550005500055000550005500055000560
01010008180672b067180672b067180671f067180671f067183501f450184501f450184501f450184501f450184501f450184501f450184501f450184501f450184501f450184501f450184501f450184501f450
011000001875018750187501875018750187501875018750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
c31700000f6570f6570e6570e6570e6570d6570d6570c6570c6570c6570c6570c6570c6570c6570c6570c6570c6570c6570b6570b6570b6570b6570b6570b6570b6570b6570b6570c6570c6570d6570e65711657
2702000012750117501175011750127501275014750147501675018750197501a7501b7501c7501d7501e7501e7501f7502075020750217502275023750267502775028750297502a7502c7502c7502d75030750
530200002d6502d6502c65027650226501e650186500360016600116000960000600006001d1001a10000000181001710000000151001310012100101000f1000e1000c100000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
010e00201887000000000001887018940000001887000000188700000018870000001894000000188700000018870000001887318873189400000018870000001887000000188700000018940188731887300000
010e000017b700000017b700000000000000001ab701ab701ab701ab701ab701ab701ab701ab701ab701ab701ab701ab701ab701ab701ab701ab7000000000001cb70000001cb70000001ab700000015b7000000
__music__
03 20214344