Post Reply 
[NSF] Eating Twinkies!
Author Message
lembas
yuri princess

Posts: 4,365.2931
Threads: 184
Joined: 30th Apr 2008
Reputation: -2.56923
E-Pigs: 154.3525
Offline
Post: #1
[NSF] Eating Twinkies!
Instead of using conventional means to write a song, I decided to code a song. ;D

Using MML (Music Macro Language) I wrote this song. :D

http://chipmusic.org/tacticalbread/music...inkies-mml

and the MML Code: http://tacticalbread.info/music/twinkies.mml

lemme know what you think. <3

I'm gay.
Spoiler for online game stuff:
[Image: 76561198003967361.png]
[Image: thelemmingbas.png]
3DS FC: 4184-1632-9353
Spoiler:
[Image: wQZsI.jpg]
Spoiler:
In the words of the wise trademark91:
windows Proud
22/02/2010 10:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
1-R
forced consensual sex
Team DreamArts

Posts: 5,515.3939
Threads: 396
Joined: 22nd Dec 2007
Reputation: 5.91682
E-Pigs: 115.1024
Offline
Post: #2
RE: [NSF] Eating Twinkies!
How come it sounds professional? Madwin

Ending was ruff like right at the ending but overall!♥Yay

[Image: OLmvS.png]
Twit | DA | G+ | Last.fm
22/02/2010 11:04 PM
Find all posts by this user Quote this message in a reply
lembas
yuri princess

Posts: 4,365.2931
Threads: 184
Joined: 30th Apr 2008
Reputation: -2.56923
E-Pigs: 154.3525
Offline
Post: #3
RE: [NSF] Eating Twinkies!
Lunar Wrote:How come it sounds professional? Madwin

hmmmm?

Woo

Lunar Wrote:Ending was ruff like right at the ending but overall!♥Yay

thanks! ♥

as for the ending, I was gonna do something, but I liked how it ended like that. ;D

I'm gay.
Spoiler for online game stuff:
[Image: 76561198003967361.png]
[Image: thelemmingbas.png]
3DS FC: 4184-1632-9353
Spoiler:
[Image: wQZsI.jpg]
Spoiler:
In the words of the wise trademark91:
windows Proud
22/02/2010 11:17 PM
Visit this user's website Find all posts by this user Quote this message in a reply
trademark91
Unique?
Fractal Insanity

Posts: 4,719.9300
Threads: 269
Joined: 4th Jan 2008
Reputation: -6.15982
E-Pigs: 105.8691
Offline
Post: #4
RE: [NSF] Eating Twinkies!
this goes in the xitherun folder lol.

i love listening to your music when im
Spoiler:
stoned

[Image: 531115][Image: 76561198014212040.png]
windows Proud
23/02/2010 04:01 PM
Find all posts by this user Quote this message in a reply
lembas
yuri princess

Posts: 4,365.2931
Threads: 184
Joined: 30th Apr 2008
Reputation: -2.56923
E-Pigs: 154.3525
Offline
Post: #5
RE: [NSF] Eating Twinkies!
haha lol. awesome.

I'm gay.
Spoiler for online game stuff:
[Image: 76561198003967361.png]
[Image: thelemmingbas.png]
3DS FC: 4184-1632-9353
Spoiler:
[Image: wQZsI.jpg]
Spoiler:
In the words of the wise trademark91:
windows Proud
23/02/2010 07:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Slushba132
BustyLoli-Chan

Posts: 3,125.3993
Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
Offline
Post: #6
RE: [NSF] Eating Twinkies!
psshhh
Legit people use

Code:
System.Console.Beep(dword frequency, dword duration);


24/02/2010 03:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
lembas
yuri princess

Posts: 4,365.2931
Threads: 184
Joined: 30th Apr 2008
Reputation: -2.56923
E-Pigs: 154.3525
Offline
Post: #7
RE: [NSF] Eating Twinkies!
how about this one:

Code:
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
; Title: Eating Twinkies
; Composer: t.bread
; Maker: Maker
; Programer: tacticalbread
SOUND_GENERATOR	equ	$00
sound_data_table:
	dw	songdata_00
	dw	songdata_01
	dw	songdata_02
	dw	songdata_03
	dw	songdata_04
	dw	songdata_05
	dw	songdata_06
loop_point_table:
	dw	songdata_00_lp
	dw	songdata_01_lp
	dw	songdata_02_lp
	dw	songdata_03_lp
	dw	songdata_04_lp
	dw	songdata_05_lp
	dw	songdata_06_lp

songdata_00:
	db	$f9,$08,$fe,$87,$fd,$00,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fc,$0f,$fc,$0f,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$28,$0f,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$28,$0f,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$fd,$07,$28,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$0f
	db	$37,$3c,$33,$0f,$32,$0f,$2a,$0f
	db	$30,$1e,$32,$0f,$33,$0f,$33,$0f
	db	$2a,$0f,$30,$0f,$32,$0f,$33,$0f
	db	$35,$3c,$28,$0f,$2a,$0f,$25,$0f
	db	$23,$1e,$25,$0f,$27,$0f,$fd,$07
	db	$28,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$f4,$0f,$fc,$0f,$fc,$0f
	db	$fc,$0f,$fd,$04,$fe,$87,$30,$07
	db	$30,$08,$30,$0f,$30,$07,$fc,$17
	db	$30,$07,$33,$08,$30,$0f,$35,$0f
	db	$30,$0f,$33,$07,$33,$08,$33,$0f
	db	$33,$07,$fc,$17,$33,$07,$37,$08
	db	$33,$0f,$38,$0f,$33,$0f,$2a,$07
	db	$2a,$08,$2a,$0f,$2a,$07,$fc,$17
	db	$2a,$07,$32,$08,$2a,$0f,$33,$0f
	db	$2a,$0f,$28,$07,$28,$08,$28,$0f
	db	$28,$07,$fc,$17,$28,$07,$30,$08
	db	$2a,$0f,$27,$0f,$25,$07,$28,$08
	db	$30,$07,$30,$08,$30,$0f,$30,$07
	db	$fc,$17,$30,$07,$33,$08,$30,$0f
	db	$35,$0f,$30,$0f,$33,$07,$33,$08
	db	$33,$0f,$33,$07,$fc,$17,$33,$07
	db	$37,$08,$33,$0f,$38,$0f,$33,$0f
	db	$2a,$07,$2a,$08,$2a,$0f,$2a,$07
	db	$fc,$17,$2a,$07,$32,$08,$2a,$0f
	db	$33,$0f,$2a,$0f,$28,$07,$28,$08
	db	$28,$0f,$28,$07,$fc,$17,$28,$07
	db	$30,$08,$2a,$0f,$27,$0f,$25,$07
	db	$28,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$f4,$07,$fc,$08,$fc,$07
	db	$fc,$08,$fe,$87,$fd,$00,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$28,$0f,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$28,$0f,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$28,$0f,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$28,$0f,$30,$0f
	db	$32,$0f,$33,$0f,$35,$0f,$37,$3c
	db	$33,$0f,$32,$0f,$2a,$0f,$30,$1e
	db	$32,$0f,$33,$0f,$33,$0f,$2a,$0f
	db	$30,$0f,$32,$0f,$33,$0f,$35,$3c
	db	$28,$0f,$2a,$0f,$25,$0f,$23,$1e
	db	$25,$0f,$27,$0f,$28,$0f,$f4,$0f
	db	$fc,$3c,$fc,$1e
songdata_00_lp:
	db	$fc,$ff,$ff

songdata_01:
	db	$f9,$08,$fe,$8b,$fd,$04,$fc,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$fc,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$fc,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$fc,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$20,$1e
	db	$20,$1e,$20,$1e,$20,$1e,$23,$1e
	db	$23,$1e,$23,$1e,$23,$1e,$1a,$1e
	db	$1a,$1e,$1a,$1e,$1a,$1e,$18,$1e
	db	$18,$1e,$18,$1e,$18,$1e,$20,$1e
	db	$20,$1e,$20,$1e,$20,$1e,$23,$1e
	db	$23,$1e,$23,$1e,$23,$1e,$1a,$1e
	db	$1a,$1e,$1a,$1e,$1a,$1e,$18,$1e
	db	$18,$1e,$18,$1e,$18,$1e,$10,$1e
	db	$10,$1e,$10,$1e,$10,$1e,$13,$1e
	db	$13,$1e,$13,$1e,$13,$1e,$0a,$1e
	db	$0a,$1e,$0a,$1e,$0a,$1e,$08,$1e
	db	$08,$1e,$08,$1e,$08,$1e,$10,$1e
	db	$10,$1e,$10,$1e,$10,$1e,$13,$1e
	db	$13,$1e,$13,$1e,$13,$1e,$0a,$1e
	db	$0a,$1e,$0a,$1e,$0a,$1e,$08,$1e
	db	$08,$1e,$08,$1e,$08,$1e,$fd,$05
	db	$10,$07,$13,$08,$17,$07,$20,$08
	db	$23,$07,$27,$08,$30,$07,$33,$08
	db	$37,$07,$33,$08,$30,$07,$27,$08
	db	$23,$07,$20,$08,$17,$07,$13,$08
	db	$13,$07,$17,$08,$1a,$07,$23,$08
	db	$27,$07,$2a,$08,$33,$07,$37,$08
	db	$3a,$07,$37,$08,$33,$07,$2a,$08
	db	$27,$07,$23,$08,$1a,$07,$17,$08
	db	$0a,$07,$12,$08,$15,$07,$1a,$08
	db	$22,$07,$25,$08,$2a,$07,$32,$08
	db	$35,$07,$32,$08,$2a,$07,$25,$08
	db	$22,$07,$1a,$08,$15,$07,$12,$08
	db	$08,$07,$10,$08,$13,$07,$18,$08
	db	$20,$07,$23,$08,$28,$07,$30,$08
	db	$33,$07,$30,$08,$28,$07,$23,$08
	db	$20,$07,$18,$08,$13,$07,$10,$08
	db	$10,$07,$13,$08,$17,$07,$20,$08
	db	$23,$07,$27,$08,$30,$07,$33,$08
	db	$37,$07,$33,$08,$30,$07,$27,$08
	db	$23,$07,$20,$08,$17,$07,$13,$08
	db	$13,$07,$17,$08,$1a,$07,$23,$08
	db	$27,$07,$2a,$08,$33,$07,$37,$08
	db	$3a,$07,$37,$08,$33,$07,$2a,$08
	db	$27,$07,$23,$08,$1a,$07,$17,$08
	db	$0a,$07,$12,$08,$15,$07,$1a,$08
	db	$22,$07,$25,$08,$2a,$07,$32,$08
	db	$35,$07,$32,$08,$2a,$07,$25,$08
	db	$22,$07,$1a,$08,$15,$07,$12,$08
	db	$08,$07,$10,$08,$13,$07,$18,$08
	db	$20,$07,$23,$08,$28,$07,$30,$08
	db	$33,$07,$30,$08,$28,$07,$23,$08
	db	$20,$07,$18,$08,$13,$07,$10,$08
	db	$20,$07,$23,$08,$27,$07,$30,$08
	db	$33,$07,$37,$08,$40,$07,$43,$08
	db	$47,$07,$43,$08,$40,$07,$37,$08
	db	$33,$07,$30,$08,$27,$07,$23,$08
	db	$23,$07,$27,$08,$2a,$07,$33,$08
	db	$37,$07,$3a,$08,$43,$07,$47,$08
	db	$4a,$07,$47,$08,$43,$07,$3a,$08
	db	$37,$07,$33,$08,$2a,$07,$27,$08
	db	$1a,$07,$22,$08,$25,$07,$2a,$08
	db	$32,$07,$35,$08,$3a,$07,$42,$08
	db	$45,$07,$42,$08,$3a,$07,$35,$08
	db	$32,$07,$2a,$08,$25,$07,$22,$08
	db	$18,$07,$20,$08,$23,$07,$28,$08
	db	$30,$07,$33,$08,$38,$07,$40,$08
	db	$43,$07,$40,$08,$38,$07,$33,$08
	db	$30,$07,$28,$08,$23,$07,$20,$08
	db	$fd,$06,$20,$07,$23,$08,$27,$07
	db	$30,$08,$33,$07,$37,$08,$40,$07
	db	$43,$08,$47,$07,$43,$08,$40,$07
	db	$37,$08,$33,$07,$30,$08,$27,$07
	db	$23,$08,$23,$07,$27,$08,$2a,$07
	db	$33,$08,$37,$07,$3a,$08,$43,$07
	db	$47,$08,$4a,$07,$47,$08,$43,$07
	db	$3a,$08,$37,$07,$33,$08,$2a,$07
	db	$27,$08,$1a,$07,$22,$08,$25,$07
	db	$2a,$08,$32,$07,$35,$08,$3a,$07
	db	$42,$08,$45,$07,$42,$08,$3a,$07
	db	$35,$08,$32,$07,$2a,$08,$25,$07
	db	$22,$08,$18,$07,$20,$08,$23,$07
	db	$28,$08,$30,$07,$33,$08,$38,$07
	db	$40,$08,$43,$07,$40,$08,$38,$07
	db	$33,$08,$30,$07,$28,$08,$23,$07
	db	$20,$08,$20,$07,$23,$08,$27,$07
	db	$30,$08,$33,$07,$37,$08,$40,$07
	db	$43,$08,$47,$07,$43,$08,$40,$07
	db	$37,$08,$33,$07,$30,$08,$27,$07
	db	$23,$08,$23,$07,$27,$08,$2a,$07
	db	$33,$08,$37,$07,$3a,$08,$43,$07
	db	$47,$08,$4a,$07,$47,$08,$43,$07
	db	$3a,$08,$37,$07,$33,$08,$2a,$07
	db	$27,$08,$1a,$07,$22,$08,$25,$07
	db	$2a,$08,$32,$07,$35,$08,$3a,$07
	db	$42,$08,$45,$07,$42,$08,$3a,$07
	db	$35,$08,$32,$07,$2a,$08,$25,$07
	db	$22,$08,$18,$07,$20,$08,$23,$07
	db	$28,$08,$30,$07,$33,$08,$38,$07
	db	$40,$08,$43,$07,$40,$08,$38,$07
	db	$33,$08,$30,$07,$28,$08,$23,$07
	db	$20,$08,$20,$07,$23,$08,$27,$07
	db	$30,$08,$33,$07,$37,$08,$40,$07
	db	$43,$08,$47,$07,$43,$08,$40,$07
	db	$37,$08,$33,$07,$30,$08,$27,$07
	db	$23,$08,$23,$07,$27,$08,$2a,$07
	db	$33,$08,$37,$07,$3a,$08,$43,$07
	db	$47,$08,$4a,$07,$47,$08,$43,$07
	db	$3a,$08,$37,$07,$33,$08,$2a,$07
	db	$27,$08,$1a,$07,$22,$08,$25,$07
	db	$2a,$08,$32,$07,$35,$08,$3a,$07
	db	$42,$08,$45,$07,$42,$08,$3a,$07
	db	$35,$08,$32,$07,$2a,$08,$25,$07
	db	$22,$08,$18,$07,$20,$08,$23,$07
	db	$28,$08,$30,$07,$33,$08,$38,$07
	db	$40,$08,$43,$07,$40,$08,$38,$07
	db	$33,$08,$30,$07,$28,$08,$23,$07
	db	$20,$08,$fd,$05,$20,$07,$23,$08
	db	$27,$07,$30,$08,$33,$07,$37,$08
	db	$40,$07,$43,$08,$47,$07,$43,$08
	db	$40,$07,$37,$08,$33,$07,$30,$08
	db	$27,$07,$23,$08,$23,$07,$27,$08
	db	$2a,$07,$33,$08,$37,$07,$3a,$08
	db	$43,$07,$47,$08,$4a,$07,$47,$08
	db	$43,$07,$3a,$08,$37,$07,$33,$08
	db	$2a,$07,$27,$08,$1a,$07,$22,$08
	db	$25,$07,$2a,$08,$32,$07,$35,$08
	db	$3a,$07,$42,$08,$45,$07,$42,$08
	db	$3a,$07,$35,$08,$32,$07,$2a,$08
	db	$25,$07,$22,$08,$18,$07,$20,$08
	db	$23,$07,$28,$08,$30,$07,$33,$08
	db	$38,$07,$40,$08,$43,$07,$40,$08
	db	$38,$07,$33,$08,$30,$07,$28,$08
	db	$23,$07,$20,$08,$20,$07,$23,$08
	db	$27,$07,$30,$08,$33,$07,$37,$08
	db	$40,$07,$43,$08,$47,$07,$43,$08
	db	$40,$07,$37,$08,$33,$07,$30,$08
	db	$27,$07,$23,$08,$23,$07,$27,$08
	db	$2a,$07,$33,$08,$37,$07,$3a,$08
	db	$43,$07,$47,$08,$4a,$07,$47,$08
	db	$43,$07,$3a,$08,$37,$07,$33,$08
	db	$2a,$07,$27,$08,$1a,$07,$22,$08
	db	$25,$07,$2a,$08,$32,$07,$35,$08
	db	$3a,$07,$42,$08,$45,$07,$42,$08
	db	$3a,$07,$35,$08,$32,$07,$2a,$08
	db	$25,$07,$22,$08,$18,$07,$20,$08
	db	$23,$07,$28,$08,$30,$07,$33,$08
	db	$38,$07,$40,$08,$43,$07,$40,$08
	db	$38,$07,$33,$08,$30,$07,$28,$08
	db	$23,$07,$20,$08,$fc,$78,$fc,$78
	db	$fc,$78,$fc,$78,$fc,$78,$fc,$78
	db	$fc,$78,$fc,$78,$fc,$78,$fc,$78
	db	$fc,$78,$fc,$78,$fc,$78
songdata_01_lp:
	db	$fc,$ff,$ff

songdata_02:
	db	$fe,$8f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$10,$69,$fc,$0f,$13,$69
	db	$fc,$0f,$0a,$69,$fc,$0f,$08,$69
	db	$fc,$0f,$f4,$78,$fc,$3c,$fc,$1e

songdata_02_lp:
	db	$fc,$ff,$ff

songdata_03:
	db	$fe,$8f,$fd,$03,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$07,$10,$08,$10,$0f
	db	$fd,$01,$14,$0f,$fc,$0f,$fd,$01
	db	$14,$0f,$14,$07,$14,$08,$fd,$03
	db	$10,$07,$10,$08,$fd,$03,$14,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$07
	db	$10,$08,$10,$0f,$fd,$01,$14,$0f
	db	$fc,$0f,$fd,$01,$14,$0f,$14,$07
	db	$14,$08,$fd,$03,$10,$07,$10,$08
	db	$fd,$03,$14,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$07,$10,$08,$10,$0f
	db	$fd,$01,$14,$0f,$fc,$0f,$fd,$01
	db	$14,$0f,$14,$07,$14,$08,$fd,$03
	db	$10,$07,$10,$08,$fd,$03,$14,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$07
	db	$10,$08,$10,$0f,$fd,$01,$14,$0f
	db	$fc,$0f,$fd,$01,$14,$0f,$14,$07
	db	$14,$08,$fd,$03,$10,$07,$10,$08
	db	$fd,$03,$14,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$07,$10,$08,$10,$0f
	db	$fd,$01,$14,$0f,$fc,$0f,$fd,$01
	db	$14,$0f,$14,$07,$14,$08,$fd,$03
	db	$10,$07,$10,$08,$fd,$03,$14,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$07
	db	$10,$08,$10,$0f,$fd,$01,$14,$0f
	db	$fc,$0f,$fd,$01,$14,$0f,$14,$07
	db	$14,$08,$fd,$03,$10,$07,$10,$08
	db	$fd,$03,$14,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$07,$10,$08,$10,$0f
	db	$fd,$01,$14,$0f,$fc,$0f,$fd,$01
	db	$14,$0f,$14,$07,$14,$08,$fd,$03
	db	$10,$07,$10,$08,$fd,$03,$14,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$07
	db	$10,$08,$10,$0f,$fd,$01,$14,$0f
	db	$fc,$0f,$fd,$01,$14,$0f,$14,$07
	db	$14,$08,$fd,$03,$10,$07,$10,$08
	db	$fd,$03,$14,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$07,$10,$08,$10,$0f
	db	$fd,$01,$14,$0f,$fc,$0f,$fd,$01
	db	$14,$0f,$14,$07,$14,$08,$fd,$03
	db	$10,$07,$10,$08,$fd,$03,$14,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$07
	db	$10,$08,$10,$0f,$fd,$01,$14,$0f
	db	$fc,$0f,$fd,$01,$14,$0f,$14,$07
	db	$14,$08,$fd,$03,$10,$07,$10,$08
	db	$fd,$03,$14,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$07,$10,$08,$10,$0f
	db	$fd,$01,$14,$0f,$fc,$0f,$fd,$01
	db	$14,$0f,$14,$07,$14,$08,$fd,$03
	db	$10,$07,$10,$08,$fd,$03,$14,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$07
	db	$10,$08,$10,$0f,$fd,$01,$14,$0f
	db	$fc,$0f,$fd,$01,$14,$0f,$14,$07
	db	$14,$08,$fd,$03,$10,$07,$10,$08
	db	$fd,$03,$14,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$07,$10,$08,$10,$0f
	db	$fd,$01,$14,$0f,$fc,$0f,$fd,$01
	db	$14,$0f,$14,$07,$14,$08,$fd,$03
	db	$10,$07,$10,$08,$fd,$03,$14,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$0f
	db	$10,$0f,$fd,$01,$14,$0f,$fd,$03
	db	$10,$0f,$fd,$03,$10,$0f,$10,$0f
	db	$fd,$01,$14,$0f,$fd,$03,$10,$0f
	db	$fd,$03,$10,$0f,$10,$0f,$fd,$01
	db	$14,$0f,$fd,$03,$10,$0f,$fd,$03
	db	$10,$0f,$10,$0f,$fd,$01,$14,$0f
	db	$fd,$03,$10,$0f,$fd,$03,$10,$07
	db	$10,$08,$10,$0f,$fd,$01,$14,$0f
	db	$fc,$0f,$fd,$01,$14,$0f,$14,$07
	db	$14,$08,$fd,$03,$10,$07,$10,$08
	db	$fd,$03,$14,$0f,$fc,$78,$fc,$78
	db	$fc,$78,$fc,$78,$fc,$78,$fc,$78
	db	$fc,$78,$fc,$78,$fc,$78
songdata_03_lp:
	db	$fc,$ff,$ff

songdata_04:
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$00,$1e,$00,$1e,$00,$1e,$00,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$fc,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$fc,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$fc,$1e
	db	$fc,$1e,$fc,$1e,$fc,$1e,$fc,$1e
	db	$fc,$78
songdata_04_lp:
	db	$fc,$ff,$ff

songdata_05:

songdata_05_lp:
	db	$fc,$ff,$ff

songdata_06:

songdata_06_lp:
	db	$fc,$ff,$ff


I'm gay.
Spoiler for online game stuff:
[Image: 76561198003967361.png]
[Image: thelemmingbas.png]
3DS FC: 4184-1632-9353
Spoiler:
[Image: wQZsI.jpg]
Spoiler:
In the words of the wise trademark91:
windows Proud
24/02/2010 09:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

 Quick Theme: