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/diglett.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/diglett.asm')
| -rwxr-xr-x | data/baseStats/diglett.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/baseStats/diglett.asm b/data/baseStats/diglett.asm index b4e803bf..e8b51f9f 100755 --- a/data/baseStats/diglett.asm +++ b/data/baseStats/diglett.asm @@ -26,8 +26,8 @@ db 0 ; growth rate tmlearn 34 tmlearn 44,48 IF DEF(_YELLOW) - tmlearn 49,50 + tmlearn 50,51 ELSE - tmlearn 49 + tmlearn 50 ENDC db 0 ; padding |
