diff options
Diffstat (limited to 'data/baseStats/eevee.asm')
-rwxr-xr-x | data/baseStats/eevee.asm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/data/baseStats/eevee.asm b/data/baseStats/eevee.asm index 978aa4bb..efeb785a 100755 --- a/data/baseStats/eevee.asm +++ b/data/baseStats/eevee.asm @@ -14,11 +14,7 @@ dw EeveePicFront dw EeveePicBack ; attacks known at lvl 0 db TACKLE -IF DEF(_YELLOW) - db TAIL_WHIP -ELSE - db SAND_ATTACK -ENDC +db TAIL_WHIP db 0 db 0 db 0 ; growth rate |