update holle patcher [fixes Sherwood Forest]

This commit is contained in:
4am 2024-05-15 11:57:44 -04:00
parent 61b7818929
commit a8c6676549
2 changed files with 12 additions and 1 deletions

View File

@ -92,6 +92,17 @@
jsr modify2 jsr modify2
!byte $A0,$00 ; LDY #$00 !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 ; look for secondary disk volume number check
; e.g. Crime Wave ; e.g. Crime Wave
+ ldy #$04 + ldy #$04

View File

@ -387,7 +387,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
.passport .passport
!text "Passport ",$00 !text "Passport ",$00
.header .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 .bar9
!text "_________",$00 !text "_________",$00
.bar18 .bar18