summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-13 20:29:11 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-13 20:29:11 -0500
commit924c0c6b5a9ceeb27fdc9e41e69d283c2b8d36d8 (patch)
tree2c22380365ddf70f1432cac5f9cbede0bdef2abc /include/fieldmap.h
parent2852f4f1b86f1a5fbfdceb296d184158068b5ad5 (diff)
parentf6af9e7013107154df62d2eff53e3accb7a24b3d (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into decomp_scrcmd
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h7
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);