summaryrefslogtreecommitdiff
path: root/src/map_preview_screen.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/map_preview_screen.c
parent52c25bac8e7c9fe7ad97d7890be89c7feededf65 (diff)
standardize "grey" to "gray"
Diffstat (limited to 'src/map_preview_screen.c')
-rw-r--r--src/map_preview_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_preview_screen.c b/src/map_preview_screen.c
index 7666decd3..ec889a2f5 100644
--- a/src/map_preview_screen.c
+++ b/src/map_preview_screen.c
@@ -455,7 +455,7 @@ u16 MapPreview_CreateMapNameWindow(u8 mapsec)
PutWindowTilemap(windowId);
color[0] = TEXT_COLOR_WHITE; // Access violation
color[1] = TEXT_COLOR_RED; // Access violation
- color[2] = TEXT_COLOR_LIGHT_GREY; // Access violation
+ color[2] = TEXT_COLOR_LIGHT_GRAY; // Access violation
GetMapName(gStringVar4, mapsec, 0);
xctr = 104 - GetStringWidth(2, gStringVar4, 0);
AddTextPrinterParameterized4(windowId, 2, xctr / 2, 2, 0, 0, color/* Access violation */, -1, gStringVar4);