diff options
Diffstat (limited to 'constants/palette_constants.asm')
-rwxr-xr-x | constants/palette_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index e3a72ad..4453f18 100755 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -23,7 +23,7 @@ const PAL_GREENMON ; 15 const PAL_PINKMON ; 16 const PAL_YELLOWMON ; 17 - const PAL_GREYMON ; 18 + const PAL_GRAYMON ; 18 const PAL_SHINY_MEWMON ; 19 const PAL_SHINY_BLUEMON ; 1a const PAL_SHINY_REDMON ; 1b @@ -33,7 +33,7 @@ const PAL_SHINY_GREENMON ; 1f const PAL_SHINY_PINKMON ; 20 const PAL_SHINY_YELLOWMON ; 21 - const PAL_SHINY_GREYMON ; 22 + const PAL_SHINY_GRAYMON ; 22 const PAL_GREEN_BAR ; 23 const PAL_YELLOW_BAR ; 24 const PAL_RED_BAR ; 25 |