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/constants/wonder_mail.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/constants/wonder_mail.h') diff --git a/include/constants/wonder_mail.h b/include/constants/wonder_mail.h index ab5a9ee..7ddaac7 100644 --- a/include/constants/wonder_mail.h +++ b/include/constants/wonder_mail.h @@ -25,4 +25,8 @@ enum RewardType END_REWARDS }; +#define NUM_POKEMON_NEWS 56 // 50 normal + 6 special issues +#define PASSWORD_BUFFER_SIZE 54 +#define MAX_ITEM_REWARDS 3 + #endif //GUARD_CONSTANTS_WONDER_MAIL_H -- cgit v1.2.3