Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChrisNonyminus/hmawl
A disassembly/decompilation of Harvest Moon: A Wonderful Life for Nintendo GameCube.
https://github.com/ChrisNonyminus/hmawl
Last synced: 30 days ago
JSON representation
A disassembly/decompilation of Harvest Moon: A Wonderful Life for Nintendo GameCube.
- Host: GitHub
- URL: https://github.com/ChrisNonyminus/hmawl
- Owner: ChrisNonyminus
- Created: 2021-12-09T00:58:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T11:52:44.000Z (about 2 years ago)
- Last Synced: 2024-08-03T17:12:52.597Z (4 months ago)
- Language: Assembly
- Size: 42.2 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gamecube-development - Harvest Moon: A Wonderful Life - An in-progress decompilation of _Harvest Moon: A Wonderful Life_ (Reverse Engineering / Projects)
README
# Harvest Moon: A Wonderful Life
A WIP disassembly/decompilation of Harvest Moon: A Wonderful Life (US version only) for Nintendo GameCube.
It builds the following DOL:- main.dol: ``sha1: 1ccfd9dfb5c250c2f45c70c74cc45e5d88d22374``
And the folowing rels:
- wlp0.rel: ``sha1: cf82697ee0d50ce11602b2b531e844f3d68c7318``
- wlp1.rel: ``sha1: 509f77d903c89472be5590d45ddf65ddb2e93055``
- wlp2.rel: ``sha1: a160e6651fd50af8471a487b9a187044f683427c``Unfortunately, the disassembled rels, when built, do not 100% match the original game's rels at the moment due to unknown issues, but main.dol and at least wlp1 and wlp2 ***are shiftable***, meaning you can edit the disassemblies to add and remove code as you see fit.
# Building
1. Download DEVKITPROPPC, python3, and gcc.
2. Download GC_WII_COMPILERS.zip and extract it to tools/mwcc_compiler/.
3. Run the make command.# Contributions
Contributions and PRs are more than welcome!