/spm-desert-bus

Source code of my April Fools mod for Super Paper Mario

Primary LanguageCGNU General Public License v3.0GPL-3.0

Super Paper Mario Desert Bus, the mod nobody wanted!

A little mod I threw this together over the past few days for April Fools, a little hacky but it does the job lol.

Preview Video

https://youtu.be/T-QHA9QEMlI

Playing

If you're crazy enough to want to play this and see the very good victory screen, see the instructions here (estimated to take around an hour to complete?). Only PAL is supported (revision 0 or 1).

Building

To compile this yourself, you'll need the following:

  • devkitPPC
  • The fork of PistonMiner's elf2rel from the SPM Rel Loader repo
  • The TTYDTOOLS environment variable set to the folder outside of the bin folder with your compiled elf2rel in (so $(TTYDTOOLS)/bin/elf2rel will point to it)

Once that's set up you can use make rgX to build region rg ('eu', 'us', 'jp' or 'kr') revision X (0-1 for eu & jp, 0-2 for us, 0 for kr) or just make to build for all regions and revisions.

Credits

This mod is built using the SPM Rel Loader which is based on the TTYD rel loader by PistonMiner and Zephiles.