Use FALSE instead of 0
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ static bool8 sub_80A1194(void)
|
||||
ScriptContext2_Enable();
|
||||
FadeInFromBlack();
|
||||
CreateTask(sub_80A11C0, 10);
|
||||
gExitStairsMovementDisabled = 0;
|
||||
gExitStairsMovementDisabled = FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user