Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_52.ADF » V/+SUNSAV

V/+SUNSAV

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_52.ADF
Filename: V/+SUNSAV
Read OK:
File size: 0FB6 bytes
Load address: 2B204556
Exec address: 534E5553
Duplicates

There are 2 duplicate copies of this file in the archive:

File contents
                    SUNDAY GAME LOADING AND SAVING
                          By Steven Thompson

ONE of the major drawbacks of the otherwise excellent (crawl, crawl) 
game SUNDAY by Dave Edwards is that, possibly in the excitement of 
putting it together, he forgot to allow players to save and load their
position. I for one got fed up having to watch scenes I'd completed well
again and again every time I played it. Here is a program I devised to
make life a lot easier - particularly if you want to try and get the
highest possible score.
   It works a little like the QSAVE on the EXILE cassettes and disks:
when you want to save your position you press <BREAK> and wait for the
prompt. Unfortunately, it's not quite as professional and you need to
enter a few BASIC commands before you load it. Don't worry though as,
because all the SUNDAY information is held in integer variables A%-Z%, 
it's very safely held in memory.
   The SUNDAY files are in BASIC and fortunately for us, Dave has put a
REM statement in the first line of them giving its filename (plus the
version number and computer it's intended for). So type in:
      >PAGE=&2000 <RETURN>
      >OLD <RETURN>
      >LIST 10 <RETURN>

You'll get something like, on the BURGER KING scene:
         10REM SUNDAY ELK Version "BURGER1"

Make a note of the "filename" (In this case, "BURGER1") as you need to
enter this scene name later when saving your position.
   To save your position now, insert the EUG disk [Or a disk to which
you've transferred the utility on it - Ed], *MOUNT it if necessary and
type:
      >CH."U.SUNSAVE" <RETURN>

The utility will be loaded and you will be asked to insert either a 
readily formatted (although it doesn't matter if it has some files on)
disk and press <SPACE>. You can choose to catalogue it if you want or
you can save the position by typing S.
   It's best to save your file in the $ directory and call it something
like "savgam1" or "sun-A". Then you need to enter the filename of the
scene you had reached ("BURGER1" or whatever).
   After a few seconds, there will be a beep and the position will be
saved. To start playing again from that position, you then need to load
the utility and put the save game disk in, press L(oad) and type in the
filename. If using DFS, you will also have to specify which drive (0, 1,
2 or 3) contains the scene you want to pick up at with the stored data
(For BURGER1, this is either 2 or 3 depending on whether you've got a
double-disk drive). Then stick in the appropriate original SUNDAY disk
and away you go!
   I think that using this utility enhances SUNDAY quite enormously. You
can play scenes to your heart's content and the hackers among you will
have noticed you could even manipulate the variables so as to get 
different responses or sequences. [See the SUNDAY'S SECRETS REVEALED
articles in the Articles Menu - Ed] Of course, it's not as good as a 
built-in game save position which surely wouldn't be too hard to incor-
porate, would it, Mr Editor? And what about a high score TABLE too, 
instead of just holding the one?!
                                                Steven Thompson, Ipswich

THIS is a great way of saving and loading your position and, of course,
thanks for enjoying and emailing about SUNDAY. As a lot of the SUNDAY
scenes are so big as to fill almost all of the memory, I suspect though
that you may have found the only way to do it. As the programmer, I know
any other would require a MAJOR rewrite.
   A minor niggle with using Steven Thompson's utility is that, if you
decide to save your position in the middle of a scene, or a scene that 
doesn't draw the backdrop when it begins, then you 'travel back in time'
and play the beginning of it again (and get a higher score than you 
ought!) or get a blank graphics area with weird effects for a while. I
suggest that it's probably better to hit <BREAK> and use the utility 
only when a new scene is beginning.
                                                     (The) Dave, EUG #52
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000010  20 20 20 20 53 55 4e 44  41 59 20 47 41 4d 45 20  |    SUNDAY GAME |
00000020  4c 4f 41 44 49 4e 47 20  41 4e 44 20 53 41 56 49  |LOADING AND SAVI|
00000030  4e 47 0d 20 20 20 20 20  20 20 20 20 20 20 20 20  |NG.             |
00000040  20 20 20 20 20 20 20 20  20 20 20 20 20 42 79 20  |             By |
00000050  53 74 65 76 65 6e 20 54  68 6f 6d 70 73 6f 6e 0d  |Steven Thompson.|
00000060  0d 4f 4e 45 20 6f 66 20  74 68 65 20 6d 61 6a 6f  |.ONE of the majo|
00000070  72 20 64 72 61 77 62 61  63 6b 73 20 6f 66 20 74  |r drawbacks of t|
00000080  68 65 20 6f 74 68 65 72  77 69 73 65 20 65 78 63  |he otherwise exc|
00000090  65 6c 6c 65 6e 74 20 28  63 72 61 77 6c 2c 20 63  |ellent (crawl, c|
000000a0  72 61 77 6c 29 20 0d 67  61 6d 65 20 53 55 4e 44  |rawl) .game SUND|
000000b0  41 59 20 62 79 20 44 61  76 65 20 45 64 77 61 72  |AY by Dave Edwar|
000000c0  64 73 20 69 73 20 74 68  61 74 2c 20 70 6f 73 73  |ds is that, poss|
000000d0  69 62 6c 79 20 69 6e 20  74 68 65 20 65 78 63 69  |ibly in the exci|
000000e0  74 65 6d 65 6e 74 20 6f  66 20 0d 70 75 74 74 69  |tement of .putti|
000000f0  6e 67 20 69 74 20 74 6f  67 65 74 68 65 72 2c 20  |ng it together, |
00000100  68 65 20 66 6f 72 67 6f  74 20 74 6f 20 61 6c 6c  |he forgot to all|
00000110  6f 77 20 70 6c 61 79 65  72 73 20 74 6f 20 73 61  |ow players to sa|
00000120  76 65 20 61 6e 64 20 6c  6f 61 64 20 74 68 65 69  |ve and load thei|
00000130  72 0d 70 6f 73 69 74 69  6f 6e 2e 20 49 20 66 6f  |r.position. I fo|
00000140  72 20 6f 6e 65 20 67 6f  74 20 66 65 64 20 75 70  |r one got fed up|
00000150  20 68 61 76 69 6e 67 20  74 6f 20 77 61 74 63 68  | having to watch|
00000160  20 73 63 65 6e 65 73 20  49 27 64 20 63 6f 6d 70  | scenes I'd comp|
00000170  6c 65 74 65 64 20 77 65  6c 6c 0d 61 67 61 69 6e  |leted well.again|
00000180  20 61 6e 64 20 61 67 61  69 6e 20 65 76 65 72 79  | and again every|
00000190  20 74 69 6d 65 20 49 20  70 6c 61 79 65 64 20 69  | time I played i|
000001a0  74 2e 20 48 65 72 65 20  69 73 20 61 20 70 72 6f  |t. Here is a pro|
000001b0  67 72 61 6d 20 49 20 64  65 76 69 73 65 64 20 74  |gram I devised t|
000001c0  6f 0d 6d 61 6b 65 20 6c  69 66 65 20 61 20 6c 6f  |o.make life a lo|
000001d0  74 20 65 61 73 69 65 72  20 2d 20 70 61 72 74 69  |t easier - parti|
000001e0  63 75 6c 61 72 6c 79 20  69 66 20 79 6f 75 20 77  |cularly if you w|
000001f0  61 6e 74 20 74 6f 20 74  72 79 20 61 6e 64 20 67  |ant to try and g|
00000200  65 74 20 74 68 65 0d 68  69 67 68 65 73 74 20 70  |et the.highest p|
00000210  6f 73 73 69 62 6c 65 20  73 63 6f 72 65 2e 0d 20  |ossible score.. |
00000220  20 20 49 74 20 77 6f 72  6b 73 20 61 20 6c 69 74  |  It works a lit|
00000230  74 6c 65 20 6c 69 6b 65  20 74 68 65 20 51 53 41  |tle like the QSA|
00000240  56 45 20 6f 6e 20 74 68  65 20 45 58 49 4c 45 20  |VE on the EXILE |
00000250  63 61 73 73 65 74 74 65  73 20 61 6e 64 20 64 69  |cassettes and di|
00000260  73 6b 73 3a 0d 77 68 65  6e 20 79 6f 75 20 77 61  |sks:.when you wa|
00000270  6e 74 20 74 6f 20 73 61  76 65 20 79 6f 75 72 20  |nt to save your |
00000280  70 6f 73 69 74 69 6f 6e  20 79 6f 75 20 70 72 65  |position you pre|
00000290  73 73 20 3c 42 52 45 41  4b 3e 20 61 6e 64 20 77  |ss <BREAK> and w|
000002a0  61 69 74 20 66 6f 72 20  74 68 65 0d 70 72 6f 6d  |ait for the.prom|
000002b0  70 74 2e 20 55 6e 66 6f  72 74 75 6e 61 74 65 6c  |pt. Unfortunatel|
000002c0  79 2c 20 69 74 27 73 20  6e 6f 74 20 71 75 69 74  |y, it's not quit|
000002d0  65 20 61 73 20 70 72 6f  66 65 73 73 69 6f 6e 61  |e as professiona|
000002e0  6c 20 61 6e 64 20 79 6f  75 20 6e 65 65 64 20 74  |l and you need t|
000002f0  6f 0d 65 6e 74 65 72 20  61 20 66 65 77 20 42 41  |o.enter a few BA|
00000300  53 49 43 20 63 6f 6d 6d  61 6e 64 73 20 62 65 66  |SIC commands bef|
00000310  6f 72 65 20 79 6f 75 20  6c 6f 61 64 20 69 74 2e  |ore you load it.|
00000320  20 44 6f 6e 27 74 20 77  6f 72 72 79 20 74 68 6f  | Don't worry tho|
00000330  75 67 68 20 61 73 2c 0d  62 65 63 61 75 73 65 20  |ugh as,.because |
00000340  61 6c 6c 20 74 68 65 20  53 55 4e 44 41 59 20 69  |all the SUNDAY i|
00000350  6e 66 6f 72 6d 61 74 69  6f 6e 20 69 73 20 68 65  |nformation is he|
00000360  6c 64 20 69 6e 20 69 6e  74 65 67 65 72 20 76 61  |ld in integer va|
00000370  72 69 61 62 6c 65 73 20  41 25 2d 5a 25 2c 20 0d  |riables A%-Z%, .|
00000380  69 74 27 73 20 76 65 72  79 20 73 61 66 65 6c 79  |it's very safely|
00000390  20 68 65 6c 64 20 69 6e  20 6d 65 6d 6f 72 79 2e  | held in memory.|
000003a0  0d 20 20 20 54 68 65 20  53 55 4e 44 41 59 20 66  |.   The SUNDAY f|
000003b0  69 6c 65 73 20 61 72 65  20 69 6e 20 42 41 53 49  |iles are in BASI|
000003c0  43 20 61 6e 64 20 66 6f  72 74 75 6e 61 74 65 6c  |C and fortunatel|
000003d0  79 20 66 6f 72 20 75 73  2c 20 44 61 76 65 20 68  |y for us, Dave h|
000003e0  61 73 20 70 75 74 20 61  0d 52 45 4d 20 73 74 61  |as put a.REM sta|
000003f0  74 65 6d 65 6e 74 20 69  6e 20 74 68 65 20 66 69  |tement in the fi|
00000400  72 73 74 20 6c 69 6e 65  20 6f 66 20 74 68 65 6d  |rst line of them|
00000410  20 67 69 76 69 6e 67 20  69 74 73 20 66 69 6c 65  | giving its file|
00000420  6e 61 6d 65 20 28 70 6c  75 73 20 74 68 65 0d 76  |name (plus the.v|
00000430  65 72 73 69 6f 6e 20 6e  75 6d 62 65 72 20 61 6e  |ersion number an|
00000440  64 20 63 6f 6d 70 75 74  65 72 20 69 74 27 73 20  |d computer it's |
00000450  69 6e 74 65 6e 64 65 64  20 66 6f 72 29 2e 20 53  |intended for). S|
00000460  6f 20 74 79 70 65 20 69  6e 3a 0d 20 20 20 20 20  |o type in:.     |
00000470  20 3e 50 41 47 45 3d 26  32 30 30 30 20 3c 52 45  | >PAGE=&2000 <RE|
00000480  54 55 52 4e 3e 0d 20 20  20 20 20 20 3e 4f 4c 44  |TURN>.      >OLD|
00000490  20 3c 52 45 54 55 52 4e  3e 0d 20 20 20 20 20 20  | <RETURN>.      |
000004a0  3e 4c 49 53 54 20 31 30  20 3c 52 45 54 55 52 4e  |>LIST 10 <RETURN|
000004b0  3e 0d 0d 59 6f 75 27 6c  6c 20 67 65 74 20 73 6f  |>..You'll get so|
000004c0  6d 65 74 68 69 6e 67 20  6c 69 6b 65 2c 20 6f 6e  |mething like, on|
000004d0  20 74 68 65 20 42 55 52  47 45 52 20 4b 49 4e 47  | the BURGER KING|
000004e0  20 73 63 65 6e 65 3a 0d  20 20 20 20 20 20 20 20  | scene:.        |
000004f0  20 31 30 52 45 4d 20 53  55 4e 44 41 59 20 45 4c  | 10REM SUNDAY EL|
00000500  4b 20 56 65 72 73 69 6f  6e 20 22 42 55 52 47 45  |K Version "BURGE|
00000510  52 31 22 0d 0d 4d 61 6b  65 20 61 20 6e 6f 74 65  |R1"..Make a note|
00000520  20 6f 66 20 74 68 65 20  22 66 69 6c 65 6e 61 6d  | of the "filenam|
00000530  65 22 20 28 49 6e 20 74  68 69 73 20 63 61 73 65  |e" (In this case|
00000540  2c 20 22 42 55 52 47 45  52 31 22 29 20 61 73 20  |, "BURGER1") as |
00000550  79 6f 75 20 6e 65 65 64  20 74 6f 0d 65 6e 74 65  |you need to.ente|
00000560  72 20 74 68 69 73 20 73  63 65 6e 65 20 6e 61 6d  |r this scene nam|
00000570  65 20 6c 61 74 65 72 20  77 68 65 6e 20 73 61 76  |e later when sav|
00000580  69 6e 67 20 79 6f 75 72  20 70 6f 73 69 74 69 6f  |ing your positio|
00000590  6e 2e 0d 20 20 20 54 6f  20 73 61 76 65 20 79 6f  |n..   To save yo|
000005a0  75 72 20 70 6f 73 69 74  69 6f 6e 20 6e 6f 77 2c  |ur position now,|
000005b0  20 69 6e 73 65 72 74 20  74 68 65 20 45 55 47 20  | insert the EUG |
000005c0  64 69 73 6b 20 5b 4f 72  20 61 20 64 69 73 6b 20  |disk [Or a disk |
000005d0  74 6f 20 77 68 69 63 68  0d 79 6f 75 27 76 65 20  |to which.you've |
000005e0  74 72 61 6e 73 66 65 72  72 65 64 20 74 68 65 20  |transferred the |
000005f0  75 74 69 6c 69 74 79 20  6f 6e 20 69 74 20 2d 20  |utility on it - |
00000600  45 64 5d 2c 20 2a 4d 4f  55 4e 54 20 69 74 20 69  |Ed], *MOUNT it i|
00000610  66 20 6e 65 63 65 73 73  61 72 79 20 61 6e 64 0d  |f necessary and.|
00000620  74 79 70 65 3a 0d 20 20  20 20 20 20 3e 43 48 2e  |type:.      >CH.|
00000630  22 55 2e 53 55 4e 53 41  56 45 22 20 3c 52 45 54  |"U.SUNSAVE" <RET|
00000640  55 52 4e 3e 0d 0d 54 68  65 20 75 74 69 6c 69 74  |URN>..The utilit|
00000650  79 20 77 69 6c 6c 20 62  65 20 6c 6f 61 64 65 64  |y will be loaded|
00000660  20 61 6e 64 20 79 6f 75  20 77 69 6c 6c 20 62 65  | and you will be|
00000670  20 61 73 6b 65 64 20 74  6f 20 69 6e 73 65 72 74  | asked to insert|
00000680  20 65 69 74 68 65 72 20  61 20 0d 72 65 61 64 69  | either a .readi|
00000690  6c 79 20 66 6f 72 6d 61  74 74 65 64 20 28 61 6c  |ly formatted (al|
000006a0  74 68 6f 75 67 68 20 69  74 20 64 6f 65 73 6e 27  |though it doesn'|
000006b0  74 20 6d 61 74 74 65 72  20 69 66 20 69 74 20 68  |t matter if it h|
000006c0  61 73 20 73 6f 6d 65 20  66 69 6c 65 73 20 6f 6e  |as some files on|
000006d0  29 0d 64 69 73 6b 20 61  6e 64 20 70 72 65 73 73  |).disk and press|
000006e0  20 3c 53 50 41 43 45 3e  2e 20 59 6f 75 20 63 61  | <SPACE>. You ca|
000006f0  6e 20 63 68 6f 6f 73 65  20 74 6f 20 63 61 74 61  |n choose to cata|
00000700  6c 6f 67 75 65 20 69 74  20 69 66 20 79 6f 75 20  |logue it if you |
00000710  77 61 6e 74 20 6f 72 0d  79 6f 75 20 63 61 6e 20  |want or.you can |
00000720  73 61 76 65 20 74 68 65  20 70 6f 73 69 74 69 6f  |save the positio|
00000730  6e 20 62 79 20 74 79 70  69 6e 67 20 53 2e 0d 20  |n by typing S.. |
00000740  20 20 49 74 27 73 20 62  65 73 74 20 74 6f 20 73  |  It's best to s|
00000750  61 76 65 20 79 6f 75 72  20 66 69 6c 65 20 69 6e  |ave your file in|
00000760  20 74 68 65 20 24 20 64  69 72 65 63 74 6f 72 79  | the $ directory|
00000770  20 61 6e 64 20 63 61 6c  6c 20 69 74 20 73 6f 6d  | and call it som|
00000780  65 74 68 69 6e 67 0d 6c  69 6b 65 20 22 73 61 76  |ething.like "sav|
00000790  67 61 6d 31 22 20 6f 72  20 22 73 75 6e 2d 41 22  |gam1" or "sun-A"|
000007a0  2e 20 54 68 65 6e 20 79  6f 75 20 6e 65 65 64 20  |. Then you need |
000007b0  74 6f 20 65 6e 74 65 72  20 74 68 65 20 66 69 6c  |to enter the fil|
000007c0  65 6e 61 6d 65 20 6f 66  20 74 68 65 0d 73 63 65  |ename of the.sce|
000007d0  6e 65 20 79 6f 75 20 68  61 64 20 72 65 61 63 68  |ne you had reach|
000007e0  65 64 20 28 22 42 55 52  47 45 52 31 22 20 6f 72  |ed ("BURGER1" or|
000007f0  20 77 68 61 74 65 76 65  72 29 2e 0d 20 20 20 41  | whatever)..   A|
00000800  66 74 65 72 20 61 20 66  65 77 20 73 65 63 6f 6e  |fter a few secon|
00000810  64 73 2c 20 74 68 65 72  65 20 77 69 6c 6c 20 62  |ds, there will b|
00000820  65 20 61 20 62 65 65 70  20 61 6e 64 20 74 68 65  |e a beep and the|
00000830  20 70 6f 73 69 74 69 6f  6e 20 77 69 6c 6c 20 62  | position will b|
00000840  65 0d 73 61 76 65 64 2e  20 54 6f 20 73 74 61 72  |e.saved. To star|
00000850  74 20 70 6c 61 79 69 6e  67 20 61 67 61 69 6e 20  |t playing again |
00000860  66 72 6f 6d 20 74 68 61  74 20 70 6f 73 69 74 69  |from that positi|
00000870  6f 6e 2c 20 79 6f 75 20  74 68 65 6e 20 6e 65 65  |on, you then nee|
00000880  64 20 74 6f 20 6c 6f 61  64 0d 74 68 65 20 75 74  |d to load.the ut|
00000890  69 6c 69 74 79 20 61 6e  64 20 70 75 74 20 74 68  |ility and put th|
000008a0  65 20 73 61 76 65 20 67  61 6d 65 20 64 69 73 6b  |e save game disk|
000008b0  20 69 6e 2c 20 70 72 65  73 73 20 4c 28 6f 61 64  | in, press L(oad|
000008c0  29 20 61 6e 64 20 74 79  70 65 20 69 6e 20 74 68  |) and type in th|
000008d0  65 0d 66 69 6c 65 6e 61  6d 65 2e 20 49 66 20 75  |e.filename. If u|
000008e0  73 69 6e 67 20 44 46 53  2c 20 79 6f 75 20 77 69  |sing DFS, you wi|
000008f0  6c 6c 20 61 6c 73 6f 20  68 61 76 65 20 74 6f 20  |ll also have to |
00000900  73 70 65 63 69 66 79 20  77 68 69 63 68 20 64 72  |specify which dr|
00000910  69 76 65 20 28 30 2c 20  31 2c 0d 32 20 6f 72 20  |ive (0, 1,.2 or |
00000920  33 29 20 63 6f 6e 74 61  69 6e 73 20 74 68 65 20  |3) contains the |
00000930  73 63 65 6e 65 20 79 6f  75 20 77 61 6e 74 20 74  |scene you want t|
00000940  6f 20 70 69 63 6b 20 75  70 20 61 74 20 77 69 74  |o pick up at wit|
00000950  68 20 74 68 65 20 73 74  6f 72 65 64 20 64 61 74  |h the stored dat|
00000960  61 0d 28 46 6f 72 20 42  55 52 47 45 52 31 2c 20  |a.(For BURGER1, |
00000970  74 68 69 73 20 69 73 20  65 69 74 68 65 72 20 32  |this is either 2|
00000980  20 6f 72 20 33 20 64 65  70 65 6e 64 69 6e 67 20  | or 3 depending |
00000990  6f 6e 20 77 68 65 74 68  65 72 20 79 6f 75 27 76  |on whether you'v|
000009a0  65 20 67 6f 74 20 61 0d  64 6f 75 62 6c 65 2d 64  |e got a.double-d|
000009b0  69 73 6b 20 64 72 69 76  65 29 2e 20 54 68 65 6e  |isk drive). Then|
000009c0  20 73 74 69 63 6b 20 69  6e 20 74 68 65 20 61 70  | stick in the ap|
000009d0  70 72 6f 70 72 69 61 74  65 20 6f 72 69 67 69 6e  |propriate origin|
000009e0  61 6c 20 53 55 4e 44 41  59 20 64 69 73 6b 0d 61  |al SUNDAY disk.a|
000009f0  6e 64 20 61 77 61 79 20  79 6f 75 20 67 6f 21 0d  |nd away you go!.|
00000a00  20 20 20 49 20 74 68 69  6e 6b 20 74 68 61 74 20  |   I think that |
00000a10  75 73 69 6e 67 20 74 68  69 73 20 75 74 69 6c 69  |using this utili|
00000a20  74 79 20 65 6e 68 61 6e  63 65 73 20 53 55 4e 44  |ty enhances SUND|
00000a30  41 59 20 71 75 69 74 65  20 65 6e 6f 72 6d 6f 75  |AY quite enormou|
00000a40  73 6c 79 2e 20 59 6f 75  0d 63 61 6e 20 70 6c 61  |sly. You.can pla|
00000a50  79 20 73 63 65 6e 65 73  20 74 6f 20 79 6f 75 72  |y scenes to your|
00000a60  20 68 65 61 72 74 27 73  20 63 6f 6e 74 65 6e 74  | heart's content|
00000a70  20 61 6e 64 20 74 68 65  20 68 61 63 6b 65 72 73  | and the hackers|
00000a80  20 61 6d 6f 6e 67 20 79  6f 75 20 77 69 6c 6c 0d  | among you will.|
00000a90  68 61 76 65 20 6e 6f 74  69 63 65 64 20 79 6f 75  |have noticed you|
00000aa0  20 63 6f 75 6c 64 20 65  76 65 6e 20 6d 61 6e 69  | could even mani|
00000ab0  70 75 6c 61 74 65 20 74  68 65 20 76 61 72 69 61  |pulate the varia|
00000ac0  62 6c 65 73 20 73 6f 20  61 73 20 74 6f 20 67 65  |bles so as to ge|
00000ad0  74 20 0d 64 69 66 66 65  72 65 6e 74 20 72 65 73  |t .different res|
00000ae0  70 6f 6e 73 65 73 20 6f  72 20 73 65 71 75 65 6e  |ponses or sequen|
00000af0  63 65 73 2e 20 5b 53 65  65 20 74 68 65 20 53 55  |ces. [See the SU|
00000b00  4e 44 41 59 27 53 20 53  45 43 52 45 54 53 20 52  |NDAY'S SECRETS R|
00000b10  45 56 45 41 4c 45 44 0d  61 72 74 69 63 6c 65 73  |EVEALED.articles|
00000b20  20 69 6e 20 74 68 65 20  41 72 74 69 63 6c 65 73  | in the Articles|
00000b30  20 4d 65 6e 75 20 2d 20  45 64 5d 20 4f 66 20 63  | Menu - Ed] Of c|
00000b40  6f 75 72 73 65 2c 20 69  74 27 73 20 6e 6f 74 20  |ourse, it's not |
00000b50  61 73 20 67 6f 6f 64 20  61 73 20 61 20 0d 62 75  |as good as a .bu|
00000b60  69 6c 74 2d 69 6e 20 67  61 6d 65 20 73 61 76 65  |ilt-in game save|
00000b70  20 70 6f 73 69 74 69 6f  6e 20 77 68 69 63 68 20  | position which |
00000b80  73 75 72 65 6c 79 20 77  6f 75 6c 64 6e 27 74 20  |surely wouldn't |
00000b90  62 65 20 74 6f 6f 20 68  61 72 64 20 74 6f 20 69  |be too hard to i|
00000ba0  6e 63 6f 72 2d 0d 70 6f  72 61 74 65 2c 20 77 6f  |ncor-.porate, wo|
00000bb0  75 6c 64 20 69 74 2c 20  4d 72 20 45 64 69 74 6f  |uld it, Mr Edito|
00000bc0  72 3f 20 41 6e 64 20 77  68 61 74 20 61 62 6f 75  |r? And what abou|
00000bd0  74 20 61 20 68 69 67 68  20 73 63 6f 72 65 20 54  |t a high score T|
00000be0  41 42 4c 45 20 74 6f 6f  2c 20 0d 69 6e 73 74 65  |ABLE too, .inste|
00000bf0  61 64 20 6f 66 20 6a 75  73 74 20 68 6f 6c 64 69  |ad of just holdi|
00000c00  6e 67 20 74 68 65 20 6f  6e 65 3f 21 0d 20 20 20  |ng the one?!.   |
00000c10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000c30  20 20 20 20 20 20 20 20  20 20 20 20 20 53 74 65  |             Ste|
00000c40  76 65 6e 20 54 68 6f 6d  70 73 6f 6e 2c 20 49 70  |ven Thompson, Ip|
00000c50  73 77 69 63 68 0d 0d 54  48 49 53 20 69 73 20 61  |swich..THIS is a|
00000c60  20 67 72 65 61 74 20 77  61 79 20 6f 66 20 73 61  | great way of sa|
00000c70  76 69 6e 67 20 61 6e 64  20 6c 6f 61 64 69 6e 67  |ving and loading|
00000c80  20 79 6f 75 72 20 70 6f  73 69 74 69 6f 6e 20 61  | your position a|
00000c90  6e 64 2c 20 6f 66 20 63  6f 75 72 73 65 2c 0d 74  |nd, of course,.t|
00000ca0  68 61 6e 6b 73 20 66 6f  72 20 65 6e 6a 6f 79 69  |hanks for enjoyi|
00000cb0  6e 67 20 61 6e 64 20 65  6d 61 69 6c 69 6e 67 20  |ng and emailing |
00000cc0  61 62 6f 75 74 20 53 55  4e 44 41 59 2e 20 41 73  |about SUNDAY. As|
00000cd0  20 61 20 6c 6f 74 20 6f  66 20 74 68 65 20 53 55  | a lot of the SU|
00000ce0  4e 44 41 59 0d 73 63 65  6e 65 73 20 61 72 65 20  |NDAY.scenes are |
00000cf0  73 6f 20 62 69 67 20 61  73 20 74 6f 20 66 69 6c  |so big as to fil|
00000d00  6c 20 61 6c 6d 6f 73 74  20 61 6c 6c 20 6f 66 20  |l almost all of |
00000d10  74 68 65 20 6d 65 6d 6f  72 79 2c 20 49 20 73 75  |the memory, I su|
00000d20  73 70 65 63 74 20 74 68  6f 75 67 68 0d 74 68 61  |spect though.tha|
00000d30  74 20 79 6f 75 20 6d 61  79 20 68 61 76 65 20 66  |t you may have f|
00000d40  6f 75 6e 64 20 74 68 65  20 6f 6e 6c 79 20 77 61  |ound the only wa|
00000d50  79 20 74 6f 20 64 6f 20  69 74 2e 20 41 73 20 74  |y to do it. As t|
00000d60  68 65 20 70 72 6f 67 72  61 6d 6d 65 72 2c 20 49  |he programmer, I|
00000d70  20 6b 6e 6f 77 0d 61 6e  79 20 6f 74 68 65 72 20  | know.any other |
00000d80  77 6f 75 6c 64 20 72 65  71 75 69 72 65 20 61 20  |would require a |
00000d90  4d 41 4a 4f 52 20 72 65  77 72 69 74 65 2e 0d 20  |MAJOR rewrite.. |
00000da0  20 20 41 20 6d 69 6e 6f  72 20 6e 69 67 67 6c 65  |  A minor niggle|
00000db0  20 77 69 74 68 20 75 73  69 6e 67 20 53 74 65 76  | with using Stev|
00000dc0  65 6e 20 54 68 6f 6d 70  73 6f 6e 27 73 20 75 74  |en Thompson's ut|
00000dd0  69 6c 69 74 79 20 69 73  20 74 68 61 74 2c 20 69  |ility is that, i|
00000de0  66 20 79 6f 75 0d 64 65  63 69 64 65 20 74 6f 20  |f you.decide to |
00000df0  73 61 76 65 20 79 6f 75  72 20 70 6f 73 69 74 69  |save your positi|
00000e00  6f 6e 20 69 6e 20 74 68  65 20 6d 69 64 64 6c 65  |on in the middle|
00000e10  20 6f 66 20 61 20 73 63  65 6e 65 2c 20 6f 72 20  | of a scene, or |
00000e20  61 20 73 63 65 6e 65 20  74 68 61 74 20 0d 64 6f  |a scene that .do|
00000e30  65 73 6e 27 74 20 64 72  61 77 20 74 68 65 20 62  |esn't draw the b|
00000e40  61 63 6b 64 72 6f 70 20  77 68 65 6e 20 69 74 20  |ackdrop when it |
00000e50  62 65 67 69 6e 73 2c 20  74 68 65 6e 20 79 6f 75  |begins, then you|
00000e60  20 27 74 72 61 76 65 6c  20 62 61 63 6b 20 69 6e  | 'travel back in|
00000e70  20 74 69 6d 65 27 0d 61  6e 64 20 70 6c 61 79 20  | time'.and play |
00000e80  74 68 65 20 62 65 67 69  6e 6e 69 6e 67 20 6f 66  |the beginning of|
00000e90  20 69 74 20 61 67 61 69  6e 20 28 61 6e 64 20 67  | it again (and g|
00000ea0  65 74 20 61 20 68 69 67  68 65 72 20 73 63 6f 72  |et a higher scor|
00000eb0  65 20 74 68 61 6e 20 79  6f 75 20 0d 6f 75 67 68  |e than you .ough|
00000ec0  74 21 29 20 6f 72 20 67  65 74 20 61 20 62 6c 61  |t!) or get a bla|
00000ed0  6e 6b 20 67 72 61 70 68  69 63 73 20 61 72 65 61  |nk graphics area|
00000ee0  20 77 69 74 68 20 77 65  69 72 64 20 65 66 66 65  | with weird effe|
00000ef0  63 74 73 20 66 6f 72 20  61 20 77 68 69 6c 65 2e  |cts for a while.|
00000f00  20 49 0d 73 75 67 67 65  73 74 20 74 68 61 74 20  | I.suggest that |
00000f10  69 74 27 73 20 70 72 6f  62 61 62 6c 79 20 62 65  |it's probably be|
00000f20  74 74 65 72 20 74 6f 20  68 69 74 20 3c 42 52 45  |tter to hit <BRE|
00000f30  41 4b 3e 20 61 6e 64 20  75 73 65 20 74 68 65 20  |AK> and use the |
00000f40  75 74 69 6c 69 74 79 20  0d 6f 6e 6c 79 20 77 68  |utility .only wh|
00000f50  65 6e 20 61 20 6e 65 77  20 73 63 65 6e 65 20 69  |en a new scene i|
00000f60  73 20 62 65 67 69 6e 6e  69 6e 67 2e 0d 20 20 20  |s beginning..   |
00000f70  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000fa0  20 20 28 54 68 65 29 20  44 61 76 65 2c 20 45 55  |  (The) Dave, EU|
00000fb0  47 20 23 35 32 0d                                 |G #52.|
00000fb6
V/+SUNSAV.m0
V/+SUNSAV.m1
V/+SUNSAV.m2
V/+SUNSAV.m4
V/+SUNSAV.m5