diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-09-04 00:47:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 21:47:29 -0700 |
commit | 0313c6bbc5e210ad1781dbb8d42641f5f604efd7 (patch) | |
tree | cbd274b05bd18c65f649578964f2854d1c682a91 /include/gUnknown_203B418.h | |
parent | db05ce306fa55c9d64b7123e47cf2b66416afe40 (diff) |
Defined DungeonEntity (#51)
* Defined DungeonEntity
* Rename EntityType enums
* Revert EntityType rename
Diffstat (limited to 'include/gUnknown_203B418.h')
-rw-r--r-- | include/gUnknown_203B418.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gUnknown_203B418.h b/include/gUnknown_203B418.h index 5323a6e..902b591 100644 --- a/include/gUnknown_203B418.h +++ b/include/gUnknown_203B418.h @@ -1,7 +1,7 @@ #ifndef GUARD_GUNKNOWN_203B418_H #define GUARD_GUNKNOWN_203B418_H -#include "code_8041D5C.h" +#include "dungeon_entity.h" struct unkStruct_203B418 { @@ -27,7 +27,7 @@ struct unkStruct_203B418 u8 fillE26D[0x1356C - 0xE26D]; u8 unk1356C; u8 fill1356D[0x1358C - 0x1356D]; - struct unkDungeon_8041D5C *unk1358C[0x10]; + struct DungeonEntity *unk1358C[0x10]; u8 fill135CC[0x181FC - 0x135CC]; u32 unk181FC; u32 unk18200; |