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/debug/matsuda_debug_menu.c | |
parent | 294d223dd0218c64267b6b6851575150e36593fb (diff) | |
parent | 22e6e3532900b2470d0134f1347981d77828b22c (diff) |
Merge pull request #616 from huderlem/misc
Misc labeling
Diffstat (limited to 'src/debug/matsuda_debug_menu.c')
-rw-r--r-- | src/debug/matsuda_debug_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/matsuda_debug_menu.c b/src/debug/matsuda_debug_menu.c index c936af864..f914163b2 100644 --- a/src/debug/matsuda_debug_menu.c +++ b/src/debug/matsuda_debug_menu.c @@ -105,7 +105,7 @@ static bool8 sub_80A9B78(void) u8 MatsudaDebugMenu_ContestResults(void) { - BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, 0); + BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0)); CreateTask(sub_80A9BE4, 0xFF); return 1; } @@ -878,7 +878,7 @@ void sub_80AAD08(struct Sprite *sprite, s8 var2) { eMatsudaDebugVar = sprite->data[3]; SetMainCallback2(sub_80AACC4); - BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 0x10, 0); + BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0)); } } |