diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-13 17:59:46 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-13 17:59:46 -0400 |
| commit | 31b118ab428a7ed88a62b31870a1946f7dbcd2d2 (patch) | |
| tree | 6941b2b38a2615223b30e8cceb7aab636768dabd /data/baseStats/primeape.asm | |
| parent | 93fe3064750c2b4ae6c243dafd9702c7248520c6 (diff) | |
| parent | 38ea9cd829c51fbfd1e5e89e94c073ea1987948d (diff) | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/baseStats/primeape.asm')
| -rw-r--r--[-rwxr-xr-x] | data/baseStats/primeape.asm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/data/baseStats/primeape.asm b/data/baseStats/primeape.asm index e5ef5cc5..659edefd 100755..100644 --- a/data/baseStats/primeape.asm +++ b/data/baseStats/primeape.asm @@ -1,4 +1,3 @@ -PrimeapeBaseStats: ; 389fe (e:49fe) db DEX_PRIMEAPE ; pokedex id db 65 ; base hp db 105 ; base attack @@ -14,14 +13,9 @@ dw PrimeapePicFront dw PrimeapePicBack ; attacks known at lvl 0 db SCRATCH -IF !DEF(_YELLOW) - db LEER -ENDC +db LEER db KARATE_CHOP db FURY_SWIPES -IF DEF(_YELLOW) - db LOW_KICK -ENDC db 0 ; growth rate ; learnset tmlearn 1,5,6,8 |
