link ac_ins_chou

This commit is contained in:
Prakxo
2024-05-10 11:14:57 +02:00
parent 2c7bf6ce55
commit 92f7718242
5 changed files with 689 additions and 32 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef AC_INS_CHOU_H
#define AC_INS_CHOU_H
#include "types.h"
#include "ac_insect_h.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void aICH_actor_init(ACTOR* actor, GAME* game);
#ifdef __cplusplus
}
#endif
#endif
+1
View File
@@ -74,6 +74,7 @@ extern void mPlib_change_player_cloth(GAME* game, int idx);
extern u32 mPlib_Get_item_net_catch_label(void);
extern int mPlib_Check_stung_mosquito(ACTOR* actorx);
extern int mPlib_request_main_stung_mosquito_type1(ACTOR* actorx);
extern int mPlib_Check_HitAxe(xyz_t* axe_pos);
extern int mPlib_Check_StopNet(xyz_t* net_pos);
extern int mPlib_Check_DigScoop(xyz_t* scoop_pos);
extern int mPlib_Check_tree_shaken(const xyz_t* pos);