diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e926d0 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/solano/solano-fix.asm b/solano/solano-fix.asm new file mode 100644 index 0000000..4c800c7 --- /dev/null +++ b/solano/solano-fix.asm @@ -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 \ No newline at end of file diff --git a/solano/solano.sfc b/solano/solano.sfc new file mode 100644 index 0000000..1c4637f Binary files /dev/null and b/solano/solano.sfc differ