diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-26 18:53:58 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-26 18:53:58 -0400 |
| commit | 90482175c354ecfa18191eab97296a479d2e0ad5 (patch) | |
| tree | 674594ddcca3e1df83cbe1f4de62db42cf128af0 /data/baseStats/venonat.asm | |
| parent | Bugfixes. (diff) | |
| download | pokeyellow-90482175c354ecfa18191eab97296a479d2e0ad5.tar.gz pokeyellow-90482175c354ecfa18191eab97296a479d2e0ad5.tar.xz pokeyellow-90482175c354ecfa18191eab97296a479d2e0ad5.zip | |
More bugfixes.
Fix some tm compatibility issues.
Diffstat (limited to 'data/baseStats/venonat.asm')
| -rwxr-xr-x | data/baseStats/venonat.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/baseStats/venonat.asm b/data/baseStats/venonat.asm index 8de52309..f0c39951 100755 --- a/data/baseStats/venonat.asm +++ b/data/baseStats/venonat.asm @@ -23,14 +23,14 @@ db 0 ; growth rate tmlearn 9,10 tmlearn 20,21,22 IF DEF(_YELLOW) - tmlearn 28,29,30,31 - tmlearn 32,33,38 - tmlearn 43,45 - tmlearn 49,53 + tmlearn 29,30,31,32 + tmlearn 33,34,39 + tmlearn 44,46 + tmlearn 50,55 ELSE - tmlearn 28,30,31 - tmlearn 32,33 - tmlearn 43,45 - tmlearn 49 + tmlearn 29,31,32 + tmlearn 33,34 + tmlearn 44,46 + tmlearn 50 ENDC db 0 ; padding |
