Clean up pokedex_area_screen

This commit is contained in:
GriffinR
2021-12-29 03:23:58 -05:00
parent 84925a892b
commit 23f5c9fd5c
15 changed files with 609 additions and 335 deletions
+11
View File
@@ -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