summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkiliwily <69381603+kiliwily@users.noreply.github.com>2020-08-28 20:36:07 +0200
committerkiliwily <69381603+kiliwily@users.noreply.github.com>2020-08-28 20:36:07 +0200
commit5e7b6a089ce765c4033934cce20dfe8960aca9ad (patch)
tree7abaa2c87240f471bca47d9b7d1c83aa9d1fc6d1 /include
parent1e6655b2987922d0b8d6a4833549bc060b764968 (diff)
add MAX_LEVEL_UP_MOVES macro
Diffstat (limited to 'include')
-rw-r--r--include/constants/pokemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h
index f026fa0e3..52eabe71b 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -204,6 +204,8 @@
#define LEVEL_UP_MOVE_LV 0xFE00
#define LEVEL_UP_END 0xFFFF
+#define MAX_LEVEL_UP_MOVES 20
+
#define MON_MALE 0x00
#define MON_FEMALE 0xFE
#define MON_GENDERLESS 0xFF