Skip to content

Commit

Permalink
Fix crash bug on 2-player mode
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVilela7 committed Oct 6, 2019
1 parent 518ed45 commit 0ece285
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Contra-III/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SA-1 Root: Contra III
Version 1.0, released 2019-10-04
Version 1.1, released 2019-10-05

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

#### After patching
* CRC32: 15E767E9
* SHA256: B91FEF50E2F40EC26B08FC93053195463E77B80C214350297F46C187DE06D9A1
* CRC32: 9005D3A1
* SHA256: 573ABEBEE9EFF9A73F7B51AF803346893F7BD8D5F8D82152D978ABCD0C2BD2C4

## Compatibility

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

Expand Down
Binary file modified Contra-III/patch.bps
Binary file not shown.
2 changes: 1 addition & 1 deletion Contra-III/sa1.asm
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ pushpc
org $008394
JSL status_player_1

org $00E464
org $00839E
JSL status_player_2

pullpc
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
\___ \ / /\ \______| | | _ // _ \ / _ \| __|
____) / ____ \ | | | | \ \ (_) | (_) | |_
|_____/_/ \_\ |_| |_| \_\___/ \___/ \__|
Version 1.2 by Vitor Vilela
Version 1.3 by Vitor Vilela
```

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

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

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

Expand Down

0 comments on commit 0ece285

Please sign in to comment.