From: sparky4 Date: Sun, 24 Feb 2013 11:44:49 +0000 (-0600) Subject: modified: CORE16.EXE X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=97ca8ca3e80c009c95f1a8419bb77cf8d40e46bd;p=16.git modified: CORE16.EXE modified: core16.map modified: src/lib/dos_gfx.cpp --- diff --git a/CORE16.EXE b/CORE16.EXE index 8764a7eb..c43d40fe 100644 Binary files a/CORE16.EXE and b/CORE16.EXE differ diff --git a/core16.map b/core16.map index 7f02e268..6178ba0e 100644 --- a/core16.map +++ b/core16.map @@ -1,6 +1,6 @@ Open Watcom Linker Version 1.9 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved. -Created on: 13/02/24 05:33:51 +Created on: 13/02/24 05:43:24 Executable Image: core16.exe creating a DOS executable @@ -873,4 +873,4 @@ c:\fdos\WATCOM/lib286\plbxl.lib Stack size: 0800 (2048.) Memory size: 00011520 (70944.) Entry point address: 0000:3640 -Link time: 00:01.73 +Link time: 00:01.13 diff --git a/src/lib/dos_gfx.cpp b/src/lib/dos_gfx.cpp index 53091342..e2380738 100644 --- a/src/lib/dos_gfx.cpp +++ b/src/lib/dos_gfx.cpp @@ -227,8 +227,8 @@ void tulip(){ cls(0,vaddr); std::cout << "01 Story of Chikyuu" << std::endl; //22 lines - int tx = (SW/2)-8; - int ty = (SH/2)-11; + int tx = (SW/2)-16; + int ty = (SH/2)-22; gq = 0; ppf(tx+8, ty, 37, vaddr); ty++; ppf(tx+7, ty, 37, vaddr); ppf(tx+8, ty, 37, vaddr); ty++;