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