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 /engine/gfx | |
| 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 'engine/gfx')
| -rw-r--r-- | engine/gfx/palettes.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/palettes.asm b/engine/gfx/palettes.asm index 47af5c29..05202079 100644 --- a/engine/gfx/palettes.asm +++ b/engine/gfx/palettes.asm @@ -170,7 +170,7 @@ SetPal_Overworld: ld [wDefaultPaletteCommand], a ret .PokemonTowerOrAgatha - ld a, PAL_GREYMON - 1 + ld a, PAL_GRAYMON - 1 jr .town .caveOrBruno ld a, PAL_CAVE - 1 @@ -271,7 +271,7 @@ BadgeBlkDataLengths: DeterminePaletteID: bit TRANSFORMED, a ; a is battle status 3 - ld a, PAL_GREYMON ; if the mon has used Transform, use Ditto's palette + ld a, PAL_GRAYMON ; if the mon has used Transform, use Ditto's palette ret nz ld a, [hl] DeterminePaletteIDOutOfBattle: |
