# HG changeset patch # User heinrichsweikamp # Date 1350404432 -7200 # Node ID a38d829184580705fdbe84f83813fd9adb7771dc # Parent 994a04d7ae576afe44a45921db8739886e52f9d4 minor layout change diff -r 994a04d7ae57 -r a38d82918458 code_part1/OSTC_code_asm_part1/pled_outputs.asm --- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Fri Oct 12 11:05:34 2012 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue Oct 16 18:20:32 2012 +0200 @@ -2164,7 +2164,7 @@ ; Display normal "xx.y" lfsr FSR2,letter call PLED_standard_color - WIN_TOP .208 + WIN_TOP .207 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 .208 + WIN_TOP .207 WIN_LEFT .0 WIN_FONT FT_MEDIUM WIN_INVERT .0 ; Init new Wordprocessor @@ -2200,7 +2200,7 @@ return PLED_clear_maxdepth: - WIN_BOX_BLACK .208, .239, .0, .41 ;top, bottom, left, right + WIN_BOX_BLACK .207, .239, .0, .41 ;top, bottom, left, right bsf maxdepth_greater_100m ; Set Flag return