# HG changeset patch # User heinrichsweikamp # Date 1520692773 -3600 # Node ID bf0c76e9b01b07ae776a2a7adba5983289dbc015 # Parent e81cf407261a20479d9ea45923a05d3c9da0dcf1 Sync safety stop countdown output diff -r e81cf407261a -r bf0c76e9b01b src/divemode.asm --- 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