Skip to content

Commit

Permalink
Update color palette for DMG games in CGB-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Nov 1, 2023
1 parent 0e6a38e commit f1e80b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyboy/pyboy.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

defaults = {
"color_palette": (0xFFFFFF, 0x999999, 0x555555, 0x000000),
"cgb_color_palette": ((0xFFFFFF, 0x7BFF31, 0x0063C5, 0x000000), (0xFFFFFF, 0xFF8484, 0xFF8484, 0x000000),
(0xFFFFFF, 0xFF8484, 0xFF8484, 0x000000)),
"cgb_color_palette": ((0xFFFFFF, 0x7BFF31, 0x0063C5, 0x000000), (0xFFFFFF, 0xFF8484, 0x943A3A, 0x000000),
(0xFFFFFF, 0xFF8484, 0x943A3A, 0x000000)),
"scale": 3,
"window_type": "SDL2",
}
Expand Down
Binary file modified tests/test_results/cgb_dmg_acid2.gb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1e80b8

Please sign in to comment.