mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
mist: update hello now that hints aren't needed
This commit is contained in:
parent
6c3b9bbaf1
commit
4a446c36aa
@ -12,6 +12,8 @@ octagon_room:
|
||||
+ in tower could have extra window open/closed far backgrounds
|
||||
+ turning when looking at hint loses the text mode
|
||||
+ final puzzle in fireplace
|
||||
+ line drawing on map isn't optimal
|
||||
+ should hints be black on white text?
|
||||
|
||||
General:
|
||||
+ Insert floppy #100 joke?
|
||||
|
@ -1,14 +1,16 @@
|
||||
5 HOME
|
||||
10 PRINT " LOADING MIST V0.81"
|
||||
20 PRINT
|
||||
30 PRINT " ______"
|
||||
40 PRINT " A \/\/\/ SOFTWARE PRODUCTION"
|
||||
50 PRINT:PRINT:PRINT:PRINT
|
||||
60 PRINT "CONTROLS: ARROWS OR WASD"
|
||||
70 PRINT " ENTER MOVES/ACTION"
|
||||
80 PRINT
|
||||
90 PRINT "SPOILERS (BECAUSE NOT ALL IMPLEMENTED)"
|
||||
100 PRINT " CLOCK: 2:40 2-2-1"
|
||||
105 PRINT " ALL SWITCHES DOWN EXCEPT DOCK"
|
||||
110 PRINT " FIREPLACE PATTERN IN BOOK"
|
||||
30 PRINT:PRINT:PRINT:PRINT
|
||||
40 PRINT "CONTROLS: ARROWS OR WASD"
|
||||
50 PRINT " ENTER MOVES/ACTION"
|
||||
60 PRINT:PRINT
|
||||
70 PRINT "BASED ON MYST BY CYAN INC"
|
||||
80 PRINT "APPLE II PORT: VINCE WEAVER"
|
||||
90 PRINT "DISK CODE : QKUMBA"
|
||||
92 PRINT "SOUND CODE : OLIVER SCHMIDT"
|
||||
94 PRINT "LZSA CODE : EMMANUEL MARTY"
|
||||
95 PRINT
|
||||
100 PRINT " ______"
|
||||
110 PRINT " A \/\/\/ SOFTWARE PRODUCTION"
|
||||
120 PRINT CHR$(4);"BRUN LOADER"
|
||||
|
Loading…
Reference in New Issue
Block a user