summaryrefslogtreecommitdiff
path: root/include/object/itemForSale.h
blob: 6f22e5e0d420ea9816648edb0754f97eb0256878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ITEMFORSALE_H
#define ITEMFORSALE_H

#include "object.h"

typedef struct {
    /*0x00*/ Entity base;
    /*0x68*/ u8 unk_68[0x18];
    /*0x80*/ u16 unk_80;
    /*0x82*/ u16 unk_82;
} ItemForSaleEntity;

#endif // ITEMFORSALE_H