14 lines
276 B
C
14 lines
276 B
C
#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);
|
|
|
|
#endif //POKEEMERALD_FIELD_MAP_OBJ_H
|