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/personality_test.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/constants/personality_test.h') diff --git a/include/constants/personality_test.h b/include/constants/personality_test.h index bd6f159..cfb9c3d 100644 --- a/include/constants/personality_test.h +++ b/include/constants/personality_test.h @@ -22,7 +22,4 @@ enum NaturePersonalities { #define NUM_QUIZ_QUESTIONS 55 #define MAX_ASKED_QUESTIONS 8 -#define MALE 0 -#define FEMALE 1 - #endif -- cgit v1.2.3