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 --- src/code_8040094.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/code_8040094.c') 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; -- cgit v1.2.3