Implement and link m_cockroach, m_police_box

This commit is contained in:
Cuyler36
2023-04-29 02:01:44 -04:00
parent a6e215e882
commit 5f3a6f1f5b
12 changed files with 917 additions and 10 deletions
+17
View File
@@ -8,8 +8,25 @@
extern "C" {
#endif
#define mCkRh_MAX_NUM 10 /* maximum 'stored' in the house */
#define mCkRh_INTERVAL_DAYS 6 /* number of days before roaches will spawn */
#define mCkRh_CAN_LOOK_GOKI_NUM 3 /* maximum that can spawn in the house at once */
extern void mCkRh_InitGokiSaveData_InitNewPlayer();
extern void mCkRh_InitGokiSaveData_1Room(int home_no);
extern void mCkRh_InitGokiSaveData_1Room_ByHomeData(mHm_hs_c* home);
extern void mCkRh_InitGokiSaveData_IslandPlayerRoom();
extern void mCkRh_InitGokiSaveData_AllRoom();
extern void mCkRh_SetGoingOutCottageTime(int scene_id);
extern void mCkRh_SavePlayTime(int player_no);
extern void mCkRh_DecideNowGokiFamilyCount(int player_no);
extern int mCkRh_PlussGokiN_NowRoom(int count, int scene_no);
extern int mCkRh_MinusGokiN_NowRoom(int count, int scene_id);
extern int mCkRh_NowSceneGokiFamilyCount();
extern void mCkRh_InitCanLookGokiCount();
extern int mCkRh_CalcCanLookGokiCount(int count);
extern int mCkRh_GetCanLookGokiCount();
#ifdef __cplusplus
}