core2/code_935F0.c done

This commit is contained in:
Banjo Kazooie
2022-08-17 23:03:46 -05:00
parent 1b417fb873
commit 51284af959
36 changed files with 787 additions and 527 deletions

View File

@@ -710,6 +710,6 @@ void func_802AE9C8(void);
void func_802AEA2C(void);
void func_802AEB24(void);
void func_802AF604(void);
void func_802AF668(void);
void bsdronevanish_update(void);
void func_802AF768(void);
#endif

View File

@@ -351,6 +351,13 @@ enum button_e{
BUTTON_C_RIGHT = 0xD
};
#define FACE_BUTTON(button) (button - BUTTON_A)
enum joystick_e{
JOYSTICK_X = 0x0,
JOYSTICK_Y = 0x1
};
enum map_e
{
MAP_1_SM_SPIRAL_MOUNTAIN = 0x01,

View File

@@ -318,15 +318,6 @@ typedef struct struct_16_s{
s32 unkC;
}struct16s;
typedef struct struct_1A_s{
f32 unk0;
f32 unk4;
u8 *str;
s16 unkC;
u8 unkE;
u8 unkF;
}struct1As;
typedef struct struct_1B_s{
s16 map;
s16 exit;
@@ -338,13 +329,6 @@ typedef struct struct_1C_1_s{
u8 *string; //0x4
}struct1Cs_1;
typedef struct struct_1C_s{
s8 unk0;
s8 unk1;
s16 x; //0x2
u8 *string; //0x4
}struct1Cs;
typedef struct struct_1D_s{
BKModel *unk0;
s16 unk4;
@@ -891,4 +875,8 @@ typedef struct{
s16 count;
s32 offset[];
}Struct84s;
typedef struct{
u8 pad0[1];
}struct85s;
#endif