diff code_part1/OSTC_code_asm_part1/surfmode.asm @ 110:8aa8acada0fd

Display deco-type icon in surface mode.
author JeanDo
date Wed, 22 Dec 2010 03:23:55 +0100
parents a2b9eca1f396
children 14a074e1a375
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm	Tue Dec 21 09:39:23 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/surfmode.asm	Wed Dec 22 03:23:55 2010 +0100
@@ -130,6 +130,7 @@
 	call    check_customfunctions       ; Checks CF functions and displays warning symbol if something critical is wrong
 	call	PLED_display_decotype_surface	; Show deco mode
 	call	surfcustomview_second		; Do every-second tasks for the custom view area
+	call    dive_type_icons             ; Draw Air/Nitrox/Trimix color icon.
 	btfsc	enter_error_sleep			; Enter Fatal Error Routine?
 	call	fatal_error_sleep			; Yes (In Sleepmode.asm!)
 	bcf		onesecupdate				; every second tasks done