summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x]include/decoration.h1
-rw-r--r--include/fieldmap.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/decoration.h b/include/decoration.h
index dffc28461..0951d514a 100755..100644
--- a/include/decoration.h
+++ b/include/decoration.h
@@ -168,7 +168,6 @@ extern u8 ewram[];
extern struct Decoration gDecorations[0x77];
extern void sub_80FF394(u16 unkr0, u16 unkr1, u16 unkr2);
-extern Script gUnknown_0815F399;
extern u8 *(gUnknown_020388D0[]);
extern u8 gUnknown_020388D4;
extern u8 gUnknown_020388D5;
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 1aa99031d..0e6878929 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -7,5 +7,6 @@ struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection);
int GetMapBorderIdAt(int x, int y);
extern bool8 IsMetatileDirectionallyImpassable(struct MapObject *mapObject, s16 x, s16 y, u8 direction);
int CanCameraMoveInDirection(int direction);
+u32 GetBehaviorByMetatileId(u16 metatile);
#endif