mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-12 21:14:43 -04:00
link ac_br_shop
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
#ifndef AC_BR_SHOP_H
|
||||
#define AC_BR_SHOP_H
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_structure.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct actor_broker_shop_s {
|
||||
STRUCTURE_ACTOR structure_class;
|
||||
} BRSHOP_ACTOR;
|
||||
|
||||
|
||||
extern ACTOR_PROFILE BrShop_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -2705,6 +2705,7 @@ extern int mNT_check_unknown(mActor_name_t item_no);
|
||||
#define DUMMY_HANIWA3 (DUMMY_HANIWA2 + 1)
|
||||
#define DUMMY_RESERVE 0xF102
|
||||
#define DUMMY_SHRINE 0xF103
|
||||
#define DUMMY_BROKER_SHOP 0xF104
|
||||
#define DUMMY_RADIO 0xF109
|
||||
#define DUMMY_YATAI 0xF10A
|
||||
#define DUMMY_TUKIMI 0xF10A
|
||||
|
||||
Reference in New Issue
Block a user