mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
30 lines
750 B
JSON
30 lines
750 B
JSON
{
|
|
"name": "Town Map",
|
|
"plural": "Town Maps",
|
|
"article": "a",
|
|
"description": [
|
|
"A very convenient map that can be\n",
|
|
"viewed anytime. It even shows your \n",
|
|
"present location."
|
|
],
|
|
"icon": {
|
|
"sprite": "town_map_NCGR",
|
|
"palette": "town_map_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_TOWN_MAP",
|
|
"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": true,
|
|
"fieldPocket": "POCKET_KEY_ITEMS",
|
|
"battlePocket": "BATTLE_POCKET_MASK_NONE",
|
|
"fieldUseFunc": "ITEM_USE_FUNC_TOWN_MAP",
|
|
"battleUseFunc": 0,
|
|
"itemUseParams": null
|
|
} |