Skip to content

Commit

Permalink
bug fix (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Sep 22, 2018
1 parent ab9ebcf commit be2092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader/source/arm9/main.arm9.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void arm9_main(void) {
REG_SCFG_EXT |= BIT(13); // Extended VRAM Access
}

screenBrightness = 31;
screenBrightness = 25;
fadeType = true;

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

0 comments on commit be2092b

Please sign in to comment.