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 --- include/gulpin_shop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gulpin_shop.h') diff --git a/include/gulpin_shop.h b/include/gulpin_shop.h index ffa65a1..1d6f53d 100644 --- a/include/gulpin_shop.h +++ b/include/gulpin_shop.h @@ -13,7 +13,7 @@ struct unkStruct_203B26C u32 unk0; s32 state; u32 unk8; - s16 unkC; + s16 speciesNum; // species of chosen Pokemon u8 unkE; struct unkStruct_Gulpin * unk10; u32 unk14; -- cgit v1.2.3