- 417
- Posts
- 10
- Years
- Seen Nov 20, 2016
It always pains me to know how many people repeatedly insert the same data over and over each time they start on a new ROM/make a mistake instead of setting it up a single time in an easily modifiable and transferable way. I think that .s files are heavily underused here, so I'm going to be slowly uploading some of my own. If anyone else has any helpful files to contribute, that would be great.
Today's submission is FireRed's Pokedex sorting (alphabetical, type, weight, height) for all 721 Pokemon. Although it doesn't use C, I'm running on the assumption that you know how to use this https://github.com/EternalCode/Empty-Template. You can insert without it, but that honestly seems like a waste of time and you're better off just learning to set up the empty template. https://www.pokecommunity.com/threads/364458 GitHub may be a better way to do this, but for now, here are the files you'll need:
Dex Sorting
Defines Pokemon
Today's submission is FireRed's Pokedex sorting (alphabetical, type, weight, height) for all 721 Pokemon. Although it doesn't use C, I'm running on the assumption that you know how to use this https://github.com/EternalCode/Empty-Template. You can insert without it, but that honestly seems like a waste of time and you're better off just learning to set up the empty template. https://www.pokecommunity.com/threads/364458 GitHub may be a better way to do this, but for now, here are the files you'll need:
Dex Sorting
Defines Pokemon