mirror of
https://github.com/Tolik-Trek/TITD.git
synced 2026-06-16 01:21:10 +03:00
исправлен номер версии в сообщении об ошибке
This commit is contained in:
parent
60542d2c9c
commit
4a28068454
@ -1 +1 @@
|
|||||||
Subproject commit be501b0cc276065a9981e471dd26f9b069af7604
|
Subproject commit 710aa4b5dd4b651bcb01ef5e86150b99dfe739ee
|
||||||
@ -6150,7 +6150,6 @@ NEW_CODE_START: DI
|
|||||||
;
|
;
|
||||||
LD C,Dss.Version
|
LD C,Dss.Version
|
||||||
RST ToDSS
|
RST ToDSS
|
||||||
;
|
|
||||||
SCF
|
SCF
|
||||||
LD HL,256*DSS_MIN_VERS.vers + DSS_MIN_VERS.modf
|
LD HL,256*DSS_MIN_VERS.vers + DSS_MIN_VERS.modf
|
||||||
SBC HL,DE
|
SBC HL,DE
|
||||||
@ -6446,7 +6445,7 @@ FULL_RESTORE_SCREEN: LD A,4
|
|||||||
LOADER_STRINGS:
|
LOADER_STRINGS:
|
||||||
.Info: DB "\r\nThunder in the Deep v1.10 fixed. Copyright (C) 2003 Deviants.\r\n"
|
.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"
|
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!!!
|
ASSERT (stack_point - stack_point.size - 1)>$, TOO MANY CODE!!!
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
Loading…
Reference in New Issue
Block a user