https://github.com/meithecatte/gbtetris
A compilable Gameboy Tetris disassembly, hopefully fully labeled and documented one day.
https://github.com/meithecatte/gbtetris
Last synced: 7 months ago
JSON representation
A compilable Gameboy Tetris disassembly, hopefully fully labeled and documented one day.
- Host: GitHub
- URL: https://github.com/meithecatte/gbtetris
- Owner: meithecatte
- Created: 2018-05-29T14:27:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T12:19:35.000Z (over 6 years ago)
- Last Synced: 2025-04-05T05:51:12.467Z (11 months ago)
- Language: Assembly
- Size: 249 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gbtetris
A [pret]-style disassembly of the Gameboy Tetris. Since I'm not finished yet, you'll need to place the following ROMs into the project directory to build it:
| Filename | Known ROM names | CRC | MD5 |
|----------------|---------------------------------------------------------|----------|-----|
| `baserom.gb` | Tetris (Japan) / Tetris (World) / Tetris (W) (v1.0) [!] | `63F9407D` | `084f1e457749cdec86183189bd88ce69` |
| `baserom11.gb` | Tetris (World) (Rev A) / Tetris(W) (v1.1) [!] | `46DF91AD` | `982ed5d2b12a0377eb14bcdc4123744e` |
After installing RGBDS, run `make` to generate `tetris.gb` (should be identical to `baserom.gb`) and `tetris11.gb` (should be identical to `baserom11.gb`, but it still needs some work to make it so).
[pret]: https://github.com/pret