Skip to content

Whovian9369/GiveMiiSonic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GiveMiiSonic

This is a patch for the Wii U "Aroma" environment that enables automatic booting of a debug menu for the 2016 video game "Mario & Sonic at the Rio 2016 Olympic Games" on the Wii U... But only for the European and USA copies of the game.

Special Thanks to

@GaryOderNichts for some guidance, and for making GiveMiiYoutube in the first place that I then modified. @ashquarky for the awesome patcher framework which was taken from Nimble. @vgmoose for initially helping me get this working from GiveMiiYoutube's base.

Building

# Build docker image (only needed once)
docker build . -t givemiisonic_builder

# make 
docker run -it --rm -v ${PWD}:/project givemiisonic_builder make

# make clean
docker run -it --rm -v ${PWD}:/project givemiisonic_builder make clean

About

Aroma Plugin to automatically boot debug menu in "Mario & Sonic at the Rio 2016 Olympic Games"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • C++ 53.5%
  • Makefile 36.3%
  • C 8.7%
  • Dockerfile 1.5%