Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanqui/hm3
Harvest Moon 3 GBC partial disassembly
https://github.com/sanqui/hm3
disassembly gameboy harvest-moon
Last synced: 3 months ago
JSON representation
Harvest Moon 3 GBC partial disassembly
- Host: GitHub
- URL: https://github.com/sanqui/hm3
- Owner: Sanqui
- Created: 2018-02-05T21:06:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T07:42:32.000Z (over 1 year ago)
- Last Synced: 2024-04-18T14:26:55.549Z (9 months ago)
- Topics: disassembly, gameboy, harvest-moon
- Language: Assembly
- Homepage:
- Size: 379 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hm3 - Partial disassembly of Harvest Moon 3
This repository contains a partial disassembly of the Game Boy Color game
Harvest Moon 3, developed by Victor Interactive Software in 2000.It doesn't aim to be a complete source code recreation, rather it contains
just enough scaffolding to be useful for translation projects.An in progress German translation can be found on the `de` branch. It implements
a variable width font and some quality of life improvements, like a more compact
select button HUD.## Requirements
- [rgbds](https://github.com/gbdev/rgbds)
- Make
- Python
- gnumeric (for translations: to convert xmlx to csv)## Building
Run `make` in the project directory.## German translation
Spreadsheets: https://drive.google.com/drive/u/0/folders/1TAwKo0dKmtkyIg4WhzVG0k2ilgexZqadThe script [tools/sync_text.py](tools/sync_text.py) converts a .zip of these spreadsheets
into CSV files which `make` can build into the game.