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:
Llinos Evans 2024-08-26 08:50:21 +01:00
parent 2e24031730
commit caa6d9ceb3
8 changed files with 190 additions and 52 deletions

View file

@ -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