comparison 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
comparison
equal deleted inserted replaced
461:4927ba3bd3b5 462:1eeafeeb9287
614 global deco_show_plan 614 global deco_show_plan
615 deco_show_plan: 615 deco_show_plan:
616 clrf decoplan_page 616 clrf decoplan_page
617 call TFT_ClearScreen 617 call TFT_ClearScreen
618 WIN_COLOR color_greenish 618 WIN_COLOR color_greenish
619 btfsc is_bailout
620 bra deco_show_plan_bail_title
619 TEXT_SMALL .1,.1, tDivePlan 621 TEXT_SMALL .1,.1, tDivePlan
620 call TFT_standard_color 622 bra deco_show_plan2
621 623 deco_show_plan_bail_title:
624 TEXT_SMALL .1,.1, tDiveBailout
625 deco_show_plan2:
626 call TFT_standard_color
622 ; Show plan parameters 627 ; Show plan parameters
623 WIN_SMALL .0,.25 628 WIN_SMALL .0,.25
624 STRCPY "Int:" 629 STRCPY "Int:"
625 movff char_I_dive_interval,lo 630 movff char_I_dive_interval,lo
626 bsf leftbind 631 bsf leftbind