Mercurial > public > hwos_code
comparison src/customview.asm @ 184:faa06c58e977
BUGFIX: Quit Apnea mode on the surface manually
author | heinrichsweikamp |
---|---|
date | Fri, 17 Oct 2014 13:31:14 +0200 |
parents | 022b886eddaf |
children | ebc28381f17d |
comparison
equal
deleted
inserted
replaced
183:976e19d1e1ba | 184:faa06c58e977 |
---|---|
300 STRCPY_TEXT_PRINT tAscent1m ; "Ascend 1m" | 300 STRCPY_TEXT_PRINT tAscent1m ; "Ascend 1m" |
301 bra menuview_exit ; Done. | 301 bra menuview_exit ; Done. |
302 menuview_view5: | 302 menuview_view5: |
303 btfss FLAG_apnoe_mode ; In Apnoe mode? | 303 btfss FLAG_apnoe_mode ; In Apnoe mode? |
304 bra menuview_toggle ; No, call next option | 304 bra menuview_toggle ; No, call next option |
305 btfsc FLAG_active_descent ; Are we descending? | 305 btfss FLAG_active_descent ; Are we descending? |
306 bra menuview_toggle ; Yes | 306 bra menuview_toggle ; Yes |
307 ; We are at the surface: | 307 ; We are at the surface: |
308 STRCPY_TEXT_PRINT tQuitSim ; "Quit Apnea mode?" | 308 STRCPY_TEXT_PRINT tQuitSim ; "Quit Apnea mode?" |
309 bra menuview_exit ; Done. | 309 bra menuview_exit ; Done. |
310 menuview_view6: | 310 menuview_view6: |