diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 11:46:55 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 11:46:55 -0400 |
commit | 5a58f90ec6221906991fdf7a61aaa3f84513b714 (patch) | |
tree | b7d2ef40777684d13b30476460cdc1560b615a44 /constants/pokemon_data_constants.asm | |
parent | 5cbff21a0dc8f1bbf8c9de289506d25d5ee8c78e (diff) |
FISHGROUP_DATA_LENGTH
Diffstat (limited to 'constants/pokemon_data_constants.asm')
-rw-r--r-- | constants/pokemon_data_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 3d27e5877..379546c45 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -158,6 +158,7 @@ NUM_WATERMON EQU 3 ; data/wild/*_water.asm table size GRASS_WILDDATA_LENGTH EQU (NUM_GRASSMON * 2 + 1) * 3 + 2 WATER_WILDDATA_LENGTH EQU (NUM_WATERMON * 2 + 1) * 1 + 2 +FISHGROUP_DATA_LENGTH EQU 1 + 2 * 3 NUM_ROAMMON_MAPS EQU 16 ; RoamMaps table size (see data/wild/roammon_maps.asm) |