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
+2 -2
View File
@@ -89,7 +89,7 @@ void sub_0805DF98(Manager* this) {
this->unk_0e -= 1;
} else {
this->action = 4;
SetFade(7, 4);
SetFade(FADE_IN_OUT | FADE_BLACK_WHITE | FADE_INSTANT, 4);
SoundReq(SFX_EVAPORATE);
}
}
@@ -120,7 +120,7 @@ void sub_0805E000(Manager* this) {
this->action = 1;
SetPlayerControl(3);
gArea.queued_bgm = 0x80010000;
SetFade(6, 4);
SetFade(FADE_BLACK_WHITE | FADE_INSTANT, 4);
SoundReq(SFX_APPARATE);
}
}