From 94944f3e3dfc681e7d1435434ea7d2356f35e094 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Mon, 15 Apr 2019 21:47:15 +0000 Subject: [PATCH] proper numbers align after a new font2 was applied git-svn-id: svn://kolibrios.org@7627 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/15/trunk/15.ASM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/games/15/trunk/15.ASM b/programs/games/15/trunk/15.ASM index e4a53dfed4..e069f9216f 100644 --- a/programs/games/15/trunk/15.ASM +++ b/programs/games/15/trunk/15.ASM @@ -27,7 +27,7 @@ BtnColor2 equ 0x0228c314 NumColor equ 0x10000000 ; Number shifting for nice look -NumShift equ 24 shl 16+27 +NumShift equ 23 shl 16+23 NumShift2 equ 4 shl 16 ; Shuffle button XXSh equ 202 shl 16+60