summaryrefslogtreecommitdiff
path: root/include/gUnknown_203B418.h
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-09-09 19:22:48 -0400
committerGitHub <noreply@github.com>2021-09-09 16:22:48 -0700
commit8237e29a164211eb2ec4cd161eb4183cc1947fee (patch)
tree67dc502264b755dc620f56969f3bea68a40b17af /include/gUnknown_203B418.h
parent4eff1882443b0004d9c9fa4895cdfefdc356565f (diff)
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 <seth.barberee@gmail.com> * Renamed symbols per PR comments Co-authored-by: Cheng Hann Gan <chenghann_gan@ultimatesoftware.com> Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
Diffstat (limited to 'include/gUnknown_203B418.h')
-rw-r--r--include/gUnknown_203B418.h47
1 files changed, 0 insertions, 47 deletions
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