mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-22 21:32:39 +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
|
||||
;(c) 2020 by qkumba
|
||||
;(c) 2020-2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/MANIC.MINER",plain
|
||||
@ -9,14 +9,14 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $82A
|
||||
sta $83E
|
||||
jsr $800 ; decompress
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$a5
|
||||
sta $7C5A ; patch - don't decrease lives
|
||||
sta $87FE ; patch - don't decrease lives
|
||||
+
|
||||
+DISABLE_ACCEL
|
||||
jmp $6000
|
||||
|
Loading…
Reference in New Issue
Block a user