Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 154:afa31c815f24
NEW: Show ppO2 for change depth during gas setup
author | heinrichsweikamp |
---|---|
date | Wed, 27 Aug 2014 17:38:21 +0200 |
parents | 022b886eddaf |
children | 5f71e31bd5b3 |
comparison
equal
deleted
inserted
replaced
153:0bd6dff01204 | 154:afa31c815f24 |
---|---|
195 MENU_CALL tExit, return_gas_depth | 195 MENU_CALL tExit, return_gas_depth |
196 MENU_END | 196 MENU_END |
197 | 197 |
198 global do_gas_depth_menu | 198 global do_gas_depth_menu |
199 do_gas_depth_menu: | 199 do_gas_depth_menu: |
200 MENU_BEGIN tGasEdit, .6 | 200 MENU_BEGIN tGasEdit, .7 |
201 MENU_DYNAMIC gaslist_gastitle, 0 | 201 MENU_DYNAMIC gaslist_gastitle, 0 |
202 MENU_DYNAMIC gaslist_MOD_END, 0 | 202 MENU_DYNAMIC gaslist_MOD_END, 0 |
203 MENU_DYNAMIC gaslist_ppo2, 0 ; ppO2 at change depth | |
203 MENU_CALL tDepthPlus, gaslist_pDepth | 204 MENU_CALL tDepthPlus, gaslist_pDepth |
204 MENU_CALL tDepthMinus, gaslist_mDepth | 205 MENU_CALL tDepthMinus, gaslist_mDepth |
205 MENU_DYNAMIC gaslist_reset_mod_title,gaslist_reset_mod | 206 MENU_DYNAMIC gaslist_reset_mod_title,gaslist_reset_mod |
206 MENU_CALL tExit, return_gas_depth | 207 MENU_CALL tExit, return_gas_depth |
207 MENU_END | 208 MENU_END |