An open API service indexing awesome lists of open source software.

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

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.