-
What about adding a "Try" or "Playground" link in the main navbar? (or in the main action buttons in the home page)?
Side question: should we fork rgbds-live?
-
Hello, running M1 Mac here.
I've tried compiling with rgbds versions 0.5.2, 0.4.1 (because I read somewhere that helped with pokered so it was worth a shot) and latest 0.6.1, no dice. Running on M1 …
-
The links to the other man pages under the "SEE ALSO" heading are broken. They should link one directory above in the hierarchy.
Example: https://rgbds.gbdev.io/docs/v0.6.1/rgbasm.5/#SEE_ALSO
-
`STRUPR` and `STRLWR` do not handle non-ASCII text properly, as in the `STRUPR` call below:
```
issotm@sheik-kitty ~/rgbds% cat test/asm/string.asm
PRINTT STRCAT("Left", "right\n")
PRINTT …
-
### Verification
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_r…
dwn3 updated
4 months ago
-
The current live version is a commit of 0.5.1.
-
In the context of creating a tilemap it was unclear to me what "deduplicating" was, seen here with option -t:
https://rgbds.gbdev.io/docs/v0.6.1/rgbgfx.1/#ARGUMENTS
Rather than talking about ded…
-
Currently, the description is as follows:
```
[-p](https://rgbds.gbdev.io/docs/v0.6.0/rgbasm.1#p) pad_value, --pad-value pad_value
When padding an image, pad with this value. The default is 0x0…
-
rgbds-live requires a [modified version](https://github.com/binji/binjgb/compare/main...daid:binjgb:master) of the binjgb emulator, currently in a fork by Daid. @surma raised an interesting point abou…
-
At least as seen from the perspective of an unexperienced user.
> \ is a revision 0xNNNN object file; only 0xRRRR is supported
For a newbie user, this error might as well say "something went wro…