AllyTally / ultrasm64

Fork of the SM64 decomp that adds several quality-of-life patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UltraSM64

  • This repo contains a full decompilation of Super Mario 64 (J), (U), (E), and (SH).
  • Naming and documentation of the source code and data structures are in progress.
  • It has been edited to allow for the usage of the final "N64 OS" library, version 2.0L
  • Shindou Rumble Pak code is on for all regions.
  • Targeting the iQue Player is supported.
  • It has been patched with someone2639's shiftable segments patch
  • Getting HVQM FMV support to work with the game is in progress.
  • Getting UNFLoader (flashcart USB library) to work with the game is in progress.

FAQ

Q: Why in the hell are you bundling your own build of ld?

A: Newer binutils (Like the one bundled with Ubuntu, 2.34) break linking with libultra builds due to local asm symbols.

This puts me at a crossroads of either touching leaked code and requiring GCC, or just using an older linker that works just fine.

I went with the latter.

Thanks to "someone2639" for this hacky-ass idea

Q: Will this allow me to use FlashRAM/Transfer Pak/microcode swapping/Other Cool N64 Features?

A: Theoretically, all yes.

Installation help

Go read the original repo README.md

About

Fork of the SM64 decomp that adds several quality-of-life patches


Languages

Language:C 93.7%Language:C++ 4.2%Language:Assembly 0.9%Language:Python 0.7%Language:Objective-C 0.3%Language:Makefile 0.1%Language:JavaScript 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%Language:Perl 0.0%