Commit Graph

28 Commits

Author SHA1 Message Date
Vince Weaver
b489c90dfc riven: fix for broken ca65 version 2024-08-15 10:51:31 -04:00
Vince Weaver
251cbdc617 riven: make game state use bitmaps
try to keep zero page usage down
2024-08-12 00:48:01 -04:00
Vince Weaver
72e9d338a4 riven: expand so can have 5 exits from a level rather than 3 2024-08-03 19:09:15 -04:00
Vince Weaver
5c560ef176 riven: can actually get to bookbinding island
can't get back though
2024-07-22 16:59:52 -04:00
Vince Weaver
da75612fa6 riven: re-arrange disk39 to fit more graphics 2024-07-17 17:07:51 -04:00
Vince Weaver
50436ebb0f riven: have play intro work from all scenes 2024-07-17 16:27:04 -04:00
Vince Weaver
8c73f6946f riven: add disk38
split some of it off of disk39
2024-07-17 15:48:01 -04:00
Vince Weaver
d219019ee4 riven: clean up maglev transition 2024-07-17 14:06:02 -04:00
Vince Weaver
3089f8a840 riven: clean up a lot of the BCD mess
was a hack to make displaying change disk message easier but
now it's super easy to confuse BCD vs BIN for disk number
2024-07-17 13:18:01 -04:00
Vince Weaver
1875f7eace riven: work on captured animation 2024-07-05 01:23:30 -04:00
Vince Weaver
9adecfc9cb riven: move title to track 0
this seems to work (?)  otherwise we were too long with the disclaimer
2024-07-03 16:07:01 -04:00
Vince Weaver
52fdc10511 riven: fix up graphics in intro
just barely fits in 127 sectors
2024-07-03 15:38:34 -04:00
Vince Weaver
5bde6743e6 riven: move qload to have one more sector of code
we weren't using the mod7/div7 hgr tables
2024-07-01 13:34:58 -04:00
Vince Weaver
b96aba7e37 riven: fix Makefile for no longer needed file 2024-06-25 09:34:49 -04:00
Vince Weaver
5b1174af93 riven: hook up more stairs 2024-06-24 13:18:39 -04:00
Vince Weaver
67e80c0ce5 riven: more tunnels 2024-06-23 01:01:17 -04:00
Vince Weaver
962d16e409 riven: have it use the dni printing code to print disk number
this completely fills qload to the brink, should try to free up some room
2024-06-20 22:06:33 -04:00
Vince Weaver
682905299d riven: change-disk code now actually lets you continue
sort of cleaned up qload code as well
2024-06-20 21:44:52 -04:00
Vince Weaver
748942b164 riven: foolishly working on better disk support 2024-06-20 17:10:02 -04:00
Vince Weaver
46bff89636 riven: add some more for disk40 2024-06-20 00:40:12 -04:00
Vince Weaver
1d6e90d63f riven: disk39: can flip maglev back the other way now 2024-06-17 13:57:21 -04:00
Vince Weaver
dac7ab17f7 riven: add back in a disk40 2024-06-17 01:27:12 -04:00
Vince Weaver
5b0ee0915e riven: fix up Makefiles so builds from scratch 2024-06-17 00:31:45 -04:00
Vince Weaver
6678816206 riven: disk40 now working 2024-06-16 01:30:47 -04:00
Vince Weaver
71998c47c0 riven: split out level definitions from common_defines.inc 2024-06-16 00:38:13 -04:00
Vince Weaver
39da488f51 riven: move more files into own directory 2024-06-16 00:34:42 -04:00
Vince Weaver
68be3f6f7c riven: wrong attempt to try to add the missind outside scene
still 1k short
2024-06-15 23:50:41 -04:00
Vince Weaver
ef8b039e65 riven_hgr: start working on having multiple disks 2024-06-15 22:21:59 -04:00