match ev_cherry_manager.c (#272)

* match ev_cherry_manager.c

* remove extra include

* update cherry manager definitions
This commit is contained in:
Rainchus
2024-03-03 09:49:31 -06:00
committed by GitHub
parent 1fe19d9ad9
commit b16da413bf
4 changed files with 46 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ extern "C" {
extern ACTOR_PROFILE Ev_Cherry_Manager_Profile;
typedef struct cherry_manager_s {
ACTOR actor_class;
} CHERRY_MANAGER_EVENT_ACTOR;
#ifdef __cplusplus
}
#endif
+1
View File
@@ -567,6 +567,7 @@ typedef struct event_common_save_data {
u8 dozaemon_completed; // used to signal when you've received an item from gulliver
} mEv_save_common_data_c;
extern void mEv_clear_status(int event, s16 status);
extern int mEv_CheckFirstJob();
extern int mEv_CheckFirstIntro();
extern int mEv_CheckArbeit();