diff code_part1/OSTC_code_asm_part1/french_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 d7a70654d968
children a59532d2daf8
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/french_text.asm	Sat Jun 18 17:52:52 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/french_text.asm	Sat Jun 18 20:17:39 2011 +0200
@@ -397,4 +397,6 @@
 ;Dive interval
     TCODE    .20,   .35,     "Intervalle: "              ;307 Interval:
     TCODE    .0,    .0,      "Maintenant"                ;308 Dive now
+	TCODE	 .108,	.112,	 "Moyenne"			 		 ;309 Average
+	TCODE	 .116,	.54,	 "Chrono"		 		 	 ;310 Stopwatch (BIG Stopwatch in Gauge mode)
 ;=============================================================================