From dc3133667455df75f8e4093483c54b24f7ce5268 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 22:44:51 +0200 Subject: [PATCH] Updated GB_set_palette and GB_get_palette (markdown) --- GB_set_palette-and-GB_get_palette.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GB_set_palette-and-GB_get_palette.md b/GB_set_palette-and-GB_get_palette.md index 1433227..57d9aee 100644 --- a/GB_set_palette-and-GB_get_palette.md +++ b/GB_set_palette-and-GB_get_palette.md @@ -8,7 +8,7 @@ In `display.h` ## Description -A monochrome [[model|GB_model_t]] renders a screen with 4 colors (usually shades of grey), and potentially a different 5th color used when the LCD display is turned off. These 5 colors are stored in a [[palette struct|GB_palette_t]]. The palette can be changed and read back using these two functions. The default palette is [[GB_PALETTE_GREY|Built In DMG Palettes]]. +A monochrome [[model|GB_model_t]] renders a screen with 4 colors (usually shades of grey), and potentially a different 5th color used when the LCD display is turned off. These 5 colors are stored in a [[palette struct|GB_palette_t]]. The palette can be changed and read back using these two functions. The default palette is [[GB_PALETTE_GREY|Built‐In DMG Palettes]]. ## Thread Safety @@ -21,6 +21,6 @@ This value is only used when emulating monochrome models. ## See Also * [[GB_palette_t]] -* [[Built In DMG Palettes]] +* [[Built‐In DMG Palettes]] * [[GB_set_rgb_encode_callback]] * [[GB_set_color_correction_mode]] \ No newline at end of file