- Pokémon Essentials Version
- v20.1 ➖
This is meant to somewhat mimic the HM app in the BDSP Pokétch.
You will need to create an :HMCATALOGUE item, then when you wish to give the player the item, simply use give_hm_catalogue.
To grant access to an HM move (let's use Rock Smash as an example), simply use HM_Catalogue.rock_smash = true.
Also make sure that if you have a Terrain Tag 19 already assigned, either change it in this script (it is where Rock Climb is assigned) or change yours to ensure no conflicts.
You will need to create an :HMCATALOGUE item, then when you wish to give the player the item, simply use give_hm_catalogue.
To grant access to an HM move (let's use Rock Smash as an example), simply use HM_Catalogue.rock_smash = true.
Also make sure that if you have a Terrain Tag 19 already assigned, either change it in this script (it is where Rock Climb is assigned) or change yours to ensure no conflicts.
- Credits
- Phantombass