2017-09-06 13:35:16 +01:00
|
|
|
#ifndef POKEEMERALD_FIELD_MAP_OBJ_H
|
|
|
|
#define POKEEMERALD_FIELD_MAP_OBJ_H
|
|
|
|
|
|
|
|
// Exported struct declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
|
2017-09-06 14:25:16 +01:00
|
|
|
extern struct MapObject gUnknown_02037350[16];
|
|
|
|
|
2017-09-06 13:35:16 +01:00
|
|
|
// Exported ROM declarations
|
|
|
|
|
2017-09-06 14:29:59 +01:00
|
|
|
void sub_808D438(void);
|
|
|
|
|
2017-09-06 14:38:38 +01:00
|
|
|
// Exported data declarations
|
|
|
|
|
|
|
|
extern const struct SpriteTemplate *const gFieldEffectObjectTemplatePointers[];
|
|
|
|
|
2017-09-06 13:35:16 +01:00
|
|
|
#endif //POKEEMERALD_FIELD_MAP_OBJ_H
|