Language…
6 users online:  Ayami, Danik2343, Firstnamebutt, fsvgm777, MysteryWood, yv64n - Guests: 43 - Bots: 296
Users: 64,795 (2,381 active)
Latest user: mathew

[SOLVED] Dim screen brightness on File Select similar to Erase File screen

Hello,

Apologies if the title is confusing.

I'm looking for a way to dim the title screen when pressing the start button and entering the "File Select" menu.

The game already does this when entering the "Erase File" screen, I'm looking to replicate that on the screen before.

Any help would be appreciated.
You can use this pair of hex edits:
Code
org $009CD4
    dw $39C9

org $009CD7
    db $60
Thank you Kevin, it worked great! I appreciate it.