thegeeklab/content/posts/2020/color-palettes-on-gbc-and-gba/index.md

58 lines
3.1 KiB
Markdown
Raw Normal View History

2020-09-15 21:49:25 +02:00
---
2020-09-15 21:55:34 +02:00
title: "Color palettes on Game Boy Color and Advance"
2020-09-15 21:49:25 +02:00
date: 2020-09-15T21:45:00+02:00
aliases:
- /posts/color-palettes-on-gbc-and-gba/
2020-09-15 21:49:25 +02:00
authors:
- robert-kaussow
tags:
- Gaming
- Hardware
2020-09-15 22:01:39 +02:00
- Today I learned
2020-09-15 21:49:25 +02:00
resources:
- name: feature
src: "images/feature.jpg"
params:
anchor: Center
credits: >
[Lorenzo Herrera](https://unsplash.com/@lorenzoherrera) on
[Unsplash](https://unsplash.com/s/photos/gameboy)
- name: color-palette
src: "images/color-palette-example.jpg"
title: Comparison between default color (left) and gray scale (right).
---
2020-09-15 21:52:28 +02:00
In my last article about [modernizing a Game Boy Advance](/posts/modernize-a-game-boy-advance/), one of my complaints was the ugly coloring of old Game Boy Classic games and I thought about buying an additional Game Boy Classic. But first I wanted to check if there was a mod for the Game Boy Advance to fix this problem.
2020-09-15 21:49:25 +02:00
<!--more-->
2020-09-15 22:00:47 +02:00
Well, what I found out after a short research was mind-blowing for me! The gorgeous engineers at Nintendo had already integrated a function into the Game Boy Color and the Game Boy Advance to choose between [12 color palettes](https://www.nintendo.com/consumer/systems/gameboyadvance/colorchange.jsp).
2020-09-15 21:49:25 +02:00
2020-09-15 21:52:28 +02:00
<!-- markdownlint-capture -->
<!-- markdownlint-disable MD033 -->
2020-09-15 21:49:25 +02:00
| Color | Shortcut |
| ------------------------------------------------------------------------------------------------- | --------- |
| BROWN <svg width="20" height="12"><rect width="20" height="12" style="fill:#fac08f" /></svg> | UP |
| BLUE <svg width="20" height="12"><rect width="20" height="12" style="fill:#8db3e2" /></svg> | LEFT |
| PASTEL <svg width="20" height="12"><rect width="20" height="12" style="fill:#e5e0ec" /></svg> | DOWN |
| GREEN <svg width="20" height="12"><rect width="20" height="12" style="fill:#76923c" /></svg> | RIGHT |
| RED <svg width="20" height="12"><rect width="20" height="12" style="fill:#c0504d" /></svg> | UP + A |
| DARK BLUE <svg width="20" height="12"><rect width="20" height="12" style="fill:#366092" /></svg> | LEFT + A |
| ORANGE <svg width="20" height="12"><rect width="20" height="12" style="fill:#f79646" /></svg> | DOWN + A |
| DARK GREEN <svg width="20" height="12"><rect width="20" height="12" style="fill:#4f6128" /></svg> | RIGHT + A |
| DARK BROWN <svg width="20" height="12"><rect width="20" height="12" style="fill:#974806" /></svg> | UP + B |
| GRAY SCALE <svg width="20" height="12"><rect width="20" height="12" style="fill:#bfbfbf" /></svg> | LEFT + B |
| YELLOW <svg width="20" height="12"><rect width="20" height="12" style="fill:#ffe694" /></svg> | DOWN + B |
| NEGATIVE <svg width="20" height="12"><rect width="20" height="12" style="fill:#ffffff" /></svg> | RIGHT + B |
2020-09-15 21:52:28 +02:00
<!-- markdownlint-restore -->
2020-09-15 21:49:25 +02:00
<!-- spellchecker-disable -->
{{< img name="color-palette" >}}
<!-- spellchecker-enable -->
Today I learned about a great feature that I've never known in all the years of my childhood. But there is still a small downside: Changing the color palette works only for GB classic games.