Implement & link ac_htable

This commit is contained in:
Cuyler36
2024-12-01 06:46:48 -05:00
parent 8dac07e97c
commit b36ceb776a
4 changed files with 362 additions and 1 deletions
+3
View File
@@ -3,6 +3,7 @@
#include "types.h"
#include "m_actor.h"
#include "ac_structure.h"
#ifdef __cplusplus
extern "C" {
@@ -16,6 +17,8 @@ typedef struct htable_clip_s {
s16 pickup_counter;
} aHTBL_Clip_c;
typedef STRUCTURE_ACTOR HTABLE_ACTOR;
extern ACTOR_PROFILE Htable_Profile;
#ifdef __cplusplus
+1
View File
@@ -3291,6 +3291,7 @@ extern int mNT_check_unknown(mActor_name_t item_no);
#define DUMMY_FLAG 0xF122
#define DUMMY_COTTAGE_MY 0xF123
#define DUMMY_COTTAGE_NPC 0xF124
#define DUMMY_HTABLE 0xF126
#define DUMMY_TENT 0xF127
#define DUMMY_BOAT 0xF128
#define RSV_POLICE_ITEM_0 0xF128 // why is this duplicated?