diff --git a/display_main_menu.asm b/display_main_menu.asm index 8a7e121..8484f14 100644 --- a/display_main_menu.asm +++ b/display_main_menu.asm @@ -6,15 +6,15 @@ ;----------------------------------------------- OptionsHere ; 0123456789012345678901234567890123456789 - dta d"Players : 2 3 4 5 6 " - dta d"Cash : none 2K 8K 12K 20K " - dta d"Gravity : 0.2G 0.5G 1G 2G 4G " - dta d"Wind : 1B 3B 5B 7B 9B " - dta d"Rounds : 10 20 30 40 50 " - dta d"Missiles : slug slow norm fast hare " - dta d"Seppuku : nevr rare norm oftn alws " - dta d"Mountains: NL BE CZ CH NP " - dta d"Walls : none wrap bump boxy rand " + dta d"Players : 2 3 4 5 6 " + dta d"Cash : none 2K 8K 12K 20K " + dta d"Gravity : 0.2G 0.5G 1G 2G 4G " + dta d"Wind : 1B 3B 5B 7B 9B " + dta d"Rounds : 10 20 30 40 50 " + dta d"Missiles : slug slow norm fast hare " + dta d"Seppuku : nevr rare norm oftn alws " + dta d"Mountains: NL BE CZ CH NP " + dta d"Walls : none wrap bump boxy rand " ;; 01234567890123456789012345678901 ; dta d"Players: 2 3 4 5 6 " ; dta d"Cash :none 2K 8K 12K 20K" diff --git a/scorch.bin b/scorch.bin index 5081e8c..05d465b 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index cfccf05..da53f4d 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/textproc.asm b/textproc.asm index 20f0170..939ee1e 100644 --- a/textproc.asm +++ b/textproc.asm @@ -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