diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-04-19 21:55:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 23:55:40 -0500 |
commit | f65dee5a143bd543c74c010d7252eb76893ee243 (patch) | |
tree | d343e826c63f8b501d37873c3c7bc1f010819deb /include/gUnknown_203B418.h | |
parent | d316d1e359c7672277a9cf644acd4e40170f5968 (diff) |
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
Diffstat (limited to 'include/gUnknown_203B418.h')
-rw-r--r-- | include/gUnknown_203B418.h | 36 |
1 files changed, 36 insertions, 0 deletions
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; +}; |