mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-23 07:52:16 +13:00
SURPRISE EVOLOTTO
This took like 10 minutes okay now I'm going to rest for at least a day
This commit is contained in:
parent
308701db03
commit
5347a46208
32 changed files with 40 additions and 3 deletions
|
|
@ -176,6 +176,7 @@ EvosAttacksPointers2::
|
|||
dw RuddernautEvosAttacks
|
||||
dw PixytopEvosAttacks
|
||||
dw MawtleEvosAttacks
|
||||
dw EvolottoEvosAttacks
|
||||
dw XylodonEvosAttacks
|
||||
dw XylofinEvosAttacks
|
||||
dw DokuroarEvosAttacks
|
||||
|
|
@ -3029,6 +3030,12 @@ MawtleEvosAttacks:
|
|||
dbw 54, CRUNCH
|
||||
dbw 60, SKULL_BASH
|
||||
db 0 ; no more level-up moves
|
||||
|
||||
EvolottoEvosAttacks:
|
||||
dbbw EVOLVE_LEVEL, 1, EEVEE ; PLACEHOLDER
|
||||
db 0 ; no more evolutions
|
||||
dbw 1, HIDDEN_POWER
|
||||
db 0 ; no more level-up moves
|
||||
|
||||
XylodonEvosAttacks:
|
||||
dbbw EVOLVE_LEVEL, 40, XYLOFIN ; no more evolutions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue