Implement & link ac_shop

This commit is contained in:
Hexalotl
2024-03-29 19:07:18 -07:00
parent 0ff943ccdf
commit 259610334a
6 changed files with 623 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define AC_SHOP_H
#include "types.h"
#include "m_actor.h"
#include "ac_structure.h"
#ifdef __cplusplus
extern "C" {
+1
View File
@@ -2708,6 +2708,7 @@ extern int mNT_check_unknown(mActor_name_t item_no);
#define DUMMY_HOUSE1 0xF0F4
#define DUMMY_HOUSE2 0xF0F5
#define DUMMY_HOUSE3 0xF0F6
#define DUMMY_SHOP0 0xF0F7
#define DUMMY_HANIWA0 0xF0FB
#define DUMMY_HANIWA1 (DUMMY_HANIWA0 + 1)
#define DUMMY_HANIWA2 (DUMMY_HANIWA1 + 1)