Merge branch 'master' into m_all_grow

This commit is contained in:
Cuyler36
2023-07-14 10:08:43 -04:00
committed by GitHub
4 changed files with 38 additions and 2 deletions
+2
View File
@@ -36,6 +36,8 @@ typedef struct clip_s {
/* 0x0E0 */ void* _0E0[(0x104 - 0x0E0) / sizeof(void*)];
} Clip_c;
extern void clip_clear();
#ifdef __cplusplus
}
#endif
+5 -2
View File
@@ -176,7 +176,9 @@ typedef struct common_data_s {
/* 0x02852E */ s16 goods_power;
/* 0x028530 */ Door_data_c door_data; /* misc door data */
/* 0x028544 */ Door_data_c structure_exit_door_data; /* door data for when exiting a building */
/* 0x028558 */ u8 tmp1[0x0285C0 - 0x028558];
/* 0x028558 */ u8 tmp1[0x028592 - 0x028558];
/* 0x028592 */ mActor_name_t demo_profiles[2];
/* 0x028596 */ u8 _28596[0x285C0 - 0x28596];
/* 0x0285C0 */ s8 player_decoy_flag;
/* 0x0285C1 */ u8 _285C1[0x028838 - 0x0285C1];
/* 0x028838 */ s8 player_bee_swell_flag;
@@ -253,8 +255,9 @@ extern common_data_t common_data;
/* Useful for returning fg item data as a pointer to mActor_name_t */
#define Save_GetFG() Save_Get(fg[0][0].items[0])
extern void common_data_init();
extern void common_data_reinit();
extern void common_data_init();
extern void common_data_clear();
#ifdef __cplusplus
}