From 8237e29a164211eb2ec4cd161eb4183cc1947fee Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Thu, 9 Sep 2021 19:22:48 -0400 Subject: Defined more in-dungeon structs and enums (#53) * Defined DungeonEntity * Rename EntityType enums * Revert EntityType rename * Defined more in-dungeon structs and enums * Added more dungeon global structs/enums * Prefixed dungeonGlobalData with g * Fixed compile errors * Removed some CRLFs * Fixed compile after merge * Revert Makefile * Rename DungeonEntityData.entityType Co-authored-by: Seth Barberee * Renamed symbols per PR comments Co-authored-by: Cheng Hann Gan Co-authored-by: Seth Barberee --- include/gUnknown_203B418.h | 47 ---------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 include/gUnknown_203B418.h (limited to 'include/gUnknown_203B418.h') diff --git a/include/gUnknown_203B418.h b/include/gUnknown_203B418.h deleted file mode 100644 index e022b4b..0000000 --- a/include/gUnknown_203B418.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef GUARD_GUNKNOWN_203B418_H -#define GUARD_GUNKNOWN_203B418_H - -#include "dungeon_entity.h" - -struct unkStruct_203B418 -{ - u8 unk0; - u8 unk1; - u8 unk2; - u8 unk3; - u8 unk4; - u8 fill5[2]; - u8 unk7; - u8 fill8[0x11 - 8]; - u8 unk11; - u8 fill12[0x16D - 0x12]; - u8 unk16D; - u8 fill16E[0x65C - 0x16E]; - u8 unk65C; - u8 fill65D[0x66A - 0x65D]; - u16 unk66A; - u8 fill66B[0xE23C - 0x66C]; - s16 unkE23C; - s16 unkE23E; - u8 fillE240[0xE265 - 0xE240]; - u8 unkE265; - u8 fillE266[0xE26B - 0xE266]; - u8 unkE26B; - u8 unkE26C; - u8 fillE26D[0x1356C - 0xE26D]; - u8 unk1356C; - u8 fill1356D[0x1358C - 0x1356D]; - struct DungeonEntity *unk1358C[0x10]; - u8 fill135CC[0x181FC - 0x135CC]; - u32 unk181FC; - u32 unk18200; - u32 unk18204; - u8 unk18208[3]; - u8 unk1820B; - u32 unk1820C; - u32 unk18210; - u8 padding2[3]; - u8 unk18217; -}; - -#endif -- cgit v1.2.3