summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2021-03-24 07:54:20 -0400
committerGitHub <noreply@github.com>2021-03-24 07:54:20 -0400
commit954605b27b93c6d98fb74feb485aa7c85cd60d88 (patch)
tree87c63291651163778359857df81f916446e294aa /include/map.h
parent2e056e1c50add86f00dc8a84d99c6f0afed0334f (diff)
parent08f7471387b63deca732cbf7e972f92187b4b647 (diff)
Merge pull request #346 from tgsm/map-header
Document some MapHeader functions/members
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/map.h b/include/map.h
deleted file mode 100644
index 18b8c1d1..00000000
--- a/include/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