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

31 lines
769 B
JSON

{
"name": "TM89",
"plural": "TM89s",
"article": "a",
"description": [
"After making its attack, the user\n",
"rushes back to switch places with a\n",
"party Pokémon in waiting."
],
"icon": {
"sprite": "tm_NCGR",
"palette": "tm_bug_NCLR"
},
"gbaID": "GBA_ITEM_NONE",
"price": 3000,
"effectParam": 0,
"holdEffect": "HOLD_EFFECT_NONE",
"pluckEffect": "PLUCK_EFFECT_NONE",
"flingEffect": "FLING_EFFECT_NONE",
"flingPower": 0,
"naturalGiftPower": 0,
"naturalGiftType": null,
"preventToss": false,
"canRegister": false,
"fieldPocket": "POCKET_TMHMS",
"battlePocket": "BATTLE_POCKET_MASK_NONE",
"fieldUseFunc": "ITEM_USE_FUNC_TM_HM",
"battleUseFunc": 0,
"itemUseParams": null,
"teachesMove": "MOVE_U_TURN"
}