diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 07:20:25 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-31 07:20:25 -0700 |
commit | 97ef590f9ec7a7ae38d98b7cf1fd6947b10b711e (patch) | |
tree | 7f9285b3c63c1704af9cad820f10d047b4a9d7a9 /constants | |
parent | 73905420f8a4646fadb6049e9979df8e0a23b3d4 (diff) | |
parent | 2acccc3ea5d5ebdd54cddc6cb7a3c888428be286 (diff) |
Merge pull request #180 from yenatch/master
label renaming
Diffstat (limited to 'constants')
-rw-r--r-- | constants/pokemon_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 40b450b85..29739ed46 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -1,3 +1,5 @@ +NUM_POKEMON EQU 251 + BULBASAUR EQU 1 IVYSAUR EQU 2 VENUSAUR EQU 3 |