Ammonite616 Posted March 23 Share Posted March 23 Hello, i am working on a custom signature move for a pokemon i have added to rejuvenation, i have already coded the move and made the animation in the in game animation editor, but the move does not use the animation. The animation is set up as: and the move code is: :DRAGDOWN => { :ID => 7434, :name => "Drag Down", :function => 0x11C, :type => :NORMAL, :category => :physical, :basedamage => 75, :accuracy => 100, :maxpp => 15, :effect => 100, :target => :SingleNonUser, :kingrock => true, :desc => "The user grabs the opponent and drags the into the ground. Flying Pokémons will fall to the ground." }, I thought them having the same name of ":DRAGDOWN" was what assigned it but it seems i am wrong. Link to comment Share on other sites More sharing options...
Recommended Posts