summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index e60e4bbce..d1da5a7e4 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -26,7 +26,15 @@ struct MapData
struct MapObjectTemplate
{
- u8 filler[0x18];
+ u8 localId;
+ u8 filler_1[0x3];
+ s16 x;
+ s16 y;
+ u8 elevation;
+ u8 movementType;
+ u8 filler_A[0x6];
+ u8 *script;
+ u8 filler_14[0x4];
};
struct MapEvents