document various assets, bsStoredState.c, and stateTimers.c

This commit is contained in:
Banjo Kazooie
2023-02-16 13:21:40 -06:00
parent dd74091cb7
commit 1c4d1b54cd
107 changed files with 1649 additions and 1255 deletions

View File

@@ -51,13 +51,13 @@ void bsslide_init(void){
f32 sp2C;
f32 sp28;
f32 tmp_f0;
D_8037D520 = ANIM_BANJO_SLIDE_FRONT;
D_8037D520 = ASSET_5A_ANIM_BSSLIDE_FRONT;
if(player_isSliding()){
func_80294480(sp30);
if(func_80258108(sp30, &sp28, &sp2C)){
tmp_f0 = mlNormalizeAngle(yaw_get() - sp28);
if(tmp_f0 < 90.0f || 270.0f < tmp_f0){
D_8037D520 = ANIM_BANJO_SLIDE_BACK;
D_8037D520 = ASSET_59_ANIM_BSSLIDE_BACK;
}
}
}