mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-21 17:31:08 +00:00
fix Battle Cruiser without speech
This commit is contained in:
parent
23a8f21312
commit
40eab69385
@ -14,8 +14,11 @@
|
||||
|
||||
+GET_MOCKINGBOARD_SPEECH_AND_MACHINE_STATUS
|
||||
bcs +
|
||||
ldy #0
|
||||
sty $868
|
||||
sty $9486
|
||||
ldy #$60
|
||||
sty $8FE6 ; no speech chip, pretend no MB
|
||||
sty $B000 ; no speech chip, pretend no MB
|
||||
+ and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$a5
|
||||
|
Loading…
Reference in New Issue
Block a user