mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 04:04:39 +13:00

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.
12 lines
156 B
NASM
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
|