mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Merge branch 'master' of https://github.com/ZetaNull/jep-hack
This commit is contained in:
commit
0eb5a4e544
|
@ -1418,6 +1418,7 @@ QwilfishEvosAttacks:
|
||||||
KazappelinEvosAttacks:
|
KazappelinEvosAttacks:
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, POISON_STING
|
dbw 1, POISON_STING
|
||||||
|
dbw 1, SELFDESTRUCT
|
||||||
dbw 7, TAIL_WHIP
|
dbw 7, TAIL_WHIP
|
||||||
dbw 14, WATER_GUN
|
dbw 14, WATER_GUN
|
||||||
dbw 22, MINIMIZE
|
dbw 22, MINIMIZE
|
||||||
|
@ -1425,6 +1426,7 @@ KazappelinEvosAttacks:
|
||||||
dbw 41, PIN_MISSILE
|
dbw 41, PIN_MISSILE
|
||||||
dbw 52, TAKE_DOWN
|
dbw 52, TAKE_DOWN
|
||||||
dbw 64, HYDRO_PUMP
|
dbw 64, HYDRO_PUMP
|
||||||
|
dbw 72, EXPLOSION
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
QwilfatherEvosAttacks:
|
QwilfatherEvosAttacks:
|
||||||
|
@ -1438,6 +1440,7 @@ QwilfatherEvosAttacks:
|
||||||
dbw 28, PIN_MISSILE
|
dbw 28, PIN_MISSILE
|
||||||
dbw 37, TAKE_DOWN
|
dbw 37, TAKE_DOWN
|
||||||
dbw 46, HYDRO_PUMP
|
dbw 46, HYDRO_PUMP
|
||||||
|
dbw 52, SLUDGE_BOMB
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
ScizorEvosAttacks:
|
ScizorEvosAttacks:
|
||||||
|
|
|
@ -2216,13 +2216,21 @@ LickilickyEvosAttacks:
|
||||||
dbw 49, SCREECH
|
dbw 49, SCREECH
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
LickilordEvosAttacks:
|
LickilordEvosAttacks: ; SW97 learnset + some poison stuff
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, ACID
|
dbw 1, ACID
|
||||||
dbw 1, LICK
|
dbw 1, LICK
|
||||||
dbw 1, WRAP
|
dbw 1, WRAP
|
||||||
dbw 1, SLAM
|
dbw 1, SLAM
|
||||||
|
dbw 7, SUPERSONIC
|
||||||
|
dbw 14, DISABLE
|
||||||
|
dbw 22, STOMP
|
||||||
dbw 30, TOXIC
|
dbw 30, TOXIC
|
||||||
|
dbw 33, WRAP
|
||||||
|
dbw 41, DEFENSE_CURL
|
||||||
|
dbw 52, SLAM
|
||||||
|
dbw 64, AMNESIA
|
||||||
|
dbw 77, SCREECH
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
KoffingEvosAttacks:
|
KoffingEvosAttacks:
|
||||||
|
@ -2355,13 +2363,21 @@ TangrowthEvosAttacks:
|
||||||
dbw 51, GROWTH
|
dbw 51, GROWTH
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
JungelaEvosAttacks:
|
JungelaEvosAttacks: ; SW97 learnset + Giga Drain
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, VINE_WHIP
|
dbw 1, VINE_WHIP
|
||||||
dbw 1, BIND
|
dbw 1, CONSTRICT
|
||||||
dbw 1, FAINT_ATTACK
|
dbw 1, FAINT_ATTACK
|
||||||
dbw 1, NIGHT_SHADE
|
dbw 1, NIGHT_SHADE
|
||||||
|
dbw 7, ABSORB
|
||||||
|
dbw 14, BIND
|
||||||
|
dbw 22, GROWTH
|
||||||
dbw 30, GIGA_DRAIN
|
dbw 30, GIGA_DRAIN
|
||||||
|
dbw 36, SLEEP_POWDER
|
||||||
|
dbw 41, STUN_SPORE
|
||||||
|
dbw 46, POISONPOWDER
|
||||||
|
dbw 52, NIGHT_SHADE
|
||||||
|
dbw 64, SLAM
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
KangaskhanEvosAttacks:
|
KangaskhanEvosAttacks:
|
||||||
|
|
Loading…
Reference in a new issue