Skip to content

Add Genies signature moves

Lexio requested to merge Lexiooo/pokemonsdk:add/genies_moves into development

MR Description

  • Adds the signature moves of Thundurus, Tornadus and Landorus from Hisui.

Before testing

  • Add either of the moves (Bleakwind Storm, Wildbolt Storm or Sandsear Storm) to your Studio project.
  • Give them the custom function s_genies_storm.
  • Make sure that the accuracy is not 0 in Studio, and that the move can miss in battle.

Notes to acknowledge before testing

  • These 3 moves can't miss in Rain or Heavy Rain (Primal Kyogre's ability).

Tests to realize

  • The move can miss in weather clear, Hail (and Snow), Sunlight and Sandstorm.
  • The move cannot miss in Rain or Heavy Rain.

Sources related to this MR

Edited by eaven Jungko

Merge request reports