comparison code_part1/OSTC_code_asm_part1/divemode_menu.asm @ 598:f3735da18809

NEW: CF65: Show a safety stop for no-deco dives Texts 194 and 227 need translation
author heinrichsweikamp
date Sun, 24 Jun 2012 12:45:34 +0200
parents ab2686087bce
children e755ed869a3b
comparison
equal deleted inserted replaced
597:8172a7ce6db1 598:f3735da18809
720 btfsc dekostop_active 720 btfsc dekostop_active
721 call PLED_display_deko ; Update deco display at once 721 call PLED_display_deko ; Update deco display at once
722 btfss dekostop_active 722 btfss dekostop_active
723 call PLED_display_ndl ; Update NDL display at once 723 call PLED_display_ndl ; Update NDL display at once
724 724
725 btfsc safety_stop_active
726 bcf safety_stop_active ; Clear flag to rebuild the safety stop
727
725 timeout_divemenu2a: 728 timeout_divemenu2a:
726 bcf menubit 729 bcf menubit
727 bcf premenu ; Yes, clear flags and menu, display dive time and mask again 730 bcf premenu ; Yes, clear flags and menu, display dive time and mask again
728 call PLED_active_gas_divemode; Display gas, if required 731 call PLED_active_gas_divemode; Display gas, if required
729 call PLED_divemode_mask ; Display mask 732 call PLED_divemode_mask ; Display mask