diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-08-12 13:41:52 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-08-12 13:41:52 -0500 |
commit | 3feff214d6ce2e3c6b4ae504c50bcdf09b47eac9 (patch) | |
tree | b5c62e6af4cac0ee4a2031da318750241131b313 /data/baseStats/bulbasaur.asm | |
parent | aa1e3eac34137d88d6bc1df4fac6f32ceab404b6 (diff) |
Remove redundant index conversionpokedex-order
Diffstat (limited to 'data/baseStats/bulbasaur.asm')
-rw-r--r-- | data/baseStats/bulbasaur.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/bulbasaur.asm b/data/baseStats/bulbasaur.asm index ee68ca9d..72e11068 100644 --- a/data/baseStats/bulbasaur.asm +++ b/data/baseStats/bulbasaur.asm @@ -1,5 +1,5 @@ MonBaseStats: -db DEX_BULBASAUR ; pokedex id +db BULBASAUR ; pokedex id db 45 ; base hp db 49 ; base attack db 49 ; base defense |