mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-14 12:34:07 +00:00
hide Lady Tut launch artwork later
This commit is contained in:
parent
39e68c7366
commit
39e0acf361
@ -7,7 +7,6 @@
|
||||
|
||||
!source "src/macros.a"
|
||||
|
||||
jsr HideLaunchArtwork
|
||||
ldx #(end_patch-patch-1) ; copy patch code to zero page (stack will be destroyed by the time we need to patch)
|
||||
- lda patch,x
|
||||
sta $200,x
|
||||
@ -25,6 +24,7 @@
|
||||
jmp $0800 ; decompress
|
||||
patch
|
||||
+READ_RAM2_NO_WRITE
|
||||
jsr HideLaunchArtworkLC2
|
||||
lda MachineStatus
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
|
Loading…
x
Reference in New Issue
Block a user