From 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 22 Oct 2021 10:01:07 -0700 Subject: Death by 74 files (#65) * death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it --- src/mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailbox.c') diff --git a/src/mailbox.c b/src/mailbox.c index d7301db..88eabdd 100644 --- a/src/mailbox.c +++ b/src/mailbox.c @@ -176,7 +176,7 @@ void sub_802E1AC(void) sub_802B7D0(1); break; case 0xB: - sub_802B9FC(gUnknown_203B304->unk9); + sub_802B9FC(gUnknown_203B304->mailIndex); break; case 0: case 2: -- cgit v1.2.3