| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
The `--ignore` flag is not needed in Gen 1
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Everything is named, unnamed.py reports 100.00% complete
|
| |
|
|
|
| |
This is valid according to the .sym file spec:
<https://rgbds.gbdev.io/sym/>
|
| | |
|
| |
|
|
| |
Fixes #431
|
| |
|
| |
Co-authored-by: mid-kid <esteve.varela@gmail.com>
|
| |
|
|
| |
scan_includes.c
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #349
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
filenames
|
| |
|
|
|
|
|
| |
$ tools/pic.py decompress x.pic # creates x.2bpp
$ tools/gfx.py png x.2bpp # creates x.png
$ tools/gfx.py 2bpp x.png # creates x.2bpp
$ tools/pic.py compress x.2bpp # creates x.pic
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|