Skip to content

Commit 594f1ad

Browse files
committed
bodyprog: func_8008BF84
1 parent b2b2c79 commit 594f1ad

2 files changed

Lines changed: 394 additions & 4 deletions

File tree

include/bodyprog/bodyprog.h

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -979,11 +979,11 @@ typedef struct
979979
{
980980
u16 field_0;
981981
u8 unk_2[4];
982-
s8 field_6;
982+
s8 field_6; // Accessed by `func_8008BF84` as `u16`
983983
s8 unk_7;
984-
u8 field_8;
984+
u8 field_8; // Accessed by `func_8008BF84` as `u16`
985985
u8 field_9;
986-
u8 unk_A[4];
986+
u8 unk_A[4]; // Accessed by `func_8008BF84` as `u16`
987987
u8 field_E;
988988
u8 field_F;
989989
u8 field_10;
@@ -2799,6 +2799,16 @@ extern q3_12 D_800C4700[];
27992799

28002800
extern s16 D_800C4702;
28012801

2802+
extern VECTOR3 D_800C4788[];
2803+
2804+
extern VECTOR3 D_800C47B8;
2805+
2806+
extern VECTOR3 D_800C47C8[];
2807+
2808+
extern VECTOR3 D_800C47E8;
2809+
2810+
extern s_func_800700F8_2 D_800C47F8;
2811+
28022812
extern s_800C4818 D_800C4818;
28032813

28042814
/** Something for demo handling. Set in `Fs_QueueDoThingWhenEmpty`. */
@@ -3869,6 +3879,8 @@ void func_8008B438(s32 arg0, s32 arg1, s32 arg2);
38693879

38703880
void func_8008B664(VECTOR3* pos, u32 caseVar);
38713881

3882+
s32 func_8008BF84(s_MainCharacter* arg0, s32 arg1, s_800AD4C8* arg2, s32 arg3);
3883+
38723884
s32 func_8008D850(void);
38733885

38743886
void func_8008E4EC(s_LmHeader* lmHdr);

0 commit comments

Comments
 (0)