sovereignx/include/constants/wild_encounter.h

13 lines
315 B
C
Raw Normal View History

2021-12-29 08:23:58 +00:00
#ifndef GUARD_CONSTANTS_WILD_ENCOUNTER_H
#define GUARD_CONSTANTS_WILD_ENCOUNTER_H
#define LAND_WILD_COUNT 12
#define WATER_WILD_COUNT 5
#define ROCK_WILD_COUNT 5
#define FISH_WILD_COUNT 10
2022-07-30 23:35:41 +01:00
#define HIDDEN_WILD_COUNT 3
2021-12-29 08:23:58 +00:00
#define NUM_ALTERING_CAVE_TABLES 9
#endif // GUARD_CONSTANTS_WILD_ENCOUNTER_H