[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More thoughts about single-load Lode Runner



The code to prompt the user to select a level number in the editor is a big long function starting at 817B. I have not determined how it saves this number.

At 7C60 is a function I call cliplay:

cliplay:        JSR     prtstr
aNA:            .BYTE '?__DIAUII',0        ; "\r>>PLAY LEVEL"
                JSR     picklvl
                BCS     loc_0_7C8B
loc_0_7C76:     LDA     #0
                STA     byte_0_95
                LDA     #3
                STA     byte_0_A7
                LDA     #1
                STA     byte_0_9D
                LDA     byte_0_96
                BEQ     loc_0_7C88
                LSR     byte_0_9D
loc_0_7C88:     JMP     lvlplay

-uso.