mirror of
https://github.com/zeldaret/st
synced 2026-08-23 07:09:33 -04:00
ce24ddfc4e6f0f2865abb956208a19dd6b40acf3
* feat: improvements in SWBM * feat: improvements * feat: increase matching for jp version * feat: add vfuncs from fields' classes * feat: improve matching * feat: rename parameters to reflect staticness of the function * refactor: change mangled name * feat: remove unused variable from bss * style: explicite parenthesis * feat: better matching * feat: replace if/else by a switch statement
The Legend of Zelda: Spirit Tracks

Work in progress! This project aims to recreate source code for The Legend of Zelda: Spirit Tracks by decompiling its code by hand. The repository does not contain assets or assembly code. To build the ROM, you must own an existing copy of the game to extract assets from.
Note
The project targets the European and Japanese versions, and other versions might be supported later.
How to install
See INSTALL.md for instructions on how to install the project.
Contribution
A work in progress, but CONTRIBUTING.md has guidelines for how to get started and contribute to the project. Make sure to follow instructions on installation first.
Documentation
See /docs for documentation about the game and other useful information about the project.
Languages
C++
89.8%
C
6.6%
Python
3.5%