to start, go into the contents folder of your gamemode, then data, and open the pokedex file.
the next step is to add your pokedex/see the nationaldex. it should look like this as for how you make it:
pokedex name|a register for it to pick up(0 if no register)|all the pokemon in it(you can use something like 1-100 to make it shorter)
when you do that, find the place where you get the pokedex, make SURE you have your script to give it ready and add this in to where you want to get the pokedex(this is in version=2 mode)
@Register.register(the register you used, the nationaldex's is "pokedex_national")
now go test if you did it right. if you did, it will show up only upon getting that pokedex.
the next step is to add your pokedex/see the nationaldex. it should look like this as for how you make it:
pokedex name|a register for it to pick up(0 if no register)|all the pokemon in it(you can use something like 1-100 to make it shorter)
when you do that, find the place where you get the pokedex, make SURE you have your script to give it ready and add this in to where you want to get the pokedex(this is in version=2 mode)
@Register.register(the register you used, the nationaldex's is "pokedex_national")
now go test if you did it right. if you did, it will show up only upon getting that pokedex.