User Story
As a Technical Demo user
I want to have an event about the National Dex
So that I can understand how to use it and the good practices to know of
Description
Following a report about the Pokédex, it seems like the National Dex isn't featured in the current Technical Demo. There are two ways to enable the National Dex:
- through the use of the National Dex switch (passing it to true)
- using the
$pokedex.national(true) script call (the recommended way)
This issue is about implementing an event that showcases the second method. Either it can be done using a new event, or by modifying the Prof Birch event to give the National Dex after the Stone quest.
User Story
As a Technical Demo user
I want to have an event about the National Dex
So that I can understand how to use it and the good practices to know of
Description
Following a report about the Pokédex, it seems like the National Dex isn't featured in the current Technical Demo. There are two ways to enable the National Dex:
$pokedex.national(true)script call (the recommended way)This issue is about implementing an event that showcases the second method. Either it can be done using a new event, or by modifying the Prof Birch event to give the National Dex after the Stone quest.