Skip to content

Commit eaf5d53

Browse files
committed
TWLMenu++ Splash: Fix GBC icon sometimes appearing corrupted
1 parent 1f04a77 commit eaf5d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

title/arm9/source/graphics/graphics.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void SetBrightness(u8 screen, s8 bright) {
8181
} */
8282

8383
void vBlankHandler() {
84-
if (fadeType == true) {
84+
if (fadeType) {
8585
screenBrightness--;
8686
if (screenBrightness < 0) screenBrightness = 0;
8787
} else {
@@ -255,8 +255,8 @@ void loadTitleGraphics() {
255255
toncset16(BG_PALETTE, 0, 256);
256256
toncset16(BG_PALETTE_SUB, 0, 256);
257257

258-
twlMenuVideo_loadTopGraphics();
259-
260258
// Display TWiLightMenu++ logo
261259
LoadBMP();
260+
261+
twlMenuVideo_loadTopGraphics();
262262
}

0 commit comments

Comments
 (0)