Minimally different menu layout.
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+2
-1
@@ -187,13 +187,14 @@ OptionsInversionLoop1
|
|||||||
|
|
||||||
mwa #OptionsHere temp
|
mwa #OptionsHere temp
|
||||||
mva #0 temp2 ;option number pointer
|
mva #0 temp2 ;option number pointer
|
||||||
adw temp #11 ;offset of the first option=11
|
adw temp #10 ;offset of the first option=11
|
||||||
OptionsSetMainLoop
|
OptionsSetMainLoop
|
||||||
ldx temp2
|
ldx temp2
|
||||||
lda OptionsTable,x
|
lda OptionsTable,x
|
||||||
asl
|
asl
|
||||||
asl
|
asl
|
||||||
adc OptionsTable,x ;OptionsTable value * 5
|
adc OptionsTable,x ;OptionsTable value * 5
|
||||||
|
adc OptionsTable,x ;OptionsTable value * 6
|
||||||
tay
|
tay
|
||||||
ldx #6-1 ; width of the highlight bar (6 chars)
|
ldx #6-1 ; width of the highlight bar (6 chars)
|
||||||
OptionSetLoop
|
OptionSetLoop
|
||||||
|
|||||||
Reference in New Issue
Block a user