-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solano Soccer 99: Anti-copy Protection Removed
- Loading branch information
0 parents
commit 70df156
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
### Romhacking Projects by [FURiOUS](https://twitter.com/furious_) | ||
|
||
Here is the place I'll release all my contributions of romhack restoration and retro game fixes. Enjoy! | ||
|
||
Latest Releases: | ||
### Solano Soccer 99 | ||
Build: `14/07/2020` | ||
|
||
**solano-fix.sfc, solano-fix.asm** | ||
- removed protection | ||
|
||
**solano.sfc** | ||
- original dump provided by comandosnesperu | ||
|
||
##### Donate/Support: | ||
- PicPay: https://picpay.me/furious | ||
- Pix: https://livepix.gg/furious | ||
- PayPal: https://ko-fi.com/furious | ||
- Apoia-se: http://apoia.se/furious | ||
- Twitch: http://subs.twitch.tv/furious | ||
- Patreon: http://patreon.com/furious | ||
|
||
Special thanks to [CLE](https://twitter.com/ALMCLE) for beta testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
; better internal title | ||
org $80FFC0 | ||
db "SOLANO SOCCER 99 " | ||
|
||
; restore original code, bypass copy protection routines | ||
org $A491E7 | ||
lda $81E730, x |
Binary file not shown.