mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Minimally different menu layout.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user