Implement & link ac_museum

This commit is contained in:
Hexalotl
2024-03-27 21:55:52 -07:00
parent 20912610ee
commit e7c7e50fec
5 changed files with 352 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define AC_MUSEUM_H
#include "types.h"
#include "m_actor.h"
#include "ac_structure.h"
#ifdef __cplusplus
extern "C" {
+4
View File
@@ -23,6 +23,10 @@ typedef struct s_xyz_s {
s16 x, y, z;
} s_xyz;
typedef struct s_xz_s {
s16 x, z;
} s_xz;
typedef struct {
u32 r:8;
u32 g:8;
+1
View File
@@ -2732,6 +2732,7 @@ extern int mNT_check_unknown(mActor_name_t item_no);
#define DUMMY_LOTUS 0xF11B
#define DUMMY_DOUZOU 0xF11D
#define DUMMY_NAMEPLATE 0xF11F
#define DUMMY_MUSEUM 0xF120
#define DUMMY_FLAG 0xF122
#define DUMMY_TENT 0xF127
#define DUMMY_BOAT 0xF128