diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-08 16:20:14 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-08 16:20:14 -0500 |
| commit | 385b109b07a604999b9fca2bf8d307aeb3a60df0 (patch) | |
| tree | 31f90d97e53c8a011d9cb45fc19e5bc699957621 /data/baseStats/venomoth.asm | |
| parent | 778ffafc87ede74e237b4907733353f2e303dffc (diff) | |
Move data, mon header data, cry data.
Also remove bmon folder
Diffstat (limited to 'data/baseStats/venomoth.asm')
| -rwxr-xr-x | data/baseStats/venomoth.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/baseStats/venomoth.asm b/data/baseStats/venomoth.asm index 3ef7018b..306f0c01 100755 --- a/data/baseStats/venomoth.asm +++ b/data/baseStats/venomoth.asm @@ -9,7 +9,7 @@ db BUG ; species type 1 db POISON ; species type 2 db 75 ; catch rate db 138 ; base exp yield -INCBIN "pic/bmon/venomoth.pic",0,1 ; 77, sprite dimensions +INCBIN "pic/ymon/venomoth.pic",0,1 ; 77, sprite dimensions dw VenomothPicFront dw VenomothPicBack ; attacks known at lvl 0 @@ -25,5 +25,5 @@ db 0 ; growth rate tmlearn 29,30,31,32 tmlearn 33,34,39 tmlearn 44,46 - tmlearn 50 + tmlearn 50,55 db 0 ; padding |
