From eb306886642316b18ce963d741ec65ddfce8c65f Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Thu, 14 Jan 2021 22:49:02 +0100 Subject: [PATCH] add fork info to readme --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ec89685..8e999a0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ +> Note: This repository was forked from MasterF0x whose GitHub Account disappeared and doesn't represent the code from the original repository 100% (it was about 8 commits ahead / 8 behind when the repository disappeared). If YOU happen to have a backup of the latest version from their original code please let me know. + # Super Mario Sunshine - C Kit -A WIP C library for everyone's favorite game: Super Mario Sunshine. The tools in this will allow you to compile C code which can be patched into Super Mario Sunshine. +A C library for everyone's favorite game: Super Mario Sunshine. The tools in this will allow you to compile C code which can be patched into Super Mario Sunshine. #What can this do? The library allows you to compile PPC code that replace functions and interact with objects in Super Mario Sunshine. The code can be either put into a gecko code with a max size of 229 lines or be patched into Super Mario Sunshine's Start.dol. -This is only for Super Mario Sunshine at the moment. (I'll probably make another kit for some other games in the future, though only me working on them; I don't want to involve Miluaces into the pain. ^ ^' ) - #Neato!... Well, how do I set this up? 0. Clone or download the c kit. @@ -73,7 +73,4 @@ There are more examples in the repository. Either build a new SMS image with your dol file or enter your gecko code to see your code run in game. ---- -More examples and updates to the lib will surely come at the right moment. For support with this check out the Blastsoft Studios Discord ( https://discord.gg/mN9nf ). -Also visit SMS Realm ( http://smsrealm.net/board/ ) to discuss SMS hacking with other users.