Merge pull request #69 from frankmilliron/master

More reset vector fixes
This commit is contained in:
4am 2019-12-18 19:07:16 -05:00 committed by GitHub
commit c265a46e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 0 deletions

8
src/prelaunch/conan.a Normal file → Executable file
View File

@ -32,6 +32,14 @@
sta $1b4e
;;sta $a973
+
lda #0
sta $3f2
lda #1
sta $3f3
lda #$A4
sta $3f4 ; reset vector patch
; (only works after title music)
+DISABLE_ACCEL
jmp $6ba5

3
src/prelaunch/mario.bros.a Normal file → Executable file
View File

@ -17,6 +17,9 @@
lda #$a9
sta $4299
+
lda #1
sta $402F ; reset vector patch
+DISABLE_ACCEL
jmp $4000

5
src/prelaunch/mr.robot.a Normal file → Executable file
View File

@ -18,6 +18,11 @@
sta $777C ; patch - don't decrease lives
sta $78C5 ; patch - don't increase lives
+
lda #$EA
sta $13D9
sta $13DA
sta $13DB ; reset vector patch
jmp $7600
!if * > $1C0 {