Rangi
Rangi
There are GitHub actions to install [Cygwin](https://github.com/cygwin/cygwin-install-action) on Windows, and a [\*BSD VM](https://github.com/vmactions) on Ubuntu. If we want to officially maintain support for these platforms, it might be worth testing...
We only need to handle these right before release. - [ ] Update CI test dependency commits - [ ] Update dates and authors in man pages - [ ]...
Right now constants/hardware_constants.asm is very bare-bones, with few constants defined for the *values* of hardware registers. This means that the code has magic numbers scattered around when setting/checking these values....
Pretty self-explanatory; a similar effort to some of the recent pokered commits. Some things to note: - I did this in pokegold, not pokecrystal, so the unidentified mobile stuff wouldn't...
data/battle_anims/objects.asm passes raw hex numbers to parameter `\2` of `battleanimobj`; these might be further identifiable. - `$00`: `POKE_BALL`, `POKE_BALL_BLOCKED`, `SURF`, `HAZE`, `SANDSTORM`, `PERISH_SONG`, `RAIN`, `B0`, `ENEMYFEET_1ROW`, `PLAYERHEAD_1ROW`, `ENEMYFEET_2ROW`, `PLAYERHEAD_2ROW` -...
The hardware.inc convention is for `B_` to be a 0-7 bit value, and `F_` to be the corresponding mask value. A few examples: ```asm DEF LCDCF_OBJ16 EQU %00000100 ; OBJ...
CircleCI currently builds with a custom Docker image of RGBDS 0.8.0. As of 0.9.0, we now auto-publish [official container images](https://github.com/gbdev/rgbds/pkgs/container/rgbds).
Firstly, I just want to say thank you for starting this project in the first place. I've been helping maintain RGBDS for a few years, and it's been fun, but...
Only RGBASM supports `-W` for warnings, but all four programs could potentially benefit from opt-out and opt-in warnings, as was [discussed](https://discord.com/channels/303217943234215948/790920525253836912/1321092291019935784) re: RGBGFX. The warning code would need to support...
See https://github.com/Rangi42/polishedcrystal/commit/6edd0c43fd3bd146854522ee16eda0eb312b5cb4