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/code_8041D5C.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/code_8041D5C.h')
-rw-r--r-- | include/code_8041D5C.h | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/include/code_8041D5C.h b/include/code_8041D5C.h index e0cf614..712aa2f 100644 --- a/include/code_8041D5C.h +++ b/include/code_8041D5C.h @@ -6,17 +6,39 @@ struct subStruct_8048524 u8 fill0[0x6]; u8 unk6; u8 unk7; - u8 fill8[0xAC - 0x8]; + u8 fill8[0xE - 0x8]; + s16 unkE; // HP?? + s16 unk10; + u8 fill12[0x46 - 0x12]; + u8 unk46; + u8 fill47[0xA4 - 0x47]; + u8 unkA4; + u8 fillA5[0xAC - 0xA5]; u8 unkAC; - u8 fillAD[0x112 - 0xAD]; + u8 fillAD[0xFB - 0xAD]; + u8 unkFB; + u8 fillFC[0x112 - 0xFC]; u8 unk112; u8 fill113[0x13C - 0x113]; u32 unk13C; + u8 fill140[0x15C - 0x140]; + u8 unk15C; + u8 unk15D; + u8 unk15E; + u8 unk15F; + u8 fill160[0x174 - 0x160]; + u32 unk174; }; struct unkDungeon_8041D5C { - u8 padding[0x70]; + u8 fill0[4]; + s16 unk4; + s16 unk6; + u32 unk8; + s32 unkC; + s32 unk10; + u8 fill14[0x70 - 0x14]; struct subStruct_8048524 *unk70; }; |