CC Toon Adventure was a lost theme incapable of loading on GoAnimate due to a change in the swf file. This was my first P-Code based project. To explain in short, it's essentially Flash bytecode, and in order to make the project a reality, I needed to modify it, as JPEXS' AS code modification is too unstable. Eventually I found the source of the issue. Internally, the swf had a list of themes it would use the "skeleton system" as opposed to the "freeaction system", and CC Toon Adventure simply wasn't present. To add it, I simply modified it to be in the list, and *boom* it work.