diff options
| author | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2023-11-21 20:33:03 -0500 |
|---|---|---|
| committer | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2023-11-21 20:33:03 -0500 |
| commit | 0a616ae5606031ce27b4c987ae0e1d9da511cec9 (patch) | |
| tree | 203b3022c575f1ef382bf80fe1f738b4bb8f1daa /constants | |
| parent | Rename two unused items as `ITEM_XX` like pokecrystal (diff) | |
| download | pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.tar.gz pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.tar.xz pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.zip | |
Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE
Fixes #430
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 3c594ae1..5cc2d344 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -83,9 +83,6 @@ DEF HOF_TEAM_CAPACITY EQU 50 const EVOLVE_ITEM ; 2 const EVOLVE_TRADE ; 3 -DEF MAX_EVOLUTIONS EQU 3 -DEF EVOLUTION_SIZE EQU 4 - ; wMonHGrowthRate values ; GrowthRateTable indexes (see data/growth_rates.asm) |
