diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-17 02:42:32 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-17 02:42:32 -0600 |
| commit | a3d3f8324a670aad8bf1348b65192544c8ab2d9f (patch) | |
| tree | b431eefa402d0d7106b03d701367a571216d5a74 /data/baseStats/venomoth.asm | |
| parent | 008cface5253f5e3e786daea365d9528a50e8dbf (diff) | |
Kill version.asm.
Diffstat (limited to 'data/baseStats/venomoth.asm')
| -rwxr-xr-x | data/baseStats/venomoth.asm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/data/baseStats/venomoth.asm b/data/baseStats/venomoth.asm index 0a4d4461..f38be71c 100755 --- a/data/baseStats/venomoth.asm +++ b/data/baseStats/venomoth.asm @@ -15,13 +15,12 @@ dw VenomothPicBack ; attacks known at lvl 0 db TACKLE db DISABLE -IF !_YELLOW - db POISONPOWDER - db LEECH_LIFE -ENDC -IF _YELLOW +IF DEF(_YELLOW) db SUPERSONIC db CONFUSION +ELSE + db POISONPOWDER + db LEECH_LIFE ENDC db 0 ; growth rate ; learnset |
