Default Item Categories
What are the Default Item Categories.
Last updated
What are the Default Item Categories.
Last updated
This feature will split up the items in their respective category following the bag pocket names, they'll be ordered by alphabet. It is possible to set up custom categories as well for evolution stones for example.
As seen in the Screenshot above, the category name and page number are on the top of the item list. You can edit the names of these Default Item Categories in the 000_PokeMart_Settings_and_Setup.rb file.
If you plan on translating your game then it might be a good idea to edit each category name in the format of _INTL("Items")
as otherwise this won't be extracted for translation.
Or you can use the following line instead:
This will simply make an array out of the pocket_names attribute in the PokemonBag class.
When you would translate or add any pockets later on, they'll be automatically added and used by the script to put items in their respective pocket/category.
Don't worry if this method is a bit out of your league of understanding, you can do it the other way as well that I first mentioned. :D