diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-23 18:24:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-23 18:24:30 -0500 |
commit | de2fe2cbbae599d9b336cb6762e3a03445cd5027 (patch) | |
tree | d8cea366e68eca40bac0a6c0edf0c85a27eda520 /src/link.c | |
parent | 294d223dd0218c64267b6b6851575150e36593fb (diff) | |
parent | 22e6e3532900b2470d0134f1347981d77828b22c (diff) |
Merge pull request #616 from huderlem/misc
Misc labeling
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.c b/src/link.c index 45807830a..8b168c0a2 100644 --- a/src/link.c +++ b/src/link.c @@ -408,7 +408,7 @@ static void LinkTestProcessKeyInput(void) if (gMain.heldKeys & B_BUTTON) InitBlockSend(ewram4000, 0x2004); if (gMain.newKeys & L_BUTTON) - BeginNormalPaletteFade(-1, 0, 0x10, 0, 2); + BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB(2, 0, 0)); if (gMain.newKeys & START_BUTTON) SetSuppressLinkErrorMessage(TRUE); if (gMain.newKeys & R_BUTTON) |