diff --git a/stratosphere/fatal/source/fatal_task_screen.cpp b/stratosphere/fatal/source/fatal_task_screen.cpp index 08db5be4e..cae3996cf 100644 --- a/stratosphere/fatal/source/fatal_task_screen.cpp +++ b/stratosphere/fatal/source/fatal_task_screen.cpp @@ -258,7 +258,7 @@ namespace ams::fatal::srv { /* Draw a background. */ for (size_t i = 0; i < FrameBufferRequiredSizeBytes / sizeof(*tiled_buf); i++) { - tiled_buf[i] = 0x39C9; + tiled_buf[i] = AtmosphereLogoData[0]; } /* Draw the atmosphere logo in the upper right corner. */