From e3ffd55f2c823b51dfe65a9e8937ba526e0277c8 Mon Sep 17 00:00:00 2001 From: Martmists Date: Fri, 10 Apr 2020 17:33:55 +0200 Subject: Add known structs --- structs/map.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 structs/map.h (limited to 'structs/map.h') 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 -- cgit v1.2.3