diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-06-04 23:02:28 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-06-04 23:02:28 -0500 |
| commit | c43c338a5f7d90494b7e6e67c6533288bd28117d (patch) | |
| tree | a2ab7437ff9980a9debb73a4c4ece6a4650455f5 /constants/evolution_constants.asm | |
| parent | Fix a hardcoded value by replacing it with a variable. (diff) | |
| parent | ANSI->UTF-8 (diff) | |
| download | pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.tar.gz pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.tar.xz pokeyellow-c43c338a5f7d90494b7e6e67c6533288bd28117d.zip | |
Merge pull request #96 from dannye/master
wram comments, EOLs, EOFs, and UTF-8
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 |
