From 4a280684547e9d9f99b07f81e3bea27456e68e25 Mon Sep 17 00:00:00 2001 From: Tolik <85737314+Tolik-Trek@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:58:34 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B8=20=D0=B2=20=D1=81=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BE=D0=B1=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shared_Includes | 2 +- game_loader_dasm.a80 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Shared_Includes b/Shared_Includes index be501b0..710aa4b 160000 --- a/Shared_Includes +++ b/Shared_Includes @@ -1 +1 @@ -Subproject commit be501b0cc276065a9981e471dd26f9b069af7604 +Subproject commit 710aa4b5dd4b651bcb01ef5e86150b99dfe739ee diff --git a/game_loader_dasm.a80 b/game_loader_dasm.a80 index b68dfa9..d6e277f 100644 --- a/game_loader_dasm.a80 +++ b/game_loader_dasm.a80 @@ -6150,7 +6150,6 @@ NEW_CODE_START: DI ; LD C,Dss.Version RST ToDSS - ; SCF LD HL,256*DSS_MIN_VERS.vers + DSS_MIN_VERS.modf SBC HL,DE @@ -6446,7 +6445,7 @@ FULL_RESTORE_SCREEN: LD A,4 LOADER_STRINGS: .Info: DB "\r\nThunder in the Deep v1.10 fixed. Copyright (C) 2003 Deviants.\r\n" DZ "Bug fixes by Tolik_Trek@Sprinter_Team in 2024.\r\n\r\n" -.OldDSS: DZ "To run this version of TITD you need DSS v1.70.999 or higher." +.OldDSS: DZ "To run this version of TITD you need DSS v1.70.998 or higher." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ASSERT (stack_point - stack_point.size - 1)>$, TOO MANY CODE!!! ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; \ No newline at end of file