git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit f47e143e7547cf1a7fdc563a21a35e01a5f957e8
parent e0436e33d4b2ad203ec358e040fc194afc999918
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Mon, 25 Jul 2022 19:56:44 +0300

Update the boot ROM color to match SameBoy's logo slightly better

Diffstat:
MBootROMs/cgb_boot.asm7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/BootROMs/cgb_boot.asm b/BootROMs/cgb_boot.asm @@ -565,7 +565,12 @@ AnimationColors: dw $017D ; Orange dw $241D ; Red dw $6D38 ; Purple - dw $7102 ; Blue +IF DEF(AGB) + dw $6D60 ; Blue +ELSE + dw $5500 ; Blue +ENDC + AnimationColorsEnd: ; Helper Functions

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