diff src/divemode.asm @ 335:3d43da7acfe1 new_screen_layout

Always show ppO2 (warning position, standard color) option
author janos_kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 05:02:45 +0200
parents 6d8c82fe5a01
children 508d7fb98b34
line wrap: on
line diff
--- a/src/divemode.asm	Sun Jun 28 03:30:03 2015 +0200
+++ b/src/divemode.asm	Sun Jun 28 05:02:45 2015 +0200
@@ -1547,6 +1547,8 @@
 
 check_ppO2_0:
     ; Check if ppO2 should be displayed
+    movlw   .0
+    TSTOSS  opt_showppo2		; 0=no, 1=always show
     movlw   ppo2_display_high
 	mullw	d'100'				; ppo2_display_high*100
 	movff	PRODL,sub_a+0