diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-16 10:29:59 -0500 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-16 10:29:59 -0500 |
| commit | ff76bba5074abefce1d479cd422a71ad3c297536 (patch) | |
| tree | d0f46180760e54859206be05a91137a1731e7861 /constants | |
| parent | Assert the relations between some move effect constants (#478) (diff) | |
| download | pokeyellow-ff76bba5074abefce1d479cd422a71ad3c297536.tar.gz pokeyellow-ff76bba5074abefce1d479cd422a71ad3c297536.tar.xz pokeyellow-ff76bba5074abefce1d479cd422a71ad3c297536.zip | |
Use "gray", not "grey"
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/palette_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index 78d39c95..6d2d49de 100644 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -58,7 +58,7 @@ DEF SET_PAL_DEFAULT EQU $ff const PAL_GREENMON ; $16 const PAL_PINKMON ; $17 const PAL_YELLOWMON ; $18 - const PAL_GREYMON ; $19 + const PAL_GRAYMON ; $19 const PAL_SLOTS1 ; $1A const PAL_SLOTS2 ; $1B const PAL_SLOTS3 ; $1C |
