core2/code_ABC00.c progress

This commit is contained in:
Banjo Kazooie
2022-07-29 23:07:29 -05:00
parent 149f11d382
commit 26c1253536
8 changed files with 235 additions and 31 deletions

View File

@@ -857,4 +857,13 @@ typedef struct {
// u8 pad31[3];
}Struct80s;
typedef struct {
u8 pad0[4];
struct actor_marker_s *marker;
f32 position[3];
void (*unk14)(struct actor_s *, struct actor_marker_s *);
struct actor_marker_s *unk18;
}Struct81s;
#endif