summaryrefslogtreecommitdiff
path: root/include/field_map_obj.h
blob: d92b28f8c5da59737fe1eea7096930e5168e532c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef POKEEMERALD_FIELD_MAP_OBJ_H
#define POKEEMERALD_FIELD_MAP_OBJ_H

// Exported struct declarations

// Exported RAM declarations

extern struct MapObject gUnknown_02037350[16];

// Exported ROM declarations

void sub_808D438(void);

// Exported data declarations

extern const struct SpriteTemplate *const gFieldEffectObjectTemplatePointers[];

#endif //POKEEMERALD_FIELD_MAP_OBJ_H