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 /src/code_8040094.c | |
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 'src/code_8040094.c')
-rw-r--r-- | src/code_8040094.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/code_8040094.c b/src/code_8040094.c index bd3c104..fc5abb1 100644 --- a/src/code_8040094.c +++ b/src/code_8040094.c @@ -1,20 +1,7 @@ #include "global.h" #include "play_time.h" #include "file_system.h" - -struct unkStruct_203B418 -{ - u8 fill0[0x181FC]; - u32 unk181FC; - u32 unk18200; - u32 unk18204; - u8 unk18208[3]; - u8 unk1820B; - u32 unk1820C; - u32 unk18210; - u8 padding2[3]; - u8 unk18217; -}; +#include "gUnknown_203B418.h" extern struct PlayTimeStruct *gPlayTimeRef; extern struct unkStruct_203B418 *gUnknown_203B418; |