Commit Graph

79 Commits

Author SHA1 Message Date
Vince Weaver
942053d58f mist: minor glitch when walking down spaceship path when ship up
should have known better than to be clever like this
2020-09-06 23:03:16 -04:00
Vince Weaver
9295bb91de mist: add animations for the circuit breakers 2020-08-01 01:43:41 -04:00
Vince Weaver
95b2a68db0 mist: draw clock face both times you can see it
doesn't look 100% great but didn't like the more distant
view always showing noon
2020-07-29 17:15:12 -04:00
Vince Weaver
e05ea0e865 mist: viewer: add another step, add views of ship
also fix bug in mist where first background drawn befor updating bgs
2020-07-20 16:03:12 -04:00
Vince Weaver
7563d411ad mist: cabin: can now ride tree to channelwood 2020-07-16 01:56:26 -04:00
Vince Weaver
b47adecc61 mist: ship: split off from stoneship level
this givs some more room to stoneship for future expansion
2020-07-12 14:56:56 -04:00
Vince Weaver
97495d0266 mist: can now get the white page 2020-07-12 00:45:49 -04:00
Vince Weaver
f68ab79d28 mist: implement the marker switches in MIST 2020-07-11 12:12:10 -04:00
Vince Weaver
06476dca71 mist: can now raise the ship 2020-07-09 01:31:22 -04:00
Vince Weaver
0f6cbc7e47 mist: can raise the ship
for now just raises the model
2020-07-08 18:35:58 -04:00
Vince Weaver
d307d21f57 mist: can now toggle the pillar buttons 2020-07-08 16:39:24 -04:00
Vince Weaver
7b66b203c2 mist: hook up generator level
can now enter/leave as before

also tested the breakers still work
2020-07-08 14:43:54 -04:00
Vince Weaver
54659a573d mist: split generator room to own level
need the 8k to finish mist
2020-07-08 13:53:46 -04:00
Vince Weaver
450384e09c mist: make catherine letter a background like other letters in the game
this actually makes the code about 100 bytes smaller

should make it possible to grab from other direction but that gets
complicated with the dentist door code
2020-07-03 23:06:11 -04:00
Vince Weaver
68715719a1 mist: clean up some graphics around the dentist office 2020-07-03 20:32:58 -04:00
Vince Weaver
839ec94f10 mist: break off dentist code 2020-07-02 15:27:41 -04:00
Vince Weaver
4b1ef860b4 mist: properly have channelwood/cabin separated
also auto-generate common_routines.inc
2020-06-16 14:55:45 -04:00
Vince Weaver
ff77c52c62 mist: move common routines into loader
big change, only saves 2k per level?  maybe worth it?
2020-06-16 13:30:45 -04:00
Vince Weaver
567f9d79af mist: can sorta walk up to cabin 2020-04-15 13:30:23 -04:00
Vince Weaver
282ebdd475 mist: add initial stoneship access 2020-03-26 14:17:10 -04:00
Vince Weaver
46dc8b5e4d mist: add viewer room 2020-03-25 01:17:59 -04:00
Vince Weaver
520635437f mist: fix to remember gear open state after returning 2020-03-24 00:50:05 -04:00
Vince Weaver
fb46732075 mist: update clock bridge state when re-entering level 2020-03-24 00:36:53 -04:00
Vince Weaver
59f59ca0e5 mist: fix bug getting to mech age 2020-03-23 19:16:38 -04:00
Vince Weaver
2cb4d97bd1 mist: meche: add lots more locations 2020-03-20 15:10:53 -04:00
Vince Weaver
b3bcafd6c9 mist: can enter/leave the octagon again 2020-03-19 21:07:21 -04:00
Vince Weaver
8a861e28a2 mist: give names to all the raw constants for rooms
also split off the octagon room

probably broke some things :(
2020-03-19 17:25:20 -04:00
Vince Weaver
a490c77f9e mist: verify meche age still works 2020-03-19 14:17:12 -04:00
Vince Weaver
eb2d702885 mist: make all ages share some includes 2020-03-19 14:04:41 -04:00
Vince Weaver
603313cf27 mist: move initial entry screen to title
also modularize the linking book sound
2020-03-19 13:55:29 -04:00
Vince Weaver
b1a8a9cb36 mist: can now flip circuit breakers to reset generator 2020-03-19 11:43:59 -04:00
Vince Weaver
8bfd4c26a7 mist: start hooking up th circuit breaker towers 2020-03-19 01:59:09 -04:00
Vince Weaver
64eb1fabb7 mist: add tower2 with breaker 2020-03-18 01:48:15 -04:00
Vince Weaver
2bd69a71f0 mist: can freely move back and forth between mist and selena 2020-03-17 14:31:57 -04:00
Vince Weaver
c2264c49ce mist: can link back from selena to mist now 2020-03-17 01:42:26 -04:00
Vince Weaver
a1d9678117 mist: hook up selena 2020-03-15 14:25:51 -04:00
Vince Weaver
2f8de8f6ba mist: turn buttons green when pull handle 2020-03-14 19:28:50 -04:00
Vince Weaver
bd4ec175fc mist: generator puzzle works 2020-03-11 14:17:58 -04:00
Vince Weaver
cf74d0d00d mist: add some zero page addrsses for generator 2020-03-11 09:47:25 -04:00
Vince Weaver
9ae4f77998 mist: can walk down to generator room now 2020-03-10 16:12:56 -04:00
Vince Weaver
6cc6f3440e mist: touch up some things for release
fix the gear-open for re-used background
2020-03-08 14:25:56 -04:00
Vince Weaver
4010a84b9f mist: fix it to load properly
need to disable some sound temporarily as out of room if we
leave LOADER in memory
2020-03-08 14:11:11 -04:00
Vince Weaver
43f5028c45 mist: split off some more common code 2020-03-07 23:11:08 -05:00
Vince Weaver
2258d43b1b mist: opening gear fully works 2020-03-07 18:24:46 -05:00
Vince Weaver
4a4b0b0255 mist: inside clock puzzle 2020-03-07 15:21:16 -05:00
Vince Weaver
6d0211f1bb mist: can raise clock bridge 2020-03-07 13:42:04 -05:00
Vince Weaver
76e7f6554c mist: can adjust clock 2020-03-07 13:07:42 -05:00
Vince Weaver
b0fc5b881b mist: split up the code a bit 2020-03-07 11:16:44 -05:00
Vince Weaver
7d1fb17aa8 mist: start adding clock puzzle 2020-03-07 11:06:29 -05:00
Vince Weaver
e7026fb076 mist: split level data to own file 2020-03-06 15:29:13 -05:00