comparison code_part1/OSTC_code_asm_part1/divemode_menu.asm @ 107:a2b9eca1f396

customview for the surfacemode
author heinrichsweikamp
date Mon, 20 Dec 2010 18:30:16 +0100
parents 2a2606e9db5f
children 6e635bf5b7a7
comparison
equal deleted inserted replaced
106:966ebf905514 107:a2b9eca1f396
57 bcf switch_right ; enable right button again 57 bcf switch_right ; enable right button again
58 58
59 btfsc premenu 59 btfsc premenu
60 bra test_switches_divemode2_2 60 bra test_switches_divemode2_2
61 61
62 bsf toggle_customview ; Toggle customview (Cleared in divemode.asm) 62 bsf toggle_customview ; Toggle customview (Cleared in customview.asm)
63 btfsc standalone_simulator ; Standalone Simualtor active? 63 btfsc standalone_simulator ; Standalone Simualtor active?
64 bra divemode_menu_simulator ; Yes, Show simulator menu! 64 bra divemode_menu_simulator ; Yes, Show simulator menu!
65 65
66 test_switches_divemode2_2: 66 test_switches_divemode2_2:
67 btfss FLAG_apnoe_mode ; In Apnoe mode? 67 btfss FLAG_apnoe_mode ; In Apnoe mode?