mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-07 02:10:20 -04:00
Implement & link ac_htable
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user