Skip to content

Struggle Animation Does Not Play #234

@Beebleborx

Description

@Beebleborx

The struggle animation does not play. I'm not familiar with how move animations work, but from what I see, pbFindMoveAnimation attempts to find the specific move animation, and if it cannot, substitutes it with a generic one for the moves type, and if that can't be determined, it checks if the move exists and if so uses the animation for TACKLE, and if not returns nil. I believe this function returns nil for Struggle because it does not exist in the PBS file. Adding STRUGGLE to the PBS file resolves the issue but I'm not sure how it works with the rest of the code. Class Battle::Move::Struggle < Battle::Move notes that @RealMove = nil because it's not associated with a move.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions