diff src/simulator.asm @ 462:1eeafeeb9287

CHANGE: Indicate "Bailout" for bailout deco plan in internal deco planer
author heinrichsweikamp
date Fri, 28 Oct 2016 11:30:50 +0200
parents 929feb0da4f5
children 9edb1359ce43
line wrap: on
line diff
--- a/src/simulator.asm	Mon Oct 10 19:53:09 2016 +0200
+++ b/src/simulator.asm	Fri Oct 28 11:30:50 2016 +0200
@@ -616,9 +616,14 @@
         clrf    decoplan_page
         call    TFT_ClearScreen
         WIN_COLOR   color_greenish
+	btfsc	is_bailout
+	bra	deco_show_plan_bail_title
         TEXT_SMALL  .1,.1, tDivePlan
-        call    TFT_standard_color
-
+	bra	deco_show_plan2
+deco_show_plan_bail_title:	
+	TEXT_SMALL  .1,.1, tDiveBailout
+deco_show_plan2:
+	call    TFT_standard_color
         ; Show plan parameters
         WIN_SMALL   .0,.25
         STRCPY  "Int:"