Skip to content

Commit 0ece285

Browse files
committed
Fix crash bug on 2-player mode
1 parent 518ed45 commit 0ece285

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Contra-III/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SA-1 Root: Contra III
2-
Version 1.0, released 2019-10-04
2+
Version 1.1, released 2019-10-05
33

44
Contra III: The Alien Wars is the third Contra game made by Konami and an amazing
55
cinematic shooting game.
@@ -38,8 +38,8 @@ Expected checksums:
3838
* SHA256: A93EA87FC835C530B5135C5294433D15EEF6DBF656144B387E89AC19CF864996
3939

4040
#### After patching
41-
* CRC32: 15E767E9
42-
* SHA256: B91FEF50E2F40EC26B08FC93053195463E77B80C214350297F46C187DE06D9A1
41+
* CRC32: 9005D3A1
42+
* SHA256: 573ABEBEE9EFF9A73F7B51AF803346893F7BD8D5F8D82152D978ABCD0C2BD2C4
4343

4444
## Compatibility
4545

@@ -76,6 +76,7 @@ Contra III - SA-1 Root wouldn't be that awesome without help from these people:
7676
* Erivando_BR (testing and trace logs)
7777
* Jeffrey (testing)
7878
* kccheng (testing)
79+
* Rodzilla97 (bug report)
7980
* Vitor Vilela (patch author)
8081
* You (for using it :D)
8182

Contra-III/patch.bps

-2 Bytes
Binary file not shown.

Contra-III/sa1.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ pushpc
785785
org $008394
786786
JSL status_player_1
787787

788-
org $00E464
788+
org $00839E
789789
JSL status_player_2
790790

791791
pullpc

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
\___ \ / /\ \______| | | _ // _ \ / _ \| __|
66
____) / ____ \ | | | | \ \ (_) | (_) | |_
77
|_____/_/ \_\ |_| |_| \_\___/ \___/ \__|
8-
Version 1.2 by Vitor Vilela
8+
Version 1.3 by Vitor Vilela
99
```
1010

1111
SA-1 Root is a project for enabling and accelerating games using the SA-1 chip.
1212
It's a pack of patches that optimizes the game to the maximum possible keeping
1313
high hardware compatibility and keeping most of the game aspects intact.
1414

1515
So far the following games are available:
16-
* [Contra III](Contra-III) v1.0
16+
* [Contra III](Contra-III) v1.1
1717
* [Gradius III](Gradius-III) v1.5
1818
* Super Mario World ([SA-1 Pack only](https://github.com/VitorVilela7/SA1-Pack))
1919

@@ -79,7 +79,8 @@ SA-1 Root wouldn't be that awesome without help from these people:
7979
* Erivando_BR (Contra III testing, Contra III trace logs)
8080
* Jeffrey (Contra III testing)
8181
* kccheng (Contra III testing)
82-
* slidelljohn (Gradius III bug reports and extra help)
82+
* Rodzilla97 (Contra III bug report)
83+
* slidelljohn (Gradius III bug report and extra help)
8384
* Vitor Vilela (crazy author that did most of the patches)
8485
* You (for using it :D)
8586

0 commit comments

Comments
 (0)