comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 720:4452837aff37

Vault date and time during update
author heinrichsweikamp
date Sun, 26 May 2013 11:58:56 +0200
parents 74878be38d4c
children c6d57bed1ba0
comparison
equal deleted inserted replaced
719:ad5ab9910820 720:4452837aff37
1648 ifndef __DEBUG 1648 ifndef __DEBUG
1649 btfsc restore_deco_data ; Restore decodata? 1649 btfsc restore_deco_data ; Restore decodata?
1650 call simulator_restore_tissue_data ; Yes! 1650 call simulator_restore_tissue_data ; Yes!
1651 endif 1651 endif
1652 1652
1653 goto surfloop ; and return to surfaceloop 1653 goto surfloop_no_display_init ; and return to surfaceloop
1654 1654
1655 timeout_divemode: 1655 timeout_divemode:
1656 btfss realdive ; Dive longer then one minute 1656 btfss realdive ; Dive longer then one minute
1657 return 1657 return
1658 1658