mirror of
https://github.com/Tolik-Trek/TITD.git
synced 2026-06-16 01:21:10 +03:00
-bug: incorrect checking of dss version
This commit is contained in:
parent
da96cd34d6
commit
4b67dafbe9
@ -1 +1 @@
|
||||
Subproject commit 2b1e30c6108f0a5c271f84558e1e5f804a6d623a
|
||||
Subproject commit 68e156a69e848e7b01656cdf67122022999d75ee
|
||||
@ -6158,12 +6158,12 @@ NEW_CODE_START: DI
|
||||
SCF
|
||||
LD HL,256*DSS_MIN_VERS.vers + DSS_MIN_VERS.modf
|
||||
SBC HL,DE
|
||||
JR NC,NEW_ERROR_EXIT.OLD_DSS
|
||||
LD HL,DSS_MIN_VERS.build
|
||||
JR C,.goodVers
|
||||
LD HL,DSS_MIN_VERS.build - 1
|
||||
SBC HL,BC
|
||||
JR NC,NEW_ERROR_EXIT.OLD_DSS
|
||||
;
|
||||
LD A,GAME_NEED_MEM_PAGES
|
||||
.goodVers: LD A,GAME_NEED_MEM_PAGES
|
||||
CALL GET_MEM_AND_PAGES
|
||||
CALL GET_BITSTREAM
|
||||
JR C,NEW_ERROR_EXIT.NO_ACX
|
||||
|
||||
Loading…
Reference in New Issue
Block a user