Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_custom.asm @ 309:2f21f7a77608
moved cf warning to upper right corner
author | heinrichsweikamp |
---|---|
date | Sun, 01 May 2011 17:24:53 +0200 |
parents | 53b16a746166 |
children | d36fe3651d56 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_custom.asm Sun May 01 08:22:41 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm Sun May 01 17:24:53 2011 +0200 @@ -755,16 +755,16 @@ andwf cf_checker_counter,F ; Went wrong: draw the warning line... - WIN_TOP .200 - WIN_LEFT .80 - (6*.7)/2 ; Center 8 chars of width 14pix. + WIN_TOP .0 + WIN_LEFT .125 WIN_FONT FT_SMALL WIN_INVERT .1 ; Init new Wordprocessor call PLED_warnings_color - STRCPY " CF" + STRCPY "CF" movff cf_checker_counter,lo output_99x - STRCAT_PRINT " " + STRCAT_PRINT "!" ; When failed, increment counter modulo 64, to restart checks. incf cf_checker_counter,W