summaryrefslogtreecommitdiff
path: root/include/mail_data.h
blob: 0275d8dc66f1064eb7cc06ba9874eb92b2642b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef GUARD_MAIL_DATA_H
#define GUARD_MAIL_DATA_H

#include "global.h"

// Exported type declarations

// Exported RAM declarations

// Exported ROM declarations

u16 sub_80D45E8(u16, u16 *);
bool8 itemid_is_mail(u16 itemId);

#endif //GUARD_MAIL_DATA_H