diff options
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 |