mirror of
https://github.com/zeldaret/st
synced 2026-08-22 14:50:02 -04:00
2d4deebb8441787af48258057af40289f5b769f9
* feat: Add .data to RMSX actors * fix: Fix bad regressions * feat: Add struct and improve RMSD matching * feat: Move RMSX base class to the right file * feat: Delink vtable and update symbols * feat: Match .data and improve ActorUnkRMSBase * feat: Update ActorUnkRSMBase ctor and match ActorUnkRMSW * fix: Fix outdated initialization * feat: Match RMSV ctor * feat: Match more vfunc * feat: Match more vfunc and some cleanup * chore: Clean headers * feat: Reorder funcs, add unk structs * feat: Move RMSBase to a separate file and flag as complete * feat: Complete some actors * feat: Add data to RBLS, almost match the actor * feat: Add eur data for CANS * feat: Reorder CANS functions, sync data for jp * feat: Reorder CASE functions * feat: Update global func call to member func call
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.
It builds the following versions:
| Name | Description | SHA1 Hash of input ROM(s) |
|---|---|---|
| jp | Japan Revision 0 | eaee3602b8a2235211b2e20cdcd4cb357956a264 |
| eur | Europe Revision 0 | 9e99cc803a14ce038eb908db585431f8254f09ee |
| eur1 | Europe Revision 1 | dcb221a89acb894503a461c2c7d4cfdad9a06b68b9096f46e9163750a9e3f6c2fc0758e6094b61354efbff9a263fe622f3f7e7cfb7bea8046b86e57d |
| usa | USA Revision 0 | 1f0921b5e99db9d92d24710f1b004e4f3c997b73 |
The default version is eur, i.e. the Europe Revision 0 ROM.
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%