diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-03-22 00:10:23 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-03-22 00:10:23 -0600 |
commit | 3fd678769231b76c17e4aab2f306892bd6988dc8 (patch) | |
tree | 362b426beaceb3747906caf25d1413cf44e9071a /data/baseStats/eevee.asm | |
parent | 6057f285ad1a930315d1a45fa3d1aa08efe6801d (diff) |
Clean up more Yellow ifdefs.
Diffstat (limited to 'data/baseStats/eevee.asm')
-rw-r--r-- | 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 0fa869fe..51e36621 100644 --- a/data/baseStats/eevee.asm +++ b/data/baseStats/eevee.asm @@ -13,11 +13,7 @@ dw EeveePicFront dw EeveePicBack ; attacks known at lvl 0 db TACKLE -IF DEF(_YELLOW) - db TAIL_WHIP -ELSE - db SAND_ATTACK -ENDC +db SAND_ATTACK db 0 db 0 db 0 ; growth rate |