{"id":13691916,"url":"https://github.com/roeming/mssbdecomp","last_synced_at":"2025-05-02T16:30:45.251Z","repository":{"id":41829131,"uuid":"484579163","full_name":"roeming/mssbDecomp","owner":"roeming","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-18T22:31:29.000Z","size":8007,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-18T23:34:48.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roeming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-22T21:42:02.000Z","updated_at":"2024-08-18T22:31:32.000Z","dependencies_parsed_at":"2024-01-22T01:52:23.884Z","dependency_job_id":"f46c7f95-7538-4cd8-9f3a-6c560948727c","html_url":"https://github.com/roeming/mssbDecomp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeming%2FmssbDecomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeming%2FmssbDecomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeming%2FmssbDecomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roeming%2FmssbDecomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roeming","download_url":"https://codeload.github.com/roeming/mssbDecomp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224319441,"owners_count":17291844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T17:00:51.599Z","updated_at":"2024-11-12T17:32:21.036Z","avatar_url":"https://github.com/roeming.png","language":"C","funding_links":[],"categories":["Reverse Engineering"],"sub_categories":["Projects"],"readme":"Mario Superstar Baseball  \n\u003c!--\n[![Build Status]][actions] ![Progress] ![DOL Progress] ![RELs Progress] [![Discord Badge]][discord]\n--\u003e\n=============\n\n\u003c!--\nReplace with your repository's URL.\n[Build Status]: https://github.com/zeldaret/tww/actions/workflows/build.yml/badge.svg\n[actions]: https://github.com/zeldaret/tww/actions/workflows/build.yml\n--\u003e\n\u003c!---\nCode progress URL:\nhttps://progress.decomp.club/data/[project]/[version]/all/?mode=shield\u0026measure=code\nURL encoded then appended to: https://img.shields.io/endpoint?label=Code\u0026url=\n[Progress]: https://img.shields.io/endpoint?label=Code\u0026url=https%3A%2F%2Fprogress.decomp.club%2Fdata%2Ftww%2FGZLE01%2Fall%2F%3Fmode%3Dshield%26measure%3Dcode\n--\u003e\n\u003c!---\nDOL progress URL:\nhttps://progress.decomp.club/data/[project]/[version]/dol/?mode=shield\u0026measure=code\nURL encoded then appended to: https://img.shields.io/endpoint?label=DOL\u0026url=\n[DOL Progress]: https://img.shields.io/endpoint?label=DOL\u0026url=https%3A%2F%2Fprogress.decomp.club%2Fdata%2Ftww%2FGZLE01%2Fdol%2F%3Fmode%3Dshield%26measure%3Dcode\n--\u003e\n\u003c!--\nREL progress URL:\nhttps://progress.decomp.club/data/[project]/[version]/modules/?mode=shield\u0026measure=code\nURL encoded then appended to: https://img.shields.io/endpoint?label=RELs\u0026url=\n[RELs Progress]: https://img.shields.io/endpoint?label=RELs\u0026url=https%3A%2F%2Fprogress.decomp.club%2Fdata%2Ftww%2FGZLE01%2Fmodules%2F%3Fmode%3Dshield%26measure%3Dcode\n--\u003e\n\u003c!--\nReplace with your Discord server's ID and invite URL.\n[Discord Badge]: https://img.shields.io/discord/727908905392275526?color=%237289DA\u0026logo=discord\u0026logoColor=%23FFFFFF\n[discord]: https://discord.gg/hKx3FJJgrV\n--\u003e\n\nA work-in-progress decompilation of Mario Superstar Baseball.\n\nThis repository does **not** contain any game assets or assembly whatsoever. An existing copy of the game is required.\n\nSupported versions:\n\n- `GYQE01`: Rev 0 (USA)\n\nDependencies\n============\n\nWindows:\n--------\n\nOn Windows, it's **highly recommended** to use native tooling. WSL or msys2 are **not** required.  \nWhen running under WSL, [objdiff](#diffing) is unable to get filesystem notifications for automatic rebuilds.\n\n- Install [Python](https://www.python.org/downloads/) and add it to `%PATH%`.\n  - Also available from the [Windows Store](https://apps.microsoft.com/store/detail/python-311/9NRWMJP3717K).\n- Download [ninja](https://github.com/ninja-build/ninja/releases) and add it to `%PATH%`.\n  - Quick install via pip: `pip install ninja`\n\nmacOS:\n------\n- Install [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages):\n  ```\n  brew install ninja\n  ```\n- Install [wine-crossover](https://github.com/Gcenx/homebrew-wine):\n  ```\n  brew install --cask --no-quarantine gcenx/wine/wine-crossover\n  ```\n\nAfter OS upgrades, if macOS complains about `Wine Crossover.app` being unverified, you can unquarantine it using:\n```sh\nsudo xattr -rd com.apple.quarantine '/Applications/Wine Crossover.app'\n```\n\nLinux:\n------\n- Install [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages).\n- For non-x86(_64) platforms: Install wine from your package manager.\n  - For x86(_64), [WiBo](https://github.com/decompals/WiBo), a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used.\n\nBuilding\n========\n\n- Clone the repository:\n  ```\n  git clone https://github.com/my/repo.git\n  ```\n- Using [Dolphin Emulator](https://dolphin-emu.org/), extract your game to `orig/GYQE01`.\n![](assets/dolphin-extract.png)\n  - To save space, the only necessary files are the following. Any others can be deleted.\n    - `sys/main.dol`\n    - `files/aaaa.dat`\n- Decompress:\n  MSSB's rels are compressed, to decompress them, run `decompress.py`. This only has to be done once.\n- Configure:\n  ```\n  python configure.py\n  ```\n- Build:\n  ```\n  ninja\n  ```\n\nVisual Studio Code\n==================\n\nIf desired, use the recommended Visual Studio Code settings by renaming the `.vscode.example` directory to `.vscode`.\n\nDiffing\n=======\n\nOnce the initial build succeeds, an `objdiff.json` should exist in the project root. \n\nDownload the latest release from [encounter/objdiff](https://github.com/encounter/objdiff). Under project settings, set `Project directory`. The configuration should be loaded automatically. \n\nSelect an object from the left sidebar to begin diffing. Changes to the project will rebuild automatically: changes to source files, headers, `configure.py`, `splits.txt` or `symbols.txt`.\n\n![](assets/objdiff.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froeming%2Fmssbdecomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froeming%2Fmssbdecomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froeming%2Fmssbdecomp/lists"}