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/butterfree.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/butterfree.asm')
| -rwxr-xr-x | data/baseStats/butterfree.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/baseStats/butterfree.asm b/data/baseStats/butterfree.asm index 748b826b..8353cc93 100755 --- a/data/baseStats/butterfree.asm +++ b/data/baseStats/butterfree.asm @@ -26,8 +26,8 @@ db 0 ; growth rate tmlearn 33,34,39 tmlearn 44,46 IF DEF(_YELLOW) - tmlearn 49,54 + tmlearn 50,55 ELSE - tmlearn 49 + tmlearn 50 ENDC db 0 ; padding |
