diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-30 15:33:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 15:33:17 -0400 |
commit | 5773bb864344c2f365dc14ddb64a1d1fbb114b32 (patch) | |
tree | 740f7e4a6598d56af374957fff35f8755a2c902a /include/pokeblock.h | |
parent | cdc19a0b07b7fbd97f8dfc5935b18d0acf9b22d5 (diff) | |
parent | c8307317344f0ca6d176882cf8b55d3bf82dc680 (diff) |
Merge pull request #1152 from GriffinRichards/doc-blender
Document berry blender
Diffstat (limited to 'include/pokeblock.h')
-rw-r--r-- | include/pokeblock.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 0d413a810..c82e99d8f 100644 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -9,12 +9,21 @@ enum { - PBLOCK_CLR_BLACK, + PBLOCK_CLR_NONE, PBLOCK_CLR_RED, PBLOCK_CLR_BLUE, PBLOCK_CLR_PINK, PBLOCK_CLR_GREEN, - PBLOCK_CLR_YELLOW + PBLOCK_CLR_YELLOW, + PBLOCK_CLR_PURPLE, + PBLOCK_CLR_INDIGO, + PBLOCK_CLR_BROWN, + PBLOCK_CLR_LITE_BLUE, + PBLOCK_CLR_OLIVE, + PBLOCK_CLR_GRAY, + PBLOCK_CLR_BLACK, + PBLOCK_CLR_WHITE, + PBLOCK_CLR_GOLD, }; enum |