Document level specific flags

This commit is contained in:
Owlenuff
2024-10-08 06:07:42 +00:00
committed by Banjo Kazooie
parent ea4b9ab1a6
commit ea6b1e5291
47 changed files with 274 additions and 173 deletions

View File

@@ -114,8 +114,8 @@ void chPropellorSwitch_update(Actor *this){
}//L8038A47C
if(this->state == 2){
if( !levelSpecificFlags_get(local->unk0->unkA)
&& !levelSpecificFlags_get(3)
&& !levelSpecificFlags_get(4)
&& !levelSpecificFlags_get(LEVEL_FLAG_3_RBB_UNKNOWN)
&& !levelSpecificFlags_get(LEVEL_FLAG_4_RBB_UNKNOWN)
){
__chPropellorSwitch_setState(this, 1);
}