-->
0 Members and 1 Guest are viewing this topic.
... ld hl,hybchoice_example call hybchoice ...hybchoice_example.db 7 ; (7 lines total).db "choice ? " ; (line 1 used for title).db " one " ; (line 2 used for choice 1).db " two " ; (line 3 used for choice 2).db " three " ; (line 4 used for choice 3).db " four " ; (line 5 used for choice 4).db " six " ; (line 6 used for choice 6).db " five " ; (line 7 used for choice 5).db 0 ; (separator).db 2 ; (choice 1 located line 2).db 3 ; (choice 2 located line 3).db 4 ; (choice 3 located line 4).db 5 ; (choice 4 located line 5).db 7 ; (choice 5 located line 7).db 6 ; (choice 6 located line 6).db 0 ; (separator)
Oh, great news! I've had a few big projects like that (lost and then years later found a place that had an earlier backup). Good luck; it's a lot of work trying to relearn your old code.