mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
Implement & link ac_museum
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#define AC_MUSEUM_H
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_structure.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user