diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-03-24 07:21:07 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-03-24 07:21:07 -0400 |
commit | 1fbc3a19c26344a33dae19625a5113fe1eada50f (patch) | |
tree | d98d2f46204a8f8134c919ede7b5714d215277d7 /include/global.fieldmap.h | |
parent | 2e056e1c50add86f00dc8a84d99c6f0afed0334f (diff) |
Move the MapHeader struct into map_header.h
global.fieldmap.h is no longer used and map.h was never used, so they
both can be removed.
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h deleted file mode 100644 index 4557a2e7..00000000 --- a/include/global.fieldmap.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef POKEDIAMOND_GLOBAL_FIELDMAP_H -#define POKEDIAMOND_GLOBAL_FIELDMAP_H - -struct MapHeader -{ - u8 unk0; - u8 unk1; - u16 unk2; - u16 unk4; - u16 unk6; - u16 unk8; - u16 unkA; - u16 unkC; - u16 unkE; - u16 unk10; - u16 mapsec; - u8 unk14; - u8 unk15; - u8 unk16; - u8 unk17_0:4; - u8 unk17_4:1; - u8 unk17_5:1; - u8 unk17_6:1; - u8 unk17_7:1; -}; - -#endif //POKEDIAMOND_GLOBAL_FIELDMAP_H |