Mercurial > public > hwos_code
comparison src/divemode.inc @ 53:2825f1d2262f
NEW: Dynamic Gaslist in OC mode (Divemode, Customview 7)
author | heinrichsweikamp |
---|---|
date | Sun, 29 Sep 2013 18:53:22 +0200 |
parents | 64976f1e0a1c |
children | eb72c8865f47 |
comparison
equal
deleted
inserted
replaced
52:0fae975af741 | 53:2825f1d2262f |
---|---|
115 #DEFINE dive_agf_row dive_gf_row | 115 #DEFINE dive_agf_row dive_gf_row |
116 #DEFINE dive_agf_column .60 | 116 #DEFINE dive_agf_column .60 |
117 #DEFINE dive_currentgf_row dive_gf_row | 117 #DEFINE dive_currentgf_row dive_gf_row |
118 #DEFINE dive_currentgf_column .118 | 118 #DEFINE dive_currentgf_column .118 |
119 | 119 |
120 ; Customview Dynamic Gaslist | |
121 #DEFINE dive_custom_dyn_mask_column .59 | |
122 #DEFINE dive_custom_dyn_mask_row decoplan_title_row | |
123 #DEFINE dive_custom_dyn_mask_row1 dive_hud_data_row | |
124 #DEFINE dive_custom_dyn_mask_column1 .0 | |
125 #DEFINE dive_custom_dyn_mask_row2 dive_hud_data_row+.23 | |
126 #DEFINE dive_custom_dyn_mask_column2 .80 | |
127 | |
120 ; Customview clock/date, END/EAD and Tissues | 128 ; Customview clock/date, END/EAD and Tissues |
121 #DEFINE dive_clock_row dive_hud_data_row | 129 #DEFINE dive_clock_row dive_hud_data_row |
122 #DEFINE dive_clock_column .0 | 130 #DEFINE dive_clock_column .0 |
123 #DEFINE dive_date_row dive_clock_row+.23 | 131 #DEFINE dive_date_row dive_clock_row+.23 |
124 #DEFINE dive_date_column dive_clock_column | 132 #DEFINE dive_date_column dive_clock_column |