diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 653:994a04d7ae57

2.55beta start
author heinrichsweikamp
date Fri, 12 Oct 2012 11:05:34 +0200
parents e6ac142e82b0
children a38d82918458
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Thu Oct 11 20:58:48 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Fri Oct 12 11:05:34 2012 +0200
@@ -2164,7 +2164,7 @@
 ; Display normal "xx.y"
 	lfsr	FSR2,letter
 	call	PLED_standard_color
-	WIN_TOP		.184
+	WIN_TOP		.208
 	WIN_LEFT	.0
 	WIN_FONT 	FT_MEDIUM
 	WIN_INVERT	.0					; Init new Wordprocessor
@@ -2185,7 +2185,7 @@
 	; That means ignore figure 4 and 5
 	lfsr	FSR2,letter
 	call	PLED_standard_color
-	WIN_TOP		.184
+	WIN_TOP		.208
 	WIN_LEFT	.0
 	WIN_FONT 	FT_MEDIUM
 	WIN_INVERT	.0					; Init new Wordprocessor
@@ -2200,7 +2200,7 @@
 	return
 
 PLED_clear_maxdepth:
-    WIN_BOX_BLACK   .184, .215, .0, .41		;top, bottom, left, right
+    WIN_BOX_BLACK   .208, .239, .0, .41		;top, bottom, left, right
 	bsf		maxdepth_greater_100m	; Set Flag
 	return