Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

For the text, I made a script that would essentially display a text letter by letter by just increasing the substring until the full message is displayed. Then I just read the dissassembly to see what functions the game uses for text, which are text line cont and para, and made similar effects, I may make them more accurate as polish, but it's good enough. For the animations, it was painstaking, I watched the intro cutscene frame by frame and copied the positions. For the intro, I learned how state machines could be used, and managed to get good enough to make the intro sequence once I was good enough using Unity's general workflow. I'll probably get better as I implement further events. I also have a basic battle scene, but it just loads the Pokemon onto the screen, and not much else. If you want, I can upload the source code for you to learn from, as I want to learn from your project as it progresses as well. I've been looking for other projects to learn more about how to approach a Pokemon recreation type game. If you want to know anything else, feel free to ask! Also, the dissassembly is a godsend for learning about the game, but I'm sure you're already using it.