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/events | |
| 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/events')
| -rw-r--r-- | engine/events/poison.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/poison.asm b/engine/events/poison.asm index 5a7bed7c..bd79ad16 100644 --- a/engine/events/poison.asm +++ b/engine/events/poison.asm @@ -90,7 +90,7 @@ ApplyOutOfBattlePoisonDamage: and a ; are any party members poisoned? jr z, .skipPoisonEffectAndSound ld b, $2 - predef ChangeBGPalColor0_4Frames ; change BG white to dark grey for 4 frames + predef ChangeBGPalColor0_4Frames ; change BG white to dark gray for 4 frames ld a, SFX_POISONED call PlaySound .skipPoisonEffectAndSound |
