fix dexNavSearchLevels array size

This commit is contained in:
ghoulslash 2024-11-13 21:21:45 -05:00
parent 418d127325
commit 6f78288a9b

View File

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