Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Zephiles/sms-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Credits

  • PistonMiner for their work on the initial code for the rel framework, elf2rel, and gcipack utilities. (GitHub repo for these tools here.)

Overview

REL Loader for Super Mario Sunshine. Ported from the REL Loader for Paper Mario: The Thousand-Year Door.

Prerequisites

To build this, you need to have devkitPPC installed. Instructions for doing so can be found here. You also need to place elf2rel.exe in the bin folder. This file can either be compiled manually, or downloaded from here.

Building

To build, you must first add DEVKITPPC and SMSTOOLS to your environment. DEVKITPPC should be set to the devkitPPC folder, and SMSTOOLS should be set to the sms-tools folder. Then, navigate to the root directory of the repository (the folder with the makefile in it) and run make. Any combination of rules can be applied to this. You should also run make clean after making any changes, as files built with a previous build could cause issues.

It should be noted that there are two Japanese versions of the game, so each one is handled by a revision number in this project. Revision 0 (version 1.0) is handled as jp0, and revision 1 (version 1.1) is handled as jp1.

Examples of make being used:
make us
make jp0 eu
make us eu

About

REL Loader for Super Mario Sunshine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published