diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-10-13 20:29:11 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-10-13 20:29:11 -0500 |
commit | 924c0c6b5a9ceeb27fdc9e41e69d283c2b8d36d8 (patch) | |
tree | 2c22380365ddf70f1432cac5f9cbede0bdef2abc /include/fieldmap.h | |
parent | 2852f4f1b86f1a5fbfdceb296d184158068b5ad5 (diff) | |
parent | f6af9e7013107154df62d2eff53e3accb7a24b3d (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decomp_scrcmd
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); |