diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-05-01 02:18:33 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-05-01 02:18:33 -0400 |
| commit | 2bc79616c484472021ca95c56f759f4e4ddb6d6d (patch) | |
| tree | e49a97d22eb529e0be89d2ee8f5d8a1270559430 /constants | |
| parent | 03bc01bf4efea42661600089af1a8ff787a093a5 (diff) | |
Add engine/overworld/wildmons.asm (without data files).
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index bff6e366..9edb9cab 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -102,6 +102,8 @@ NUM_WATERMON EQU 3 GRASS_WILDDATA_LENGTH EQU (NUM_GRASSMON * 2 + 1) * 3 + 2 WATER_WILDDATA_LENGTH EQU (NUM_WATERMON * 2 + 1) * 1 + 2 +NUM_ROAMMON_MAPS EQU 16 ; RoamMaps table size (see data/wild/roammon_maps.asm) + ; treemon sets ; TreeMons indexes (see data/wild/treemons.asm) const_def |
