diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-02-19 17:39:39 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-02-19 17:39:39 -0700 |
| commit | c8cb96f964ee25c8b3fb069a0120c267df8a11c0 (patch) | |
| tree | 47c0f6b9cfcf44762d6b2595391b9d0619c7afde /constants.asm | |
| parent | Split compressed town map into a separate include, and give it a label (diff) | |
| download | pokeyellow-c8cb96f964ee25c8b3fb069a0120c267df8a11c0.tar.gz pokeyellow-c8cb96f964ee25c8b3fb069a0120c267df8a11c0.tar.xz pokeyellow-c8cb96f964ee25c8b3fb069a0120c267df8a11c0.zip | |
Add evolutions / learned attacks. Thx Sawakita
hg-commit-id: ae6415b2d6b3
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index e867ab5c..d3411563 100644 --- a/constants.asm +++ b/constants.asm @@ -846,3 +846,8 @@ ROUTE_22 EQU $21 ROUTE_23 EQU $22 ROUTE_24 EQU $23 ROUTE_25 EQU $24 + +; Evolution types +EV_LEVEL EQU 1 +EV_ITEM EQU 2 +EV_TRADE EQU 3 |
