Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/divemode_menu.asm @ 109:6e635bf5b7a7
fixed double-effect of ENTER button in divemode
author | heinrichsweikamp |
---|---|
date | Tue, 21 Dec 2010 09:39:23 +0100 |
parents | a2b9eca1f396 |
children | ed7826c740a0 |
comparison
equal
deleted
inserted
replaced
108:2a31948dbcb7 | 109:6e635bf5b7a7 |
---|---|
56 bcf switch_left ; Also reactivate left button if there was a right press without prior left press | 56 bcf switch_left ; Also reactivate left button if there was a right press without prior left press |
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 btfsc menubit | |
62 bra test_switches_divemode2_2 ; Not in Premenu or Menu... | |
61 | 63 |
62 bsf toggle_customview ; Toggle customview (Cleared in customview.asm) | 64 bsf toggle_customview ; Toggle customview (Cleared in customview.asm) |
63 btfsc standalone_simulator ; Standalone Simualtor active? | 65 btfsc standalone_simulator ; Standalone Simualtor active? |
64 bra divemode_menu_simulator ; Yes, Show simulator menu! | 66 bra divemode_menu_simulator ; Yes, Show simulator menu! |
65 | 67 |