link ac_tent

This commit is contained in:
Prakxo
2024-02-20 18:46:25 +01:00
parent ee712d69e3
commit bd5bf8f147
5 changed files with 304 additions and 3 deletions
+5 -2
View File
@@ -1,13 +1,16 @@
#ifndef AC_TENT_H
#define AC_TENT_H
#include "types.h"
#include "m_actor.h"
#include "ac_structure.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct actor_tent_s{
STRUCTURE_ACTOR structure_class;
}ACTOR_TENT;
extern ACTOR_PROFILE Tent_Profile;
#ifdef __cplusplus
+1 -1
View File
@@ -74,7 +74,7 @@ typedef enum audio_sound_effects{
NA_SE_SOUND_KNOCK,
NA_SE_ARAIIKI_BOY = 0x158,
NA_sE_ARAIIKI_GIRL = 0x15A,
NA_SE_ARAIIKI_GIRL = 0x15A,
NA_SE_ZASSOU_NUKU = 0x15F,
NA_SE_HACHI_SASARERU,
+1
View File
@@ -2706,6 +2706,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_TENT 0xF127
#define DUMMY_BOAT 0xF128
#define RSV_DOOR 0xFE1B