Skip to content

Fix a ShellSideArm crash happening when description in shown

Narvalight requested to merge Narvalight/pokemonsdk:development into development

MR Description

  • Patch a crash when description is shown during battle because the move doesn't have a category of attack (Physical/Special/Status)

Before testing

  • Add ShellSideArm in your database

Tests to realize

  • If the move don't crash when the description is shown during a battle.

Before merging

  • Check that the code is checking nil case instead of or-ing a potentially false value.
Edited by Zøzo

Merge request reports