Implement & link m_field_info.c

This commit is contained in:
Cuyler36
2023-09-25 20:01:05 -04:00
parent e61b73d36a
commit cf25f9ab5c
11 changed files with 4132 additions and 86 deletions
+4
View File
@@ -26,6 +26,10 @@ extern void mPlib_Set_able_hand_all_item_in_demo(s8 enable);
extern void mPlib_change_player_cloth_info_lv2(Private_c* priv, mActor_name_t cloth_name);
extern int mPlib_Get_address_able_display();
extern int mPlib_get_player_actor_main_index(GAME_PLAY* play);
extern int mPlib_check_player_actor_main_index_AllWade(GAME_PLAY* play);
#define GET_PLAYER_ACTOR(play) get_player_actor_withoutCheck(play)
#define GET_PLAYER_ACTOR_NOW() get_player_actor_withoutCheck((GAME_PLAY*)gamePT)
#ifdef __cplusplus
}