Change magic number to constant in dexnav. (#8102)

This commit is contained in:
Zimmermann Gyula 2025-11-01 13:06:49 +01:00 committed by GitHub
parent f66ba68eee
commit a10a824081
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1517,7 +1517,7 @@ static u8 GetEncounterLevelFromMapData(u16 species, enum EncounterType environme
{
u32 headerId = GetCurrentMapWildMonHeaderId();
enum TimeOfDay timeOfDay;
u8 min = 100;
u8 min = MAX_LEVEL;
u8 max = 0;
u8 i;