We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Add Physical Special Split (markdown)
update weather flag names
fixed argument
Added the full split struct
Updated name to IS_MOVE_<category> and updated arg type
Fixed `battle_tv.c` instruction in Phys/Spec guide
Renamed move "Physicality" to "Category" to match common terminology
Add step for relocating `#undef move` to later in the same function in Phys/Spec guide
Move `!IS_TYPE_PHYSICAL` note closer to where it's relevant in Phys/Spec guide
Revert back to `!IS_TYPE_PHYSICAL` code block for Phys/Spec codeblock (markdown)
Clarified argument changing section in Add Phys/Spec Split guide (markdown)
Changed `(moveType)` to `(type)` based on current `src/pokemon.c`
Changed `!IS_TYPE_PHYSICAL` to `IS_TYPE_SPECIAL` based on current `src/pokemon.c`
Created Add Physical/Special Split (markdown)