forked from FIX94/gba-link-cable-dumper
-
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.
First version, still missing the FRLG Mystic Ticket.
- Loading branch information
Showing
8 changed files
with
3,286 additions
and
201 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
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 |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# GBA Link Cable Dumper | ||
A GC and Wii Homebrew App to get GBA BIOS, ROMs and saves via the GC GBA Link Cable. | ||
# GBA Link Cable Mystery Event Distributor | ||
|
||
This is based on GBA LinkCable Dumper by FIX94, a GC and Wii Homebrew App to get GBA BIOS, ROMs and saves via the GC GBA Link Cable. | ||
|
||
This modification works with Pokémon GBA games and allows to inject official Nintendo Events to the savegames in the cartridge. | ||
|
||
Please, consider making a backup with the standard GBA Link Cable by FIX94: https://github.com/FIX94/gba-link-cable-dumper/releases | ||
|
||
Save Support based on SendSave by Chishm. | ||
GBA BIOS Dumper by Dark Fader. | ||
|
||
# Usage | ||
Just have a GC Controller in Port 1 and a GBA without a game inserted or aborted game launch by holding select+start in Port 2. | ||
The bin, gba and sav files dumped will be placed in a folder called "dumps" on your main device (SD Gecko on gamecube and SD/USB on Wii). Please note that dumping GBA ROMs can take a long time (32mb takes about 48 minutes) because of the cable protocol limitations, a estimation will be displayed on screen before you dump it as a reference. | ||
Just have Wiimote or a GC Controller in Port 1 and a GBA without a game inserted or aborted game launch by holding select+start in Port 2, then follow on screen instructions to select the event to receive. Events are region locked to official region distributions by Nintendo, if you want to do more elaborate work, please use the PC tool: https://github.com/suloku/wc-tool/releases |
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
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,6 @@ | ||
cd gba | ||
make clean | ||
cd .. | ||
make -f Makefile.gc clean | ||
make -f Makefile.wii clean | ||
pause |
Oops, something went wrong.