diff code_part1/OSTC_code_asm_part1/german_text.asm @ 369:93c0cb14b0d2

Dive interval function * Adding interval menu
author JeanDo
date Fri, 10 Jun 2011 01:14:38 +0200
parents 4a28d7a1c620
children 61742b3ef842
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/german_text.asm	Thu Jun 09 23:06:25 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/german_text.asm	Fri Jun 10 01:14:38 2011 +0200
@@ -324,7 +324,7 @@
     TCODE    .50,   .145,    "Battery schwach!"          ;246 LowBatt!
     TCODE    .20,   .125,    "Simulator"                 ;247 Simulator
     TCODE    .30,   .2,      "OSTC Simulator"            ;248 OSTC Simulator
-    TCODE    .20,   .35,     "TG beginnen"               ;249 Start Dive
+    TCODE    .20,   .65,     "TG beginnen"               ;249 Start Dive
     TCODE    .100,  .25,     "+ 1m"                      ;250 + 1m
     TCODE    .100,  .50,     "- 1m"                      ;251 - 1m
     TCODE    .100,  .75,     "+10m"                      ;252 +10m
@@ -357,10 +357,10 @@
     TCODE    .0,    .125,    "Menü für Details!"         ;275 for Details!
     TCODE    .20,   .95,     "Salzgeh.: "                ;276 Salinity:
 ;
-    TCODE    .20,   .65,     "Grundzeit:"                ;277 Bottom Time:
-    TCODE    .20,   .95,     "Max. Tiefe:"               ;278 Max. Depth:
-    TCODE    .20,   .125,    "Dekoplan berechn."         ;279 Calculate Deco
-    TCODE    .20,   .155,    "Dekoplan anzeigen."        ;280 Show Decoplan
+    TCODE    .20,   .95,     "Grundzeit:"                ;277 Bottom Time:
+    TCODE    .20,   .125,    "Max. Tiefe:"               ;278 Max. Depth:
+    TCODE    .20,   .155,    "Dekoplan berechn."         ;279 Calculate Deco
+    TCODE    .0,    .0,      ""                          ;280 UNUSED
 ;
     TCODE    .107,   .170,   "D-Tiefe"                   ;281 Avr.Depth
     TCODE    .90,   .170,    "Leitgewebe"                ;282 Lead Tiss.
@@ -384,7 +384,7 @@
     TCODE    .0,    .0,      "MOD:"                      ;297 MOD:                  (max operating depth of a gas).
     TCODE    .0,    .0,      "END:"                      ;298 END:                  (equivalent nitrogen depth of a gas).
     TCODE    .0,    .0,      "EAD:"                      ;299 EAD:                  (equivalent air depth of a gas).
-    TCODE  .100,  .125,	     "Aktiv?"			 		 ;300 Active?               (Enable/Disable Gas underwater)
+    TCODE    .100,  .125,	 "Aktiv?"			 		 ;300 Active?               (Enable/Disable Gas underwater)
     TCODE    .0,    .2,      "OCR Gasverbrauch:"         ;301 OCR Gas Usage:        (Planned gas consumtion by tank).
 ; 115k Bootloader support:
 	TCODE	 .45,	.100,	 "Bootloader"				 ;302 Bootloader
@@ -392,4 +392,7 @@
 	TCODE	 .40,	.130,	 "Abgebrochen!"				 ;304 Aborted
 ;@5 variant
     TCODE    .0,    .0,      "TTS @+Min."                ;305 Future TTS            (=10 chars. Title for @5 customview).
+;Dive interval
+    TCODE    .20,   .35,     "Interval:"                 ;306 Interval:
+    TCODE    .0,    .0,      "Now"                       ;307 Now
 ;=============================================================================