fix markdownlint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-15 21:52:28 +02:00
parent 44287d7710
commit 5c285fd868
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 6 additions and 1 deletions

View File

@ -19,12 +19,15 @@ resources:
title: Comparison between default color (left) and gray scale (right).
---
In my last article about [modernizing a Game Boy Advance](/posts/modernize-a-game-boy-advance/), one of my complaints was the ugly color display 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.
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.
<!--more-->
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 profiles](https://www.nintendo.com/consumer/systems/gameboyadvance/colorchange.jsp).
<!-- markdownlint-capture -->
<!-- markdownlint-disable MD033 -->
| Color | Shortcut |
| ------------------------------------------------------------------------------------------------- | --------- |
| BROWN <svg width="20" height="12"><rect width="20" height="12" style="fill:#fac08f" /></svg> | UP |
@ -40,6 +43,8 @@ Well, what I found out after a short research was mind-blowing for me! The gorge
| 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 |
<!-- markdownlint-restore -->
<!-- spellchecker-disable -->
{{< img name="color-palette" >}}