mirror of
https://github.com/a2-4am/4sports.git
synced 2024-12-22 14:30:59 +00:00
fix Wipeload collision
This commit is contained in:
parent
48ffd3aba8
commit
bfec99a716
@ -1,4 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2024 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/WIPEOUT",plain
|
||||
@ -6,6 +7,9 @@
|
||||
|
||||
!source "src/macros.a"
|
||||
|
||||
lda #$60
|
||||
sta $33C
|
||||
jsr $300
|
||||
+ENABLE_ACCEL
|
||||
lda #$4C
|
||||
sta $356C
|
||||
|
Loading…
Reference in New Issue
Block a user