add MAX_LEVEL_UP_MOVES macro

This commit is contained in:
kiliwily
2020-08-28 20:36:07 +02:00
parent 1e6655b298
commit 5e7b6a089c
2 changed files with 6 additions and 4 deletions

View File

@@ -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