//////////////SONIC-ROBO-BLAST-2////////////////////////
////////////////////////////////////////////////////////

CREDITS: Created by Sonic Team Junior (NOT affiliated with Sonic Team).
Ported: by carstene1ns.
This port is not supported by Sonic Team Junior, please do not ask assistance for it on their forums.

LINK TO SOURCE CODE (Note:: the port is on the switch-port branch branch): https://github.com/carstene1ns/SRB2

///////////////////////////////////////////////////////
//////////////Instructions.////////////////////////////
///////////////////////////////////////////////////////
Instalation:

	Step 1: Copy the srb2switch folder, located inside the zip (the folder with the .nro) to your switch folder on your switch's microsd.

	Step 2: Download the following exe "https://files.srb2.org/mirror.php?SRB2-v2120-Installer.exe" and extract the contents.

	Step 3: Copy the following files from the extracted contents to the srb2switch folder. srb2.srb, player.dta, zones.dta, rings.dta, patch.dta, and music.dta
(I'm not sure if it is necessary for me to require this, however I'd rather not distribute the files myself just to be on the safe side)

	Step 4: Finally, load up homebrew and enjoy Sonic Robo Blast 2.

NOTE:: I have had trouble running this in 4.0.1 and I have heard people saying they could not run it in 4.1.0
Only confermed working in 5.x and 3.x afaik. (as of Jun 30, 2018)



//////////////////////////////////////////////////////
//////////////////COMPILE-INSTRUCTIONS////////////////
//////////////////////////////////////////////////////


I am sure that some of you may want to compile this your self, it is open source after all.

Prerequisites:
	Must have dkp-pacman and devkita64 installed.
	If you don't please read here: http://switchbrew.org/index.php?title=Setting_up_Development_Environment
	NOTE::Make sure you have switch-sdl2, switch-sdl2_mixer, and switch-pkg-config installed using dkp-pacman
    
	Must have git installed.
	If you don't please install it using your distro's package manager (for those of you on windows I recommend using msys, which is already installed if you followed the previous step).
	EX::UBUNTU `sudo apt install git`
	EX::ARCHLINUX/MSYS `sudo pacman -S git`
	(NOTE:: On windows, start msys in admin mode and don't use sudo, since there is no sudo in windows.)


Compile:

	Step 1: git clone https://github.com/carstene1ns/SRB2

	Step 2: cd SRB2

	Step 3: git checkout switch-port

	Step 4: make -C src/ SWITCH=1
////////////////////////////////////////////////////
