From 92d28c5daf3eef059a334a097df0c8085a07c4fa Mon Sep 17 00:00:00 2001 From: garak Date: Mon, 30 Sep 2019 18:14:35 -0400 Subject: [PATCH] add MIN_LEVEL define to pokemon constants --- include/constants/pokemon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 52a4f02548..5cd98d3f39 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -177,6 +177,7 @@ #define MON_DATA_SPATK2 87 #define MON_DATA_SPDEF2 88 +#define MIN_LEVEL 1 #define MAX_LEVEL 100 #define OT_ID_PLAYER_ID 0