diff code_part1/OSTC_code_asm_part1/surfmode.asm @ 717:91ae251d379f

"ostc3-style" menu titles
author heinrichsweikamp
date Thu, 23 May 2013 10:59:34 +0200
parents 39e02673db4c
children 4452837aff37
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm	Wed May 22 14:46:00 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/surfmode.asm	Thu May 23 10:59:34 2013 +0200
@@ -482,10 +482,10 @@
 
 test_switches_surfmode3:
 	bcf		switch_right
-	call	DISP_topline_box		; Write a filled bar at the top
-	WIN_INVERT	.1					; Init new Wordprocessor
+	call	DISP_topline_box_clear
+    call        DISP_divemask_color
 	DISPLAYTEXT	.4			;Menu?
-	WIN_INVERT	.0					; Init new Wordprocessor
+    call    DISP_standard_color
 	bsf		premenu
 	clrf	timeout_counter2
 	return