document baeyes.c, bainput.c, and basfx.c

This commit is contained in:
banjo.decomp
2024-10-30 23:47:11 -05:00
parent 01a4051a87
commit 622902575b
46 changed files with 690 additions and 691 deletions

View File

@@ -835,10 +835,10 @@ s32 func_8029C9C0(s32 arg0){
if(bakey_pressed(BUTTON_B) && can_claw())
arg0 = BS_CLAW;
if(bakey_held(BUTTON_Z) && should_beak_barge())
if(bakey_held(BUTTON_Z) && bainput_should_beak_barge())
arg0 = BS_BBARGE;
if(should_look_first_person_camera())
if(bainput_should_look_first_person_camera())
arg0 = badrone_look();
if(player_isSliding())