Staff Aeodyn 18 Posted July 17 Staff Share Posted July 17 (edited) In PokeBattle_Battler and PokeBattle_MoveEffects, there are lines preventing pokemon from flinching from moves (though not from King's Rock / Razor Fang). Bulbapedia's not 100% unambiguous, but apparently it was only in gen 2 that sleeping pokemon couldn't flinch. For ctrl-f: Spoiler PokeBattle_Battler : target.status!=PBStatuses::SLEEP && target.status!=PBStatuses::FROZEN PokeBattle_MoveEffects: opponent.status!=PBStatuses::SLEEP && opponent.status!=PBStatuses::FROZEN opponent.damagestate.substitute || (opponent.status!=PBStatuses::SLEEP && opponent.status!=PBStatuses::FROZEN) Edited July 17 by Aeodyn Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.