blob: 79a4a78516929f83bc47a2f17b8cc072e9fe9d1a (
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 ItemIsMail(u16 itemId);
#endif //GUARD_MAIL_DATA_H
|