Ability name corrections.

This commit is contained in:
MaikelChan
2023-08-10 00:26:00 +02:00
parent e0fee1831b
commit c25a349249
20 changed files with 77 additions and 77 deletions

View File

@@ -92,7 +92,7 @@ void bsbshock_charge_update(void){
func_80297970(0.0f);
}
else{//L802A6D18
if(should_flap())
if(should_feathery_flap())
sp2C = BS_BFLAP;
if(should_beak_bust())
@@ -174,7 +174,7 @@ void bsbshock_update(void){
if(func_8028B424())
sp2C = BS_3D_FALL_TUMBLING;
if(should_flap())
if(should_feathery_flap())
sp2C = BS_BFLAP;
if(should_beak_bust())

View File

@@ -197,7 +197,7 @@ enum bs_e func_802ADCD4(enum bs_e arg0){
if(should_shoot_egg())
func_80346C10(&arg0, -1, BS_9_EGG_HEAD, ITEM_D_EGGS, 0);
if(should_flip())
if(should_flap_flip())
arg0 = BS_12_BFLIP;
if(should_beak_barge())

View File

@@ -141,7 +141,7 @@ void bsjump_update(void){
if(button_released(BUTTON_A))
D_8037D4C2 = 0;
if(should_flap())
if(should_feathery_flap())
sp34 = BS_BFLAP;
if(should_peck())
@@ -218,7 +218,7 @@ void bsjump_fall_update(void){
if(func_8028B424())
sp2C = BS_3D_FALL_TUMBLING;
if(should_flap() && miscflag_isFalse(MISC_FLAG_5_HAS_PECKED))
if(should_feathery_flap() && miscflag_isFalse(MISC_FLAG_5_HAS_PECKED))
sp2C = BS_BFLAP;
if(should_peck())
@@ -412,7 +412,7 @@ void bsjump_tumble_update(void){
pitch_setIdeal(pitch_getIdeal() + 20.0f);
}
if(func_8029E348(0)){
if(should_flap())
if(should_feathery_flap())
sp1C = BS_BFLAP;
if(should_peck())