mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
14 lines
226 B
C
14 lines
226 B
C
#ifndef HOUSESIGN_H
|
|
#define HOUSESIGN_H
|
|
|
|
#include "entity.h"
|
|
|
|
typedef struct {
|
|
/*0x00*/ Entity base;
|
|
/*0x68*/ u8 unused1[24];
|
|
/*0x80*/ s16 unk_80;
|
|
/*0x82*/ s16 unk_82;
|
|
} HouseSignEntity;
|
|
|
|
#endif // HOUSESIGN_H
|