-
Notifications
You must be signed in to change notification settings - Fork 554
Open
Description
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
Labels
No labels