summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-20 20:18:00 -0700
committerYamaArashi <shadow962@live.com>2016-09-20 20:18:00 -0700
commit8805b045034d9dcc687a178881b94bc6d87f035d (patch)
tree82d8f5bbf5e0c37292263b29ec99d596e980f06c /include/fieldmap.h
parent0b2a61e5d84e8a9950004c8d76ad8556e334f6c4 (diff)
decompile more script functions
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 1abef38da..09ad2ae07 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -32,6 +32,14 @@ struct MapHeader
// TODO: rest of struct
};
+struct MapObject
+{
+ u32 active:1;
+ u8 filler[0x20];
+};
+
+extern struct MapObject gMapObjects[];
+extern u8 gSelectedMapObject;
extern struct MapHeader gMapHeader;
#endif // GUARD_FIELDMAP_H