Mercurial > public > hwos_code
comparison src/options.asm @ 50:ec4d8503ec45
NEW: user-selectable color schemes
author | heinrichsweikamp |
---|---|
date | Fri, 27 Sep 2013 23:45:57 +0200 |
parents | 413a1aa23acd |
children | 53b64c5472e1 |
comparison
equal
deleted
inserted
replaced
49:fe01bbaf6014 | 50:ec4d8503ec45 |
---|---|
619 OPTION_UINT8 oDil3Depth, .0, .100, .0, tMeters, .82, char_I_dil_change+2 | 619 OPTION_UINT8 oDil3Depth, .0, .100, .0, tMeters, .82, char_I_dil_change+2 |
620 OPTION_UINT8 oDil4Depth, .0, .100, .0, tMeters, .83, char_I_dil_change+3 | 620 OPTION_UINT8 oDil4Depth, .0, .100, .0, tMeters, .83, char_I_dil_change+3 |
621 OPTION_UINT8 oDil5Depth, .0, .100, .0, tMeters, .84, char_I_dil_change+4 | 621 OPTION_UINT8 oDil5Depth, .0, .100, .0, tMeters, .84, char_I_dil_change+4 |
622 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name | 622 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name |
623 ; opt_name from 85 to 145 | 623 ; opt_name from 85 to 145 |
624 | 624 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode |
625 | 625 |
626 ; Set Time/Set Date | 626 ; Set Time/Set Date |
627 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 627 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
628 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 628 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |
629 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day | 629 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day |