diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2023-11-22 00:54:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-21 19:54:39 -0500 |
| commit | a681f718ac0fa6077c45ad793968a8f0cbfb93c7 (patch) | |
| tree | 5384788c8f26c83de715a47d92e4e54623db134b /constants | |
| parent | Use MEGA_PUNCH constant in explosion animation routine (#434) (diff) | |
| download | pokeyellow-a681f718ac0fa6077c45ad793968a8f0cbfb93c7.tar.gz pokeyellow-a681f718ac0fa6077c45ad793968a8f0cbfb93c7.tar.xz pokeyellow-a681f718ac0fa6077c45ad793968a8f0cbfb93c7.zip | |
Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 028d6711..3c594ae1 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -79,9 +79,9 @@ DEF HOF_TEAM_CAPACITY EQU 50 ; Evolution types const_def 1 - const EV_LEVEL ; 1 - const EV_ITEM ; 2 - const EV_TRADE ; 3 + const EVOLVE_LEVEL ; 1 + const EVOLVE_ITEM ; 2 + const EVOLVE_TRADE ; 3 DEF MAX_EVOLUTIONS EQU 3 DEF EVOLUTION_SIZE EQU 4 |
