diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-08 14:34:54 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-08 14:34:54 -0500 |
commit | 9fea403be2b1cfc23323a2201ea3ecc55c6c9965 (patch) | |
tree | d66f027f0fecfa73957eb29096c9298bdb6233e9 /engine | |
parent | 098903fc971fdb4fbaec1c72de2b6b2414c5ad90 (diff) |
grey -> gray
Diffstat (limited to 'engine')
-rw-r--r-- | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 5bd9fe8cc..4d7cd5ca7 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -2954,7 +2954,7 @@ LostBattle: and a jr nz, .LostLinkBattle -; Greyscale +; Grayscale ld b, SCGB_BATTLE_GRAYSCALE call GetSGBLayout call SetPalettes |