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/eevee.asm | |
parent | 008cface5253f5e3e786daea365d9528a50e8dbf (diff) |
Kill version.asm.
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 |