Merge pull request #2020 from TheXaman/pokemon_expansion_eggMovesFix
Change `EGG_MOVES_ARRAY_COUNT` to 19 to include all added egg moves
This commit is contained in:
commit
25611d368c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#define DAYCARE_EXITED_LEVEL_MENU 2 // would be redundant with above if GF had used the same value
|
#define DAYCARE_EXITED_LEVEL_MENU 2 // would be redundant with above if GF had used the same value
|
||||||
|
|
||||||
// Array buffers
|
// Array buffers
|
||||||
#define EGG_MOVES_ARRAY_COUNT 10
|
#define EGG_MOVES_ARRAY_COUNT 19
|
||||||
#define EGG_LVL_UP_MOVES_ARRAY_COUNT (MAX_LEVEL_UP_MOVES > 50 ? MAX_LEVEL_UP_MOVES : 50)
|
#define EGG_LVL_UP_MOVES_ARRAY_COUNT (MAX_LEVEL_UP_MOVES > 50 ? MAX_LEVEL_UP_MOVES : 50)
|
||||||
|
|
||||||
#endif //GUARD_DAYCARE_CONSTANTS_H
|
#endif //GUARD_DAYCARE_CONSTANTS_H
|
||||||
|
|
Loading…
Reference in a new issue