diff code_part1/OSTC_code_asm_part1/german_text.asm @ 386:deced1cacff7 64kByte Logbook

Added velocity in divemode, BIG stopwatch in Gauge mode
author heinrichsweikamp
date Sat, 18 Jun 2011 20:17:39 +0200
parents c7142538050c
children a59532d2daf8
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/german_text.asm	Sat Jun 18 17:52:52 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/german_text.asm	Sat Jun 18 20:17:39 2011 +0200
@@ -397,4 +397,6 @@
 ;Dive interval
     TCODE    .20,   .35,     "Interval:"                 ;307 Interval:
     TCODE    .0,    .0,      "Jetzt"                     ;308 Now
+	TCODE	 .109,	.113,	 "D-Tiefe"	 	 		 	 ;309 Average
+	TCODE	 .109,	.54,	 "Stopuhr"		 		 	 ;310 Stopwatch (BIG Stopwatch in Gauge mode)
 ;=============================================================================