mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
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.
This commit is contained in:
parent
2e24031730
commit
caa6d9ceb3
8 changed files with 190 additions and 52 deletions
|
|
@ -257,11 +257,27 @@
|
|||
const ROCK_SMASH ; f9
|
||||
const WHIRLPOOL ; fa
|
||||
const BEAT_UP ; fb
|
||||
const ROCK_HEAD
|
||||
const ROCK_SLASH
|
||||
const CROSS_CUTTER
|
||||
const MEGAPHONE
|
||||
const MYSTIC_ICE
|
||||
const ROCK_HEAD ; FC
|
||||
const ROCK_SLASH ; FD
|
||||
const CROSS_CUTTER ; FE
|
||||
const MEGAPHONE ; FF
|
||||
const MYSTIC_ICE ; G0
|
||||
const BOUNCE
|
||||
const BRIGHT_MOSS
|
||||
const COIN_HURL
|
||||
const UPROOT
|
||||
const SYNCHRONIZE
|
||||
const STRONG_ARM
|
||||
const UPPERCUT
|
||||
const WATER_SPORT
|
||||
const WIND_RIDE
|
||||
const DAZZLING_GLEAM
|
||||
const DISARMING_VOICE
|
||||
const DRAINING_KISS
|
||||
const FAIRY_WIND
|
||||
const MOONBLAST
|
||||
const PLAY_ROUGH
|
||||
const STRANGE_STEAM ; BONG WEEZING RIIIIIIISE UP
|
||||
DEF NUM_ATTACKS EQU const_value - 1
|
||||
|
||||
if NUM_ATTACKS > $3fff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue