aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle
diff options
context:
space:
mode:
authorRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-12-16 10:29:59 -0500
committerRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-12-16 10:29:59 -0500
commitff76bba5074abefce1d479cd422a71ad3c297536 (patch)
treed0f46180760e54859206be05a91137a1731e7861 /engine/battle
parentAssert the relations between some move effect constants (#478) (diff)
downloadpokeyellow-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/battle')
-rw-r--r--engine/battle/ghost_marowak_anim.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/ghost_marowak_anim.asm b/engine/battle/ghost_marowak_anim.asm
index a7f4d025..b6275e52 100644
--- a/engine/battle/ghost_marowak_anim.asm
+++ b/engine/battle/ghost_marowak_anim.asm
@@ -16,7 +16,7 @@ MarowakAnim:
ld a, $1
ldh [hWhoseTurn], a
callfar ChangeMonPic
- ; alternate between black and light grey 8 times.
+ ; alternate between black and light gray 8 times.
; this makes the ghost's body appear to flash
ld d, $80
call FlashSprite8Times