From 44a55d6948781ca07dfff49cedce280173d553c8 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 21 Apr 2020 17:15:53 -0400 Subject: Tidy tree --- structs/map.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 structs/map.h (limited to 'structs/map.h') diff --git a/structs/map.h b/structs/map.h deleted file mode 100644 index 18b8c1d1..00000000 --- a/structs/map.h +++ /dev/null @@ -1,22 +0,0 @@ -#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