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
@@ -45,10 +45,10 @@ void sub_0806C280(void) {
void sub_0806C2A0(Entity* this, ScriptExecutionContext* context) {
switch (context->intVariable) {
case 0:
SetFade(0xd, 4);
SetFade(FADE_IN_OUT | FADE_INSTANT | FADE_MOSAIC, 4);
break;
case 1:
SetFade(0xc, 4);
SetFade(FADE_INSTANT | FADE_MOSAIC, 4);
break;
}
}