- 151
- Posts
- 6
- Years
- Seen Feb 4, 2020
Hello everyone,
I would like to use another dynamic for collection in my game. Let's say in addition to the capture of wild pokemons it would be possible to collect informations about trees.
I think the easiest way is to add a regional pokedex which has only trees in it and add trees in the pokemon.txt file but then I need to understand how to add info to this pokedex without fighting trees.
I found the pbSetSeen/Owned functions but they never work...
How can I use them in an event to add the seen/owned data to the new dex?
I tried them with existing pokes like pbSetSeen(RAICHU) but they say unitialized constant...
Many thanks in advance!
I would like to use another dynamic for collection in my game. Let's say in addition to the capture of wild pokemons it would be possible to collect informations about trees.
I think the easiest way is to add a regional pokedex which has only trees in it and add trees in the pokemon.txt file but then I need to understand how to add info to this pokedex without fighting trees.
I found the pbSetSeen/Owned functions but they never work...
How can I use them in an event to add the seen/owned data to the new dex?
I tried them with existing pokes like pbSetSeen(RAICHU) but they say unitialized constant...
Many thanks in advance!
Last edited: