mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
update Manic Miner to v1.1
This commit is contained in:
parent
c43d9bd3c8
commit
acdf315b8c
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2020 by qkumba
|
;(c) 2020-2021 by qkumba
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH/MANIC.MINER",plain
|
!to "build/PRELAUNCH/MANIC.MINER",plain
|
||||||
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
+ENABLE_ACCEL
|
+ENABLE_ACCEL
|
||||||
lda #$60
|
lda #$60
|
||||||
sta $82A
|
sta $83E
|
||||||
jsr $800 ; decompress
|
jsr $800 ; decompress
|
||||||
|
|
||||||
+GET_MACHINE_STATUS
|
+GET_MACHINE_STATUS
|
||||||
and #CHEATS_ENABLED
|
and #CHEATS_ENABLED
|
||||||
beq +
|
beq +
|
||||||
lda #$a5
|
lda #$a5
|
||||||
sta $7C5A ; patch - don't decrease lives
|
sta $87FE ; patch - don't decrease lives
|
||||||
+
|
+
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
jmp $6000
|
jmp $6000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user