diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-01 22:13:46 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-01 22:13:46 -0500 |
| commit | 08b939375ec2eac1512c4dbddd184de6bbca8b98 (patch) | |
| tree | 64a4dbfe273fcac67e9f45316d6bd1ef7b0629e3 /constants/evolution_constants.asm | |
| parent | Comment wram.asm (diff) | |
| download | pokeyellow-08b939375ec2eac1512c4dbddd184de6bbca8b98.tar.gz pokeyellow-08b939375ec2eac1512c4dbddd184de6bbca8b98.tar.xz pokeyellow-08b939375ec2eac1512c4dbddd184de6bbca8b98.zip | |
EOL Windows->UNIX
Diffstat (limited to 'constants/evolution_constants.asm')
| -rwxr-xr-x | constants/evolution_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/evolution_constants.asm b/constants/evolution_constants.asm index 96b063cc..2e3f3613 100755 --- a/constants/evolution_constants.asm +++ b/constants/evolution_constants.asm @@ -1,4 +1,4 @@ -; Evolution types
-EV_LEVEL EQU 1
-EV_ITEM EQU 2
-EV_TRADE EQU 3
\ No newline at end of file +; Evolution types +EV_LEVEL EQU 1 +EV_ITEM EQU 2 +EV_TRADE EQU 3 |
