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

@@ -839,7 +839,7 @@ typedef struct {
typedef struct {
enum actor_e actor_id;
int actor_id;
struct actorMarker_s *marker;
f32 position[3];
void (*unk14)(struct actor_s *, struct actorMarker_s *);
@@ -847,7 +847,7 @@ typedef struct {
}Struct81s;
typedef struct {
enum actor_e actor_id;
int actor_id;
struct actorMarker_s *marker;
f32 position[3];
void (*unk14)(struct actor_s *, struct actorMarker_s *);