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

@@ -2,6 +2,9 @@
#include "functions.h"
#include "variables.h"
#include "core2/statetimer.h"
extern f32 player_stateTimer_get(enum state_timer_e);
void func_803219F4(s32 arg0);
/* .bss */
@@ -93,7 +96,7 @@ void func_803219F4(s32 arg0){
void func_80321C34(void){
if( D_80383310 == 4
&& func_8028E80C(3) == 0.0f
&& player_stateTimer_get(STATE_TIMER_3_TURBO_TALON) == 0.0f
){
func_803219F4(1);
}