summaryrefslogtreecommitdiff
path: root/structs/map.h
diff options
context:
space:
mode:
authorMartmists <martmists@gmail.com>2020-04-10 17:33:55 +0200
committerMartmists <martmists@gmail.com>2020-04-10 17:33:55 +0200
commite3ffd55f2c823b51dfe65a9e8937ba526e0277c8 (patch)
tree97db43ebd0bb98fa37720d0045168a239164097b /structs/map.h
parent7ae853c6c01b8dbadd84c3e2e9950781ff0b35e4 (diff)
Add known structs
Diffstat (limited to 'structs/map.h')
-rw-r--r--structs/map.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/structs/map.h b/structs/map.h
new file mode 100644
index 00000000..18b8c1d1
--- /dev/null
+++ b/structs/map.h
@@ -0,0 +1,22 @@
+#ifndef POKEDIAMOND_MAP_H
+#define POKEDIAMOND_MAP_H
+
+typedef struct {
+ u8 MapAreaData;
+ u8 field_0x1;
+ u16 Matrix;
+ u16 MapScripts;
+ u16 MapLevelScripts;
+ u16 MapTexts;
+ u16 DayMusic;
+ u16 NightMusic;
+ u16 WildPokemonData;
+ u16 MapEvents;
+ u16 MapName;
+ u8 WeatherType;
+ u8 field_0x15;
+ u8 field_0x16;
+ u8 field_0x17;
+} MapHeader;
+
+#endif //POKEDIAMOND_MAP_H