diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-08 14:34:42 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-08 14:34:42 -0500 |
commit | 2a65aa843187284195e5d3b8bbff77461f966af9 (patch) | |
tree | 063b8f38197051368322277d3a3b0ffe3c783211 /engine/battle/core.asm | |
parent | c745dd677753e9b7820665f5ebd325731c5b728e (diff) |
grey -> gray
Diffstat (limited to 'engine/battle/core.asm')
-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 3826a182..8aa0a79a 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -2782,7 +2782,7 @@ LostBattle: and a jr nz, .LostLinkBattle -; Greyscale +; Grayscale ld b, SCGB_BATTLE_GRAYSCALE call GetSGBLayout call SetPalettes |