blob: e9107c91b9c0973f6c984dfddf32589ca80df8b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include "global.h"
#include "file_system.h"
#include "memory.h"
#include "pokemon.h"
#include "input.h"
#include "item.h"
#include "kecleon_items.h"
#include "team_inventory.h"
extern struct unkStruct_203B224 *gUnknown_203B224;
struct unkStruct_203B224 * sub_801AF98(void)
{
return gUnknown_203B224;
}
|