diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 16:25:46 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-28 16:25:46 -0400 |
| commit | 8ca63d665872ceee2d75b14a92b800973ff52f5d (patch) | |
| tree | 34a40dc1aed24fdee44e9e7ace5b6e3b219b4dcc /constants | |
| parent | f9f36ac0931fac9755dbd7aea7253ace4abe104d (diff) | |
Evos+attacks
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 98e90ce..4cabaf1 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -115,22 +115,9 @@ NUM_HOF_TEAMS = 30 ; evolution types (used in data/pokemon/evos_attacks.asm) const_def 1 const EVOLVE_LEVEL + const EVOLVE_STONE const EVOLVE_ITEM const EVOLVE_TRADE - const EVOLVE_HAPPINESS - const EVOLVE_STAT - -; EVOLVE_HAPPINESS triggers - const_def 1 - const TR_ANYTIME - const TR_MORNDAY - const TR_NITE - -; EVOLVE_STAT triggers - const_def 1 - const ATK_GT_DEF - const ATK_LT_DEF - const ATK_EQ_DEF ; wild data |
