Minimally different menu layout.

This commit is contained in:
Pecusx
2022-11-05 22:50:35 +01:00
parent 9575dcee11
commit 1eae4054ed
4 changed files with 11 additions and 10 deletions
+2 -1
View File
@@ -187,13 +187,14 @@ OptionsInversionLoop1
mwa #OptionsHere temp
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
ldx temp2
lda OptionsTable,x
asl
asl
adc OptionsTable,x ;OptionsTable value * 5
adc OptionsTable,x ;OptionsTable value * 6
tay
ldx #6-1 ; width of the highlight bar (6 chars)
OptionSetLoop