diff options
author | ExpoSeed <> | 2021-06-10 11:36:10 -0500 |
---|---|---|
committer | ExpoSeed <> | 2021-06-10 11:36:10 -0500 |
commit | 3ed06c2cc269c70c2d9a76bd4a063740de6688cd (patch) | |
tree | cd3dd67adc442b9886c5c8ff8086148c37b26799 /src/battle_interface.c | |
parent | 7a7ebe18274859619c623a6c58fa1248328f7c5a (diff) |
Remove remaining grey and replace with gray
Diffstat (limited to 'src/battle_interface.c')
-rw-r--r-- | src/battle_interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_interface.c b/src/battle_interface.c index ff376f6f1..50eb5373a 100644 --- a/src/battle_interface.c +++ b/src/battle_interface.c @@ -159,7 +159,7 @@ enum // strings extern const u8 gText_Slash[]; -extern const u8 gText_HighlightDarkGrey[]; +extern const u8 gText_HighlightDarkGray[]; extern const u8 gText_DynColor2[]; extern const u8 gText_DynColor2Male[]; extern const u8 gText_DynColor1Female[]; @@ -1895,7 +1895,7 @@ static void UpdateNickInHealthbox(u8 healthboxSpriteId, struct Pokemon *mon) u16 species; u8 gender; - StringCopy(gDisplayedStringBattle, gText_HighlightDarkGrey); + StringCopy(gDisplayedStringBattle, gText_HighlightDarkGray); GetMonData(mon, MON_DATA_NICKNAME, nickname); StringGetEnd10(nickname); ptr = StringAppend(gDisplayedStringBattle, nickname); |