fix dexNavSearchLevels array size
This commit is contained in:
parent
418d127325
commit
6f78288a9b
@ -212,7 +212,7 @@ struct SaveBlock3
|
||||
u8 itemFlags[ITEM_FLAGS_COUNT];
|
||||
#endif
|
||||
#if USE_DEXNAV_SEARCH_LEVELS == TRUE
|
||||
u8 dexNavSearchLevels[ROUND_BITS_TO_BYTES(NUM_SPECIES)];
|
||||
u8 dexNavSearchLevels[NUM_SPECIES];
|
||||
#endif
|
||||
u8 dexNavChain;
|
||||
}; /* max size 1624 bytes */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user