Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_34.ADF » G/S/WWF-NRS

G/S/WWF-NRS

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_34.ADF
Filename: G/S/WWF-NRS
Read OK:
File size: 156D bytes
Load address: FFFF1900
Exec address: FFFF8023
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
   10MODE 4
   20HIMEM=&57A9
   30DIM word$(16)
   40DIM name$(1,1)
   50DIMsc(5)
   60COLOUR131:CLS:COLOUR0
   70PRINTTAB(0,2)STRING$(40,CHR$(231))
   80FORI=3TO31:PRINTTAB(8,I)CHR$(232);:NEXT
   90PROCnames
  100PROCwrite
  110PROCscs
  120PRINTTAB(15,31)"<press SPACE>";:REPEATUNTILINKEY-99
  130IF gl>0 PROCcopydn:CHAIN"WWF-G"
  140MODE5:HIMEM=&57A9
  150PROCwin
  160END
  170DEFFNn(a,b)
  180=&57AC+a*8+b
  190DEFFNnin(a,b)
  200=?FNn(a,b)
  210DEFFNs(a,b)
  220=&57DC+a*6+b
  230DEFFNsin(a,b)
  240=?FNs(a,b)
  250DEFFNns(n)
  260z$=""
  270FOR I=0 TO 7
  280z$=z$+CHR$(FNnin(n,I))
  290NEXT
  300IFINSTR(z$,CHR$27)>0z$=LEFT$(z$,INSTR(z$,CHR$27)-1)
  310=z$
  320ENDPROC
  330REM Number of thingies
  340REM X,Y,XW,HT
  350REM Number of phrases
  360REM Number of alternatives
  370REM Phrases
  380DATA 3
  390DATA 0,0,40,2
  400DATA 1,5
  410DATA "oOo THE DAILY BILLABONG oOo","*** G'DAY SPORT ***","-O- THE WALLABY ON SUNDAY -O-","{} KANGAROO TIMES {}","XXX WWF XTRA XXX"
  420REM Headlines
  430DATA 10,4,30,2
  440DATA 2
  450DATA 6,"TENSION IN THE RING AS ","CROWDS GO WILD AS ","WALLABY WRESTLING SPECIAL!","WALLABY ACTION!","CLASH OF THE TITANS!","THE BIG FIGHT!"
  460DATA 7,"@W THRASHES @L","@W DOES IT AGAIN","@L MEETS HIS MATCH","@L FIGHTS @W","@W FACES @L","@W SPRINGS INTO ACTION","@L FALLS TO @W"
  470DATA 10,8,30,1
  480DATA 10
  490DATA 2,"The spectators cheered as ","There was a breathless hush in the stands as "
  500DATA 3,"the two champions prepared to fight.","@W faced up to @L across the ring.","@W and @L entered the ring."
  510DATA 4,"Each knew what rested on the match.","@L had a confident air about him.","@W looked ready for anything.",""
  520DATA 4,"Then it began.","Then they were away.","Then the match started.","It was horrific."
  530DATA 4,"You've never seen such action!","@W went about @L like he meant it.","The arena vibrated from blow after blow.","The action was intense."
  540DATA 5,"@L struggled to stay up ","@L put up a valiant fight ","@L bounced higher and higher ","At first it seemed @L had a chance ","Despite a brave performance by @L "
  550DATA 3,"but @W was getting all the better bounces.","but it soon became clear that @W was the better wallaby.","but could not keep up with @W"
  560DATA 4,"In the end ","Finally ","Eventually ","After a long and desperate fight "
  570DATA 3,"@W emerged triumphant.","@W came out on top.","@L was forced into defeat."
  571DATA 3,"@W is now appearing in PUSS IN BOOTS.","",""
  580DATA8
  590DATA2,"COMMENT","..page 9",2,"WEATHER:","VERY DRY",3,"KYLIE","INTERVWD","..page 4",3,"BOUNCING","BEAUTIES","..page 3",3,"WRITE TO","AUNTIE","KOALA.p5",3,"KANGAROO","ACCIDENT","..page 6",3,"TODAY IN","PARLIMNT","..page 8",2,"LETTERS"
  600DATA"..page 4"
  610DEFPROCwrite
  620RESTORE 380
  630READ T:FOR t=1 TO T
  640READ X,Y,XW,HT
  650wn=0:FORB=0TO16:word$(B)="":NEXT
  660READ a:FOR A=1 TO a
  670na=RND(2)-1:nb=1-na
  680READ b:FOR B=1 TO RND(b):READ q$:NEXT:IF B<=b FOR B=B TO b:READ s$:NEXT
  690w$=""
  700FOR Q=1 TO LEN(q$)
  710w$=w$+MID$(q$,Q,1):IF MID$(q$,Q,1)=" " OR Q=LEN(q$) PROCchk
  720NEXT
  730NEXT
  740FOR P=0 TO wn
  750IF HT=1 PRINTTAB(X+XW/2-LEN(word$(P))/2,Y)word$(P) ELSE PROCdouble(X+XW/2-LEN(word$(P))/2,Y,word$(P)):Y=Y+1
  760Y=Y+1
  770NEXT
  780NEXT
  790PRINTTAB(0,5);
  800FORJ=1TO4:RESTORE580:READp:FORI=1TORND(p):READj:FORk=1TOj:READ word$(k):NEXT:NEXT:FORk=1TOj:PRINTword$(k):NEXT:PRINT:NEXT
  810ENDPROC
  820DEFPROCchk
  830IFINSTR(w$,"@W")>0 w$=name$(0,na)
  840IFINSTR(w$,"@L")>0 w$=name$(1,nb)
  850IF LEN(word$(wn)+w$)<=XW word$(wn)=word$(wn)+w$:w$="" ELSE wn=wn+1:GOTO850
  860ENDPROC
  870 DEF PROCdouble(x,y,z$)
  880 LOCAL c%
  890 c%=&70
  900PRINTTAB(x,y);
  910 FOR loop%=1 TO LEN(z$)
  920 ?c%=ASC(MID$(z$,loop%,1))
  930 X%=c% MOD 256
  940 Y%=c% DIV 256  
  950 A%=10
  960 CALL &FFF1
  970 VDU23,128,c%?1,c%?1,c%?2,c%?2,c%?3,c%?3,c%?4,c%?4,128,10,8,23,128,c%?5,c%?5,c%?6,c%?6,c%?7,c%?7,c%?8,c%?8,128,11
  980 NEXT
  990 ENDPROC
 1000DEFPROCnames
 1010name$(0,0)=FNns(?&57AA)
 1020name$(1,0)=FNns(?&57AB)
 1030IF FNsin(?&57AA,?&57AB)=2 s$=name$(0,0):name$(0,0)=name$(1,0):name$(1,0)=s$
 1040FOR Z=0 TO 1
 1050Y=0
 1060REPEAT:Y=Y+1
 1070name$(Z,1)=name$(Z,1)+MID$(name$(Z,0),Y,1)
 1080UNTIL Y=9 OR INSTR("AEIOU",MID$(name$(Z,0),Y,1))>0
 1090name$(Z,1)=name$(Z,1)+"ZZA "
 1100NEXT
 1110name$(0,0)=name$(0,0)+" "
 1120name$(1,0)=name$(1,0)+" "
 1130ENDPROC
 1140DEFPROCcopydn
 1150FOR A=&27A9 TO &27FF
 1160?A=?(A+&3000)
 1170NEXT
 1180ENDPROC
 1190DEFPROCscs
 1195IF FNsin(?&57AA,?&57AB)=2 ?FNs(?&57AB,?&57AA)=1 ELSE ?FNs(?&57AB,?&57AA)=2
 1200PROCdouble(15,21,"CHAMPIONSHIP RESULTS")
 1210FOR A=0 TO ?&57A9-1
 1220PRINTTAB(9,24+A)FNns(A)
 1230PRINTTAB(18+A*2,23)LEFT$(FNns(A),1)
 1240NEXT
 1250gl=0
 1260FOR A=0 TO ?&57A9-1
 1270FOR B=0 TO ?&57A9-1
 1280IF A=B GOTO1330
 1290X=18+B*2:Y=24+A
 1300IF FNsin(A,B)=27PRINTTAB(X,Y)"-":gl=gl+0.5
 1310IF FNsin(A,B)=1 sc(A)=sc(A)+2:PRINTTAB(X,Y)"W"
 1320IF FNsin(A,B)=2 sc(B)=sc(B)+2:PRINTTAB(X,Y)"L"
 1330NEXT
 1340NEXT
 1350PRINTTAB(30,23)"SCORES"
 1360FORI=0TO?&57A9-1:PRINTTAB(31,24+I);sc(I):NEXT
 1370PRINTTAB(9,30)"Games left to play:";gl
 1380ENDPROC
 1390DEFPROCwin
 1400VDU23;8202;0;0;0;
 1410z=0:y=8
 1420FORI=0TO?&57A9-1
 1430IF sc(I)>z z=sc(I):y=I
 1440NEXT
 1450wn=0:FOR I=0 TO?&57A9-1:IF sc(I)=z wn=wn+1
 1460NEXT
 1470w$=FNns(z)
 1480COLOUR1
 1490IF wn=1 w$="THE WINNER ":i$="IS" ELSE w$="NEXT ROUND ":i$="IS"
 1495w$=w$+" OF THE"
 1510PROCdouble(1,1,w$)
 1520PROClogo
 1530PROCdouble(4,16,"CHAMPIONSHIP"):PRINTTAB(9,19)i$
 1540SOUND2,0,0,4:FORA=0TO160STEP8:SOUND1,2,A,1:SOUND2,2,A,1:NEXT
 1550Y=20:Z=0:FORR=0TO(?&57A9)-1:IF sc(R)=z PROCdouble(6,Y,FNns(R)):Y=Y+2:word$(Z)=FNns(R):Z=Z+1
 1560NEXT
 1565IF wn>1 FOR A=&57A9 TO &57FF:?A=27:NEXT:?&57A9=wn:FOR R=0 TO wn-1:FORJ=1TOLEN(word$(R)):?FNn(R,J-1)=ASC(MID$(word$(R),J,1)):NEXT:NEXT:FOR R=0 TO 5:FOR J=0 TO 5:?FNs(R,J)=27:NEXT:NEXT
 1570PROCspfnd:PROCspdraw:REPEAT:PROCspmove:UNTIL INKEY-99
 1575IF wn>1 PROCcopydn:CHAIN"WWF-G"
 1580CHAIN"WWF-I":ENDPROC
 1590DEFPROCwwf(x,y)
 1600DATA 0,-150,0,-150,0,0
 1610FORJ=0TO100STEP100
 1620RESTORE1600
 1630MOVEx,y-J:MOVEx,y-J
 1640FORI=0TO5
 1650READ d
 1660PLOT85,x+I*100,y+d-J
 1670PLOT85,x+I*100,y+d-50-J
 1680NEXT
 1690NEXT
 1700ENDPROC
 1710DEFPROClogo
 1720GCOL0,1
 1730FORi=380TO900STEP16:MOVEi,910:PLOT21,i,540:MOVEi+8,914:PLOT21,i+8,544:NEXT
 1740PROCwwf(390,900)
 1750GCOL0,3
 1760PROCwwf(390,884)
 1770GCOL0,2
 1780PROCwwf(390,892)
 1790ENDPROC
 1800DEFPROCspfnd
 1810REPEAT:sx=RND(1279):sy=RND(1023):UNTIL POINT(sx,sy)=1
 1820ss=0:sd=12
 1830DATA 1,3,7,4,6,7,1,5,7,2,3,7
 1840RESTORE 1830
 1850FOR I=1 TO RND(4):FOR J=1 TO 3:READ n:VDU19,J,n;0;:NEXT:NEXT
 1860ENDPROC
 1870DEFPROCspdraw
 1880GCOL3,3
 1890MOVE sx-ss,sy:PLOT21,sx+ss,sy
 1900MOVE sx,sy-ss:PLOT21,sx,sy+ss
 1910ENDPROC
 1920DEFPROCspmove
 1930PROCspdraw
 1940ss=ss+sd
 1950IF ss>100 sd=0-sd
 1960IF ss<0 PROCspfnd
 1970PROCspdraw
 1980ENDPROC

� 4
�=&57A9
� word$(16)
(� name$(1,1)
2
�sc(5)
<
�131:�:�0
F�0,2)�40,�(231))
P�I=3�31:�8,I)�(232);:�
Z
�names
d
�write
n�scs
x#�15,31)"<press SPACE>";:���-99
�� gl>0 �copydn:�"WWF-G"
��5:�=&57A9
��win
��
�ݤn(a,b)
�=&57AC+a*8+b
�ݤnin(a,b)
�
=?�n(a,b)
�ݤs(a,b)
�=&57DC+a*6+b
�ݤsin(a,b)
�
=?�s(a,b)
�ݤns(n)
	z$=""

� I=0 � 7
z$=z$+�(�nin(n,I))
"�
,!�z$,�27)>0z$=�z$,�z$,�27)-1)
6=z$
@�
J� Number of thingies
T� X,Y,XW,HT
^� Number of phrases
h� Number of alternatives
r
� Phrases
|� 3
�� 0,0,40,2
�	� 1,5
��� "oOo THE DAILY BILLABONG oOo","*** G'DAY SPORT ***","-O- THE WALLABY ON SUNDAY -O-","{} KANGAROO TIMES {}","XXX WWF XTRA XXX"
�� Headlines
�� 10,4,30,2
�� 2
� 6,"TENSION IN THE RING AS ","CROWDS GO WILD AS ","WALLABY WRESTLING SPECIAL!","WALLABY ACTION!","CLASH OF THE TITANS!","THE BIG FIGHT!"
̇� 7,"@W THRASHES @L","@W DOES IT AGAIN","@L MEETS HIS MATCH","@L FIGHTS @W","@W FACES @L","@W SPRINGS INTO ACTION","@L FALLS TO @W"
�� 10,8,30,1
�� 10
�T� 2,"The spectators cheered as ","There was a breathless hush in the stands as "
�q� 3,"the two champions prepared to fight.","@W faced up to @L across the ring.","@W and @L entered the ring."
�t� 4,"Each knew what rested on the match.","@L had a confident air about him.","@W looked ready for anything.",""
\� 4,"Then it began.","Then they were away.","Then the match started.","It was horrific."
�� 4,"You've never seen such action!","@W went about @L like he meant it.","The arena vibrated from blow after blow.","The action was intense."
�� 5,"@L struggled to stay up ","@L put up a valiant fight ","@L bounced higher and higher ","At first it seemed @L had a chance ","Despite a brave performance by @L "
&�� 3,"but @W was getting all the better bounces.","but it soon became clear that @W was the better wallaby.","but could not keep up with @W"
0R� 4,"In the end ","Finally ","Eventually ","After a long and desperate fight "
:S� 3,"@W emerged triumphant.","@W came out on top.","@L was forced into defeat."
;5� 3,"@W is now appearing in PUSS IN BOOTS.","",""
D�8
N��2,"COMMENT","..page 9",2,"WEATHER:","VERY DRY",3,"KYLIE","INTERVWD","..page 4",3,"BOUNCING","BEAUTIES","..page 3",3,"WRITE TO","AUNTIE","KOALA.p5",3,"KANGAROO","ACCIDENT","..page 6",3,"TODAY IN","PARLIMNT","..page 8",2,"LETTERS"
X�"..page 4"
b��write
l
� �D|A
v� T:� t=1 � T
�� X,Y,XW,HT
�wn=0:�B=0�16:word$(B)="":�
�� a:� A=1 � a
�na=�(2)-1:nb=1-na
�3� b:� B=1 � �(b):� q$:�:� B<=b � B=B � b:� s$:�
�	w$=""
�� Q=1 � �(q$)
�0w$=w$+�q$,Q,1):� �q$,Q,1)=" " � Q=�(q$) �chk
��
��
�� P=0 � wn
�]� HT=1 �X+XW/2-�(word$(P))/2,Y)word$(P) � �double(X+XW/2-�(word$(P))/2,Y,word$(P)):Y=Y+1
�	Y=Y+1
�
�
�0,5);
 M�J=1�4:��DDB:�p:�I=1��(p):�j:�k=1�j:� word$(k):�:�:�k=1�j:�word$(k):�:�:�
*�
4	��chk
>�w$,"@W")>0 w$=name$(0,na)
H�w$,"@L")>0 w$=name$(1,nb)
RF� �(word$(wn)+w$)<=XW word$(wn)=word$(wn)+w$:w$="" � wn=wn+1:�DRC
\�
f � �double(x,y,z$)
p	 � c%
z c%=&70
��x,y);
� � loop%=1 � �(z$)
� ?c%=�(�z$,loop%,1))
� X%=c% � 256
� Y%=c% � 256  
�
 A%=10
� � &FFF1
�s �23,128,c%?1,c%?1,c%?2,c%?2,c%?3,c%?3,c%?4,c%?4,128,10,8,23,128,c%?5,c%?5,c%?6,c%?6,c%?7,c%?7,c%?8,c%?8,128,11
� �
� �
���names
�name$(0,0)=�ns(?&57AA)
�name$(1,0)=�ns(?&57AB)
M� �sin(?&57AA,?&57AB)=2 s$=name$(0,0):name$(0,0)=name$(1,0):name$(1,0)=s$

� Z=0 � 1
Y=0
$�:Y=Y+1
.*name$(Z,1)=name$(Z,1)+�name$(Z,0),Y,1)
8(� Y=9 � �"AEIOU",�name$(Z,0),Y,1))>0
B name$(Z,1)=name$(Z,1)+"ZZA "
L�
Vname$(0,0)=name$(0,0)+" "
`name$(1,0)=name$(1,0)+" "
j�
t��copydn
~� A=&27A9 � &27FF
�?A=?(A+&3000)
��
��
�	��scs
�G� �sin(?&57AA,?&57AB)=2 ?�s(?&57AB,?&57AA)=1 � ?�s(?&57AB,?&57AA)=2
�)�double(15,21,"CHAMPIONSHIP RESULTS")
�� A=0 � ?&57A9-1
��9,24+A)�ns(A)
��18+A*2,23)��ns(A),1)
��
�gl=0
�� A=0 � ?&57A9-1
�� B=0 � ?&57A9-1
� A=B �TrE

X=18+B*2:Y=24+A
%� �sin(A,B)=27�X,Y)"-":gl=gl+0.5
)� �sin(A,B)=1 sc(A)=sc(A)+2:�X,Y)"W"
()� �sin(A,B)=2 sc(B)=sc(B)+2:�X,Y)"L"
2�
<�
F�30,23)"SCORES"
P$�I=0�?&57A9-1:�31,24+I);sc(I):�
Z#�9,30)"Games left to play:";gl
d�
n	��win
x�23;8202;0;0;0;
�z=0:y=8
��I=0�?&57A9-1
�� sc(I)>z z=sc(I):y=I
��
�*wn=0:� I=0 �?&57A9-1:� sc(I)=z wn=wn+1
��
�
w$=�ns(z)
��1
�>� wn=1 w$="THE WINNER ":i$="IS" � w$="NEXT ROUND ":i$="IS"
�w$=w$+" OF THE"
��double(1,1,w$)
�	�logo
�*�double(4,16,"CHAMPIONSHIP"):�9,19)i$
+�2,0,0,4:�A=0�160�8:�1,2,A,1:�2,2,A,1:�
VY=20:Z=0:�R=0�(?&57A9)-1:� sc(R)=z �double(6,Y,�ns(R)):Y=Y+2:word$(Z)=�ns(R):Z=Z+1
�
�� wn>1 � A=&57A9 � &57FF:?A=27:�:?&57A9=wn:� R=0 � wn-1:�J=1��(word$(R)):?�n(R,J-1)=�(�word$(R),J,1)):�:�:� R=0 � 5:� J=0 � 5:?�s(R,J)=27:�:�
"#�spfnd:�spdraw:�:�spmove:� �-99
'� wn>1 �copydn:�"WWF-G"
,�"WWF-I":�
6��wwf(x,y)
@� 0,-150,0,-150,0,0
J�J=0�100�100
T	��D@F
^�x,y-J:�x,y-J
h
�I=0�5
r� d
|�85,x+I*100,y+d-J
��85,x+I*100,y+d-50-J
��
��
��
�
��logo
��0,1
�9�i=380�900�16:�i,910:�21,i,540:�i+8,914:�21,i+8,544:�
��wwf(390,900)
��0,3
��wwf(390,884)
��0,2
��wwf(390,892)
��
��spfnd
'�:sx=�(1279):sy=�(1023):� �sx,sy)=1
ss=0:sd=12
&� 1,3,7,4,6,7,1,5,7,2,3,7
0
� �TfG
:-� I=1 � �(4):� J=1 � 3:� n:�19,J,n;0;:�:�
D�
N��spdraw
X�3,3
b� sx-ss,sy:�21,sx+ss,sy
l� sx,sy-ss:�21,sx,sy+ss
v�
���spmove
��spdraw
�ss=ss+sd
�� ss>100 sd=0-sd
�� ss<0 �spfnd
��spdraw
��
�
00000000  0d 00 0a 07 eb 20 34 0d  00 14 0b d3 3d 26 35 37  |..... 4.....=&57|
00000010  41 39 0d 00 1e 0f de 20  77 6f 72 64 24 28 31 36  |A9..... word$(16|
00000020  29 0d 00 28 10 de 20 6e  61 6d 65 24 28 31 2c 31  |)..(.. name$(1,1|
00000030  29 0d 00 32 0a de 73 63  28 35 29 0d 00 3c 0d fb  |)..2..sc(5)..<..|
00000040  31 33 31 3a db 3a fb 30  0d 00 46 15 f1 8a 30 2c  |131:.:.0..F...0,|
00000050  32 29 c4 34 30 2c bd 28  32 33 31 29 29 0d 00 50  |2).40,.(231))..P|
00000060  1b e3 49 3d 33 b8 33 31  3a f1 8a 38 2c 49 29 bd  |..I=3.31:..8,I).|
00000070  28 32 33 32 29 3b 3a ed  0d 00 5a 0a f2 6e 61 6d  |(232);:...Z..nam|
00000080  65 73 0d 00 64 0a f2 77  72 69 74 65 0d 00 6e 08  |es..d..write..n.|
00000090  f2 73 63 73 0d 00 78 23  f1 8a 31 35 2c 33 31 29  |.scs..x#..15,31)|
000000a0  22 3c 70 72 65 73 73 20  53 50 41 43 45 3e 22 3b  |"<press SPACE>";|
000000b0  3a f5 fd a6 2d 39 39 0d  00 82 1b e7 20 67 6c 3e  |:...-99..... gl>|
000000c0  30 20 f2 63 6f 70 79 64  6e 3a d7 22 57 57 46 2d  |0 .copydn:."WWF-|
000000d0  47 22 0d 00 8c 0e eb 35  3a d3 3d 26 35 37 41 39  |G".....5:.=&57A9|
000000e0  0d 00 96 08 f2 77 69 6e  0d 00 a0 05 e0 0d 00 aa  |.....win........|
000000f0  0c dd a4 6e 28 61 2c 62  29 0d 00 b4 10 3d 26 35  |...n(a,b)....=&5|
00000100  37 41 43 2b 61 2a 38 2b  62 0d 00 be 0e dd a4 6e  |7AC+a*8+b......n|
00000110  69 6e 28 61 2c 62 29 0d  00 c8 0d 3d 3f a4 6e 28  |in(a,b)....=?.n(|
00000120  61 2c 62 29 0d 00 d2 0c  dd a4 73 28 61 2c 62 29  |a,b)......s(a,b)|
00000130  0d 00 dc 10 3d 26 35 37  44 43 2b 61 2a 36 2b 62  |....=&57DC+a*6+b|
00000140  0d 00 e6 0e dd a4 73 69  6e 28 61 2c 62 29 0d 00  |......sin(a,b)..|
00000150  f0 0d 3d 3f a4 73 28 61  2c 62 29 0d 00 fa 0b dd  |..=?.s(a,b).....|
00000160  a4 6e 73 28 6e 29 0d 01  04 09 7a 24 3d 22 22 0d  |.ns(n)....z$="".|
00000170  01 0e 0d e3 20 49 3d 30  20 b8 20 37 0d 01 18 16  |.... I=0 . 7....|
00000180  7a 24 3d 7a 24 2b bd 28  a4 6e 69 6e 28 6e 2c 49  |z$=z$+.(.nin(n,I|
00000190  29 29 0d 01 22 05 ed 0d  01 2c 21 e7 a7 7a 24 2c  |)).."....,!..z$,|
000001a0  bd 32 37 29 3e 30 7a 24  3d c0 7a 24 2c a7 7a 24  |.27)>0z$=.z$,.z$|
000001b0  2c bd 32 37 29 2d 31 29  0d 01 36 07 3d 7a 24 0d  |,.27)-1)..6.=z$.|
000001c0  01 40 05 e1 0d 01 4a 18  f4 20 4e 75 6d 62 65 72  |.@....J.. Number|
000001d0  20 6f 66 20 74 68 69 6e  67 69 65 73 0d 01 54 0f  | of thingies..T.|
000001e0  f4 20 58 2c 59 2c 58 57  2c 48 54 0d 01 5e 17 f4  |. X,Y,XW,HT..^..|
000001f0  20 4e 75 6d 62 65 72 20  6f 66 20 70 68 72 61 73  | Number of phras|
00000200  65 73 0d 01 68 1c f4 20  4e 75 6d 62 65 72 20 6f  |es..h.. Number o|
00000210  66 20 61 6c 74 65 72 6e  61 74 69 76 65 73 0d 01  |f alternatives..|
00000220  72 0d f4 20 50 68 72 61  73 65 73 0d 01 7c 07 dc  |r.. Phrases..|..|
00000230  20 33 0d 01 86 0e dc 20  30 2c 30 2c 34 30 2c 32  | 3..... 0,0,40,2|
00000240  0d 01 90 09 dc 20 31 2c  35 0d 01 9a 83 dc 20 22  |..... 1,5..... "|
00000250  6f 4f 6f 20 54 48 45 20  44 41 49 4c 59 20 42 49  |oOo THE DAILY BI|
00000260  4c 4c 41 42 4f 4e 47 20  6f 4f 6f 22 2c 22 2a 2a  |LLABONG oOo","**|
00000270  2a 20 47 27 44 41 59 20  53 50 4f 52 54 20 2a 2a  |* G'DAY SPORT **|
00000280  2a 22 2c 22 2d 4f 2d 20  54 48 45 20 57 41 4c 4c  |*","-O- THE WALL|
00000290  41 42 59 20 4f 4e 20 53  55 4e 44 41 59 20 2d 4f  |ABY ON SUNDAY -O|
000002a0  2d 22 2c 22 7b 7d 20 4b  41 4e 47 41 52 4f 4f 20  |-","{} KANGAROO |
000002b0  54 49 4d 45 53 20 7b 7d  22 2c 22 58 58 58 20 57  |TIMES {}","XXX W|
000002c0  57 46 20 58 54 52 41 20  58 58 58 22 0d 01 a4 0f  |WF XTRA XXX"....|
000002d0  f4 20 48 65 61 64 6c 69  6e 65 73 0d 01 ae 0f dc  |. Headlines.....|
000002e0  20 31 30 2c 34 2c 33 30  2c 32 0d 01 b8 07 dc 20  | 10,4,30,2..... |
000002f0  32 0d 01 c2 8d dc 20 36  2c 22 54 45 4e 53 49 4f  |2..... 6,"TENSIO|
00000300  4e 20 49 4e 20 54 48 45  20 52 49 4e 47 20 41 53  |N IN THE RING AS|
00000310  20 22 2c 22 43 52 4f 57  44 53 20 47 4f 20 57 49  | ","CROWDS GO WI|
00000320  4c 44 20 41 53 20 22 2c  22 57 41 4c 4c 41 42 59  |LD AS ","WALLABY|
00000330  20 57 52 45 53 54 4c 49  4e 47 20 53 50 45 43 49  | WRESTLING SPECI|
00000340  41 4c 21 22 2c 22 57 41  4c 4c 41 42 59 20 41 43  |AL!","WALLABY AC|
00000350  54 49 4f 4e 21 22 2c 22  43 4c 41 53 48 20 4f 46  |TION!","CLASH OF|
00000360  20 54 48 45 20 54 49 54  41 4e 53 21 22 2c 22 54  | THE TITANS!","T|
00000370  48 45 20 42 49 47 20 46  49 47 48 54 21 22 0d 01  |HE BIG FIGHT!"..|
00000380  cc 87 dc 20 37 2c 22 40  57 20 54 48 52 41 53 48  |... 7,"@W THRASH|
00000390  45 53 20 40 4c 22 2c 22  40 57 20 44 4f 45 53 20  |ES @L","@W DOES |
000003a0  49 54 20 41 47 41 49 4e  22 2c 22 40 4c 20 4d 45  |IT AGAIN","@L ME|
000003b0  45 54 53 20 48 49 53 20  4d 41 54 43 48 22 2c 22  |ETS HIS MATCH","|
000003c0  40 4c 20 46 49 47 48 54  53 20 40 57 22 2c 22 40  |@L FIGHTS @W","@|
000003d0  57 20 46 41 43 45 53 20  40 4c 22 2c 22 40 57 20  |W FACES @L","@W |
000003e0  53 50 52 49 4e 47 53 20  49 4e 54 4f 20 41 43 54  |SPRINGS INTO ACT|
000003f0  49 4f 4e 22 2c 22 40 4c  20 46 41 4c 4c 53 20 54  |ION","@L FALLS T|
00000400  4f 20 40 57 22 0d 01 d6  0f dc 20 31 30 2c 38 2c  |O @W"..... 10,8,|
00000410  33 30 2c 31 0d 01 e0 08  dc 20 31 30 0d 01 ea 54  |30,1..... 10...T|
00000420  dc 20 32 2c 22 54 68 65  20 73 70 65 63 74 61 74  |. 2,"The spectat|
00000430  6f 72 73 20 63 68 65 65  72 65 64 20 61 73 20 22  |ors cheered as "|
00000440  2c 22 54 68 65 72 65 20  77 61 73 20 61 20 62 72  |,"There was a br|
00000450  65 61 74 68 6c 65 73 73  20 68 75 73 68 20 69 6e  |eathless hush in|
00000460  20 74 68 65 20 73 74 61  6e 64 73 20 61 73 20 22  | the stands as "|
00000470  0d 01 f4 71 dc 20 33 2c  22 74 68 65 20 74 77 6f  |...q. 3,"the two|
00000480  20 63 68 61 6d 70 69 6f  6e 73 20 70 72 65 70 61  | champions prepa|
00000490  72 65 64 20 74 6f 20 66  69 67 68 74 2e 22 2c 22  |red to fight.","|
000004a0  40 57 20 66 61 63 65 64  20 75 70 20 74 6f 20 40  |@W faced up to @|
000004b0  4c 20 61 63 72 6f 73 73  20 74 68 65 20 72 69 6e  |L across the rin|
000004c0  67 2e 22 2c 22 40 57 20  61 6e 64 20 40 4c 20 65  |g.","@W and @L e|
000004d0  6e 74 65 72 65 64 20 74  68 65 20 72 69 6e 67 2e  |ntered the ring.|
000004e0  22 0d 01 fe 74 dc 20 34  2c 22 45 61 63 68 20 6b  |"...t. 4,"Each k|
000004f0  6e 65 77 20 77 68 61 74  20 72 65 73 74 65 64 20  |new what rested |
00000500  6f 6e 20 74 68 65 20 6d  61 74 63 68 2e 22 2c 22  |on the match.","|
00000510  40 4c 20 68 61 64 20 61  20 63 6f 6e 66 69 64 65  |@L had a confide|
00000520  6e 74 20 61 69 72 20 61  62 6f 75 74 20 68 69 6d  |nt air about him|
00000530  2e 22 2c 22 40 57 20 6c  6f 6f 6b 65 64 20 72 65  |.","@W looked re|
00000540  61 64 79 20 66 6f 72 20  61 6e 79 74 68 69 6e 67  |ady for anything|
00000550  2e 22 2c 22 22 0d 02 08  5c dc 20 34 2c 22 54 68  |.",""...\. 4,"Th|
00000560  65 6e 20 69 74 20 62 65  67 61 6e 2e 22 2c 22 54  |en it began.","T|
00000570  68 65 6e 20 74 68 65 79  20 77 65 72 65 20 61 77  |hen they were aw|
00000580  61 79 2e 22 2c 22 54 68  65 6e 20 74 68 65 20 6d  |ay.","Then the m|
00000590  61 74 63 68 20 73 74 61  72 74 65 64 2e 22 2c 22  |atch started.","|
000005a0  49 74 20 77 61 73 20 68  6f 72 72 69 66 69 63 2e  |It was horrific.|
000005b0  22 0d 02 12 92 dc 20 34  2c 22 59 6f 75 27 76 65  |"..... 4,"You've|
000005c0  20 6e 65 76 65 72 20 73  65 65 6e 20 73 75 63 68  | never seen such|
000005d0  20 61 63 74 69 6f 6e 21  22 2c 22 40 57 20 77 65  | action!","@W we|
000005e0  6e 74 20 61 62 6f 75 74  20 40 4c 20 6c 69 6b 65  |nt about @L like|
000005f0  20 68 65 20 6d 65 61 6e  74 20 69 74 2e 22 2c 22  | he meant it.","|
00000600  54 68 65 20 61 72 65 6e  61 20 76 69 62 72 61 74  |The arena vibrat|
00000610  65 64 20 66 72 6f 6d 20  62 6c 6f 77 20 61 66 74  |ed from blow aft|
00000620  65 72 20 62 6c 6f 77 2e  22 2c 22 54 68 65 20 61  |er blow.","The a|
00000630  63 74 69 6f 6e 20 77 61  73 20 69 6e 74 65 6e 73  |ction was intens|
00000640  65 2e 22 0d 02 1c aa dc  20 35 2c 22 40 4c 20 73  |e."..... 5,"@L s|
00000650  74 72 75 67 67 6c 65 64  20 74 6f 20 73 74 61 79  |truggled to stay|
00000660  20 75 70 20 22 2c 22 40  4c 20 70 75 74 20 75 70  | up ","@L put up|
00000670  20 61 20 76 61 6c 69 61  6e 74 20 66 69 67 68 74  | a valiant fight|
00000680  20 22 2c 22 40 4c 20 62  6f 75 6e 63 65 64 20 68  | ","@L bounced h|
00000690  69 67 68 65 72 20 61 6e  64 20 68 69 67 68 65 72  |igher and higher|
000006a0  20 22 2c 22 41 74 20 66  69 72 73 74 20 69 74 20  | ","At first it |
000006b0  73 65 65 6d 65 64 20 40  4c 20 68 61 64 20 61 20  |seemed @L had a |
000006c0  63 68 61 6e 63 65 20 22  2c 22 44 65 73 70 69 74  |chance ","Despit|
000006d0  65 20 61 20 62 72 61 76  65 20 70 65 72 66 6f 72  |e a brave perfor|
000006e0  6d 61 6e 63 65 20 62 79  20 40 4c 20 22 0d 02 26  |mance by @L "..&|
000006f0  8f dc 20 33 2c 22 62 75  74 20 40 57 20 77 61 73  |.. 3,"but @W was|
00000700  20 67 65 74 74 69 6e 67  20 61 6c 6c 20 74 68 65  | getting all the|
00000710  20 62 65 74 74 65 72 20  62 6f 75 6e 63 65 73 2e  | better bounces.|
00000720  22 2c 22 62 75 74 20 69  74 20 73 6f 6f 6e 20 62  |","but it soon b|
00000730  65 63 61 6d 65 20 63 6c  65 61 72 20 74 68 61 74  |ecame clear that|
00000740  20 40 57 20 77 61 73 20  74 68 65 20 62 65 74 74  | @W was the bett|
00000750  65 72 20 77 61 6c 6c 61  62 79 2e 22 2c 22 62 75  |er wallaby.","bu|
00000760  74 20 63 6f 75 6c 64 20  6e 6f 74 20 6b 65 65 70  |t could not keep|
00000770  20 75 70 20 77 69 74 68  20 40 57 22 0d 02 30 52  | up with @W"..0R|
00000780  dc 20 34 2c 22 49 6e 20  74 68 65 20 65 6e 64 20  |. 4,"In the end |
00000790  22 2c 22 46 69 6e 61 6c  6c 79 20 22 2c 22 45 76  |","Finally ","Ev|
000007a0  65 6e 74 75 61 6c 6c 79  20 22 2c 22 41 66 74 65  |entually ","Afte|
000007b0  72 20 61 20 6c 6f 6e 67  20 61 6e 64 20 64 65 73  |r a long and des|
000007c0  70 65 72 61 74 65 20 66  69 67 68 74 20 22 0d 02  |perate fight "..|
000007d0  3a 53 dc 20 33 2c 22 40  57 20 65 6d 65 72 67 65  |:S. 3,"@W emerge|
000007e0  64 20 74 72 69 75 6d 70  68 61 6e 74 2e 22 2c 22  |d triumphant.","|
000007f0  40 57 20 63 61 6d 65 20  6f 75 74 20 6f 6e 20 74  |@W came out on t|
00000800  6f 70 2e 22 2c 22 40 4c  20 77 61 73 20 66 6f 72  |op.","@L was for|
00000810  63 65 64 20 69 6e 74 6f  20 64 65 66 65 61 74 2e  |ced into defeat.|
00000820  22 0d 02 3b 35 dc 20 33  2c 22 40 57 20 69 73 20  |"..;5. 3,"@W is |
00000830  6e 6f 77 20 61 70 70 65  61 72 69 6e 67 20 69 6e  |now appearing in|
00000840  20 50 55 53 53 20 49 4e  20 42 4f 4f 54 53 2e 22  | PUSS IN BOOTS."|
00000850  2c 22 22 2c 22 22 0d 02  44 06 dc 38 0d 02 4e e9  |,"",""..D..8..N.|
00000860  dc 32 2c 22 43 4f 4d 4d  45 4e 54 22 2c 22 2e 2e  |.2,"COMMENT","..|
00000870  70 61 67 65 20 39 22 2c  32 2c 22 57 45 41 54 48  |page 9",2,"WEATH|
00000880  45 52 3a 22 2c 22 56 45  52 59 20 44 52 59 22 2c  |ER:","VERY DRY",|
00000890  33 2c 22 4b 59 4c 49 45  22 2c 22 49 4e 54 45 52  |3,"KYLIE","INTER|
000008a0  56 57 44 22 2c 22 2e 2e  70 61 67 65 20 34 22 2c  |VWD","..page 4",|
000008b0  33 2c 22 42 4f 55 4e 43  49 4e 47 22 2c 22 42 45  |3,"BOUNCING","BE|
000008c0  41 55 54 49 45 53 22 2c  22 2e 2e 70 61 67 65 20  |AUTIES","..page |
000008d0  33 22 2c 33 2c 22 57 52  49 54 45 20 54 4f 22 2c  |3",3,"WRITE TO",|
000008e0  22 41 55 4e 54 49 45 22  2c 22 4b 4f 41 4c 41 2e  |"AUNTIE","KOALA.|
000008f0  70 35 22 2c 33 2c 22 4b  41 4e 47 41 52 4f 4f 22  |p5",3,"KANGAROO"|
00000900  2c 22 41 43 43 49 44 45  4e 54 22 2c 22 2e 2e 70  |,"ACCIDENT","..p|
00000910  61 67 65 20 36 22 2c 33  2c 22 54 4f 44 41 59 20  |age 6",3,"TODAY |
00000920  49 4e 22 2c 22 50 41 52  4c 49 4d 4e 54 22 2c 22  |IN","PARLIMNT","|
00000930  2e 2e 70 61 67 65 20 38  22 2c 32 2c 22 4c 45 54  |..page 8",2,"LET|
00000940  54 45 52 53 22 0d 02 58  0f dc 22 2e 2e 70 61 67  |TERS"..X.."..pag|
00000950  65 20 34 22 0d 02 62 0b  dd f2 77 72 69 74 65 0d  |e 4"..b...write.|
00000960  02 6c 0a f7 20 8d 44 7c  41 0d 02 76 11 f3 20 54  |.l.. .D|A..v.. T|
00000970  3a e3 20 74 3d 31 20 b8  20 54 0d 02 80 0f f3 20  |:. t=1 . T..... |
00000980  58 2c 59 2c 58 57 2c 48  54 0d 02 8a 1e 77 6e 3d  |X,Y,XW,HT....wn=|
00000990  30 3a e3 42 3d 30 b8 31  36 3a 77 6f 72 64 24 28  |0:.B=0.16:word$(|
000009a0  42 29 3d 22 22 3a ed 0d  02 94 11 f3 20 61 3a e3  |B)="":...... a:.|
000009b0  20 41 3d 31 20 b8 20 61  0d 02 9e 15 6e 61 3d b3  | A=1 . a....na=.|
000009c0  28 32 29 2d 31 3a 6e 62  3d 31 2d 6e 61 0d 02 a8  |(2)-1:nb=1-na...|
000009d0  33 f3 20 62 3a e3 20 42  3d 31 20 b8 20 b3 28 62  |3. b:. B=1 . .(b|
000009e0  29 3a f3 20 71 24 3a ed  3a e7 20 42 3c 3d 62 20  |):. q$:.:. B<=b |
000009f0  e3 20 42 3d 42 20 b8 20  62 3a f3 20 73 24 3a ed  |. B=B . b:. s$:.|
00000a00  0d 02 b2 09 77 24 3d 22  22 0d 02 bc 11 e3 20 51  |....w$=""..... Q|
00000a10  3d 31 20 b8 20 a9 28 71  24 29 0d 02 c6 30 77 24  |=1 . .(q$)...0w$|
00000a20  3d 77 24 2b c1 71 24 2c  51 2c 31 29 3a e7 20 c1  |=w$+.q$,Q,1):. .|
00000a30  71 24 2c 51 2c 31 29 3d  22 20 22 20 84 20 51 3d  |q$,Q,1)=" " . Q=|
00000a40  a9 28 71 24 29 20 f2 63  68 6b 0d 02 d0 05 ed 0d  |.(q$) .chk......|
00000a50  02 da 05 ed 0d 02 e4 0e  e3 20 50 3d 30 20 b8 20  |......... P=0 . |
00000a60  77 6e 0d 02 ee 5d e7 20  48 54 3d 31 20 f1 8a 58  |wn...]. HT=1 ..X|
00000a70  2b 58 57 2f 32 2d a9 28  77 6f 72 64 24 28 50 29  |+XW/2-.(word$(P)|
00000a80  29 2f 32 2c 59 29 77 6f  72 64 24 28 50 29 20 8b  |)/2,Y)word$(P) .|
00000a90  20 f2 64 6f 75 62 6c 65  28 58 2b 58 57 2f 32 2d  | .double(X+XW/2-|
00000aa0  a9 28 77 6f 72 64 24 28  50 29 29 2f 32 2c 59 2c  |.(word$(P))/2,Y,|
00000ab0  77 6f 72 64 24 28 50 29  29 3a 59 3d 59 2b 31 0d  |word$(P)):Y=Y+1.|
00000ac0  02 f8 09 59 3d 59 2b 31  0d 03 02 05 ed 0d 03 0c  |...Y=Y+1........|
00000ad0  05 ed 0d 03 16 0b f1 8a  30 2c 35 29 3b 0d 03 20  |........0,5);.. |
00000ae0  4d e3 4a 3d 31 b8 34 3a  f7 8d 44 44 42 3a f3 70  |M.J=1.4:..DDB:.p|
00000af0  3a e3 49 3d 31 b8 b3 28  70 29 3a f3 6a 3a e3 6b  |:.I=1..(p):.j:.k|
00000b00  3d 31 b8 6a 3a f3 20 77  6f 72 64 24 28 6b 29 3a  |=1.j:. word$(k):|
00000b10  ed 3a ed 3a e3 6b 3d 31  b8 6a 3a f1 77 6f 72 64  |.:.:.k=1.j:.word|
00000b20  24 28 6b 29 3a ed 3a f1  3a ed 0d 03 2a 05 e1 0d  |$(k):.:.:...*...|
00000b30  03 34 09 dd f2 63 68 6b  0d 03 3e 1f e7 a7 77 24  |.4...chk..>...w$|
00000b40  2c 22 40 57 22 29 3e 30  20 77 24 3d 6e 61 6d 65  |,"@W")>0 w$=name|
00000b50  24 28 30 2c 6e 61 29 0d  03 48 1f e7 a7 77 24 2c  |$(0,na)..H...w$,|
00000b60  22 40 4c 22 29 3e 30 20  77 24 3d 6e 61 6d 65 24  |"@L")>0 w$=name$|
00000b70  28 31 2c 6e 62 29 0d 03  52 46 e7 20 a9 28 77 6f  |(1,nb)..RF. .(wo|
00000b80  72 64 24 28 77 6e 29 2b  77 24 29 3c 3d 58 57 20  |rd$(wn)+w$)<=XW |
00000b90  77 6f 72 64 24 28 77 6e  29 3d 77 6f 72 64 24 28  |word$(wn)=word$(|
00000ba0  77 6e 29 2b 77 24 3a 77  24 3d 22 22 20 8b 20 77  |wn)+w$:w$="" . w|
00000bb0  6e 3d 77 6e 2b 31 3a e5  8d 44 52 43 0d 03 5c 05  |n=wn+1:..DRC..\.|
00000bc0  e1 0d 03 66 16 20 dd 20  f2 64 6f 75 62 6c 65 28  |...f. . .double(|
00000bd0  78 2c 79 2c 7a 24 29 0d  03 70 09 20 ea 20 63 25  |x,y,z$)..p. . c%|
00000be0  0d 03 7a 0b 20 63 25 3d  26 37 30 0d 03 84 0b f1  |..z. c%=&70.....|
00000bf0  8a 78 2c 79 29 3b 0d 03  8e 16 20 e3 20 6c 6f 6f  |.x,y);.... . loo|
00000c00  70 25 3d 31 20 b8 20 a9  28 7a 24 29 0d 03 98 18  |p%=1 . .(z$)....|
00000c10  20 3f 63 25 3d 97 28 c1  7a 24 2c 6c 6f 6f 70 25  | ?c%=.(.z$,loop%|
00000c20  2c 31 29 29 0d 03 a2 10  20 58 25 3d 63 25 20 83  |,1)).... X%=c% .|
00000c30  20 32 35 36 0d 03 ac 12  20 59 25 3d 63 25 20 81  | 256.... Y%=c% .|
00000c40  20 32 35 36 20 20 0d 03  b6 0a 20 41 25 3d 31 30  | 256  .... A%=10|
00000c50  0d 03 c0 0c 20 d6 20 26  46 46 46 31 0d 03 ca 73  |.... . &FFF1...s|
00000c60  20 ef 32 33 2c 31 32 38  2c 63 25 3f 31 2c 63 25  | .23,128,c%?1,c%|
00000c70  3f 31 2c 63 25 3f 32 2c  63 25 3f 32 2c 63 25 3f  |?1,c%?2,c%?2,c%?|
00000c80  33 2c 63 25 3f 33 2c 63  25 3f 34 2c 63 25 3f 34  |3,c%?3,c%?4,c%?4|
00000c90  2c 31 32 38 2c 31 30 2c  38 2c 32 33 2c 31 32 38  |,128,10,8,23,128|
00000ca0  2c 63 25 3f 35 2c 63 25  3f 35 2c 63 25 3f 36 2c  |,c%?5,c%?5,c%?6,|
00000cb0  63 25 3f 36 2c 63 25 3f  37 2c 63 25 3f 37 2c 63  |c%?6,c%?7,c%?7,c|
00000cc0  25 3f 38 2c 63 25 3f 38  2c 31 32 38 2c 31 31 0d  |%?8,c%?8,128,11.|
00000cd0  03 d4 06 20 ed 0d 03 de  06 20 e1 0d 03 e8 0b dd  |... ..... ......|
00000ce0  f2 6e 61 6d 65 73 0d 03  f2 1a 6e 61 6d 65 24 28  |.names....name$(|
00000cf0  30 2c 30 29 3d a4 6e 73  28 3f 26 35 37 41 41 29  |0,0)=.ns(?&57AA)|
00000d00  0d 03 fc 1a 6e 61 6d 65  24 28 31 2c 30 29 3d a4  |....name$(1,0)=.|
00000d10  6e 73 28 3f 26 35 37 41  42 29 0d 04 06 4d e7 20  |ns(?&57AB)...M. |
00000d20  a4 73 69 6e 28 3f 26 35  37 41 41 2c 3f 26 35 37  |.sin(?&57AA,?&57|
00000d30  41 42 29 3d 32 20 73 24  3d 6e 61 6d 65 24 28 30  |AB)=2 s$=name$(0|
00000d40  2c 30 29 3a 6e 61 6d 65  24 28 30 2c 30 29 3d 6e  |,0):name$(0,0)=n|
00000d50  61 6d 65 24 28 31 2c 30  29 3a 6e 61 6d 65 24 28  |ame$(1,0):name$(|
00000d60  31 2c 30 29 3d 73 24 0d  04 10 0d e3 20 5a 3d 30  |1,0)=s$..... Z=0|
00000d70  20 b8 20 31 0d 04 1a 07  59 3d 30 0d 04 24 0b f5  | . 1....Y=0..$..|
00000d80  3a 59 3d 59 2b 31 0d 04  2e 2a 6e 61 6d 65 24 28  |:Y=Y+1...*name$(|
00000d90  5a 2c 31 29 3d 6e 61 6d  65 24 28 5a 2c 31 29 2b  |Z,1)=name$(Z,1)+|
00000da0  c1 6e 61 6d 65 24 28 5a  2c 30 29 2c 59 2c 31 29  |.name$(Z,0),Y,1)|
00000db0  0d 04 38 28 fd 20 59 3d  39 20 84 20 a7 22 41 45  |..8(. Y=9 . ."AE|
00000dc0  49 4f 55 22 2c c1 6e 61  6d 65 24 28 5a 2c 30 29  |IOU",.name$(Z,0)|
00000dd0  2c 59 2c 31 29 29 3e 30  0d 04 42 20 6e 61 6d 65  |,Y,1))>0..B name|
00000de0  24 28 5a 2c 31 29 3d 6e  61 6d 65 24 28 5a 2c 31  |$(Z,1)=name$(Z,1|
00000df0  29 2b 22 5a 5a 41 20 22  0d 04 4c 05 ed 0d 04 56  |)+"ZZA "..L....V|
00000e00  1d 6e 61 6d 65 24 28 30  2c 30 29 3d 6e 61 6d 65  |.name$(0,0)=name|
00000e10  24 28 30 2c 30 29 2b 22  20 22 0d 04 60 1d 6e 61  |$(0,0)+" "..`.na|
00000e20  6d 65 24 28 31 2c 30 29  3d 6e 61 6d 65 24 28 31  |me$(1,0)=name$(1|
00000e30  2c 30 29 2b 22 20 22 0d  04 6a 05 e1 0d 04 74 0c  |,0)+" "..j....t.|
00000e40  dd f2 63 6f 70 79 64 6e  0d 04 7e 15 e3 20 41 3d  |..copydn..~.. A=|
00000e50  26 32 37 41 39 20 b8 20  26 32 37 46 46 0d 04 88  |&27A9 . &27FF...|
00000e60  11 3f 41 3d 3f 28 41 2b  26 33 30 30 30 29 0d 04  |.?A=?(A+&3000)..|
00000e70  92 05 ed 0d 04 9c 05 e1  0d 04 a6 09 dd f2 73 63  |..............sc|
00000e80  73 0d 04 ab 47 e7 20 a4  73 69 6e 28 3f 26 35 37  |s...G. .sin(?&57|
00000e90  41 41 2c 3f 26 35 37 41  42 29 3d 32 20 3f a4 73  |AA,?&57AB)=2 ?.s|
00000ea0  28 3f 26 35 37 41 42 2c  3f 26 35 37 41 41 29 3d  |(?&57AB,?&57AA)=|
00000eb0  31 20 8b 20 3f a4 73 28  3f 26 35 37 41 42 2c 3f  |1 . ?.s(?&57AB,?|
00000ec0  26 35 37 41 41 29 3d 32  0d 04 b0 29 f2 64 6f 75  |&57AA)=2...).dou|
00000ed0  62 6c 65 28 31 35 2c 32  31 2c 22 43 48 41 4d 50  |ble(15,21,"CHAMP|
00000ee0  49 4f 4e 53 48 49 50 20  52 45 53 55 4c 54 53 22  |IONSHIP RESULTS"|
00000ef0  29 0d 04 ba 14 e3 20 41  3d 30 20 b8 20 3f 26 35  |)..... A=0 . ?&5|
00000f00  37 41 39 2d 31 0d 04 c4  13 f1 8a 39 2c 32 34 2b  |7A9-1......9,24+|
00000f10  41 29 a4 6e 73 28 41 29  0d 04 ce 1a f1 8a 31 38  |A).ns(A)......18|
00000f20  2b 41 2a 32 2c 32 33 29  c0 a4 6e 73 28 41 29 2c  |+A*2,23)..ns(A),|
00000f30  31 29 0d 04 d8 05 ed 0d  04 e2 08 67 6c 3d 30 0d  |1).........gl=0.|
00000f40  04 ec 14 e3 20 41 3d 30  20 b8 20 3f 26 35 37 41  |.... A=0 . ?&57A|
00000f50  39 2d 31 0d 04 f6 14 e3  20 42 3d 30 20 b8 20 3f  |9-1..... B=0 . ?|
00000f60  26 35 37 41 39 2d 31 0d  05 00 0f e7 20 41 3d 42  |&57A9-1..... A=B|
00000f70  20 e5 8d 54 72 45 0d 05  0a 13 58 3d 31 38 2b 42  | ..TrE....X=18+B|
00000f80  2a 32 3a 59 3d 32 34 2b  41 0d 05 14 25 e7 20 a4  |*2:Y=24+A...%. .|
00000f90  73 69 6e 28 41 2c 42 29  3d 32 37 f1 8a 58 2c 59  |sin(A,B)=27..X,Y|
00000fa0  29 22 2d 22 3a 67 6c 3d  67 6c 2b 30 2e 35 0d 05  |)"-":gl=gl+0.5..|
00000fb0  1e 29 e7 20 a4 73 69 6e  28 41 2c 42 29 3d 31 20  |.). .sin(A,B)=1 |
00000fc0  73 63 28 41 29 3d 73 63  28 41 29 2b 32 3a f1 8a  |sc(A)=sc(A)+2:..|
00000fd0  58 2c 59 29 22 57 22 0d  05 28 29 e7 20 a4 73 69  |X,Y)"W"..(). .si|
00000fe0  6e 28 41 2c 42 29 3d 32  20 73 63 28 42 29 3d 73  |n(A,B)=2 sc(B)=s|
00000ff0  63 28 42 29 2b 32 3a f1  8a 58 2c 59 29 22 4c 22  |c(B)+2:..X,Y)"L"|
00001000  0d 05 32 05 ed 0d 05 3c  05 ed 0d 05 46 14 f1 8a  |..2....<....F...|
00001010  33 30 2c 32 33 29 22 53  43 4f 52 45 53 22 0d 05  |30,23)"SCORES"..|
00001020  50 24 e3 49 3d 30 b8 3f  26 35 37 41 39 2d 31 3a  |P$.I=0.?&57A9-1:|
00001030  f1 8a 33 31 2c 32 34 2b  49 29 3b 73 63 28 49 29  |..31,24+I);sc(I)|
00001040  3a ed 0d 05 5a 23 f1 8a  39 2c 33 30 29 22 47 61  |:...Z#..9,30)"Ga|
00001050  6d 65 73 20 6c 65 66 74  20 74 6f 20 70 6c 61 79  |mes left to play|
00001060  3a 22 3b 67 6c 0d 05 64  05 e1 0d 05 6e 09 dd f2  |:";gl..d....n...|
00001070  77 69 6e 0d 05 78 13 ef  32 33 3b 38 32 30 32 3b  |win..x..23;8202;|
00001080  30 3b 30 3b 30 3b 0d 05  82 0b 7a 3d 30 3a 79 3d  |0;0;0;....z=0:y=|
00001090  38 0d 05 8c 11 e3 49 3d  30 b8 3f 26 35 37 41 39  |8.....I=0.?&57A9|
000010a0  2d 31 0d 05 96 19 e7 20  73 63 28 49 29 3e 7a 20  |-1..... sc(I)>z |
000010b0  7a 3d 73 63 28 49 29 3a  79 3d 49 0d 05 a0 05 ed  |z=sc(I):y=I.....|
000010c0  0d 05 aa 2a 77 6e 3d 30  3a e3 20 49 3d 30 20 b8  |...*wn=0:. I=0 .|
000010d0  3f 26 35 37 41 39 2d 31  3a e7 20 73 63 28 49 29  |?&57A9-1:. sc(I)|
000010e0  3d 7a 20 77 6e 3d 77 6e  2b 31 0d 05 b4 05 ed 0d  |=z wn=wn+1......|
000010f0  05 be 0d 77 24 3d a4 6e  73 28 7a 29 0d 05 c8 06  |...w$=.ns(z)....|
00001100  fb 31 0d 05 d2 3e e7 20  77 6e 3d 31 20 77 24 3d  |.1...>. wn=1 w$=|
00001110  22 54 48 45 20 57 49 4e  4e 45 52 20 22 3a 69 24  |"THE WINNER ":i$|
00001120  3d 22 49 53 22 20 8b 20  77 24 3d 22 4e 45 58 54  |="IS" . w$="NEXT|
00001130  20 52 4f 55 4e 44 20 22  3a 69 24 3d 22 49 53 22  | ROUND ":i$="IS"|
00001140  0d 05 d7 13 77 24 3d 77  24 2b 22 20 4f 46 20 54  |....w$=w$+" OF T|
00001150  48 45 22 0d 05 e6 13 f2  64 6f 75 62 6c 65 28 31  |HE".....double(1|
00001160  2c 31 2c 77 24 29 0d 05  f0 09 f2 6c 6f 67 6f 0d  |,1,w$).....logo.|
00001170  05 fa 2a f2 64 6f 75 62  6c 65 28 34 2c 31 36 2c  |..*.double(4,16,|
00001180  22 43 48 41 4d 50 49 4f  4e 53 48 49 50 22 29 3a  |"CHAMPIONSHIP"):|
00001190  f1 8a 39 2c 31 39 29 69  24 0d 06 04 2b d4 32 2c  |..9,19)i$...+.2,|
000011a0  30 2c 30 2c 34 3a e3 41  3d 30 b8 31 36 30 88 38  |0,0,4:.A=0.160.8|
000011b0  3a d4 31 2c 32 2c 41 2c  31 3a d4 32 2c 32 2c 41  |:.1,2,A,1:.2,2,A|
000011c0  2c 31 3a ed 0d 06 0e 56  59 3d 32 30 3a 5a 3d 30  |,1:....VY=20:Z=0|
000011d0  3a e3 52 3d 30 b8 28 3f  26 35 37 41 39 29 2d 31  |:.R=0.(?&57A9)-1|
000011e0  3a e7 20 73 63 28 52 29  3d 7a 20 f2 64 6f 75 62  |:. sc(R)=z .doub|
000011f0  6c 65 28 36 2c 59 2c a4  6e 73 28 52 29 29 3a 59  |le(6,Y,.ns(R)):Y|
00001200  3d 59 2b 32 3a 77 6f 72  64 24 28 5a 29 3d a4 6e  |=Y+2:word$(Z)=.n|
00001210  73 28 52 29 3a 5a 3d 5a  2b 31 0d 06 18 05 ed 0d  |s(R):Z=Z+1......|
00001220  06 1d 91 e7 20 77 6e 3e  31 20 e3 20 41 3d 26 35  |.... wn>1 . A=&5|
00001230  37 41 39 20 b8 20 26 35  37 46 46 3a 3f 41 3d 32  |7A9 . &57FF:?A=2|
00001240  37 3a ed 3a 3f 26 35 37  41 39 3d 77 6e 3a e3 20  |7:.:?&57A9=wn:. |
00001250  52 3d 30 20 b8 20 77 6e  2d 31 3a e3 4a 3d 31 b8  |R=0 . wn-1:.J=1.|
00001260  a9 28 77 6f 72 64 24 28  52 29 29 3a 3f a4 6e 28  |.(word$(R)):?.n(|
00001270  52 2c 4a 2d 31 29 3d 97  28 c1 77 6f 72 64 24 28  |R,J-1)=.(.word$(|
00001280  52 29 2c 4a 2c 31 29 29  3a ed 3a ed 3a e3 20 52  |R),J,1)):.:.:. R|
00001290  3d 30 20 b8 20 35 3a e3  20 4a 3d 30 20 b8 20 35  |=0 . 5:. J=0 . 5|
000012a0  3a 3f a4 73 28 52 2c 4a  29 3d 32 37 3a ed 3a ed  |:?.s(R,J)=27:.:.|
000012b0  0d 06 22 23 f2 73 70 66  6e 64 3a f2 73 70 64 72  |.."#.spfnd:.spdr|
000012c0  61 77 3a f5 3a f2 73 70  6d 6f 76 65 3a fd 20 a6  |aw:.:.spmove:. .|
000012d0  2d 39 39 0d 06 27 1b e7  20 77 6e 3e 31 20 f2 63  |-99..'.. wn>1 .c|
000012e0  6f 70 79 64 6e 3a d7 22  57 57 46 2d 47 22 0d 06  |opydn:."WWF-G"..|
000012f0  2c 0e d7 22 57 57 46 2d  49 22 3a e1 0d 06 36 0e  |,.."WWF-I":...6.|
00001300  dd f2 77 77 66 28 78 2c  79 29 0d 06 40 17 dc 20  |..wwf(x,y)..@.. |
00001310  30 2c 2d 31 35 30 2c 30  2c 2d 31 35 30 2c 30 2c  |0,-150,0,-150,0,|
00001320  30 0d 06 4a 10 e3 4a 3d  30 b8 31 30 30 88 31 30  |0..J..J=0.100.10|
00001330  30 0d 06 54 09 f7 8d 44  40 46 0d 06 5e 11 ec 78  |0..T...D@F..^..x|
00001340  2c 79 2d 4a 3a ec 78 2c  79 2d 4a 0d 06 68 0a e3  |,y-J:.x,y-J..h..|
00001350  49 3d 30 b8 35 0d 06 72  07 f3 20 64 0d 06 7c 15  |I=0.5..r.. d..|.|
00001360  f0 38 35 2c 78 2b 49 2a  31 30 30 2c 79 2b 64 2d  |.85,x+I*100,y+d-|
00001370  4a 0d 06 86 18 f0 38 35  2c 78 2b 49 2a 31 30 30  |J.....85,x+I*100|
00001380  2c 79 2b 64 2d 35 30 2d  4a 0d 06 90 05 ed 0d 06  |,y+d-50-J.......|
00001390  9a 05 ed 0d 06 a4 05 e1  0d 06 ae 0a dd f2 6c 6f  |..............lo|
000013a0  67 6f 0d 06 b8 08 e6 30  2c 31 0d 06 c2 39 e3 69  |go.....0,1...9.i|
000013b0  3d 33 38 30 b8 39 30 30  88 31 36 3a ec 69 2c 39  |=380.900.16:.i,9|
000013c0  31 30 3a f0 32 31 2c 69  2c 35 34 30 3a ec 69 2b  |10:.21,i,540:.i+|
000013d0  38 2c 39 31 34 3a f0 32  31 2c 69 2b 38 2c 35 34  |8,914:.21,i+8,54|
000013e0  34 3a ed 0d 06 cc 11 f2  77 77 66 28 33 39 30 2c  |4:......wwf(390,|
000013f0  39 30 30 29 0d 06 d6 08  e6 30 2c 33 0d 06 e0 11  |900).....0,3....|
00001400  f2 77 77 66 28 33 39 30  2c 38 38 34 29 0d 06 ea  |.wwf(390,884)...|
00001410  08 e6 30 2c 32 0d 06 f4  11 f2 77 77 66 28 33 39  |..0,2.....wwf(39|
00001420  30 2c 38 39 32 29 0d 06  fe 05 e1 0d 07 08 0b dd  |0,892)..........|
00001430  f2 73 70 66 6e 64 0d 07  12 27 f5 3a 73 78 3d b3  |.spfnd...'.:sx=.|
00001440  28 31 32 37 39 29 3a 73  79 3d b3 28 31 30 32 33  |(1279):sy=.(1023|
00001450  29 3a fd 20 b0 73 78 2c  73 79 29 3d 31 0d 07 1c  |):. .sx,sy)=1...|
00001460  0e 73 73 3d 30 3a 73 64  3d 31 32 0d 07 26 1d dc  |.ss=0:sd=12..&..|
00001470  20 31 2c 33 2c 37 2c 34  2c 36 2c 37 2c 31 2c 35  | 1,3,7,4,6,7,1,5|
00001480  2c 37 2c 32 2c 33 2c 37  0d 07 30 0a f7 20 8d 54  |,7,2,3,7..0.. .T|
00001490  66 47 0d 07 3a 2d e3 20  49 3d 31 20 b8 20 b3 28  |fG..:-. I=1 . .(|
000014a0  34 29 3a e3 20 4a 3d 31  20 b8 20 33 3a f3 20 6e  |4):. J=1 . 3:. n|
000014b0  3a ef 31 39 2c 4a 2c 6e  3b 30 3b 3a ed 3a ed 0d  |:.19,J,n;0;:.:..|
000014c0  07 44 05 e1 0d 07 4e 0c  dd f2 73 70 64 72 61 77  |.D....N...spdraw|
000014d0  0d 07 58 08 e6 33 2c 33  0d 07 62 1b ec 20 73 78  |..X..3,3..b.. sx|
000014e0  2d 73 73 2c 73 79 3a f0  32 31 2c 73 78 2b 73 73  |-ss,sy:.21,sx+ss|
000014f0  2c 73 79 0d 07 6c 1b ec  20 73 78 2c 73 79 2d 73  |,sy..l.. sx,sy-s|
00001500  73 3a f0 32 31 2c 73 78  2c 73 79 2b 73 73 0d 07  |s:.21,sx,sy+ss..|
00001510  76 05 e1 0d 07 80 0c dd  f2 73 70 6d 6f 76 65 0d  |v........spmove.|
00001520  07 8a 0b f2 73 70 64 72  61 77 0d 07 94 0c 73 73  |....spdraw....ss|
00001530  3d 73 73 2b 73 64 0d 07  9e 14 e7 20 73 73 3e 31  |=ss+sd..... ss>1|
00001540  30 30 20 73 64 3d 30 2d  73 64 0d 07 a8 11 e7 20  |00 sd=0-sd..... |
00001550  73 73 3c 30 20 f2 73 70  66 6e 64 0d 07 b2 0b f2  |ss<0 .spfnd.....|
00001560  73 70 64 72 61 77 0d 07  bc 05 e1 0d ff           |spdraw.......|
0000156d
G/S/WWF-NRS.m0
G/S/WWF-NRS.m1
G/S/WWF-NRS.m2
G/S/WWF-NRS.m4
G/S/WWF-NRS.m5