# HG changeset patch # User heinrichsweikamp # Date 1359135550 -3600 # Node ID 8aaacf6eee3fbdb3fb9b26347ef0988e28b3beda # Parent 6e456a6398e006f7d203ee5661f63813a7cfdb97 right allignment diff -r 6e456a6398e0 -r 8aaacf6eee3f code_part1/OSTC_code_asm_part1/outputs.asm --- a/code_part1/OSTC_code_asm_part1/outputs.asm Fri Jan 25 18:00:49 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Fri Jan 25 18:39:10 2013 +0100 @@ -437,7 +437,7 @@ ostc_debug 'z' ; Sends debug-information to screen if debugmode active WIN_TOP .136 - WIN_LEFT .119 + WIN_LEFT .118 WIN_FONT FT_MEDIUM WIN_INVERT .0 ; Init new Wordprocessor call DISP_standard_color @@ -2720,7 +2720,7 @@ movff WREG,win_height WIN_LEFT .85 ; Full divemenu width - movlw .160-.85+1 + movlw .159-.85+1 movff WREG,win_width clrf WREG ; Fill with black @@ -3101,7 +3101,7 @@ return ; no, return DISP_clear_divemode_menu: - WIN_BOX_BLACK .0, .168, .85, .160 ;top, bottom, left, right + WIN_BOX_BLACK .0, .168, .85, .159 ;top, bottom, left, right return DISP_divemenu_cursor: @@ -3540,7 +3540,7 @@ ; DISP_show_@5: WIN_FONT FT_SMALL - WIN_LEFT .160-.70 ; 10 chars aligned right. + WIN_LEFT .159-.70 ; 10 chars aligned right. WIN_TOP .170 call DISP_divemask_color ; Set Color for Divemode mask lfsr FSR2,letter @@ -3634,7 +3634,7 @@ ; Display pSCR ppO2 DISP_show_pSCR_ppO2: WIN_FONT FT_SMALL - WIN_LEFT .160-.63 ; 9 chars aligned right. + WIN_LEFT .159-.63 ; 9 chars aligned right. WIN_TOP .170 call DISP_divemask_color ; Set Color for Divemode mask lfsr FSR2,letter @@ -3685,7 +3685,7 @@ ; DISP_show_cave_bailout: WIN_FONT FT_SMALL - WIN_LEFT .160-.70 ; 10 chars aligned right. + WIN_LEFT .159-.70 ; 10 chars aligned right. WIN_TOP .170 call DISP_divemask_color ; Set Color for Divemode mask lfsr FSR2,letter diff -r 6e456a6398e0 -r 8aaacf6eee3f code_part1/OSTC_code_asm_part1/simulator.asm --- a/code_part1/OSTC_code_asm_part1/simulator.asm Fri Jan 25 18:00:49 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Fri Jan 25 18:39:10 2013 +0100 @@ -278,7 +278,7 @@ movlb 1 ; Clear the complete stop result column: - WIN_BOX_BLACK .0, .239, .85, .160 ;top, bottom, left, right + WIN_BOX_BLACK .0, .239, .85, .159 ;top, bottom, left, right movlw d'10' movwf waitms_temp ; Row for gas list is .10+.25