https://github.com/jangler/gb-patches
misc asm -> ips patches for gb/c games
https://github.com/jangler/gb-patches
Last synced: about 1 month ago
JSON representation
misc asm -> ips patches for gb/c games
- Host: GitHub
- URL: https://github.com/jangler/gb-patches
- Owner: jangler
- License: unlicense
- Created: 2019-06-21T23:16:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T06:35:00.000Z (over 5 years ago)
- Last Synced: 2025-01-27T13:49:43.183Z (3 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
generates patches for game boy (color) games.
the finished products are already available in the `ips/` folder.
the only dependency is lua, i think. you'll probably want git for setting up
the submodules, though.```
git clone https://github.com/jangler/lgbtasm.git
git submodule init
git submodule update
``````
usage: lua gen.lua ...
```you can add more patches by adding new files in the `asm/` folder, using the
same format as the existing files. lgbtasm is intentionally strict about
formatting; see for details.note that only the code specific to this project is unlicensed / public domain.
the submodules lgbtasm and lua-struct are MIT-licensed, and their copyight
notices must be preserved whenever they are distributed.