From 25794a39c3539e66d1c0b2334cb35273cd9d8494 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 11 Oct 2021 09:03:17 -0700 Subject: Finish main menu decomp (#59) * decomp rest of main_menu * move some main menu data over * decomp some more wonder mail * decomp the dungeon dialogue scene switches * more wonder mail * consolidate struct_802F204 * another wonder mail func * more wonder mail * slight cleanup --- src/code_80521D0_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code_80521D0_1.c') diff --git a/src/code_80521D0_1.c b/src/code_80521D0_1.c index ecb0ec1..fa1c79e 100644 --- a/src/code_80521D0_1.c +++ b/src/code_80521D0_1.c @@ -659,7 +659,7 @@ void sub_808C5C0(void) } // Dummy Celebi Fight Dialogue?? -void nullsub_100(void) +void nullsub_100(u32 r0, u32 r1, u32 r2) { } -- cgit v1.2.3