Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 728:0ab7d244c6ec
minor font alignment bugfix
author | heinrichsweikamp |
---|---|
date | Sat, 15 Jun 2013 15:47:54 +0200 |
parents | 4452837aff37 |
children | 87c74962b7e1 |
comparison
equal
deleted
inserted
replaced
727:7357d61e9fa0 | 728:0ab7d244c6ec |
---|---|
3733 ;============================================================================= | 3733 ;============================================================================= |
3734 ; Display cave consomation prediction (and warning). | 3734 ; Display cave consomation prediction (and warning). |
3735 ; | 3735 ; |
3736 DISP_show_cave_bailout: | 3736 DISP_show_cave_bailout: |
3737 WIN_FONT FT_SMALL | 3737 WIN_FONT FT_SMALL |
3738 WIN_LEFT .159-.70 ; 10 chars aligned right. | 3738 WIN_LEFT .159-.69 ; 10 chars aligned right. |
3739 WIN_TOP .170 | 3739 WIN_TOP .170 |
3740 call DISP_divemask_color ; Set Color for Divemode mask | 3740 call DISP_divemask_color ; Set Color for Divemode mask |
3741 lfsr FSR2,letter | 3741 lfsr FSR2,letter |
3742 | 3742 |
3743 OUTPUTTEXTH .311 ; "Cave Bail." | 3743 OUTPUTTEXTH .311 ; "Cave Bail." |