mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-04-06 13:37:27 +00:00
support Space Adventure (#39)
This commit is contained in:
parent
e12b8fcfab
commit
6aa4146eb7
@ -344,7 +344,7 @@ StringTable
|
||||
!word @mainmenu
|
||||
|
||||
@header
|
||||
!text "Anti-M v1.9pre by 4am 2022-04-19"
|
||||
!text "Anti-M v1.9pre by 4am 2023-05-15"
|
||||
!text "________________________________________",$8D
|
||||
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
|
||||
@mainmenu
|
||||
|
@ -101,6 +101,13 @@ IDIDSI
|
||||
lda $d1d1,X ;SMC
|
||||
cmp #$c0
|
||||
bne @cb3jump
|
||||
ldy #<((@cb3_end + 1) & -2)
|
||||
- tya
|
||||
eor $bf00,y
|
||||
sta $bf00,y
|
||||
iny
|
||||
iny
|
||||
bne -
|
||||
lda #$BF
|
||||
@cb3patch2
|
||||
sta $d1d1,X ;SMC
|
||||
@ -114,6 +121,7 @@ IDIDSI
|
||||
sta $d1d1,X ;SMC
|
||||
@cb3jump
|
||||
jmp (@cb3patch3+1)
|
||||
@cb3_end
|
||||
}
|
||||
@tracer3_e
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user