diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-23 23:21:54 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-23 23:21:54 -0500 |
commit | 9b0b36bf3c57b02552d140f465c97172c71a0085 (patch) | |
tree | dc5c14d14d979ecb7aee0ca92d78541eb15995f6 /data/baseStats/dratini.asm | |
parent | d9eea7dd660eeb428717f21861ef5f05e1a74418 (diff) |
Remove redundant index conversionpokedex-order
Diffstat (limited to 'data/baseStats/dratini.asm')
-rwxr-xr-x | data/baseStats/dratini.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/baseStats/dratini.asm b/data/baseStats/dratini.asm index ea763a4d..1204ac73 100755 --- a/data/baseStats/dratini.asm +++ b/data/baseStats/dratini.asm @@ -1,5 +1,5 @@ DratiniBaseStats: ; 393d6 (e:53d6) -db DEX_DRATINI ; pokedex id +db DRATINI ; pokedex id db 41 ; base hp db 64 ; base attack db 45 ; base defense |