Merge pull request #487 from hatal175/fade

Add fade flags enum
This commit is contained in:
notyourav
2022-04-06 21:38:14 -07:00
committed by GitHub
30 changed files with 176 additions and 168 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ void PauseMenu_Variant0(void) {
gPauseMenuOptions.unk1 = r0;
gPauseMenuOptions.unk14 = r0;
sub_080A4DB8(r0);
SetFade(4, 0x20);
SetFade(FADE_INSTANT, 0x20);
sub_080A4E90(1);
}