diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-12 16:18:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-12 16:18:38 -0400 |
commit | 03b4ea32a9af67e6afb954cc44ff0c2768b86091 (patch) | |
tree | 0371bfddb0f099e447cd6cdb3a23192993162535 /src/map_preview_screen.c | |
parent | c9632154babc05708d0f2c7ee1f20b2939762ea1 (diff) | |
parent | b54bd2e387feb7ece4f34f50f17519e329419716 (diff) |
Merge remote-tracking branch 'origin' into doc_pokesum
Diffstat (limited to 'src/map_preview_screen.c')
-rw-r--r-- | src/map_preview_screen.c | 2 |
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); |