diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-03-24 13:25:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-24 13:25:15 -0500 |
| commit | 91e55dbe0ba2e22f4cdf0b5c33aba3e0845ddd01 (patch) | |
| tree | 8a651f48a9ffc7f683ff1b2d7c9030fb8302a516 /constants | |
| parent | Merge pull request #179 from bitman44/master (diff) | |
| parent | spaces in EvosMoves (diff) | |
| download | pokeyellow-91e55dbe0ba2e22f4cdf0b5c33aba3e0845ddd01.tar.gz pokeyellow-91e55dbe0ba2e22f4cdf0b5c33aba3e0845ddd01.tar.xz pokeyellow-91e55dbe0ba2e22f4cdf0b5c33aba3e0845ddd01.zip | |
Merge pull request #180 from yenatch/fix-wevosmoves
add wEvosMoves instead of using eevee
Diffstat (limited to 'constants')
| -rwxr-xr-x | constants/evolution_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/evolution_constants.asm b/constants/evolution_constants.asm index 2e3f3613..86c466d8 100755 --- a/constants/evolution_constants.asm +++ b/constants/evolution_constants.asm @@ -1,4 +1,9 @@ +; See data/evos_moves.asm + ; Evolution types EV_LEVEL EQU 1 EV_ITEM EQU 2 EV_TRADE EQU 3 + +MAX_EVOLUTIONS EQU 3 +EVOLUTION_SIZE EQU 4 |
