about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorslipstream/RoL <l33twax@yahoo.com>2017-02-22 02:28:26 +0000
committerGitHub <noreply@github.com>2017-02-22 02:28:26 +0000
commita73a0f06e04ddac7d5a122d9de6aaa43c2cc06f4 (patch)
treead020333cad5897df18fe880d90113bc98bff362 /README.md
parentfac6ea00fd51e5be1d99db44746ed046378a6c65 (diff)
downloadgen3uploader-a73a0f06e04ddac7d5a122d9de6aaa43c2cc06f4.tar.gz
gen3uploader-a73a0f06e04ddac7d5a122d9de6aaa43c2cc06f4.tar.bz2
gen3uploader-a73a0f06e04ddac7d5a122d9de6aaa43c2cc06f4.zip
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 4483a83..bee310a 100644 --- a/README.md +++ b/README.md
@@ -3,10 +3,10 @@ A GC and Wii homebrew app that sends a binary to the GBA using the different mul
3 3
4# Usage 4# Usage
5Have a GC Controller in Port 1 and a GBA with Gen3 game in Port 2. 5Have a GC Controller in Port 1 and a GBA with Gen3 game in Port 2.
6Put your payload code to do some interesting stuff with the Pokémon game you have in `gba` dir. Example code that changes first character of player name to 'z' on Pokémon Ruby English (v1.0-1.2) provided. 6Put your payload code to do some interesting stuff with the Pokémon game you have in `gba` dir. Example code that changes first character of player name to 'z' provided.
7Recompile, send to Wii or GC, turn on your GBA, hope that your code runs after the initial copyright screen of the game. 7Recompile, send to Wii or GC, turn on your GBA, hope that your code runs after the initial copyright screen of the game.
8(Code execution rate is for some reason not 100% reliable, PR to fix would be greatly appreciated. Sometimes KeyC derivation fails, sometimes GBA ignores the sent multiboot image, could be due to failure of a few different sends) 8(Code execution rate is for some reason not 100% reliable, PR to fix would be greatly appreciated. Sometimes KeyC derivation fails, sometimes GBA ignores the sent multiboot image, could be due to failure of a few different sends)
9 9
10# Acknowledgements 10# Acknowledgements
11Thanks to FIX94 for your multiboot game dumper, which the multiboot code is loosely based on (differences in crypto & protocol...) 11Thanks to FIX94 for your multiboot game dumper, which the multiboot code is loosely based on (differences in crypto & protocol...)
12Without it, this would have taken longer to do than the 2 days or so that it took. \ No newline at end of file 12Without it, this would have taken longer to do than the 2 days or so that it took.