Skip to content

Commit

Permalink
Fix neon pink slowpoke during overcast
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Feb 10, 2025
1 parent 1ce98aa commit 6c12598
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gfx/overworld/npc_sprites_overcast.pal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if !DEF(MONOCHROME)
RGB 20,21,14, 20,16,10, 09,07,04, 00,00,00 ; brown
RGB 20,21,14, 20,16,10, 11,04,11, 00,00,00 ; purple
RGB 20,21,14, 20,16,10, 13,13,13, 00,00,00 ; gray
RGB 20,21,14, 20,16,10, 31,10,11, 00,00,00 ; pink
RGB 20,21,14, 20,16,10, 20,07,09, 00,00,00 ; pink
RGB 20,21,14, 20,16,10, 03,23,21, 00,00,00 ; teal
RGB 20,21,14, 20,21,14, 17,17,05, 00,00,00 ; yellow
RGB 20,21,14, 20,16,10, 17,09,04, 00,00,00 ; orange
Expand All @@ -28,7 +28,7 @@ if !DEF(MONOCHROME)
RGB 21,22,21, 19,14,10, 09,07,04, 00,00,00 ; brown
RGB 21,22,21, 19,14,10, 11,04,11, 00,00,00 ; purple
RGB 21,22,21, 19,14,10, 13,13,13, 00,00,00 ; gray
RGB 21,22,21, 19,14,10, 31,10,11, 00,00,00 ; pink
RGB 21,22,21, 19,14,10, 20,07,09, 00,00,00 ; pink
RGB 21,22,21, 19,14,10, 03,23,21, 00,00,00 ; teal
RGB 21,22,21, 21,22,21, 17,17,05, 00,00,00 ; yellow
RGB 21,22,21, 19,14,10, 17,09,04, 00,00,00 ; orange
Expand All @@ -49,7 +49,7 @@ if !DEF(MONOCHROME)
RGB 10,10,14, 10,07,07, 05,04,02, 00,00,00 ; brown
RGB 10,10,14, 10,07,07, 06,02,09, 00,00,00 ; purple
RGB 10,10,14, 10,07,07, 07,07,10, 00,00,00 ; gray
RGB 10,10,14, 10,07,07, 17,07,08, 00,00,00 ; pink
RGB 10,10,14, 10,07,07, 11,05,05, 00,00,00 ; pink
RGB 10,10,14, 10,07,07, 02,12,16, 00,00,00 ; teal
RGB 10,10,14, 10,10,14, 08,08,04, 00,00,00 ; yellow
RGB 10,10,14, 10,07,07, 08,05,03, 00,00,00 ; orange
Expand All @@ -70,7 +70,7 @@ if !DEF(MONOCHROME)
RGB 18,17,16, 19,14,10, 09,07,04, 00,00,00 ; brown
RGB 18,17,16, 19,14,10, 11,04,11, 00,00,00 ; purple
RGB 18,17,16, 19,14,10, 13,13,13, 00,00,00 ; gray
RGB 18,17,16, 19,14,10, 31,10,11, 00,00,00 ; pink
RGB 18,17,16, 19,14,10, 20,07,09, 00,00,00 ; pink
RGB 18,17,16, 19,14,10, 03,23,21, 00,00,00 ; teal
RGB 18,17,16, 18,17,16, 17,17,05, 00,00,00 ; yellow
RGB 18,17,16, 19,14,10, 17,09,04, 00,00,00 ; orange
Expand Down

0 comments on commit 6c12598

Please sign in to comment.