A speedy Mario Kart 64 decompilation, brought to you by the cousin of a tame racing driver.
Go to file
Tyler McGavran e63ea937d2
Match a couple functions (#558)
The matches in code_80057C60 required changes to several other
 function signatures. Thankfully that didn't cause any problems
2024-01-21 19:11:13 -07:00
.github/workflows update docs (#555) 2024-01-20 21:24:05 -07:00
asm Match a couple functions (#558) 2024-01-21 19:11:13 -07:00
assets rename some texture (#530) 2024-01-16 19:07:37 -07:00
courses place surface type const and unassemble flag in vtx and document effects (#553) 2024-01-20 21:22:35 -07:00
data Proper linkage for textures in course display lists (#443) 2023-11-09 06:30:19 -07:00
docs update docs (#555) 2024-01-20 21:24:05 -07:00
doxygen-awesome-css@df88fe4fdd fix todo, bug not appears and change theme (#525) 2023-12-31 19:56:14 -07:00
enhancements Rename code_8001F980 to render_player and code_800B45E0 to save (#507) 2023-12-24 15:52:09 -07:00
include place surface type const and unassemble flag in vtx and document effects (#553) 2024-01-20 21:22:35 -07:00
src Match a couple functions (#558) 2024-01-21 19:11:13 -07:00
tools update docs (#555) 2024-01-20 21:24:05 -07:00
.clang-format Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
.clang-tidy Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
.editorconfig
.gitattributes Add building on macOS (#224) 2022-06-15 17:26:03 -07:00
.gitignore docs first setup (#542) 2024-01-13 18:32:53 -07:00
.gitmodules fix todo, bug not appears and change theme (#525) 2023-12-31 19:56:14 -07:00
Dockerfile Upgrade Dockerfile to Ubuntu 22.04 as 18.04 is EOL (#491) 2023-11-07 22:36:48 -07:00
Doxyfile update docs (#555) 2024-01-20 21:24:05 -07:00
Jenkinsfile Revamp progress script, change file structure and remove unused asm (#459) 2023-10-14 12:07:09 -06:00
Makefile update docs (#555) 2024-01-20 21:24:05 -07:00
Makefile.split Linkage for the ceremony_data file (#478) 2023-10-27 22:18:20 -06:00
README.md update docs (#555) 2024-01-20 21:24:05 -07:00
addr_to_sym.py Delete courses/cup folders and rename course related files (#432) 2023-09-20 17:17:24 -06:00
assets.json rename some texture (#530) 2024-01-16 19:07:37 -07:00
ctx_includes.c place surface type const and unassemble flag in vtx and document effects (#553) 2024-01-20 21:22:35 -07:00
diff Some matches in 80027D00 (#385) 2023-08-25 22:14:08 -06:00
diff_settings.py Document progress.py and correct readme (#483) 2023-11-05 13:57:14 -07:00
extract_assets.py EU 1.0 OK (#265) 2023-10-19 23:37:21 -06:00
first-diff.py EU 1.0 OK (#265) 2023-10-19 23:37:21 -06:00
gfxdsm.js Matched some funcs (#378) 2023-08-22 19:12:51 -06:00
import Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
m2c_helper.sh Add a utility that aids in generating m2c output (#279) 2022-12-09 19:03:30 -07:00
mk64.eu-1.0.sha1 EU 1.0 OK (#265) 2023-10-19 23:37:21 -06:00
mk64.eu-final.sha1 EU 1.0 OK (#265) 2023-10-19 23:37:21 -06:00
mk64.ld place surface type const and unassemble flag in vtx and document effects (#553) 2024-01-20 21:22:35 -07:00
mk64.us.sha1
permute Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
permuter Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
permuter_settings.toml More audio matches (#420) 2023-09-15 21:50:27 -06:00
progress.py Document progress.py and correct readme (#483) 2023-11-05 13:57:14 -07:00
python_convert.py place surface type const and unassemble flag in vtx and document effects (#553) 2024-01-20 21:22:35 -07:00
rename_sym.sh Linkage for the ceremony_data file (#478) 2023-10-27 22:18:20 -06:00
undefined_syms.txt Linkage for the ceremony_data file (#478) 2023-10-27 22:18:20 -06:00
util.mk Cleaning Up Warnings (#317) 2023-06-28 14:30:11 -06:00

README.md

Mario Kart 64

This work-in-progress decompilation of Mario Kart 64 pursues historical and educational elements within the game found via taking it apart and putting it back together. Inspiration to do so not only emanates from the game's hardware and technology but also its immensely positive effects on the cultures and families of nearly every nationality.

This repository does not contain assets. Compiling requires asset extraction from a prior copy of the game.

It supports and builds the following versions:

ROM Output Revision SHA-1 Checksum
mk64.us.z64 USA 579c48e211ae952530ffc8738709f078d5dd215e
mk64.eu-1.0.z64 EUR 1.0 a729039453210b84f17019dda3f248d5888f7690
mk64.eu-final.z64 EUR 1.1 f6b5f519dd57ea59e9f013cc64816e9d273b2329

Progress

Total progress consists of all code segments together.

Game code progress consists of main, ending and racing.

Build Status Build Status

Build Status Build Status Build Status

  • Build Status
  • Build Status
  • Build Status
  • Build Status
  • Build Status

Quick Start

git submodule update --init --recursive
make -j

Building

Build instructions located in the API docs
See also, the comprehensive API and documentation which includes an overview of the code-base while also discussing significant concepts, features, and modding.

Current State

The code-base may change significanty overtime as naming and documentation continues. The code-base is shiftable.

Some menu textures are compressed using a format called tkmk00. A byte-matching compressor/decompressor does not yet exist.

Project Structure

mk64
├── asm: Handwritten assembly code, rom header and boot
│   ├── non_matchings: Assembly for non-matching sections
│   └── os: Libultra handwritten assembly code
├── assets: Textures
├── courses: Course data, geography, display lists and staff ghosts
├── build: Output directory
├── data: Misc data, text, audio banks, and instrument sets
├── docs: Build guides
├── include: Header files
├── music: Sequences
├── src: C source code for the game
|   ├── actors: Individual actors split out from other files
│   ├── audio: Sample tables and audio code
│   ├── data: Misc data referenced in other C files
|   ├── debug: Custom debug code
|   ├── ending: Podium ceremony and credits code
│   ├── os: Libultra C code
|   └── racing: Race and game engine code
├── textures: Texture data, bitmaps
|   ├── common: Textures common to many courses
|   ├── courses: Course specific textures
|   ├── crash screen: Crash screen font image
│   ├── raw: Raw textures
│   ├── standalone: Whole textures
|   ├── startup_logo: Reflection map
|   └── trophy: Ceremony cutscene podium and trophy textures
└── tools: build tools

Documentation

Documentation available online at https://n64decomp.github.io/mk64/.

Documentation generated using Doxygen. Run make doc to test locally. Documentation resides in docs/html. Open index.html to view the site.

Contributing

Pull requests are welcome. For major changes, please discuss in the Discord.

Run clang-format on your code to ensure it meets the project's coding standards.

Official Discord: discord.gg/DuYH3Fh