Add fade flags enum

This commit is contained in:
Tal Hayon
2022-04-05 22:56:37 +03:00
parent 55213bc9a4
commit d3c5ce50f0
30 changed files with 176 additions and 168 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ void FigurineMenu_080A4608(void) {
r1 = 1;
}
gFigurineMenu.figure_idx = r1;
SetFade(4, 8);
SetFade(FADE_INSTANT, 8);
}
void FigurineMenu_080A46C0(void) {
+1 -1
View File
@@ -128,7 +128,7 @@ void KinstoneMenu_Type0(void) {
sub_0801E738(0);
sub_080A70AC((void*)gUnk_081280DC);
SetMenuType(1);
SetFade(6, 8);
SetFade(FADE_BLACK_WHITE | FADE_INSTANT, 8);
}
const u8 gUnk_081280EE[] = {
+1 -1
View File
@@ -86,7 +86,7 @@ void PauseMenu_Variant0(void) {
gPauseMenuOptions.unk1 = r0;
gPauseMenuOptions.unk14 = r0;
sub_080A4DB8(r0);
SetFade(4, 0x20);
SetFade(FADE_INSTANT, 0x20);
sub_080A4E90(1);
}