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/wonder_mail_3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wonder_mail_3.c') diff --git a/src/wonder_mail_3.c b/src/wonder_mail_3.c index 6cc1e96..aa87888 100644 --- a/src/wonder_mail_3.c +++ b/src/wonder_mail_3.c @@ -82,7 +82,7 @@ extern u8 sub_802DADC(void); extern u8 *sub_8096DD8(void); extern u8 sub_8096C08(u8 *); extern void sub_802C750(void); -extern s32 sub_80969AC(void); +extern s32 GetNumAcceptedJobs(void); extern void sub_802D1A0(u32); extern void sub_8012EA4(u8 *, u32); extern void* sub_8096AB4(u8); @@ -228,7 +228,7 @@ void sub_802D2A8(void) } } else { - if (sub_80969AC() >= 8) { + if (GetNumAcceptedJobs() >= 8) { if (sub_802DADC() != 0) { sub_802D1A0(10); } -- cgit v1.2.3