Mercurial > public > hwos_code
diff src/divemode.asm @ 588:bf0c76e9b01b
Sync safety stop countdown output
author | heinrichsweikamp |
---|---|
date | Sat, 10 Mar 2018 15:39:33 +0100 |
parents | 6636cbe64c6d |
children | 08a0162d3ca1 |
line wrap: on
line diff
--- a/src/divemode.asm Sat Mar 10 15:34:47 2018 +0100 +++ b/src/divemode.asm Sat Mar 10 15:39:33 2018 +0100 @@ -253,6 +253,8 @@ btfsc FLAG_TFT_divemode_mask_alt call TFT_divemode_mask_alternative ; Alt. mask call customview_alternative_second ; Do every-second tasks for the custom view area (In sync with the divetime) mH + btfsc FLAG_TFT_big_deco_alt + call TFT_big_deco_alt ; Big deco and safety stop return TFT_output2_normal: ; any new second - only for deco modes @@ -291,8 +293,6 @@ call TFT_max_depth_alternative ; big max. depth btfsc FLAG_TFT_dive_warning_text_clear call TFT_clear_warning_text ; clear complete warnings area (In alt mode only 2nd. row...) - btfsc FLAG_TFT_big_deco_alt - call TFT_big_deco_alt ; Big deco return TFT_output4_normal: ; tasks any round, any mode