diff options
| author | garak <garakmon@gmail.com> | 2019-09-30 18:14:35 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-10-14 18:12:03 -0500 |
| commit | 92d28c5daf3eef059a334a097df0c8085a07c4fa (patch) | |
| tree | 5fa2ff0af2beb5a57ad53a0a4000aaec097a027a | |
| parent | c73e20b6afb1e63708ac9ce98f2a1bb571c2f5c5 (diff) | |
add MIN_LEVEL define to pokemon constants
| -rw-r--r-- | include/constants/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 52a4f0254..5cd98d3f3 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 |
