mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
fix Swashbuckler reset (#243)
This commit is contained in:
parent
be87d09322
commit
a435053a9d
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by Frank M.
|
||||
;(c) 2019-2020 by Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/SWASHBUCKLER",plain
|
||||
@ -16,14 +16,7 @@
|
||||
sta $BC81 ; stop2
|
||||
jsr $BC00 ; title
|
||||
|
||||
ldy #6
|
||||
- lda $100-1,y
|
||||
sta $180-1,y ; move hook to $180
|
||||
dey
|
||||
bne -
|
||||
|
||||
lda #$80
|
||||
sta $3F2 ; reset vector patch
|
||||
+NEW_RESET_VECTOR $BFF0
|
||||
|
||||
jmp $1B34
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user