diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-06 23:02:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 23:02:23 -0500 |
commit | 577e6cc740c4fc5418bf38d182012f5f9819e616 (patch) | |
tree | 583db3a43fff5a4be05ad6cd0c8c5546de25e028 /include/constants/wild_encounter.h | |
parent | 71e0b480a93b083f0cf3d404e6ff65325f0cc512 (diff) | |
parent | 713cd6616ea8c159bbcaeba223cbb6097a74e393 (diff) |
Merge pull request #1586 from GriffinRichards/clean-areascreen
Clean up pokedex_area_screen
Diffstat (limited to 'include/constants/wild_encounter.h')
-rw-r--r-- | include/constants/wild_encounter.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/constants/wild_encounter.h b/include/constants/wild_encounter.h new file mode 100644 index 000000000..a78cd126f --- /dev/null +++ b/include/constants/wild_encounter.h @@ -0,0 +1,11 @@ +#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 + +#define NUM_ALTERING_CAVE_TABLES 9 + +#endif // GUARD_CONSTANTS_WILD_ENCOUNTER_H |