Files
pokeplatinum/res/items/data/hm06.json
2026-05-12 20:12:15 -07:00

31 lines
762 B
JSON

{
"name": "HM06",
"plural": "HM06s",
"article": "an",
"description": [
"The user slugs the foe with a\n",
"shattering punch. It can also smash\n",
"cracked boulders."
],
"icon": {
"sprite": "hm_NCGR",
"palette": "tm_fighting_NCLR"
},
"gbaID": "GBA_ITEM_HM06",
"price": 0,
"effectParam": 0,
"holdEffect": "HOLD_EFFECT_NONE",
"pluckEffect": "PLUCK_EFFECT_NONE",
"flingEffect": "FLING_EFFECT_NONE",
"flingPower": 0,
"naturalGiftPower": 0,
"naturalGiftType": null,
"preventToss": true,
"canRegister": false,
"fieldPocket": "POCKET_TMHMS",
"battlePocket": "BATTLE_POCKET_MASK_NONE",
"fieldUseFunc": "ITEM_USE_FUNC_TM_HM",
"battleUseFunc": 0,
"itemUseParams": null,
"teachesMove": "MOVE_ROCK_SMASH"
}