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/code_80118A4.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/code_80118A4.c') diff --git a/src/code_80118A4.c b/src/code_80118A4.c index d6832ba..2a21607 100644 --- a/src/code_80118A4.c +++ b/src/code_80118A4.c @@ -17,8 +17,6 @@ extern void sub_801199C(u16 r0); extern void sub_800C298(u16 r0); extern u8 sub_800C5D0(u16 r0); -extern struct PlayTimeStruct *gPlayTimeRef; - struct UnkSaveStruct1 { /* 0x0 */ u32 unk0; -- cgit v1.2.3