created enums for misc flags
This commit is contained in:
@@ -54,8 +54,8 @@ void func_8029E4EC(void){
|
||||
func_8029B0C0();
|
||||
func_8029E070(0);
|
||||
func_8029E064(0);
|
||||
miscflag_clear(3);
|
||||
miscflag_clear(4);
|
||||
miscFlag_clear(MISC_FLAG_3);
|
||||
miscFlag_clear(MISC_FLAG_4);
|
||||
func_80293D74();
|
||||
}
|
||||
baanim_setUpdateType(BAANIM_UPDATE_1_NORMAL);
|
||||
@@ -84,8 +84,8 @@ void bsant_idle_init(void){
|
||||
baphysics_set_target_horizontal_velocity(0.0f);
|
||||
pitch_setAngVel(1000.0f, 12.0f);
|
||||
roll_setAngularVelocity(1000.0f, 12.0f);
|
||||
miscflag_set(3);
|
||||
miscflag_set(4);
|
||||
miscFlag_set(MISC_FLAG_3);
|
||||
miscFlag_set(MISC_FLAG_4);
|
||||
func_802900B4();
|
||||
}
|
||||
|
||||
@@ -266,7 +266,7 @@ void bsant_fall_update(void){
|
||||
break;
|
||||
}
|
||||
if(player_isStable()){
|
||||
if(miscflag_isTrue(0x19))
|
||||
if(miscFlag_isTrue(MISC_FLAG_19))
|
||||
sp2C = badrone_transform();
|
||||
else
|
||||
sp2C = BS_35_ANT_IDLE;
|
||||
|
Reference in New Issue
Block a user