Include palette 0 in PokemonPalettes.

Now PokemonPalettes is referenced.
This commit is contained in:
yenatch
2014-04-13 00:03:21 -04:00
parent 266087909b
commit 113dd395d2
3 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,11 @@
PokemonPalettes: ; a8d6
PokemonPalettes: ; a8ce
; 000
RGB 30, 22, 17
RGB 16, 14, 19
; 000 shiny
RGB 30, 22, 17
RGB 16, 14, 19
BulbasaurPalette: INCLUDE "gfx/pics/bulbasaur/normal.pal"
BulbasaurShinyPalette: INCLUDE "gfx/pics/bulbasaur/shiny.pal"