Skip to content

Commit

Permalink
Pewter roof color fix, Pidgey uses Crystal pal not GS
Browse files Browse the repository at this point in the history
  • Loading branch information
JustRegularLuna committed Nov 3, 2018
1 parent 50f4486 commit 8ce1143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions color/data/roofpalettes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ ViridianRoof:
RGB 0,24,7

PewterRoof:
RGB 24,25,26
RGB 20,17,19
RGB 19,19,16
RGB 10,12,15

CeruleanRoof:
RGB 14,24,31
Expand Down
2 changes: 1 addition & 1 deletion data/super_palettes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ PokemonPaletteTable:
RGB 30, 04, 01

; PAL_PIDGEY
RGB 31, 21, 31
RGB 30, 27, 13
RGB 19, 08, 02

; PAL_PIDGEOTTO
Expand Down

0 comments on commit 8ce1143

Please sign in to comment.