Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_11.ADF » SKI
SKI
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 » Electron_User_Group » EUG_11.ADF |
Filename: | SKI |
Read OK: | ✔ |
File size: | 0D89 bytes |
Load address: | FFFF1D00 |
Exec address: | FFFF8023 |
File contents
10REM SLALOM 20REM BY WPW - AUTUMN 1993 30REM FROM A VERY PRIMATIVE VERSION 40REM THAT HAS BEEN KNOCKING ABOUT 50REM ON ONE OF MY DISCS FOR YEARS! 60MODE4:VDU23,1,0;0;0;0; 70VDU19,0,3;0; 80VDU19,1,4;0; 90PROCski 100PRINTTAB(2,15)"S K I" 110PRINTTAB(2,16)"/////" 120PRINTTAB(2,18)"S L A L O M" 130PRINTTAB(2,19)"///////////" 140PRINTTAB(10,29)"Please press <SPACE>" 150REPEAT:A$=GET$:UNTIL A$=" " 160CLS:PRINTTAB(9,3)"I N S T R U C T I O N S";TAB(9,4)"///////////////////////";TAB(7,6)"(Press <SHIFT> to scroll)"'' 170VDU14 180PRINT"As you hurtle down a tree-lined run,"''"the red wax from your skis leaving a"''"trail in the snow, you are competing"''"to get through as many stages as"''"possible without veering off course." 190PRINT'''"To begin with it's easy, but as you"''"enter each successive stage the run"''"becomes narrower, making it more tricky"''"to avoid those ever-present trees."''"If you hit one head-on it's all over" 200PRINT'"and you have to start again."'''"Use the ""<"" key to steer left."''" "">"" key to steer right."'''"If you can get past stage 8, you are"''"doing better than me!"'''"PRESS <SPACE> TO PLAY" 210REPEAT:A$=GET$:UNTIL A$=" " 220VDU15 230REPEAT 240flag=0 250MODE1 260PROCchars 270VDU19,2,2;0; 280VDU19,0,9;0; 290COLOUR131:CLS 300p$=s$ 310TIME=0 320W%=40 330P%=15 340R$="." 350L$="," 360VDU23,1,0;0;0;0; 370PRINT 380T%=(W%/2)-(P%/2) 390C%=W%/2 400IF TIME>1000 THEN TIME=0 410IF TIME=0 THEN P%=P%-1:PROCstage 420COLOUR2:PRINTTAB(T%);t$;:COLOUR1:PRINTTAB(C%);p$;:COLOUR2:PRINTTAB(T%+P%);t$ 430PRINT 440R%=RND(2) 450IF R%=1 AND T%>2 T%=T%-1 460IF R%=2 AND T%+P%<(W%-2) THEN T%=T%+1 470A$=INKEY$0 480IF A$=L$ THEN C%=C%-1 490IF A$=R$ THEN C%=C%+1 500 IF A$=L$ THEN p$=l$ 510 IF A$=R$ THEN p$=r$ 520 IF A$="" THEN p$=s$ 530IF C%<T% THEN flag=1:PROCcrash 540IF C%>(P%+T%) THEN flag=1:PROCcrash 550IF flag=0 THEN GOTO 400 560UNTIL FALSE 570END 580DEFPROCcrash 590PROCstage 600SOUND0,-15,4,10 610CLS:PRINT'''''"YOU CRASHED AT STAGE ";stage%:PRINT''''"PRESS <SPACE> TO RE-START"''"OR <M> FOR MAIN MENU" 620REPEAT:A$=GET$:UNTIL A$=" " OR A$="M" 630IF A$="M" THEN CHAIN"$.MENU" 640ENDPROC 650 DEF PROCchars 660 VDU23,224,129,0,129,0,129,0,129,0 670 VDU23,225,16,0,33,0,66,0,132,0 680 VDU23,226,8,0,132,0,66,0,33,0 690 VDU23,227,16,56,16,124,16,254,16,16 700s$=CHR$224 710l$=CHR$225 720r$=CHR$226 730t$=CHR$227 740ENDPROC 750DEF PROCstage 760COLOUR0 770stage%=16-P% 780PRINT"STAGE ";stage% 790SOUND1,-15,200,20 800ENDPROC 810DEF PROCski 820MOVE440,820 830DRAW460,840 840DRAW688,944 850DRAW584,840 860DRAW468,840 870DRAW436,820 880DRAW456,804 890DRAW508,804 900DRAW516,784 910DRAW496,764 920DRAW468,764 930DRAW468,804 940DRAW576,804 950DRAW592,816 960DRAW584,840 970MOVE472,764 980DRAW432,676 990DRAW508,732 1000DRAW496,748 1010DRAW480,736 1020MOVE488,716 1030DRAW500,704 1040DRAW524,736 1050DRAW504,696 1060DRAW504,656 1070DRAW516,652 1080DRAW528,660 1090DRAW604,768 1100DRAW568,804 1110DRAW608,764 1120DRAW660,724 1130DRAW804,760 1140DRAW824,704 1150DRAW1024,652 1160DRAW940,600 1170MOVE836,588 1180DRAW1128,628 1190DRAW1120,664 1200DRAW1132,668 1210DRAW1140,632 1220DRAW1196,632 1230DRAW1144,616 1240DRAW1152,588 1250DRAW1140,588 1260DRAW1132,612 1270DRAW844,568 1280DRAW820,532 1290DRAW776,556 1300DRAW768,596 1310DRAW772,576 1320DRAW740,572 1330DRAW748,540 1340DRAW764,532 1350DRAW772,552 1360DRAW764,600 1370DRAW820,612 1380DRAW832,588 1390DRAW824,608 1400DRAW832,608 1410DRAW820,704 1420MOVE556,696 1430DRAW564,656 1440DRAW584,612 1450DRAW688,544 1460DRAW784,496 1470DRAW900,576 1480MOVE808,512 1490DRAW760,352 1500DRAW912,304 1510DRAW828,244 1520DRAW816,212 1530DRAW840,200 1540DRAW732,148 1550DRAW692,144 1560DRAW668,152 1570DRAW648,192 1580DRAW648,144 1590DRAW672,124 1600DRAW712,116 1610DRAW1280,412 1620DRAW1280,440 1630DRAW824,192 1640MOVE1016,296 1650DRAW976,336 1660DRAW912,304 1670DRAW1012,352 1680DRAW876,416 1690DRAW848,380 1700DRAW872,416 1710DRAW824,408 1720DRAW824,412 1730DRAW876,420 1740DRAW924,580 1750MOVE764,600 1760DRAW756,676 1770DRAW784,716 1780DRAW752,676 1790DRAW652,648 1800MOVE660,724 1810DRAW596,712 1820DRAW588,672 1830MOVE900,232 1840DRAW876,280 1850DRAW860,268 1860DRAW880,224 1870MOVE840,568 1880DRAW836,584 1890ENDPROC 1900REM HELLO! HOPE YOU ENJOYED 1910REM LOOKING AT THIS LISTING!
� SLALOM � BY WPW - AUTUMN 1993 #� FROM A VERY PRIMATIVE VERSION ("� THAT HAS BEEN KNOCKING ABOUT 2#� ON ONE OF MY DISCS FOR YEARS! <�4:�23,1,0;0;0;0; F�19,0,3;0; P�19,1,4;0; Z�ski d�2,15)"S K I" n�2,16)"/////" x�2,18)"S L A L O M" ��2,19)"///////////" �"�10,29)"Please press <SPACE>" ��:A$=�:� A$=" " �g�:�9,3)"I N S T R U C T I O N S";�9,4)"///////////////////////";�7,6)"(Press <SHIFT> to scroll)"'' ��14 ���"As you hurtle down a tree-lined run,"''"the red wax from your skis leaving a"''"trail in the snow, you are competing"''"to get through as many stages as"''"possible without veering off course." ���'''"To begin with it's easy, but as you"''"enter each successive stage the run"''"becomes narrower, making it more tricky"''"to avoid those ever-present trees."''"If you hit one head-on it's all over" ���'"and you have to start again."'''"Use the ""<"" key to steer left."''" "">"" key to steer right."'''"If you can get past stage 8, you are"''"doing better than me!"'''"PRESS <SPACE> TO PLAY" ��:A$=�:� A$=" " ��15 �� � flag=0 ��1 �chars �19,2,2;0; �19,0,9;0; " �131:� , p$=s$ 6�=0 @ W%=40 J P%=15 T R$="." ^ L$="," h�23,1,0;0;0;0; r� |T%=(W%/2)-(P%/2) �C%=W%/2 �� �>1000 � �=0 �� �=0 � P%=P%-1:�stage �,�2:�T%);t$;:�1:�C%);p$;:�2:�T%+P%);t$ �� �R%=�(2) �� R%=1 � T%>2 T%=T%-1 �#� R%=2 � T%+P%<(W%-2) � T%=T%+1 � A$=�0 �� A$=L$ � C%=C%-1 �� A$=R$ � C%=C%+1 � � A$=L$ � p$=l$ � � A$=R$ � p$=r$ � A$="" � p$=s$ � C%<T% � flag=1:�crash � C%>(P%+T%) � flag=1:�crash &� flag=0 � � �tPA 0� � :� D��crash N �stage X�0,-15,4,10 bc�:�'''''"YOU CRASHED AT STAGE ";stage%:�''''"PRESS <SPACE> TO RE-START"''"OR <M> FOR MAIN MENU" l�:A$=�:� A$=" " � A$="M" v� A$="M" � �"$.MENU" �� � � �chars �$ �23,224,129,0,129,0,129,0,129,0 �! �23,225,16,0,33,0,66,0,132,0 � �23,226,8,0,132,0,66,0,33,0 �& �23,227,16,56,16,124,16,254,16,16 �s$=�224 �l$=�225 �r$=�226 �t$=�227 �� �� �stage ��0 stage%=16-P% �"STAGE ";stage% �1,-15,200,20 � * � �ski 4�440,820 >�460,840 H�688,944 R�584,840 \�468,840 f�436,820 p�456,804 z�508,804 ��516,784 ��496,764 ��468,764 ��468,804 ��576,804 ��592,816 ��584,840 ��472,764 ��432,676 ��508,732 ��496,748 ��480,736 ��488,716 �500,704 �524,736 �504,696 $�504,656 .�516,652 8�528,660 B�604,768 L�568,804 V�608,764 `�660,724 j�804,760 t�824,704 ~ �1024,652 ��940,600 ��836,588 � �1128,628 � �1120,664 � �1132,668 � �1140,632 � �1196,632 � �1144,616 � �1152,588 � �1140,588 � �1132,612 ��844,568 �820,532 �776,556 �768,596 �772,576 (�740,572 2�748,540 <�764,532 F�772,552 P�764,600 Z�820,612 d�832,588 n�824,608 x�832,608 ��820,704 ��556,696 ��564,656 ��584,612 ��688,544 ��784,496 ��900,576 ��808,512 ��760,352 ��912,304 ��828,244 ��816,212 ��840,200 �732,148 �692,144 �668,152 "�648,192 ,�648,144 6�672,124 @�712,116 J �1280,412 T �1280,440 ^�824,192 h �1016,296 r�976,336 |�912,304 � �1012,352 ��876,416 ��848,380 ��872,416 ��824,408 ��824,412 ��876,420 ��924,580 ��764,600 ��756,676 ��784,716 ��752,676 ��652,648 �660,724 �596,712 �588,672 &�900,232 0�876,280 :�860,268 D�880,224 N�840,568 X�836,584 b� l� HELLO! HOPE YOU ENJOYED v� LOOKING AT THIS LISTING! �
00000000 0d 00 0a 0c f4 20 53 4c 41 4c 4f 4d 0d 00 14 1a |..... SLALOM....| 00000010 f4 20 42 59 20 57 50 57 20 2d 20 41 55 54 55 4d |. BY WPW - AUTUM| 00000020 4e 20 31 39 39 33 0d 00 1e 23 f4 20 46 52 4f 4d |N 1993...#. FROM| 00000030 20 41 20 56 45 52 59 20 50 52 49 4d 41 54 49 56 | A VERY PRIMATIV| 00000040 45 20 56 45 52 53 49 4f 4e 0d 00 28 22 f4 20 54 |E VERSION..(". T| 00000050 48 41 54 20 48 41 53 20 42 45 45 4e 20 4b 4e 4f |HAT HAS BEEN KNO| 00000060 43 4b 49 4e 47 20 41 42 4f 55 54 0d 00 32 23 f4 |CKING ABOUT..2#.| 00000070 20 4f 4e 20 4f 4e 45 20 4f 46 20 4d 59 20 44 49 | ON ONE OF MY DI| 00000080 53 43 53 20 46 4f 52 20 59 45 41 52 53 21 0d 00 |SCS FOR YEARS!..| 00000090 3c 15 eb 34 3a ef 32 33 2c 31 2c 30 3b 30 3b 30 |<..4:.23,1,0;0;0| 000000a0 3b 30 3b 0d 00 46 0e ef 31 39 2c 30 2c 33 3b 30 |;0;..F..19,0,3;0| 000000b0 3b 0d 00 50 0e ef 31 39 2c 31 2c 34 3b 30 3b 0d |;..P..19,1,4;0;.| 000000c0 00 5a 08 f2 73 6b 69 0d 00 64 12 f1 8a 32 2c 31 |.Z..ski..d...2,1| 000000d0 35 29 22 53 20 4b 20 49 22 0d 00 6e 12 f1 8a 32 |5)"S K I"..n...2| 000000e0 2c 31 36 29 22 2f 2f 2f 2f 2f 22 0d 00 78 18 f1 |,16)"/////"..x..| 000000f0 8a 32 2c 31 38 29 22 53 20 4c 20 41 20 4c 20 4f |.2,18)"S L A L O| 00000100 20 4d 22 0d 00 82 18 f1 8a 32 2c 31 39 29 22 2f | M"......2,19)"/| 00000110 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f 22 0d 00 8c 22 f1 |//////////"...".| 00000120 8a 31 30 2c 32 39 29 22 50 6c 65 61 73 65 20 70 |.10,29)"Please p| 00000130 72 65 73 73 20 3c 53 50 41 43 45 3e 22 0d 00 96 |ress <SPACE>"...| 00000140 13 f5 3a 41 24 3d be 3a fd 20 41 24 3d 22 20 22 |..:A$=.:. A$=" "| 00000150 0d 00 a0 67 db 3a f1 8a 39 2c 33 29 22 49 20 4e |...g.:..9,3)"I N| 00000160 20 53 20 54 20 52 20 55 20 43 20 54 20 49 20 4f | S T R U C T I O| 00000170 20 4e 20 53 22 3b 8a 39 2c 34 29 22 2f 2f 2f 2f | N S";.9,4)"////| 00000180 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f 2f |////////////////| 00000190 2f 2f 2f 22 3b 8a 37 2c 36 29 22 28 50 72 65 73 |///";.7,6)"(Pres| 000001a0 73 20 3c 53 48 49 46 54 3e 20 74 6f 20 73 63 72 |s <SHIFT> to scr| 000001b0 6f 6c 6c 29 22 27 27 0d 00 aa 07 ef 31 34 0d 00 |oll)"''.....14..| 000001c0 b4 c7 f1 22 41 73 20 79 6f 75 20 68 75 72 74 6c |..."As you hurtl| 000001d0 65 20 64 6f 77 6e 20 61 20 74 72 65 65 2d 6c 69 |e down a tree-li| 000001e0 6e 65 64 20 72 75 6e 2c 22 27 27 22 74 68 65 20 |ned run,"''"the | 000001f0 72 65 64 20 77 61 78 20 66 72 6f 6d 20 79 6f 75 |red wax from you| 00000200 72 20 73 6b 69 73 20 6c 65 61 76 69 6e 67 20 61 |r skis leaving a| 00000210 22 27 27 22 74 72 61 69 6c 20 69 6e 20 74 68 65 |"''"trail in the| 00000220 20 73 6e 6f 77 2c 20 79 6f 75 20 61 72 65 20 63 | snow, you are c| 00000230 6f 6d 70 65 74 69 6e 67 22 27 27 22 74 6f 20 67 |ompeting"''"to g| 00000240 65 74 20 74 68 72 6f 75 67 68 20 61 73 20 6d 61 |et through as ma| 00000250 6e 79 20 73 74 61 67 65 73 20 61 73 22 27 27 22 |ny stages as"''"| 00000260 70 6f 73 73 69 62 6c 65 20 77 69 74 68 6f 75 74 |possible without| 00000270 20 76 65 65 72 69 6e 67 20 6f 66 66 20 63 6f 75 | veering off cou| 00000280 72 73 65 2e 22 0d 00 be cd f1 27 27 27 22 54 6f |rse.".....'''"To| 00000290 20 62 65 67 69 6e 20 77 69 74 68 20 69 74 27 73 | begin with it's| 000002a0 20 65 61 73 79 2c 20 62 75 74 20 61 73 20 79 6f | easy, but as yo| 000002b0 75 22 27 27 22 65 6e 74 65 72 20 65 61 63 68 20 |u"''"enter each | 000002c0 73 75 63 63 65 73 73 69 76 65 20 73 74 61 67 65 |successive stage| 000002d0 20 74 68 65 20 72 75 6e 22 27 27 22 62 65 63 6f | the run"''"beco| 000002e0 6d 65 73 20 6e 61 72 72 6f 77 65 72 2c 20 6d 61 |mes narrower, ma| 000002f0 6b 69 6e 67 20 69 74 20 6d 6f 72 65 20 74 72 69 |king it more tri| 00000300 63 6b 79 22 27 27 22 74 6f 20 61 76 6f 69 64 20 |cky"''"to avoid | 00000310 74 68 6f 73 65 20 65 76 65 72 2d 70 72 65 73 65 |those ever-prese| 00000320 6e 74 20 74 72 65 65 73 2e 22 27 27 22 49 66 20 |nt trees."''"If | 00000330 79 6f 75 20 68 69 74 20 6f 6e 65 20 68 65 61 64 |you hit one head| 00000340 2d 6f 6e 20 69 74 27 73 20 61 6c 6c 20 6f 76 65 |-on it's all ove| 00000350 72 22 0d 00 c8 ca f1 27 22 61 6e 64 20 79 6f 75 |r".....'"and you| 00000360 20 68 61 76 65 20 74 6f 20 73 74 61 72 74 20 61 | have to start a| 00000370 67 61 69 6e 2e 22 27 27 27 22 55 73 65 20 74 68 |gain."'''"Use th| 00000380 65 20 22 22 3c 22 22 20 6b 65 79 20 74 6f 20 73 |e ""<"" key to s| 00000390 74 65 65 72 20 6c 65 66 74 2e 22 27 27 22 20 20 |teer left."''" | 000003a0 20 20 20 20 20 20 22 22 3e 22 22 20 6b 65 79 20 | "">"" key | 000003b0 74 6f 20 73 74 65 65 72 20 72 69 67 68 74 2e 22 |to steer right."| 000003c0 27 27 27 22 49 66 20 79 6f 75 20 63 61 6e 20 67 |'''"If you can g| 000003d0 65 74 20 70 61 73 74 20 73 74 61 67 65 20 38 2c |et past stage 8,| 000003e0 20 79 6f 75 20 61 72 65 22 27 27 22 64 6f 69 6e | you are"''"doin| 000003f0 67 20 62 65 74 74 65 72 20 74 68 61 6e 20 6d 65 |g better than me| 00000400 21 22 27 27 27 22 50 52 45 53 53 20 3c 53 50 41 |!"'''"PRESS <SPA| 00000410 43 45 3e 20 54 4f 20 50 4c 41 59 22 0d 00 d2 13 |CE> TO PLAY"....| 00000420 f5 3a 41 24 3d be 3a fd 20 41 24 3d 22 20 22 0d |.:A$=.:. A$=" ".| 00000430 00 dc 07 ef 31 35 0d 00 e6 05 f5 0d 00 f0 0a 66 |....15.........f| 00000440 6c 61 67 3d 30 0d 00 fa 06 eb 31 0d 01 04 0a f2 |lag=0.....1.....| 00000450 63 68 61 72 73 0d 01 0e 0e ef 31 39 2c 32 2c 32 |chars.....19,2,2| 00000460 3b 30 3b 0d 01 18 0e ef 31 39 2c 30 2c 39 3b 30 |;0;.....19,0,9;0| 00000470 3b 0d 01 22 0a fb 31 33 31 3a db 0d 01 2c 09 70 |;.."..131:...,.p| 00000480 24 3d 73 24 0d 01 36 07 d1 3d 30 0d 01 40 09 57 |$=s$..6..=0..@.W| 00000490 25 3d 34 30 0d 01 4a 09 50 25 3d 31 35 0d 01 54 |%=40..J.P%=15..T| 000004a0 0a 52 24 3d 22 2e 22 0d 01 5e 0a 4c 24 3d 22 2c |.R$="."..^.L$=",| 000004b0 22 0d 01 68 12 ef 32 33 2c 31 2c 30 3b 30 3b 30 |"..h..23,1,0;0;0| 000004c0 3b 30 3b 0d 01 72 05 f1 0d 01 7c 14 54 25 3d 28 |;0;..r....|.T%=(| 000004d0 57 25 2f 32 29 2d 28 50 25 2f 32 29 0d 01 86 0b |W%/2)-(P%/2)....| 000004e0 43 25 3d 57 25 2f 32 0d 01 90 12 e7 20 91 3e 31 |C%=W%/2..... .>1| 000004f0 30 30 30 20 8c 20 d1 3d 30 0d 01 9a 1a e7 20 91 |000 . .=0..... .| 00000500 3d 30 20 8c 20 50 25 3d 50 25 2d 31 3a f2 73 74 |=0 . P%=P%-1:.st| 00000510 61 67 65 0d 01 a4 2c fb 32 3a f1 8a 54 25 29 3b |age...,.2:..T%);| 00000520 74 24 3b 3a fb 31 3a f1 8a 43 25 29 3b 70 24 3b |t$;:.1:..C%);p$;| 00000530 3a fb 32 3a f1 8a 54 25 2b 50 25 29 3b 74 24 0d |:.2:..T%+P%);t$.| 00000540 01 ae 05 f1 0d 01 b8 0b 52 25 3d b3 28 32 29 0d |........R%=.(2).| 00000550 01 c2 19 e7 20 52 25 3d 31 20 80 20 54 25 3e 32 |.... R%=1 . T%>2| 00000560 20 54 25 3d 54 25 2d 31 0d 01 cc 23 e7 20 52 25 | T%=T%-1...#. R%| 00000570 3d 32 20 80 20 54 25 2b 50 25 3c 28 57 25 2d 32 |=2 . T%+P%<(W%-2| 00000580 29 20 8c 20 54 25 3d 54 25 2b 31 0d 01 d6 09 41 |) . T%=T%+1....A| 00000590 24 3d bf 30 0d 01 e0 15 e7 20 41 24 3d 4c 24 20 |$=.0..... A$=L$ | 000005a0 8c 20 43 25 3d 43 25 2d 31 0d 01 ea 15 e7 20 41 |. C%=C%-1..... A| 000005b0 24 3d 52 24 20 8c 20 43 25 3d 43 25 2b 31 0d 01 |$=R$ . C%=C%+1..| 000005c0 f4 14 20 e7 20 41 24 3d 4c 24 20 8c 20 70 24 3d |.. . A$=L$ . p$=| 000005d0 6c 24 0d 01 fe 14 20 e7 20 41 24 3d 52 24 20 8c |l$.... . A$=R$ .| 000005e0 20 70 24 3d 72 24 0d 02 08 14 20 e7 20 41 24 3d | p$=r$.... . A$=| 000005f0 22 22 20 8c 20 70 24 3d 73 24 0d 02 12 1b e7 20 |"" . p$=s$..... | 00000600 43 25 3c 54 25 20 8c 20 66 6c 61 67 3d 31 3a f2 |C%<T% . flag=1:.| 00000610 63 72 61 73 68 0d 02 1c 20 e7 20 43 25 3e 28 50 |crash... . C%>(P| 00000620 25 2b 54 25 29 20 8c 20 66 6c 61 67 3d 31 3a f2 |%+T%) . flag=1:.| 00000630 63 72 61 73 68 0d 02 26 15 e7 20 66 6c 61 67 3d |crash..&.. flag=| 00000640 30 20 8c 20 e5 20 8d 74 50 41 0d 02 30 07 fd 20 |0 . . .tPA..0.. | 00000650 a3 0d 02 3a 05 e0 0d 02 44 0b dd f2 63 72 61 73 |...:....D...cras| 00000660 68 0d 02 4e 0a f2 73 74 61 67 65 0d 02 58 0f d4 |h..N..stage..X..| 00000670 30 2c 2d 31 35 2c 34 2c 31 30 0d 02 62 63 db 3a |0,-15,4,10..bc.:| 00000680 f1 27 27 27 27 27 22 59 4f 55 20 43 52 41 53 48 |.'''''"YOU CRASH| 00000690 45 44 20 41 54 20 53 54 41 47 45 20 22 3b 73 74 |ED AT STAGE ";st| 000006a0 61 67 65 25 3a f1 27 27 27 27 22 50 52 45 53 53 |age%:.''''"PRESS| 000006b0 20 3c 53 50 41 43 45 3e 20 54 4f 20 52 45 2d 53 | <SPACE> TO RE-S| 000006c0 54 41 52 54 22 27 27 22 4f 52 20 3c 4d 3e 20 46 |TART"''"OR <M> F| 000006d0 4f 52 20 4d 41 49 4e 20 4d 45 4e 55 22 0d 02 6c |OR MAIN MENU"..l| 000006e0 1c f5 3a 41 24 3d be 3a fd 20 41 24 3d 22 20 22 |..:A$=.:. A$=" "| 000006f0 20 84 20 41 24 3d 22 4d 22 0d 02 76 18 e7 20 41 | . A$="M"..v.. A| 00000700 24 3d 22 4d 22 20 8c 20 d7 22 24 2e 4d 45 4e 55 |$="M" . ."$.MENU| 00000710 22 0d 02 80 05 e1 0d 02 8a 0d 20 dd 20 f2 63 68 |"......... . .ch| 00000720 61 72 73 0d 02 94 24 20 ef 32 33 2c 32 32 34 2c |ars...$ .23,224,| 00000730 31 32 39 2c 30 2c 31 32 39 2c 30 2c 31 32 39 2c |129,0,129,0,129,| 00000740 30 2c 31 32 39 2c 30 0d 02 9e 21 20 ef 32 33 2c |0,129,0...! .23,| 00000750 32 32 35 2c 31 36 2c 30 2c 33 33 2c 30 2c 36 36 |225,16,0,33,0,66| 00000760 2c 30 2c 31 33 32 2c 30 0d 02 a8 20 20 ef 32 33 |,0,132,0... .23| 00000770 2c 32 32 36 2c 38 2c 30 2c 31 33 32 2c 30 2c 36 |,226,8,0,132,0,6| 00000780 36 2c 30 2c 33 33 2c 30 0d 02 b2 26 20 ef 32 33 |6,0,33,0...& .23| 00000790 2c 32 32 37 2c 31 36 2c 35 36 2c 31 36 2c 31 32 |,227,16,56,16,12| 000007a0 34 2c 31 36 2c 32 35 34 2c 31 36 2c 31 36 0d 02 |4,16,254,16,16..| 000007b0 bc 0b 73 24 3d bd 32 32 34 0d 02 c6 0b 6c 24 3d |..s$=.224....l$=| 000007c0 bd 32 32 35 0d 02 d0 0b 72 24 3d bd 32 32 36 0d |.225....r$=.226.| 000007d0 02 da 0b 74 24 3d bd 32 32 37 0d 02 e4 05 e1 0d |...t$=.227......| 000007e0 02 ee 0c dd 20 f2 73 74 61 67 65 0d 02 f8 06 fb |.... .stage.....| 000007f0 30 0d 03 02 10 73 74 61 67 65 25 3d 31 36 2d 50 |0....stage%=16-P| 00000800 25 0d 03 0c 14 f1 22 53 54 41 47 45 20 22 3b 73 |%....."STAGE ";s| 00000810 74 61 67 65 25 0d 03 16 11 d4 31 2c 2d 31 35 2c |tage%.....1,-15,| 00000820 32 30 30 2c 32 30 0d 03 20 05 e1 0d 03 2a 0a dd |200,20.. ....*..| 00000830 20 f2 73 6b 69 0d 03 34 0c ec 34 34 30 2c 38 32 | .ski..4..440,82| 00000840 30 0d 03 3e 0c df 34 36 30 2c 38 34 30 0d 03 48 |0..>..460,840..H| 00000850 0c df 36 38 38 2c 39 34 34 0d 03 52 0c df 35 38 |..688,944..R..58| 00000860 34 2c 38 34 30 0d 03 5c 0c df 34 36 38 2c 38 34 |4,840..\..468,84| 00000870 30 0d 03 66 0c df 34 33 36 2c 38 32 30 0d 03 70 |0..f..436,820..p| 00000880 0c df 34 35 36 2c 38 30 34 0d 03 7a 0c df 35 30 |..456,804..z..50| 00000890 38 2c 38 30 34 0d 03 84 0c df 35 31 36 2c 37 38 |8,804.....516,78| 000008a0 34 0d 03 8e 0c df 34 39 36 2c 37 36 34 0d 03 98 |4.....496,764...| 000008b0 0c df 34 36 38 2c 37 36 34 0d 03 a2 0c df 34 36 |..468,764.....46| 000008c0 38 2c 38 30 34 0d 03 ac 0c df 35 37 36 2c 38 30 |8,804.....576,80| 000008d0 34 0d 03 b6 0c df 35 39 32 2c 38 31 36 0d 03 c0 |4.....592,816...| 000008e0 0c df 35 38 34 2c 38 34 30 0d 03 ca 0c ec 34 37 |..584,840.....47| 000008f0 32 2c 37 36 34 0d 03 d4 0c df 34 33 32 2c 36 37 |2,764.....432,67| 00000900 36 0d 03 de 0c df 35 30 38 2c 37 33 32 0d 03 e8 |6.....508,732...| 00000910 0c df 34 39 36 2c 37 34 38 0d 03 f2 0c df 34 38 |..496,748.....48| 00000920 30 2c 37 33 36 0d 03 fc 0c ec 34 38 38 2c 37 31 |0,736.....488,71| 00000930 36 0d 04 06 0c df 35 30 30 2c 37 30 34 0d 04 10 |6.....500,704...| 00000940 0c df 35 32 34 2c 37 33 36 0d 04 1a 0c df 35 30 |..524,736.....50| 00000950 34 2c 36 39 36 0d 04 24 0c df 35 30 34 2c 36 35 |4,696..$..504,65| 00000960 36 0d 04 2e 0c df 35 31 36 2c 36 35 32 0d 04 38 |6.....516,652..8| 00000970 0c df 35 32 38 2c 36 36 30 0d 04 42 0c df 36 30 |..528,660..B..60| 00000980 34 2c 37 36 38 0d 04 4c 0c df 35 36 38 2c 38 30 |4,768..L..568,80| 00000990 34 0d 04 56 0c df 36 30 38 2c 37 36 34 0d 04 60 |4..V..608,764..`| 000009a0 0c df 36 36 30 2c 37 32 34 0d 04 6a 0c df 38 30 |..660,724..j..80| 000009b0 34 2c 37 36 30 0d 04 74 0c df 38 32 34 2c 37 30 |4,760..t..824,70| 000009c0 34 0d 04 7e 0d df 31 30 32 34 2c 36 35 32 0d 04 |4..~..1024,652..| 000009d0 88 0c df 39 34 30 2c 36 30 30 0d 04 92 0c ec 38 |...940,600.....8| 000009e0 33 36 2c 35 38 38 0d 04 9c 0d df 31 31 32 38 2c |36,588.....1128,| 000009f0 36 32 38 0d 04 a6 0d df 31 31 32 30 2c 36 36 34 |628.....1120,664| 00000a00 0d 04 b0 0d df 31 31 33 32 2c 36 36 38 0d 04 ba |.....1132,668...| 00000a10 0d df 31 31 34 30 2c 36 33 32 0d 04 c4 0d df 31 |..1140,632.....1| 00000a20 31 39 36 2c 36 33 32 0d 04 ce 0d df 31 31 34 34 |196,632.....1144| 00000a30 2c 36 31 36 0d 04 d8 0d df 31 31 35 32 2c 35 38 |,616.....1152,58| 00000a40 38 0d 04 e2 0d df 31 31 34 30 2c 35 38 38 0d 04 |8.....1140,588..| 00000a50 ec 0d df 31 31 33 32 2c 36 31 32 0d 04 f6 0c df |...1132,612.....| 00000a60 38 34 34 2c 35 36 38 0d 05 00 0c df 38 32 30 2c |844,568.....820,| 00000a70 35 33 32 0d 05 0a 0c df 37 37 36 2c 35 35 36 0d |532.....776,556.| 00000a80 05 14 0c df 37 36 38 2c 35 39 36 0d 05 1e 0c df |....768,596.....| 00000a90 37 37 32 2c 35 37 36 0d 05 28 0c df 37 34 30 2c |772,576..(..740,| 00000aa0 35 37 32 0d 05 32 0c df 37 34 38 2c 35 34 30 0d |572..2..748,540.| 00000ab0 05 3c 0c df 37 36 34 2c 35 33 32 0d 05 46 0c df |.<..764,532..F..| 00000ac0 37 37 32 2c 35 35 32 0d 05 50 0c df 37 36 34 2c |772,552..P..764,| 00000ad0 36 30 30 0d 05 5a 0c df 38 32 30 2c 36 31 32 0d |600..Z..820,612.| 00000ae0 05 64 0c df 38 33 32 2c 35 38 38 0d 05 6e 0c df |.d..832,588..n..| 00000af0 38 32 34 2c 36 30 38 0d 05 78 0c df 38 33 32 2c |824,608..x..832,| 00000b00 36 30 38 0d 05 82 0c df 38 32 30 2c 37 30 34 0d |608.....820,704.| 00000b10 05 8c 0c ec 35 35 36 2c 36 39 36 0d 05 96 0c df |....556,696.....| 00000b20 35 36 34 2c 36 35 36 0d 05 a0 0c df 35 38 34 2c |564,656.....584,| 00000b30 36 31 32 0d 05 aa 0c df 36 38 38 2c 35 34 34 0d |612.....688,544.| 00000b40 05 b4 0c df 37 38 34 2c 34 39 36 0d 05 be 0c df |....784,496.....| 00000b50 39 30 30 2c 35 37 36 0d 05 c8 0c ec 38 30 38 2c |900,576.....808,| 00000b60 35 31 32 0d 05 d2 0c df 37 36 30 2c 33 35 32 0d |512.....760,352.| 00000b70 05 dc 0c df 39 31 32 2c 33 30 34 0d 05 e6 0c df |....912,304.....| 00000b80 38 32 38 2c 32 34 34 0d 05 f0 0c df 38 31 36 2c |828,244.....816,| 00000b90 32 31 32 0d 05 fa 0c df 38 34 30 2c 32 30 30 0d |212.....840,200.| 00000ba0 06 04 0c df 37 33 32 2c 31 34 38 0d 06 0e 0c df |....732,148.....| 00000bb0 36 39 32 2c 31 34 34 0d 06 18 0c df 36 36 38 2c |692,144.....668,| 00000bc0 31 35 32 0d 06 22 0c df 36 34 38 2c 31 39 32 0d |152.."..648,192.| 00000bd0 06 2c 0c df 36 34 38 2c 31 34 34 0d 06 36 0c df |.,..648,144..6..| 00000be0 36 37 32 2c 31 32 34 0d 06 40 0c df 37 31 32 2c |672,124..@..712,| 00000bf0 31 31 36 0d 06 4a 0d df 31 32 38 30 2c 34 31 32 |116..J..1280,412| 00000c00 0d 06 54 0d df 31 32 38 30 2c 34 34 30 0d 06 5e |..T..1280,440..^| 00000c10 0c df 38 32 34 2c 31 39 32 0d 06 68 0d ec 31 30 |..824,192..h..10| 00000c20 31 36 2c 32 39 36 0d 06 72 0c df 39 37 36 2c 33 |16,296..r..976,3| 00000c30 33 36 0d 06 7c 0c df 39 31 32 2c 33 30 34 0d 06 |36..|..912,304..| 00000c40 86 0d df 31 30 31 32 2c 33 35 32 0d 06 90 0c df |...1012,352.....| 00000c50 38 37 36 2c 34 31 36 0d 06 9a 0c df 38 34 38 2c |876,416.....848,| 00000c60 33 38 30 0d 06 a4 0c df 38 37 32 2c 34 31 36 0d |380.....872,416.| 00000c70 06 ae 0c df 38 32 34 2c 34 30 38 0d 06 b8 0c df |....824,408.....| 00000c80 38 32 34 2c 34 31 32 0d 06 c2 0c df 38 37 36 2c |824,412.....876,| 00000c90 34 32 30 0d 06 cc 0c df 39 32 34 2c 35 38 30 0d |420.....924,580.| 00000ca0 06 d6 0c ec 37 36 34 2c 36 30 30 0d 06 e0 0c df |....764,600.....| 00000cb0 37 35 36 2c 36 37 36 0d 06 ea 0c df 37 38 34 2c |756,676.....784,| 00000cc0 37 31 36 0d 06 f4 0c df 37 35 32 2c 36 37 36 0d |716.....752,676.| 00000cd0 06 fe 0c df 36 35 32 2c 36 34 38 0d 07 08 0c ec |....652,648.....| 00000ce0 36 36 30 2c 37 32 34 0d 07 12 0c df 35 39 36 2c |660,724.....596,| 00000cf0 37 31 32 0d 07 1c 0c df 35 38 38 2c 36 37 32 0d |712.....588,672.| 00000d00 07 26 0c ec 39 30 30 2c 32 33 32 0d 07 30 0c df |.&..900,232..0..| 00000d10 38 37 36 2c 32 38 30 0d 07 3a 0c df 38 36 30 2c |876,280..:..860,| 00000d20 32 36 38 0d 07 44 0c df 38 38 30 2c 32 32 34 0d |268..D..880,224.| 00000d30 07 4e 0c ec 38 34 30 2c 35 36 38 0d 07 58 0c df |.N..840,568..X..| 00000d40 38 33 36 2c 35 38 34 0d 07 62 05 e1 0d 07 6c 1d |836,584..b....l.| 00000d50 f4 20 48 45 4c 4c 4f 21 20 48 4f 50 45 20 59 4f |. HELLO! HOPE YO| 00000d60 55 20 45 4e 4a 4f 59 45 44 0d 07 76 1e f4 20 4c |U ENJOYED..v.. L| 00000d70 4f 4f 4b 49 4e 47 20 41 54 20 54 48 49 53 20 4c |OOKING AT THIS L| 00000d80 49 53 54 49 4e 47 21 0d ff |ISTING!..| 00000d89