You've already forked FullScreenPokemon
mirror of
https://github.com/FullScreenShenanigans/FullScreenPokemon.git
synced 2026-04-28 12:58:40 -07:00
45 lines
1.0 KiB
JavaScript
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
|
|
}
|
|
}
|
|
}; |