diff --git a/games/riven_hgr/TODO b/games/riven_hgr/TODO index 801c1b97..6255392a 100644 --- a/games/riven_hgr/TODO +++ b/games/riven_hgr/TODO @@ -3,15 +3,6 @@ can put expected disk number at beginning of each thing we load and compare against it - -+ common - + move change-disk message to be in TITLE? - how to handle if multiple exits to level? - + add code to actually detect if disk changed and skip - title screen in that case - + add language card/sound detection in case we add sound effects - - + Keyboard handling - still buggy, especially when clicking on something??? - Better keyboard handling on IIe @@ -22,15 +13,18 @@ title: -> maybe have "new game / load game" shown? disk00: - -> cyan intro - -> opening movie + + cyan intro + use page flipping on Apple IIe with auxmem? + + + atrus intro + have it auto progress + + + opening movie: implement it disk01: + + maybe redo opening graphics disk39: - -> allow flipping maglev back. Should just be a matter of - playing movie in reverse - -> try to fit more locations + outside/overlook_s is there but won't fit + projector_e also there, prob will fit @@ -45,4 +39,11 @@ disk39: disk40: + -> implement maglev flip + -> implement maglev back + +disk41: + +disk43: + -> implement cart diff --git a/games/riven_hgr/title.s b/games/riven_hgr/title.s index b417a1e6..e1e09604 100644 --- a/games/riven_hgr/title.s +++ b/games/riven_hgr/title.s @@ -435,22 +435,22 @@ title_text: ; ; -.byte 0, 3,"APPLE II PORT: VINCE 'DEATER' WEAVER",0 -.byte 0, 4,"DISK CODE : QKUMBA",0 -.byte 0, 5,"ZX02 CODE : DMSC",0 -.byte 0, 6,"IIPIX : KRIS KENNAWAY",0 +.byte 0, 3,"CREDITS:",0 +.byte 0, 4,"+ APPLE II PORT: VINCE 'DEATER' WEAVER",0 +.byte 0, 5,"+ DISK CODE : QKUMBA",0 +.byte 0, 6,"+ ZX02 CODE : DMSC",0 +.byte 0, 7,"+ IIPIX : KRIS KENNAWAY",0 - -;.byte 0, 3,"BASED ON RIVEN BY CYAN",0 -.byte 0, 8,"THIS PRODUCT CONTAINS TRADEMARKS AND/OR",0 -.byte 0, 9,"COPYRIGHTED WORKS OF CYAN.",0 -.byte 0,10,"ALL RIGHTS RESERVED BY CYAN.",0 -.byte 0,11,"THIS PRODUCT IS NOT OFFICIAL AND IS NOT",0 -.byte 0,12,"ENDORSED BY CYAN.",0 +.byte 12,10,"** DISCLAIMER **",0 +.byte 0,12,"THIS PRODUCT CONTAINS TRADEMARKS AND/OR",0 +.byte 7,13,"COPYRIGHTED WORKS OF CYAN.",0 +.byte 6,14,"ALL RIGHTS RESERVED BY CYAN.",0 +.byte 0,15,"THIS PRODUCT IS NOT OFFICIAL AND IS NOT",0 +.byte 11,16,"ENDORSED BY CYAN.",0 ; -.byte 0,15," ______",0 -.byte 0,16," A \/\/\/ SOFTWARE PRODUCTION",0 +.byte 8,18, "______",0 +.byte 6,19, "A \/\/\/ SOFTWARE PRODUCTION",0 ; -.byte 0,18," HTTP://WWW.DEATER.NET/WEAVE/VMWPROD",0,$FF +.byte 3,21, "HTTP://WWW.DEATER.NET/WEAVE/VMWPROD",0,$FF