-
As of rgbds commit 1b05c43b979f8cc8c9bd571a7c96f13614724111 (this repository: github.com/rednex/rgbds ), the resulting binary of 'make' no longer match the actual binary.
Note that this repository …
-
I followed the instructions exactly, and it gives me this error.
![screenshot from 2017-04-28 14 01 05](https://cloud.githubusercontent.com/assets/2449536/25545245/230a9102-2c1b-11e7-9d83-d32e4264e…
-
where can we find gnu/linux binary of rgbfix? i’m struggling a lot trying to compile it...
and can we find rgbfix, or whole rgbds, in some ppa?
thanks in advance! :)
ghost updated
7 years ago
-
```
sanky@suguri:~/romhacking/gb/rgbds/test/asm$ sh test.sh
--- /tmp/tmp.PP2NRvj9ZZ 2017-03-26 12:25:42.630535663 +0200
+++ bank-noexist.out 2017-01-26 10:41:36.388515238 +0100
@@ -0,0 +1,2 @@
+…
-
The rgblink(1) man page points towards an rgblink(5) man page, but building and installing the repository's contents (as they currently are) doesn't create any such man page.
-
So, I've tried to build the ROM files but I seem to get an error.
> bash-4.4$ git clone --recursive https://github.com/pret/pokered
> Cloning into 'pokered'...
> remote: Counting objects: 22380…
-
Long example incoming:
https://gist.github.com/aaaaaa123456789/2eefb1e60cffb9fee0b0b64597707bec
As you can see there, the linker is suddenly resolving the `wPlayerDataEnd - wPlayerData` expressi…
-
The only reason why I added OPT_CONTWRAM was to allow for a continuous 2000h-byte WRAM section. A recent commit reappropriates this flag, renamed OPT_DMG_MODE, to also disable VRAM banking. However,…
-
I just found myself writing very odd macros just to extract the date of compilation:
```
ST_DAY = (STRSUB({__TIMESTAMP_ISO_8601_UTC__}, 10, 1) - $30) * 10 + (STRSUB({__TIMESTAMP_ISO_8601_UTC__},…
-
In WLA-DX I can have an enumeration where OAM RAM is defined ($FE00). RGBDS doesn't appear to have enums or a section that can reach that point. Can there be one?