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/wonder_mail.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/wonder_mail.h') diff --git a/include/wonder_mail.h b/include/wonder_mail.h index e079230..b89ce6e 100644 --- a/include/wonder_mail.h +++ b/include/wonder_mail.h @@ -7,8 +7,7 @@ #include "pokemon.h" #include "sub_8095228.h" -#define PASSWORD_BUFFER_SIZE 54 -#define MAX_ITEM_REWARDS 3 +#include "constants/wonder_mail.h" struct unkStruct_802F204 { -- cgit v1.2.3