summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-13 00:03:21 -0400
committeryenatch <yenatch@gmail.com>2014-04-13 00:03:21 -0400
commit113dd395d246de4f15f9a9ebe6124ce8d54cdaa1 (patch)
treecd90f22aaaf402c286b9f6463abc0d8c8760274a /gfx
parent266087909bfe28002bf81f632f8c372d10fcdee9 (diff)
Include palette 0 in PokemonPalettes.
Now PokemonPalettes is referenced.
Diffstat (limited to 'gfx')
-rw-r--r--gfx/pics/palette_pointers.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/gfx/pics/palette_pointers.asm b/gfx/pics/palette_pointers.asm
index 880cc6731..eb8814f22 100644
--- a/gfx/pics/palette_pointers.asm
+++ b/gfx/pics/palette_pointers.asm
@@ -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"