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