From f65dee5a143bd543c74c010d7252eb76893ee243 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 19 Apr 2021 21:55:40 -0700 Subject: Wonder mail and some boss dialogues (#36) * more wonder mail and main menu work * Lots of things.. doc'ing, decomping, and other things * continue decomping boss scenes * up to Suicune * up to Mewtwo dialogue * up to Raquaza * fix spelling error on Rayquaza and decomp a few more * up to groudon * divide > shift --- include/gUnknown_203B418.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 include/gUnknown_203B418.h (limited to 'include/gUnknown_203B418.h') diff --git a/include/gUnknown_203B418.h b/include/gUnknown_203B418.h new file mode 100644 index 0000000..a3e287a --- /dev/null +++ b/include/gUnknown_203B418.h @@ -0,0 +1,36 @@ +#include "code_8041D5C.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[0xE23C - 0x12]; + 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 unkDungeon_8041D5C *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; +}; -- cgit v1.2.3