add more macros

This commit is contained in:
kiliwily
2020-08-29 01:02:20 +02:00
parent 5e7b6a089c
commit c68c2b66e8
2 changed files with 14 additions and 12 deletions

View File

@@ -22,6 +22,6 @@
// Array buffers
#define EGG_MOVES_ARRAY_COUNT 10
#define EGG_LVL_UP_MOVES_ARRAY_COUNT 50
#define EGG_LVL_UP_MOVES_ARRAY_COUNT (MAX_LEVEL_UP_MOVES > 50 ? MAX_LEVEL_UP_MOVES : 50)
#endif //GUARD_DAYCARE_CONSTANTS_H