mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-07 19:31:23 -04:00
Merge pull request #417 from Cuyler36:ac_shop_level
Implement & link ac_shop_level
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct shop_level_actor_s SHOP_LEVEL_ACTOR;
|
||||
|
||||
struct shop_level_actor_s {
|
||||
ACTOR actor_class;
|
||||
int bx;
|
||||
int bz;
|
||||
};
|
||||
|
||||
extern ACTOR_PROFILE Shop_Level_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -15,4 +23,3 @@ extern ACTOR_PROFILE Shop_Level_Profile;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -591,6 +591,7 @@ extern int mEv_ArbeitPlayer(u32 player_no);
|
||||
extern u16 mEv_get_special_event_type();
|
||||
extern void mEv_ClearEventSaveInfo(mEv_event_save_c* event_save_data);
|
||||
extern void mEv_EventON(u32 event_kind);
|
||||
extern void mEv_EventOFF(u32 event_kind);
|
||||
extern int mEv_CheckGateway();
|
||||
extern int mEv_check_schedule(int event);
|
||||
extern mEv_place_data_c* mEv_get_common_place(int type, u8 id);
|
||||
|
||||
Reference in New Issue
Block a user