diff code_part1/OSTC_code_asm_part1/menu_reset.asm @ 25:99512945c7a1

1.61 beta rc2
author heinrichsweikamp
date Thu, 13 May 2010 23:24:55 +0200
parents b7ace8994b29
children 29341afd2060
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_reset.asm	Mon Apr 26 11:48:17 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm	Thu May 13 23:24:55 2010 +0200
@@ -254,7 +254,7 @@
 #DEFINE	color_battery_surface		d'223'		; 8Bit		Color Battery sign: Cyan
 #DEFINE	color_standard1				d'255'		; 8Bit		Color Standard: White
 #DEFINE	color_divemask				d'224'		; 8Bit		Color Divemask: Red
-#DEFINE	HUD_style					d'0'		; 8Bit		OSTC Style
+#DEFINE	color_warnings				d'224'		; 8Bit		Color Warnings: Red
 
 #DEFINE	show_seconds_divemode		d'0'		; 1Bit 		=1 Show the seconds in Divemode
 #DEFINE	flip_display_default		d'0'		; 1Bit		=1 Flip Display
@@ -390,7 +390,7 @@
 	movlw	color_divemask
 	rcall	reset_customfunction	; saves default and current value
 
-	movlw	HUD_style
+	movlw	color_warnings
 	rcall	reset_customfunction	; saves default and current value
 
 	movlw	show_seconds_divemode