diff code_part1/OSTC_code_asm_part1/definitions.asm @ 627:8d2dc109ecfc

NEW: Gaslist highlights "better gas" in divemode
author heinrichsweikamp
date Sat, 11 Aug 2012 16:55:14 +0200
parents 7743cf997648
children e755ed869a3b
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Aug 11 15:30:30 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Aug 11 16:55:14 2012 +0200
@@ -358,6 +358,7 @@
 total_divetime_seconds	res 2	; counts dive seconds regardless of CF01 (18h max.)
 
 safety_stop_countdown	res 1	; counts seconds of safety stop
+better_gas_number		res 1	; number (1-5) of the "better gas" in divemode, =0: no better gas available
 
 ASSERT_BANK1    MACRO   tag
     Ifdef   __DEBUG