From a8c66765493b06ee60f617339db2367dc8be22cc Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 15 May 2024 11:57:44 -0400 Subject: [PATCH] update holle patcher [fixes Sherwood Forest] --- src/patchers/holle.a | 11 +++++++++++ src/strings/en.a | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/patchers/holle.a b/src/patchers/holle.a index 7253621..71fc914 100644 --- a/src/patchers/holle.a +++ b/src/patchers/holle.a @@ -92,6 +92,17 @@ jsr modify2 !byte $A0,$00 ; LDY #$00 + ; look for save game disk volume number check + ; e.g. Sherwood Forest ++ ldy #$05 + jsr SearchTrack + !byte $AD,$16,$98 ; LDA $9816 + !byte $F0,$0F ; BEQ +0F + bcs + + jsr inx4 + jsr modify1 + !byte $00 + ; look for secondary disk volume number check ; e.g. Crime Wave + ldy #$04 diff --git a/src/strings/en.a b/src/strings/en.a index e527c7d..142065a 100755 --- a/src/strings/en.a +++ b/src/strings/en.a @@ -387,7 +387,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a .passport !text "Passport ",$00 .header - !text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2024-04-29",$00 + !text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2024-05-14",$00 .bar9 !text "_________",$00 .bar18