jep-hack/data/moves/critical_hit_moves.asm
Llinos Evans caa6d9ceb3 New moves
This adds the SW97 and Fairy moves to the game. I have yet to do the effects for Coin Hurl, Synchronize, and Water Sport, but they seem relatively simple.

This also adds all the Fairy moves, including Moonblast, Strange Steam, and Play Rough, which become JEP-eligible under the game's criteria.

Animations not included. Sour Crystal may have what we're looking for, though.
2024-08-26 08:50:21 +01:00

12 lines
156 B
NASM

CriticalHitMoves:
dw KARATE_CHOP
dw RAZOR_WIND
dw RAZOR_LEAF
dw CRABHAMMER
dw SLASH
dw AEROBLAST
dw CROSS_CHOP
dw CROSS_CUTTER
dw WIND_RIDE
dw -1