Home » Personal collection » Acorn ADFS disks » Greaseweazled » adfs_EUG_55.adf » U/DONTPAI
U/DONTPAI
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn ADFS disks » Greaseweazled » adfs_EUG_55.adf |
Filename: | U/DONTPAI |
Read OK: | ✔ |
File size: | 08D5 bytes |
Load address: | FFFF0E00 |
Exec address: | FFFF802B |
Duplicates
There are 2 duplicate copies of this file in the archive:
- AEW website » eug » eug_3_5_discs_Eug-55_A-EUG55.adf » U/DONTPAI
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_55.ADF » U/DONTPAI
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_EUG_55.adf » U/DONTPAI
File contents
10REM Don't Paint The Cat! 20REM Copyright (c) G.Ludinski 1983 30ONERRORMODE6:VDU23;8202;0;0;0;:CHAIN"$.MENU" 40MODE6:VDU23;8202;0;0;0;19,7,0;0;:PROCins 50MODE5:VDU23;8202;0;0;0;23,128,80,112,112,248,248,248,255,136:DIM N(10) 60VDU19,0,4;0;19,2,2;0;:*FX 200 0 70FOR J=2 TO 9 80 VDU28,0,17,19,0:COLOUR128:CLS 90 VDU28,0,31,19,18:COLOUR134:CLS 100 VDU28,0,31,19,0 110 GCOL0,3 120 FOR I=0 TO 1000 STEP 100 130 PROC_BLOCK(I,400,50,600) 140 NEXTI 150 PROC_BLOCK(0,500,1050,50):PROC_BLOCK(0,850,1050,50) 160 COLOUR3:COLOUR130:PRINTTAB(18,19);CHR$(128) 170 COLOUR3:COLOUR130 180 W1=RND(J):W2=RND(J):IF W1=W2 THEN 180 190 T1$="th":TS$="th":IF W1=1 THEN T1$="st" 200 T2$="th":IF W2=1 THEN T2$="st" 210 IF W1=2 THEN T1$="nd" 220 IF W2=2 THEN T2$="nd" 230 IF W1=3 THEN T1$="rd" 240 IF W2=3 THEN T2$="rd" 250 PRINTTAB(0,21)"Is the ";W1;T1$;" note in the tune higher or lower than the ";W2;T2$;" note."''"Press H or L "; 260 N(0)=0 270 FOR K=1 TO J 280 N(K)=INT(RND(5)*5+50):IF N(K)=N(K-1) THEN 280 290 IF J=2 AND N(1)=N(2) THEN 280 300 SOUND 1,-15,N(K),10:SOUND 1,0,0,1 310 NEXT K 320 IF N(W1)>N(W2) THEN A$="H" 330 IF N(W1)<N(W2) THEN A$="L" 340 GCOL 0,1:I=-100:I$="":ID=0 350 I$=INKEY$(50):IF I$="" OR ID=1 THEN I=I+100:PROC_BLOCK(I,400,50,600):IF I<1000 THEN 350 360 IF I$=A$ AND ID=0 THEN PRINT''"Yes, you're right":GOTO410 370 IF I<1000 THEN PRINT I$;:ID=1:GOTO350 380 COLOUR1:PRINTTAB(18,19);CHR$(128):SOUND1,-1,80,1:SOUND0,-15,7,20:COLOUR3 390 IF A$="H" THEN PRINTTAB(0,28)"No, it's higher (H)" 400 IF A$="L" THEN PRINTTAB(0,28)"No, it's lower (L)" 410COLOUR3:PRINTTAB(0,30)"Hit RETURN for more";:OSCLI("FX 21"):REPEATUNTILGET=13 420NEXT J 430PRINTTAB(0,27)"A musician like yourself shouldn't be painting fences!":END 440: 450DEFPROC_BLOCK(X,Y,W,H) 460MOVE X,Y:MOVE X+W,Y 470PLOT 85,X,Y+H 480PLOT 85,X+W,Y+H 490ENDPROC 500: 510DEFPROCins 520PRINTSPC(10)"DON'T PAINT THE CAT!"'SPC(11)"Genevieve Ludinski"' 530PRINT'"YOUR family has decided you must paint the garden fence - and the family moggy sits at the end of it as you do so..." 540PRINT'"Across the fence from you and your"'"fantastic paintbrush is the neighbour's transistor. As a mental challenge you'vedecided to paint according to the high/ low pitch of his music." 550PRINT'"When the game begins, you'll hear just two notes to compare but each correct answer will add an extra note. You'll betold then which two, and must key in H/Lfor Higher/Lower." 560PRINT'"Get it wrong, or take too long, and the poor old pussy will be painted!" 570VDU19,0,4;0;19,7,7;0; 580PRINTTAB(14,24)"PRESS SPACE!";:*FX21 590REPEATUNTILGET=32 600ENDPROC
� Don't Paint The Cat! #� Copyright (c) G.Ludinski 1983 "��6:�23;8202;0;0;0;:�"$.MENU" ($�6:�23;8202;0;0;0;19,7,0;0;:�ins 2C�5:�23;8202;0;0;0;23,128,80,112,112,248,248,248,255,136:� N(10) <!�19,0,4;0;19,2,2;0;:*FX 200 0 F � J=2 � 9 P �28,0,17,19,0:�128:� Z �28,0,31,19,18:�134:� d �28,0,31,19,0 n �0,3 x � I=0 � 1000 � 100 � �_BLOCK(I,400,50,600) � �I �3 �_BLOCK(0,500,1050,50):�_BLOCK(0,850,1050,50) � �3:�130:�18,19);�(128) � �3:�130 �$ W1=�(J):W2=�(J):� W1=W2 � �tt@ �) T1$="th":TS$="th":� W1=1 � T1$="st" � T2$="th":� W2=1 � T2$="st" � � W1=2 � T1$="nd" � � W2=2 � T2$="nd" � � W1=3 � T1$="rd" � � W2=3 � T2$="rd" �p �0,21)"Is the ";W1;T1$;" note in the tune higher or lower than the ";W2;T2$;" note."''"Press H or L "; N(0)=0 � K=1 � J . N(K)=�(�(5)*5+50):� N(K)=N(K-1) � �TXA " � J=2 � N(1)=N(2) � �TXA ,! � 1,-15,N(K),10:� 1,0,0,1 6 � K @ � N(W1)>N(W2) � A$="H" J � N(W1)<N(W2) � A$="L" T � 0,1:I=-100:I$="":ID=0 ^M I$=�(50):� I$="" � ID=1 � I=I+100:�_BLOCK(I,400,50,600):� I<1000 � �D^A h3 � I$=A$ � ID=0 � �''"Yes, you're right":�tZA r! � I<1000 � � I$;:ID=1:�D^A |2 �1:�18,19);�(128):�1,-1,80,1:�0,-15,7,20:�3 �- � A$="H" � �0,28)"No, it's higher (H)" �, � A$="L" � �0,28)"No, it's lower (L)" �6�3:�0,30)"Hit RETURN for more";:�("FX 21"):���=13 �� J �J�0,27)"A musician like yourself shouldn't be painting fences!":� �: ���_BLOCK(X,Y,W,H) �� X,Y:� X+W,Y �� 85,X,Y+H �� 85,X+W,Y+H �� �: � ��ins ;�(10)"DON'T PAINT THE CAT!"'�(11)"Genevieve Ludinski"' }�'"YOUR family has decided you must paint the garden fence - and the family moggy sits at the end of it as you do so..." ��'"Across the fence from you and your"'"fantastic paintbrush is the neighbour's transistor. As a mental challenge you'vedecided to paint according to the high/ low pitch of his music." &��'"When the game begins, you'll hear just two notes to compare but each correct answer will add an extra note. You'll betold then which two, and must key in H/Lfor Higher/Lower." 0O�'"Get it wrong, or take too long, and the poor old pussy will be painted!" :�19,0,4;0;19,7,7;0; D!�14,24)"PRESS SPACE!";:*FX21 N ���=32 X� �
00000000 0d 00 0a 1a f4 20 44 6f 6e 27 74 20 50 61 69 6e |..... Don't Pain| 00000010 74 20 54 68 65 20 43 61 74 21 0d 00 14 23 f4 20 |t The Cat!...#. | 00000020 43 6f 70 79 72 69 67 68 74 20 28 63 29 20 47 2e |Copyright (c) G.| 00000030 4c 75 64 69 6e 73 6b 69 20 31 39 38 33 0d 00 1e |Ludinski 1983...| 00000040 22 ee 85 eb 36 3a ef 32 33 3b 38 32 30 32 3b 30 |"...6:.23;8202;0| 00000050 3b 30 3b 30 3b 3a d7 22 24 2e 4d 45 4e 55 22 0d |;0;0;:."$.MENU".| 00000060 00 28 24 eb 36 3a ef 32 33 3b 38 32 30 32 3b 30 |.($.6:.23;8202;0| 00000070 3b 30 3b 30 3b 31 39 2c 37 2c 30 3b 30 3b 3a f2 |;0;0;19,7,0;0;:.| 00000080 69 6e 73 0d 00 32 43 eb 35 3a ef 32 33 3b 38 32 |ins..2C.5:.23;82| 00000090 30 32 3b 30 3b 30 3b 30 3b 32 33 2c 31 32 38 2c |02;0;0;0;23,128,| 000000a0 38 30 2c 31 31 32 2c 31 31 32 2c 32 34 38 2c 32 |80,112,112,248,2| 000000b0 34 38 2c 32 34 38 2c 32 35 35 2c 31 33 36 3a de |48,248,255,136:.| 000000c0 20 4e 28 31 30 29 0d 00 3c 21 ef 31 39 2c 30 2c | N(10)..<!.19,0,| 000000d0 34 3b 30 3b 31 39 2c 32 2c 32 3b 30 3b 3a 2a 46 |4;0;19,2,2;0;:*F| 000000e0 58 20 32 30 30 20 30 0d 00 46 0d e3 20 4a 3d 32 |X 200 0..F.. J=2| 000000f0 20 b8 20 39 0d 00 50 1a 20 20 ef 32 38 2c 30 2c | . 9..P. .28,0,| 00000100 31 37 2c 31 39 2c 30 3a fb 31 32 38 3a db 0d 00 |17,19,0:.128:...| 00000110 5a 1b 20 20 ef 32 38 2c 30 2c 33 31 2c 31 39 2c |Z. .28,0,31,19,| 00000120 31 38 3a fb 31 33 34 3a db 0d 00 64 13 20 20 ef |18:.134:...d. .| 00000130 32 38 2c 30 2c 33 31 2c 31 39 2c 30 0d 00 6e 0a |28,0,31,19,0..n.| 00000140 20 20 e6 30 2c 33 0d 00 78 18 20 20 e3 20 49 3d | .0,3..x. . I=| 00000150 30 20 b8 20 31 30 30 30 20 88 20 31 30 30 0d 00 |0 . 1000 . 100..| 00000160 82 1d 20 20 20 20 f2 5f 42 4c 4f 43 4b 28 49 2c |.. ._BLOCK(I,| 00000170 34 30 30 2c 35 30 2c 36 30 30 29 0d 00 8c 08 20 |400,50,600).... | 00000180 20 ed 49 0d 00 96 33 20 20 f2 5f 42 4c 4f 43 4b | .I...3 ._BLOCK| 00000190 28 30 2c 35 30 30 2c 31 30 35 30 2c 35 30 29 3a |(0,500,1050,50):| 000001a0 f2 5f 42 4c 4f 43 4b 28 30 2c 38 35 30 2c 31 30 |._BLOCK(0,850,10| 000001b0 35 30 2c 35 30 29 0d 00 a0 1d 20 20 fb 33 3a fb |50,50).... .3:.| 000001c0 31 33 30 3a f1 8a 31 38 2c 31 39 29 3b bd 28 31 |130:..18,19);.(1| 000001d0 32 38 29 0d 00 aa 0d 20 20 fb 33 3a fb 31 33 30 |28).... .3:.130| 000001e0 0d 00 b4 24 20 20 57 31 3d b3 28 4a 29 3a 57 32 |...$ W1=.(J):W2| 000001f0 3d b3 28 4a 29 3a e7 20 57 31 3d 57 32 20 8c 20 |=.(J):. W1=W2 . | 00000200 8d 74 74 40 0d 00 be 29 20 20 54 31 24 3d 22 74 |.tt@...) T1$="t| 00000210 68 22 3a 54 53 24 3d 22 74 68 22 3a e7 20 57 31 |h":TS$="th":. W1| 00000220 3d 31 20 8c 20 54 31 24 3d 22 73 74 22 0d 00 c8 |=1 . T1$="st"...| 00000230 20 20 20 54 32 24 3d 22 74 68 22 3a e7 20 57 32 | T2$="th":. W2| 00000240 3d 31 20 8c 20 54 32 24 3d 22 73 74 22 0d 00 d2 |=1 . T2$="st"...| 00000250 17 20 20 e7 20 57 31 3d 32 20 8c 20 54 31 24 3d |. . W1=2 . T1$=| 00000260 22 6e 64 22 0d 00 dc 17 20 20 e7 20 57 32 3d 32 |"nd".... . W2=2| 00000270 20 8c 20 54 32 24 3d 22 6e 64 22 0d 00 e6 17 20 | . T2$="nd".... | 00000280 20 e7 20 57 31 3d 33 20 8c 20 54 31 24 3d 22 72 | . W1=3 . T1$="r| 00000290 64 22 0d 00 f0 17 20 20 e7 20 57 32 3d 33 20 8c |d".... . W2=3 .| 000002a0 20 54 32 24 3d 22 72 64 22 0d 00 fa 70 20 20 f1 | T2$="rd"...p .| 000002b0 8a 30 2c 32 31 29 22 49 73 20 74 68 65 20 22 3b |.0,21)"Is the ";| 000002c0 57 31 3b 54 31 24 3b 22 20 6e 6f 74 65 20 69 6e |W1;T1$;" note in| 000002d0 20 20 74 68 65 20 74 75 6e 65 20 68 69 67 68 65 | the tune highe| 000002e0 72 20 6f 72 20 20 6c 6f 77 65 72 20 74 68 61 6e |r or lower than| 000002f0 20 74 68 65 20 22 3b 57 32 3b 54 32 24 3b 22 20 | the ";W2;T2$;" | 00000300 20 6e 6f 74 65 2e 22 27 27 22 50 72 65 73 73 20 | note."''"Press | 00000310 48 20 6f 72 20 4c 20 22 3b 0d 01 04 0c 20 20 4e |H or L ";.... N| 00000320 28 30 29 3d 30 0d 01 0e 0f 20 20 e3 20 4b 3d 31 |(0)=0.... . K=1| 00000330 20 b8 20 4a 0d 01 18 2e 20 20 20 20 4e 28 4b 29 | . J.... N(K)| 00000340 3d a8 28 b3 28 35 29 2a 35 2b 35 30 29 3a e7 20 |=.(.(5)*5+50):. | 00000350 4e 28 4b 29 3d 4e 28 4b 2d 31 29 20 8c 20 8d 54 |N(K)=N(K-1) . .T| 00000360 58 41 0d 01 22 20 20 20 20 20 e7 20 4a 3d 32 20 |XA.." . J=2 | 00000370 80 20 4e 28 31 29 3d 4e 28 32 29 20 8c 20 8d 54 |. N(1)=N(2) . .T| 00000380 58 41 0d 01 2c 21 20 20 20 20 d4 20 31 2c 2d 31 |XA..,! . 1,-1| 00000390 35 2c 4e 28 4b 29 2c 31 30 3a d4 20 31 2c 30 2c |5,N(K),10:. 1,0,| 000003a0 30 2c 31 0d 01 36 09 20 20 ed 20 4b 0d 01 40 1c |0,1..6. . K..@.| 000003b0 20 20 e7 20 4e 28 57 31 29 3e 4e 28 57 32 29 20 | . N(W1)>N(W2) | 000003c0 8c 20 41 24 3d 22 48 22 0d 01 4a 1c 20 20 e7 20 |. A$="H"..J. . | 000003d0 4e 28 57 31 29 3c 4e 28 57 32 29 20 8c 20 41 24 |N(W1)<N(W2) . A$| 000003e0 3d 22 4c 22 0d 01 54 1d 20 20 e6 20 30 2c 31 3a |="L"..T. . 0,1:| 000003f0 49 3d 2d 31 30 30 3a 49 24 3d 22 22 3a 49 44 3d |I=-100:I$="":ID=| 00000400 30 0d 01 5e 4d 20 20 49 24 3d bf 28 35 30 29 3a |0..^M I$=.(50):| 00000410 e7 20 49 24 3d 22 22 20 84 20 49 44 3d 31 20 8c |. I$="" . ID=1 .| 00000420 20 49 3d 49 2b 31 30 30 3a f2 5f 42 4c 4f 43 4b | I=I+100:._BLOCK| 00000430 28 49 2c 34 30 30 2c 35 30 2c 36 30 30 29 3a e7 |(I,400,50,600):.| 00000440 20 49 3c 31 30 30 30 20 8c 20 8d 44 5e 41 0d 01 | I<1000 . .D^A..| 00000450 68 33 20 20 e7 20 49 24 3d 41 24 20 80 20 49 44 |h3 . I$=A$ . ID| 00000460 3d 30 20 8c 20 f1 27 27 22 59 65 73 2c 20 79 6f |=0 . .''"Yes, yo| 00000470 75 27 72 65 20 72 69 67 68 74 22 3a e5 8d 74 5a |u're right":..tZ| 00000480 41 0d 01 72 21 20 20 e7 20 49 3c 31 30 30 30 20 |A..r! . I<1000 | 00000490 8c 20 f1 20 49 24 3b 3a 49 44 3d 31 3a e5 8d 44 |. . I$;:ID=1:..D| 000004a0 5e 41 0d 01 7c 32 20 20 fb 31 3a f1 8a 31 38 2c |^A..|2 .1:..18,| 000004b0 31 39 29 3b bd 28 31 32 38 29 3a d4 31 2c 2d 31 |19);.(128):.1,-1| 000004c0 2c 38 30 2c 31 3a d4 30 2c 2d 31 35 2c 37 2c 32 |,80,1:.0,-15,7,2| 000004d0 30 3a fb 33 0d 01 86 2d 20 20 e7 20 41 24 3d 22 |0:.3...- . A$="| 000004e0 48 22 20 8c 20 f1 8a 30 2c 32 38 29 22 4e 6f 2c |H" . ..0,28)"No,| 000004f0 20 69 74 27 73 20 68 69 67 68 65 72 20 28 48 29 | it's higher (H)| 00000500 22 0d 01 90 2c 20 20 e7 20 41 24 3d 22 4c 22 20 |"..., . A$="L" | 00000510 8c 20 f1 8a 30 2c 32 38 29 22 4e 6f 2c 20 69 74 |. ..0,28)"No, it| 00000520 27 73 20 6c 6f 77 65 72 20 28 4c 29 22 0d 01 9a |'s lower (L)"...| 00000530 36 fb 33 3a f1 8a 30 2c 33 30 29 22 48 69 74 20 |6.3:..0,30)"Hit | 00000540 52 45 54 55 52 4e 20 66 6f 72 20 6d 6f 72 65 22 |RETURN for more"| 00000550 3b 3a ff 28 22 46 58 20 32 31 22 29 3a f5 fd a5 |;:.("FX 21"):...| 00000560 3d 31 33 0d 01 a4 07 ed 20 4a 0d 01 ae 4a f1 8a |=13..... J...J..| 00000570 30 2c 32 37 29 22 41 20 6d 75 73 69 63 69 61 6e |0,27)"A musician| 00000580 20 6c 69 6b 65 20 20 20 20 20 79 6f 75 72 73 65 | like yourse| 00000590 6c 66 20 73 68 6f 75 6c 64 6e 27 74 20 20 62 65 |lf shouldn't be| 000005a0 20 70 61 69 6e 74 69 6e 67 20 66 65 6e 63 65 73 | painting fences| 000005b0 21 22 3a e0 0d 01 b8 05 3a 0d 01 c2 15 dd f2 5f |!":.....:......_| 000005c0 42 4c 4f 43 4b 28 58 2c 59 2c 57 2c 48 29 0d 01 |BLOCK(X,Y,W,H)..| 000005d0 cc 11 ec 20 58 2c 59 3a ec 20 58 2b 57 2c 59 0d |... X,Y:. X+W,Y.| 000005e0 01 d6 0e f0 20 38 35 2c 58 2c 59 2b 48 0d 01 e0 |.... 85,X,Y+H...| 000005f0 10 f0 20 38 35 2c 58 2b 57 2c 59 2b 48 0d 01 ea |.. 85,X+W,Y+H...| 00000600 05 e1 0d 01 f4 05 3a 0d 01 fe 09 dd f2 69 6e 73 |......:......ins| 00000610 0d 02 08 3b f1 89 28 31 30 29 22 44 4f 4e 27 54 |...;..(10)"DON'T| 00000620 20 50 41 49 4e 54 20 54 48 45 20 43 41 54 21 22 | PAINT THE CAT!"| 00000630 27 89 28 31 31 29 22 47 65 6e 65 76 69 65 76 65 |'.(11)"Genevieve| 00000640 20 4c 75 64 69 6e 73 6b 69 22 27 0d 02 12 7d f1 | Ludinski"'...}.| 00000650 27 22 59 4f 55 52 20 66 61 6d 69 6c 79 20 68 61 |'"YOUR family ha| 00000660 73 20 64 65 63 69 64 65 64 20 79 6f 75 20 6d 75 |s decided you mu| 00000670 73 74 20 70 61 69 6e 74 20 20 74 68 65 20 67 61 |st paint the ga| 00000680 72 64 65 6e 20 66 65 6e 63 65 20 2d 20 61 6e 64 |rden fence - and| 00000690 20 74 68 65 20 66 61 6d 69 6c 79 20 6d 6f 67 67 | the family mogg| 000006a0 79 20 73 69 74 73 20 61 74 20 74 68 65 20 65 6e |y sits at the en| 000006b0 64 20 6f 66 20 69 74 20 61 73 20 79 6f 75 20 64 |d of it as you d| 000006c0 6f 20 73 6f 2e 2e 2e 22 0d 02 1c bc f1 27 22 41 |o so...".....'"A| 000006d0 63 72 6f 73 73 20 74 68 65 20 66 65 6e 63 65 20 |cross the fence | 000006e0 66 72 6f 6d 20 79 6f 75 20 61 6e 64 20 79 6f 75 |from you and you| 000006f0 72 22 27 22 66 61 6e 74 61 73 74 69 63 20 70 61 |r"'"fantastic pa| 00000700 69 6e 74 62 72 75 73 68 20 69 73 20 74 68 65 20 |intbrush is the | 00000710 6e 65 69 67 68 62 6f 75 72 27 73 20 74 72 61 6e |neighbour's tran| 00000720 73 69 73 74 6f 72 2e 20 41 73 20 61 20 6d 65 6e |sistor. As a men| 00000730 74 61 6c 20 63 68 61 6c 6c 65 6e 67 65 20 79 6f |tal challenge yo| 00000740 75 27 76 65 64 65 63 69 64 65 64 20 74 6f 20 70 |u'vedecided to p| 00000750 61 69 6e 74 20 61 63 63 6f 72 64 69 6e 67 20 74 |aint according t| 00000760 6f 20 74 68 65 20 68 69 67 68 2f 20 6c 6f 77 20 |o the high/ low | 00000770 70 69 74 63 68 20 6f 66 20 68 69 73 20 6d 75 73 |pitch of his mus| 00000780 69 63 2e 22 0d 02 26 b9 f1 27 22 57 68 65 6e 20 |ic."..&..'"When | 00000790 74 68 65 20 67 61 6d 65 20 62 65 67 69 6e 73 2c |the game begins,| 000007a0 20 79 6f 75 27 6c 6c 20 68 65 61 72 20 6a 75 73 | you'll hear jus| 000007b0 74 20 20 74 77 6f 20 6e 6f 74 65 73 20 74 6f 20 |t two notes to | 000007c0 63 6f 6d 70 61 72 65 20 62 75 74 20 65 61 63 68 |compare but each| 000007d0 20 63 6f 72 72 65 63 74 20 20 20 61 6e 73 77 65 | correct answe| 000007e0 72 20 77 69 6c 6c 20 61 64 64 20 61 6e 20 65 78 |r will add an ex| 000007f0 74 72 61 20 6e 6f 74 65 2e 20 59 6f 75 27 6c 6c |tra note. You'll| 00000800 20 62 65 74 6f 6c 64 20 74 68 65 6e 20 77 68 69 | betold then whi| 00000810 63 68 20 74 77 6f 2c 20 61 6e 64 20 6d 75 73 74 |ch two, and must| 00000820 20 6b 65 79 20 69 6e 20 48 2f 4c 66 6f 72 20 48 | key in H/Lfor H| 00000830 69 67 68 65 72 2f 4c 6f 77 65 72 2e 22 0d 02 30 |igher/Lower."..0| 00000840 4f f1 27 22 47 65 74 20 69 74 20 77 72 6f 6e 67 |O.'"Get it wrong| 00000850 2c 20 6f 72 20 74 61 6b 65 20 74 6f 6f 20 6c 6f |, or take too lo| 00000860 6e 67 2c 20 61 6e 64 20 74 68 65 20 70 6f 6f 72 |ng, and the poor| 00000870 20 6f 6c 64 20 70 75 73 73 79 20 77 69 6c 6c 20 | old pussy will | 00000880 62 65 20 70 61 69 6e 74 65 64 21 22 0d 02 3a 17 |be painted!"..:.| 00000890 ef 31 39 2c 30 2c 34 3b 30 3b 31 39 2c 37 2c 37 |.19,0,4;0;19,7,7| 000008a0 3b 30 3b 0d 02 44 21 f1 8a 31 34 2c 32 34 29 22 |;0;..D!..14,24)"| 000008b0 50 52 45 53 53 20 53 50 41 43 45 21 22 3b 3a 2a |PRESS SPACE!";:*| 000008c0 46 58 32 31 0d 02 4e 0a f5 fd a5 3d 33 32 0d 02 |FX21..N....=32..| 000008d0 58 05 e1 0d ff |X....| 000008d5