mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00

Thanks to Shellnuts for helping out. Coin Hurl is now a max-150 base power move that scales with the user's wealth.
25 lines
354 B
NASM
25 lines
354 B
NASM
; AI_SMART knows these moves are usable all-around.
|
|
|
|
UsefulMoves:
|
|
dw DOUBLE_EDGE
|
|
dw SING
|
|
dw FLAMETHROWER
|
|
dw HYDRO_PUMP
|
|
dw SURF
|
|
dw ICE_BEAM
|
|
dw BLIZZARD
|
|
dw HYPER_BEAM
|
|
dw SLEEP_POWDER
|
|
dw THUNDERBOLT
|
|
dw THUNDER
|
|
dw EARTHQUAKE
|
|
dw TOXIC
|
|
dw PSYCHIC_M
|
|
dw HYPNOSIS
|
|
dw RECOVER
|
|
dw FIRE_BLAST
|
|
dw SOFTBOILED
|
|
dw SUPER_FANG
|
|
dw COIN_HURL
|
|
dw -1 ; end
|