jep-hack/data/battle/ai/useful_moves.asm
Llinos Evans caee1c278c Add move effect for Coin Hurl
Thanks to Shellnuts for helping out.

Coin Hurl is now a max-150 base power move that scales with the user's wealth.
2024-08-27 00:54:58 +01:00

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