comparison 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
comparison
equal deleted inserted replaced
385:af703be9ead2 386:deced1cacff7
395 ; 395 ;
396 TCODE .100, .125, "Quit Sim" ;306 Quit Sim (=8char max. Quit Simulator mode) 396 TCODE .100, .125, "Quit Sim" ;306 Quit Sim (=8char max. Quit Simulator mode)
397 ;Dive interval 397 ;Dive interval
398 TCODE .20, .35, "Intervalle: " ;307 Interval: 398 TCODE .20, .35, "Intervalle: " ;307 Interval:
399 TCODE .0, .0, "Maintenant" ;308 Dive now 399 TCODE .0, .0, "Maintenant" ;308 Dive now
400 TCODE .108, .112, "Moyenne" ;309 Average
401 TCODE .116, .54, "Chrono" ;310 Stopwatch (BIG Stopwatch in Gauge mode)
400 ;============================================================================= 402 ;=============================================================================