]> 4ch.mooo.com Git - 16.git/commitdiff
modified: CORE16.EXE
authorsparky4 <sparky4@4ch.maidlab.jp>
Sun, 24 Feb 2013 11:44:49 +0000 (05:44 -0600)
committersparky4 <sparky4@4ch.maidlab.jp>
Sun, 24 Feb 2013 11:44:49 +0000 (05:44 -0600)
modified:   core16.map
modified:   src/lib/dos_gfx.cpp

CORE16.EXE
core16.map
src/lib/dos_gfx.cpp

index 8764a7eb67b93b84001a6b472281782fac200862..c43d40feedbaf74f54f6cd8f660554873cf42a0f 100644 (file)
Binary files a/CORE16.EXE and b/CORE16.EXE differ
index 7f02e268edb7526a91c708291e0e51a73c5f6afb..6178ba0eb64b34b3b5ccd493fa86d31cc665dd6d 100644 (file)
@@ -1,6 +1,6 @@
 Open Watcom Linker Version 1.9\r
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.\r
-Created on:       13/02/24 05:33:51\r
+Created on:       13/02/24 05:43:24\r
 Executable Image: core16.exe\r
 creating a DOS executable\r
 \r
@@ -873,4 +873,4 @@ c:\fdos\WATCOM/lib286\plbxl.lib
 Stack size:  0800 (2048.)\r
 Memory size:  00011520 (70944.)\r
 Entry point address: 0000:3640\r
-Link time: 00:01.73\r
+Link time: 00:01.13\r
index 53091342948188fcaa6510d5edd8d87e3e766c48..e23807384ad433c205bb332bc60b1ab92834caf5 100644 (file)
@@ -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++;