mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 19:54:14 +01:00
changed EGG_MOVES_ARRAY_COUN
to 19 to include all the added egg moves (19 is max value (Buneary))
This commit is contained in:
parent
1d12b01615
commit
44a6c4c0ec
@ -21,7 +21,7 @@
|
||||
#define DAYCARE_EXITED_LEVEL_MENU 2 // would be redundant with above if GF had used the same value
|
||||
|
||||
// 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)
|
||||
|
||||
#endif //GUARD_DAYCARE_CONSTANTS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user