Skip to content

Commit

Permalink
Fix palette swap (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
bslenul authored Jan 25, 2024
1 parent f3eb1e0 commit 27123e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgambatte/libretro/gbcpalettes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ static const GbcPaletteEntry gbcDirPalettes[] = {
{ "TWB64 218 - Timing Hero Ver.", twb64_218_timing_hero_ver },
{ "TWB64 219 - Invincible Yellow and Blue", twb64_219_invincible_yellow_and_blue },
{ "TWB64 220 - Grinchy Green", twb64_220_grinchy_green },
{ "TWB64 221 - Winter Icy Blue", twb64_221_animate_vision },
{ "TWB64 221 - animate vision", twb64_221_animate_vision },
{ "TWB64 222 - School Idol Mix", twb64_222_school_idol_mix },
{ "TWB64 223 - Green Awakening", twb64_223_green_awakening },
{ "TWB64 224 - Goomba Brown", twb64_224_goomba_brown },
Expand Down

0 comments on commit 27123e9

Please sign in to comment.