diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-11 09:03:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 09:03:17 -0700 |
commit | 25794a39c3539e66d1c0b2334cb35273cd9d8494 (patch) | |
tree | 43ca3a658e80672844b2906b8cbe151ed70c3621 /src/code_80521D0_1.c | |
parent | 2d4c802d769f53462a2742a5c6afaad4d7f290fb (diff) |
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
Diffstat (limited to 'src/code_80521D0_1.c')
-rw-r--r-- | src/code_80521D0_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |