diff options
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 5d60d9f2c..3efc5e36f 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -1,7 +1,12 @@ #ifndef GUARD_FIELDMAP_H #define GUARD_FIELDMAP_H -u8 MapGridGetMetatileBehaviorAt(s16, s16); +extern struct MapCoords { + int width; + int height; +} gUnknown_03005DC0; + +u32 MapGridGetMetatileBehaviorAt(int, int); void MapGridSetMetatileIdAt(int, int, u16); void GetCameraCoords(u16*, u16*); bool8 MapGridIsImpassableAt(s16, s16); |