summaryrefslogtreecommitdiff
path: root/src/slot_machine.c
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2021-04-09 22:34:08 -0400
committerKurausukun <lord.uber1@gmail.com>2021-04-09 22:34:08 -0400
commit4b182affb63101bb73bedc2a1e94babb9352cc36 (patch)
treec4b025af4d93cd1f512fc749d914dfa5721b177d /src/slot_machine.c
parent52c25bac8e7c9fe7ad97d7890be89c7feededf65 (diff)
standardize "grey" to "gray"
Diffstat (limited to 'src/slot_machine.c')
-rw-r--r--src/slot_machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slot_machine.c b/src/slot_machine.c
index 2c2891c5c..96779258d 100644
--- a/src/slot_machine.c
+++ b/src/slot_machine.c
@@ -1991,7 +1991,7 @@ static bool8 SlotsTask_GraphicsInit(u8 * state, struct SlotMachineSetupTaskData
x = 236 - GetStringWidth(0, gString_SlotMachineControls, 0);
textColor[0] = TEXT_DYNAMIC_COLOR_6;
textColor[1] = TEXT_COLOR_WHITE;
- textColor[2] = TEXT_COLOR_DARK_GREY;
+ textColor[2] = TEXT_COLOR_DARK_GRAY;
AddTextPrinterParameterized3(1, 0, x, 0, textColor, 0, gString_SlotMachineControls);
CopyBgTilemapBufferToVram(0);