diff --git a/src/HexManiac.Core/Models/Code/default.axve.axpe.bpee.toml b/src/HexManiac.Core/Models/Code/default.axve.axpe.bpee.toml index 0d8bea1e..7cbf553e 100644 --- a/src/HexManiac.Core/Models/Code/default.axve.axpe.bpee.toml +++ b/src/HexManiac.Core/Models/Code/default.axve.axpe.bpee.toml @@ -134,3 +134,30 @@ Name = '''pocketid''' '''key''' ] +[[List]] +Name = '''effectanimations''' +0 = [ + '''FormChange''', + '''StatChange''', + '''SubstituteFade''', + '''SubstituteAppear''', + '''PokeblockThrow''', + '''ItemKnockOff''', + '''TurnTrap''', + '''HeldItemEffect''', + '''SmokeBall''', + '''FocusBand''', + '''Rain''', + '''Sun''', + '''Sandstorm''', + '''Hail''', + '''LeechSeedDrain''', + '''ConfuseHit''', + '''ItemSteal''', + '''SnatchMove''', + '''FutureSight''', + '''DoomDesire''', + '''FocusPunchSetUp''', + '''IngrainHeal''', + '''WishHeal''', +] diff --git a/src/HexManiac.Core/Models/Code/default.bpre.bpge.toml b/src/HexManiac.Core/Models/Code/default.bpre.bpge.toml index d0d47d5d..78d7b31b 100644 --- a/src/HexManiac.Core/Models/Code/default.bpre.bpge.toml +++ b/src/HexManiac.Core/Models/Code/default.bpre.bpge.toml @@ -496,3 +496,36 @@ Destination = '''data.pokemon.moves.stats.battle''' Name = '''Items''' Image = '''graphics.items.sprites/13/sprite/''' Destination = '''data.items.stats''' + +[[List]] +Name = '''effectanimations''' +0 = [ + '''FormChange''', + '''StatChange''', + '''SubstituteFade''', + '''SubstituteAppear''', + '''BaitThrow''', + '''ItemKnockOff''', + '''TurnTrap''', + '''HeldItemEffect''', + '''SmokeBall''', + '''FocusBand''', + '''Rain''', + '''Sun''', + '''Sandstorm''', + '''Hail''', + '''LeechSeedDrain''', + '''ConfuseHit''', + '''ItemSteal''', + '''SnatchMove''', + '''FutureSight''', + '''DoomDesire''', + '''FocusPunchSetUp''', + '''IngrainHeal''', + '''WishHeal''', + '''MonScared''', + '''GhostGetOut''', + '''SilphScoped''', + '''SafariRockThrow''', + '''SafariReaction''', +] diff --git a/src/HexManiac.Core/Models/Code/default.toml b/src/HexManiac.Core/Models/Code/default.toml index a18e9243..52a0a620 100644 --- a/src/HexManiac.Core/Models/Code/default.toml +++ b/src/HexManiac.Core/Models/Code/default.toml @@ -865,30 +865,3 @@ Name = '''statusanimations''' '''Nightmare''', ] -[[List]] -Name = '''effectanimations''' -0 = [ - '''FormChange''', - '''StatChange''', - '''SubstituteFade''', - '''SubstituteAppear''', - '''PokeblockThrow''', - '''ItemKnockOff''', - '''TurnTrap''', - '''HeldItemEffect''', - '''SmokeBall''', - '''FocusBand''', - '''Rain''', - '''Sun''', - '''Sandstorm''', - '''Hail''', - '''LeechSeedDrain''', - '''ConfuseHit''', - '''ItemSteal''', - '''SnatchMove''', - '''FutureSight''', - '''DoomDesire''', - '''FocusPunchSetUp''', - '''IngrainHeal''', - '''WishHeal''', -]