Item Categories
How to enable Item Categories for your Mart.
Enabling Categories
to enable Item Categories in your Mart event, simply add the useCat: true
argument after the item list inside your method call.
This will organize the items automatically into logical groups (following the Bag Pocket Categories) like Poké Balls, Healing Items, Battle Items, etc — making the shopping UI easier to navigate.
Example:
AttentionImportant:
useCat
is only available forpbPokemonMart
(Mart events). Shelf events (pbShelfMart
) do not support this categories setting.