Closed Kermalis closed 2 years ago
Yep, splitting the subprojects means you missed one of the extension methods. There's a silent StackOverflowException being thrown because the extension method is calling itself. Easy to miss when changing namespace usings
It should be calling MysteryGiftSpriteUtil.Sprite(this MysteryGift gift)
in PKHeX.Drawing.Misc
Describe the bug Title. Tried it in a SWSH file and a BDSP file and happens either way. This is in the latest commit, possibly due to the splitting of the subprojects