diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 292:21a0f7393468

New CNS calculation in decoplan. BUGFIX set current gas in decoplan.
author JeanDo
date Mon, 25 Apr 2011 19:42:44 +0200
parents 4dbff2aa31ee
children 2986e7cdb68c
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Fri Apr 22 10:02:18 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Mon Apr 25 19:42:44 2011 +0200
@@ -2426,8 +2426,8 @@
         sublw   .240                    ; No: bottom row in planning
         movff   WREG,win_height
 
-        WIN_LEFT .82                    ; Full divemenu width
-        movlw   .160-.82+1
+        WIN_LEFT .85                    ; Full divemenu width
+        movlw   .160-.85+1
         movff   WREG,win_width
 
         clrf    WREG                    ; Fill with black
@@ -2715,7 +2715,7 @@
 	return						; no, return
 
 PLED_clear_divemode_menu:
-    WIN_BOX_BLACK   .0, .168, .82, .160		;top, bottom, left, right
+    WIN_BOX_BLACK   .0, .168, .85, .160		;top, bottom, left, right
 	return
 
 PLED_divemenu_cursor: