Files
2015-10-26 21:58:27 -07:00

45 lines
1.0 KiB
JavaScript

FullScreenPokemon.FullScreenPokemon.settings.battles = {
"battleMenuName": "Battle",
"battleOptionNames": {
"moves": "FIGHT",
"items": "ITEM",
"actors": ["Poke", "Mon"],
"exit": "RUN"
},
"menuNames": {
"moves": "BattleFightList",
"items": "Items",
"actors": "Pokemon"
},
"backgroundType": "DirtWhite",
"defaults": {
"exitDialog": "Got away safely!",
"textStart": [
"A wild ".split(""),
" appeared!".split("")
],
"textEntry": [
"Go! ".split(""),
"!".split("")
],
"textOpponentSendOut": [
"".split(""),
" sent out ".split(""),
"!".split("")
],
"textPlayerSendOut": [
"Go! ".split(""),
"!".split("")
]
},
"positions": {
"player": {
"left": 4,
"top": 20
},
"opponent": {
"left": 52,
"top": 8
}
}
};