mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 20:30:11 +00:00
fix Boulder Dash prelaunch
This commit is contained in:
parent
bcd5bed415
commit
474a41ae9e
@ -9,8 +9,8 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $71FA
|
||||
jsr $3FC0 ; decompress
|
||||
sta $404A
|
||||
jsr $4000 ; decompress
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
@ -19,7 +19,7 @@
|
||||
sta $181A ; patch - don't decrease lives
|
||||
+
|
||||
+DISABLE_ACCEL
|
||||
jmp $14DD
|
||||
jmp $800
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
|
Loading…
x
Reference in New Issue
Block a user