git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit de93a83d4d189608c74b1d6dfe66ff40b4d3aab0
parent f05a6b04d24e5f935d54bfcfa57c50ca127902f6
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Thu,  1 Feb 2024 17:47:07 -0800

Merge pull request #624 from bbbbbr/cgb/compat_palette_white_fix

Fix wrong byte order for white color for GBC set_default_palette (was showing pink)
Diffstat:
Mgbdk-lib/libc/targets/sm83/cgb_compat.s2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/targets/sm83/cgb_compat.s b/gbdk-lib/libc/targets/sm83/cgb_compat.s @@ -18,4 +18,4 @@ _set_default_palette:: ADD SP, #4 RET 1$: - .DW 0xFF7F, 0x56B5, 0x294A, 0x0000 + .DW 0x7FFF, 0x56B5, 0x294A, 0x0000

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.