Skip to content

Commit

Permalink
Rename EV_* constants to EVOLVE_* like pokecrystal (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoMew committed Nov 22, 2023
1 parent 9827190 commit a681f71
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 79 deletions.
6 changes: 3 additions & 3 deletions constants/pokemon_data_constants.asm
Expand Up @@ -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
Expand Down

0 comments on commit a681f71

Please sign in to comment.