Skip to content

Commit be2092b

Browse files
committed
bug fix (part 2)
1 parent ab9ebcf commit be2092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloader/source/arm9/main.arm9.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void arm9_main(void) {
194194
REG_SCFG_EXT |= BIT(13); // Extended VRAM Access
195195
}
196196

197-
screenBrightness = 31;
197+
screenBrightness = 25;
198198
fadeType = true;
199199

200200
// Set ARM9 state to ready and wait for it to change again

0 commit comments

Comments
 (0)