mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-07 17:26:02 -05:00
unpack trtbl.narc and trtblofs.narc (#656)
This commit is contained in:
@@ -824,7 +824,7 @@ TRAINER_UNKNOWN_822
|
||||
TRAINER_UNKNOWN_823
|
||||
TRAINER_UNKNOWN_824
|
||||
TRAINER_UNKNOWN_825
|
||||
TRAINER_UNKNOWN_828
|
||||
TRAINER_UNKNOWN_826
|
||||
TRAINER_ACE_TRAINER_ANTON
|
||||
TRAINER_ACE_TRAINER_BRENNA
|
||||
TRAINER_SCIENTIST_DARRIUS
|
||||
|
||||
@@ -165,8 +165,8 @@ res/pokemon/pms.narc,/poketool/personal/pms.narc
|
||||
res/pokemon/wotbl.narc,/poketool/personal/wotbl.narc
|
||||
res/trainers/trdata.narc,/poketool/trainer/trdata.narc
|
||||
res/trainers/trpoke.narc,/poketool/trainer/trpoke.narc
|
||||
res/prebuilt/poketool/trmsg/trtbl.narc,/poketool/trmsg/trtbl.narc
|
||||
res/prebuilt/poketool/trmsg/trtblofs.narc,/poketool/trmsg/trtblofs.narc
|
||||
res/trainers/trtbl.narc,/poketool/trmsg/trtbl.narc
|
||||
res/trainers/trtblofs.narc,/poketool/trmsg/trtblofs.narc
|
||||
res/prebuilt/battle/graphic/b_bag_gra.narc,/battle/graphic/b_bag_gra.narc
|
||||
res/prebuilt/battle/graphic/b_plist_gra.narc,/battle/graphic/b_plist_gra.narc
|
||||
res/prebuilt/battle/graphic/batt_bg.narc,/battle/graphic/batt_bg.narc
|
||||
|
||||
|
@@ -164,8 +164,8 @@ de5c1035595e3cb52990b183497e513246bd0efe *res/pokemon/pms.narc
|
||||
cd4b737f173cc6ac1a25636efa4edfd83da79599 *res/pokemon/wotbl.narc
|
||||
59f49fe682ef8cf4dfb8f6b7da2e0f51401b50cc *res/trainers/trdata.narc
|
||||
da4dc734c7051754a3280d9e918942c42d183adb *res/trainers/trpoke.narc
|
||||
f2510b7ff0305a01e0aaec1fd438ebd63a52b3bc *res/prebuilt/poketool/trmsg/trtbl.narc
|
||||
eb67fe3a80265f7d874c107850a3f6b75cadb83d *res/prebuilt/poketool/trmsg/trtblofs.narc
|
||||
f2510b7ff0305a01e0aaec1fd438ebd63a52b3bc *res/trainers/trtbl.narc
|
||||
eb67fe3a80265f7d874c107850a3f6b75cadb83d *res/trainers/trtblofs.narc
|
||||
8bac81f0ff446438c6bf34a161619dce22e9db77 *res/prebuilt/battle/graphic/b_bag_gra.narc
|
||||
036b81fe61c6347100c73b2c23d28da5abc7626c *res/prebuilt/battle/graphic/b_plist_gra.narc
|
||||
d672202157109fb1bb293070b5d35787b2b2b6d3 *res/prebuilt/battle/graphic/batt_bg.narc
|
||||
|
||||
@@ -3,7 +3,6 @@ subdir('personal')
|
||||
subdir('pokeanm')
|
||||
subdir('pokegra')
|
||||
subdir('trgra')
|
||||
subdir('trmsg')
|
||||
subdir('waza')
|
||||
|
||||
prebuilt_files = [
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
prebuilt_files = [
|
||||
'trtbl.narc',
|
||||
'trtblofs.narc'
|
||||
]
|
||||
|
||||
foreach f : prebuilt_files
|
||||
nitrofs_files += fs.copyfile(f)
|
||||
endforeach
|
||||
Binary file not shown.
Binary file not shown.
@@ -38,8 +38,12 @@ species_text_bank_names = [
|
||||
'species_category_jp.json'
|
||||
]
|
||||
|
||||
trainer_text_bank_names = [
|
||||
'npc_trainer_messages.json'
|
||||
]
|
||||
|
||||
# This list will be what's used hereafter when referring to any-and-all generated banks.
|
||||
generated_text_banks = species_text_bank_names
|
||||
generated_text_banks = species_text_bank_names + trainer_text_bank_names
|
||||
|
||||
# 2. All other files must be static. Pull these from `generated/text_banks.txt`. This allows us
|
||||
# to circumvent needing to build an NAIX, which reduces overall build depenedencies and speeds
|
||||
@@ -97,6 +101,19 @@ species_text_banks = custom_target('species_text_banks',
|
||||
|
||||
text_bank_files += species_text_banks
|
||||
|
||||
trainer_text_banks = custom_target('trainer_text_banks',
|
||||
output: trainer_text_bank_names,
|
||||
command: [
|
||||
'mv',
|
||||
'@OUTDIR@/../trainers/npc_trainer_messages.json',
|
||||
'@OUTDIR@/npc_trainer_messages.json',
|
||||
],
|
||||
env: trainer_env,
|
||||
depends: [ datagen_trainer_out ],
|
||||
)
|
||||
|
||||
text_bank_files += trainer_text_banks
|
||||
|
||||
text_banks = custom_target('pl_msg.narc',
|
||||
output: 'pl_msg.narc',
|
||||
input: json_to_bin_gen.process(text_bank_files),
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -37,5 +37,29 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"The Trainers and Pokémon that gather\n",
|
||||
"here aren’t pushovers.\f",
|
||||
"They all have tricks up their sleeves!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You’re not a Trainer that can be\n",
|
||||
"taken lightly!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"The Pokémon you’ll meet here won’t\n",
|
||||
"make it easy for you to move onward.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,31 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Are you feeling all run-down?\r",
|
||||
"But a good Trainer is one who wins no\n",
|
||||
"matter the situation!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"That’s right. A good Trainer will win,\n",
|
||||
"no matter what the situation may be.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"The Trainer’s feelings...\n",
|
||||
"The Pokémon’s feelings...\r",
|
||||
"If they are one and the same, you\n",
|
||||
"will never lose.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,30 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"What, were you just dawdling around\n",
|
||||
"hoping I’d notice you for a battle?\r",
|
||||
"You know you’re going to get whupped\n",
|
||||
"here, don’t you?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I kinda deserved that, didn’t I?\n",
|
||||
"I gotta stop mouthing off like that...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I’ll remember you and your shifty\n",
|
||||
"Pokémon, too. I’m watching you...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -50,5 +50,38 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"As an Ace Trainer, I have to take\n",
|
||||
"battles in stride.\r",
|
||||
"I need to stay cool and calm whether\n",
|
||||
"I win or lose.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Aiyeeeeh!\n",
|
||||
"We lost!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"How dare you beat us!\n",
|
||||
"Go away! Go!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Last time, I got a little emotional\n",
|
||||
"over losing...\r",
|
||||
"I’ll stay cool and calm today!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -21,5 +21,27 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"We spend all our time battling in the\n",
|
||||
"blizzards of Snowpoint City.\r",
|
||||
"We’ll show you how it’s toughened\n",
|
||||
"us up!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "What’s with your toughness?!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"You’ve battled all over, you say?\n",
|
||||
"That makes you tough, perhaps.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,30 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I want my Pokémon to get a taste of\n",
|
||||
"the sweetness that is victory.\r",
|
||||
"I can’t afford to lose this one!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"This defeat has the tang of my bitter\n",
|
||||
"tears..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I’m sorry, my Pokémon team...\r",
|
||||
"I promise, I’ll get better at this so\n",
|
||||
"you can get a taste of victory!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,36 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’m an elite battler, but cold is\n",
|
||||
"my nemesis!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"But, how...?\n",
|
||||
"Am I weak at battling, too?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I’d rather be asleep in the lodge’s\n",
|
||||
"bed...\r",
|
||||
"I can’t take this cold...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"I’m an elite at battling, but cold is\n",
|
||||
"my nemesis!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,30 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I will win. I am sure of it.\n",
|
||||
"Therefore, you will lose!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"But...\n",
|
||||
"This isn’t possible!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"It’s not that you’ve won.\n",
|
||||
"It’s just that I lost!\r",
|
||||
"...It’s all the same.\n",
|
||||
"Go, me.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -48,5 +48,28 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"By focusing on only one type, you can\n",
|
||||
"really see the strengths and\f",
|
||||
"weaknesses of that Pokémon.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "My focus was too narrow minded..."
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Start by becoming friendly with your\n",
|
||||
"Pokémon. I mean really friendly.\r",
|
||||
"If you do that, you’ll learn naturally\n",
|
||||
"how you should battle with it.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -36,5 +36,33 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Tough Pokémon...\n",
|
||||
"Tough Trainers...\r",
|
||||
"You tell me, where else can I find\n",
|
||||
"a place as good as this to train?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"That was good.\n",
|
||||
"You’ve bonded well with your Pokémon.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Tough Pokémon...\n",
|
||||
"Tough Trainers...\r",
|
||||
"Their strength comes from their bond.\n",
|
||||
"And that’s something that can be\f",
|
||||
"made stronger anywhere.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -50,5 +50,27 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’ve only been involved with Pokémon\n",
|
||||
"for a short time.\r",
|
||||
"I managed to get this far because\n",
|
||||
"skilled friends toughened me up!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "I can’t believe how tough you are!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"If you have wonderful friends, there\n",
|
||||
"is no limit to how far you can go.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,28 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"What does it feel like, taking one step\n",
|
||||
"after another into darkness?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You’re the kind of person who can keep\n",
|
||||
"going forward even into the unknown.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I think, sometimes, one has to make\n",
|
||||
"mistakes to learn what is right.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,5 +23,32 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"An ace has the knowledge and\n",
|
||||
"experience of battling at high levels.\r",
|
||||
"I’ll demonstrate what that means to\n",
|
||||
"a noob like you!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Wow...\n",
|
||||
"I’m in the mood to sing a lullaby...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Your earnest enthusiasm...\n",
|
||||
"I guess that kinda makes you an ace.\r",
|
||||
"Maybe you’re a Trainer who has the\n",
|
||||
"potential to surpass aces!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,25 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Let me see what you got there, kid.\n",
|
||||
"I could give you some advice.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "You got way too much!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Well, I don’t have any advice for\n",
|
||||
"someone as tough as you!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,32 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"This cold is but nothing compared\n",
|
||||
"to the fire that burns in my heart!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Your heart burns as hot as mine!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"The weather clears up sometimes.\n",
|
||||
"The view is breathtaking then.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"We’ll come at you with our hearts\n",
|
||||
"ablaze!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,18 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"We’ll come at you with our hearts\n",
|
||||
"ablaze!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Your heart burns as hot as mine!\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,35 @@
|
||||
"power": 50,
|
||||
"ball_seal": 21
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"You’re willing to battle?\n",
|
||||
"Let me see what you have?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Your love of Pokémon really shows!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I grew up together with Felix and\n",
|
||||
"my team, right from my childhood.\r",
|
||||
"All our memories, we’ve always shared\n",
|
||||
"them.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Oh, hi, we meet again.\r",
|
||||
"May I see what you’ve done with your\n",
|
||||
"Pokémon?\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,39 @@
|
||||
"power": 50,
|
||||
"ball_seal": 19
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Worthy opponents... The search for\n",
|
||||
"them drives me to travel far.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I’ve certainly found a tough\n",
|
||||
"adversary in you...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"How much you believe in your\n",
|
||||
"Pokémon...\r",
|
||||
"That’s a critical factor in how a\n",
|
||||
"battle will turn out.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"We’ve faced many challengers since\n",
|
||||
"we met, but they were all weak...\r",
|
||||
"I relish the tough resistance that\n",
|
||||
"only you can provide!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,23 @@
|
||||
"power": 50,
|
||||
"ball_seal": 19
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"We’ve faced many challengers since\n",
|
||||
"we met, but they were all weak...\r",
|
||||
"I relish the tough resistance that\n",
|
||||
"only you can provide!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I’ve found a tough adversary in\n",
|
||||
"you...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,39 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’ll take on anyone!\n",
|
||||
"It can only make me stronger!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You won and I lost, but the both of\n",
|
||||
"us gained something from this.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"In a Pokémon battle, it doesn’t\n",
|
||||
"matter how old or young you are.\r",
|
||||
"Your gender doesn’t matter, either.\n",
|
||||
"Nothing like that means anything!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"I’ll battle against people who’ve\n",
|
||||
"beaten me again and again.\r",
|
||||
"By doing that, we both grow a little\n",
|
||||
"as Trainers.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,23 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"I’ll battle against people who’ve\n",
|
||||
"beaten me again and again.\r",
|
||||
"By doing that, we both grow a little\n",
|
||||
"as Trainers.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You won and I lost, but the both of\n",
|
||||
"us gained something from this.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,23 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"I’ll battle against people who’ve\n",
|
||||
"beaten me again and again.\r",
|
||||
"By doing that, we both grow a little\n",
|
||||
"as Trainers.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You won and I lost, but the both of\n",
|
||||
"us gained something from this.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,31 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’m not just looking for tough\n",
|
||||
"Trainers to battle.\r",
|
||||
"I’ve been battling here because\n",
|
||||
"I want to feel the rush!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Your power is thrilling...\n",
|
||||
"I’m thrilled down to my toes!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I’m so glad that there are Pokémon!\r",
|
||||
"There isn’t much else that gives me\n",
|
||||
"the thrill that Pokémon do!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,35 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"You seem to have a lot of confidence.\n",
|
||||
"Let’s see if it’s justified!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Haha!\n",
|
||||
"A total loss for me!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"You seem to have an abundance of\n",
|
||||
"talent. It’s pretty amazing.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"When I lost to you last time, I was\n",
|
||||
"just unlucky.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,29 @@
|
||||
"power": 50,
|
||||
"ball_seal": 23
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": "Welcome to my Pokémon show!\r"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Did you enjoy the show?\n",
|
||||
"Super fabulous, wasn’t it?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I’ll be happy to battle you again!\n",
|
||||
"Let’s battle again sometime, yeah?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": "Welcome to my new Pokémon show!\r"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,37 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I always play for keeps!\n",
|
||||
"This isn’t practice!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Good job!\n",
|
||||
"That was an excellent battle.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"If you don’t play for keeps, you’ll\n",
|
||||
"lose battles you should be dominating.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"When I lost to you last time, I was\n",
|
||||
"battling for keeps.\r",
|
||||
"But this time, I really mean it.\n",
|
||||
"This is seriously for keeps!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -27,5 +27,35 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I took great pains raising my partners.\n",
|
||||
"I’ll show you how strong I made them!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "It needs to be leveled more?!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"My Pokémon...\r",
|
||||
"They’re the first friends I ever\n",
|
||||
"caught. They mean everything to me!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"...When I close my eyes, I can picture\n",
|
||||
"how we lost to you in vivid detail.\r",
|
||||
"But, I’ve raised them since then! I’ll\n",
|
||||
"throw their strength in your face!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,32 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Victory Road... Somehow, it feels as\n",
|
||||
"if my journey is now coming to an end.\r",
|
||||
"But, before the final chapter is\n",
|
||||
"written, I must pen your defeat!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"That wasn’t how I planned the final\n",
|
||||
"chapter to go in my writing class..."
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"If you don’t give up, you can reach\n",
|
||||
"your goal.\r",
|
||||
"That perseverance is what’s important\n",
|
||||
"to Trainers. That’s in my book, too."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,5 +23,28 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"My willpower was shaped and tempered\n",
|
||||
"by howling blizzards.\r",
|
||||
"I’ll bring it to bear on you!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "You weren’t even fazed...\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I’ve battled countless Trainers\n",
|
||||
"and many more Pokémon still.\r",
|
||||
"My spirit has been hardened from all\n",
|
||||
"the battles I have fought."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -35,5 +35,38 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"They call me an Ace Trainer.\r",
|
||||
"Allow me to demonstrate the talent\n",
|
||||
"that makes me so!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I’m burning with jealousy over your\n",
|
||||
"raw talent!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I think keeping up the effort to\n",
|
||||
"better yourself is a talent in itself.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Last time, I stumbled before I could\n",
|
||||
"showcase my talent.\r",
|
||||
"This time, I’ll conclusively demonstrate\n",
|
||||
"the might of an Ace Trainer!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,23 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Last time, you beat me before I had\n",
|
||||
"a chance to show you my skill.\r",
|
||||
"This time, I’ll shows you why they\n",
|
||||
"consider me an ace!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I’m burning with jealousy over your\n",
|
||||
"talent!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,5 +23,39 @@
|
||||
"power": 50,
|
||||
"ball_seal": 11
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I constantly analyze Pokémon and\n",
|
||||
"various battles on my laptop.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"...Things don’t always work out\n",
|
||||
"according to my calculations...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I had a lot of fun battling with\n",
|
||||
"you, though.\r",
|
||||
"I wonder if I can analyze the\n",
|
||||
"battle data properly?\r",
|
||||
"I could use a rematch to get\n",
|
||||
"some additional data.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"I analyzed our last battle on my\n",
|
||||
"laptop.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,5 +23,28 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Can you answer this for me?\n",
|
||||
"What is space?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"And another...\n",
|
||||
"A new memory was born.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"For me, space is where memories are\n",
|
||||
"made...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -36,5 +36,34 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"If we were to battle, your Pokémon \n",
|
||||
"would become tougher.\r",
|
||||
"Likewise, my Pokémon would also\n",
|
||||
"become tougher.\r",
|
||||
"It’s all good.\n",
|
||||
"This calls for a battle!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You know, I would have really enjoyed\n",
|
||||
"a win there. Would’ve been real nice.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"This mine’s been abandoned, but\n",
|
||||
"now it’s home to many Pokémon.\r",
|
||||
"I guess everything finds a place\n",
|
||||
"to call home someday..."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,36 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Have you any knowledge of levels\n",
|
||||
"or the stats of Pokémon? Well, I do!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Hmm. I like how you attack.\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Pokémon and numbers...\n",
|
||||
"Who cares about that stuff?\r",
|
||||
"Winning is what’s important.\n",
|
||||
"Numbers aren’t everything.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Pokémon battles aren’t decided by\n",
|
||||
"numbers.\r",
|
||||
"It’s the bond you share with your\n",
|
||||
"Pokémon that decides outcomes!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,27 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"You’ve come all this way for Pokémon?\n",
|
||||
"You must be dedicated.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Your dedication won out.\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"The Pokémon here must battle each\n",
|
||||
"other all the time.\r",
|
||||
"That must be why they are so strong\n",
|
||||
"in this area.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -36,5 +36,27 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"What it means to win battles...\n",
|
||||
"That is what I seek.\f",
|
||||
"Teach me if you will!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "I grow less certain still...\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Perhaps there is no meaning to\n",
|
||||
"victory, but still I will battle!\r",
|
||||
"That is what makes me a Trainer!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,5 +23,32 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’m fully kitted up and equipped!\n",
|
||||
"Anytime will be fine!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Hunh?!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Perhaps I should maybe change into\n",
|
||||
"a more comfy outfit...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"I’m fully equipped again today!\n",
|
||||
"Anytime you’re ready will be fine!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,37 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"To be ready to answer any call!\n",
|
||||
"To be ready to accept any challenge!\r",
|
||||
"That is the way of a Trainer!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Oh, yeah?\n",
|
||||
"Eat snowball, punk!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"You can make all the preparations in\n",
|
||||
"the world, but if it doesn’t work, it\f",
|
||||
"doesn’t work.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"I got everything ready so we could\n",
|
||||
"have a rematch whenever you come.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,28 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Show me how you’ve battled to get\n",
|
||||
"here! Let’s do this!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "So, that’s how you battled...?\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Once you emerge from Victory Road,\n",
|
||||
"the Pokémon League lies directly\f",
|
||||
"ahead...\r",
|
||||
"But many Trainers fail to ever find\n",
|
||||
"their way on Victory Road...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -50,5 +50,33 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’m taking the Veilstone Gym\n",
|
||||
"challenge. But first...\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "...My confidence is crushed.\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I think about Pokémon all day long.\n",
|
||||
"I was confident, you know.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Oh, it’s you again!\r",
|
||||
"I’ve regained my confidence.\n",
|
||||
"Let’s have another battle!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,19 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Oh, it’s you again!\r",
|
||||
"I’ve regained my confidence.\n",
|
||||
"Let’s have another battle!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "You made me lose my confidence...\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,19 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Oh, it’s you again!\r",
|
||||
"I’ve regained my confidence.\n",
|
||||
"Let’s have another battle!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "You made me lose my confidence...\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,32 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"What sort of moves have you taught?\n",
|
||||
"That tells me how good you are!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Yowch!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I heard that somewhere there’s\n",
|
||||
"someone who teaches Pokémon moves.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Have you taught your team any new\n",
|
||||
"moves since last time?\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,30 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"When Trainers lock eyes...\r",
|
||||
"That’s right! It’s time to let\n",
|
||||
"their Pokémon go wild!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Your Pokémon have a real peppy feel to\n",
|
||||
"them!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Whether you’re talking to people or\n",
|
||||
"Pokémon, it’s important to always look\f",
|
||||
"them square in the eyes.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,39 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"The world is huge, and there are\n",
|
||||
"so many different Pokémon!\r",
|
||||
"What kinds of Pokémon are with you?\n",
|
||||
"Please, I want to have a look!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Wow, there are Pokémon that\n",
|
||||
"wonderful!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"There is always something to like\n",
|
||||
"about any Pokémon.\r",
|
||||
"It’s so hard to decide which ones\n",
|
||||
"I should raise.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"If I’m having trouble deciding,\n",
|
||||
"I go with my favorites!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,31 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": "Please don’t hold anything back.\r"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Hmm...\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I feel invigorated from that battle,\n",
|
||||
"even though we lost.\r",
|
||||
"After all, we gave it everything we\n",
|
||||
"had."
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Hello again! Please don’t hold\n",
|
||||
"anything back--just like before.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,18 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Hello again! Please don’t hold\n",
|
||||
"anything back, just like before.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Hmm...\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,28 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"We’re all good to go!\n",
|
||||
"We just have to battle now!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Aww...\n",
|
||||
"I’m out of useful items!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"We came completely unprepared for\n",
|
||||
"this little adventure...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,28 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I came here after winning my way\n",
|
||||
"through the Battle Tower!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"But...\n",
|
||||
"I had a win streak going...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Train more at the Battle Tower...\n",
|
||||
"That’s what I’ll do.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,36 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Wh-what is it?\n",
|
||||
"P-Pokémon battle?!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Whew...\n",
|
||||
"You are alive, aren’t you?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Around these parts, perhaps because\n",
|
||||
"of all the snow, there are many\f",
|
||||
"folktales of hauntings...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"This isn’t like last time. See how\n",
|
||||
"much I’ve trained since then!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,21 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"This isn’t like last time. See how\n",
|
||||
"much I’ve trained since then!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Whew...\n",
|
||||
"You’re overtrained for me.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,26 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"You... One look at you tells me\n",
|
||||
"you’re a real contender!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "You’re as tough as you look."
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"One day, people will run to the other\n",
|
||||
"side of the road when I walk by ’em.\r",
|
||||
"It’s a goal of mine I’m working on."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,35 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’ve pumped up my gang till they can’t\n",
|
||||
"get pumped no more.\r",
|
||||
"They’re going to school your Pokémon!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "My bunch got schooled, and how!\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I fed my gang Protein, Carbos...\n",
|
||||
"You name it, I pumped ’em full of it.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Hey! You’re that Trainer who schooled\n",
|
||||
"me and my Pokémon!\r",
|
||||
"OK, this time we’ll return the favor!\n",
|
||||
"We’ll be doing the schooling!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,37 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"There is something missing in the\n",
|
||||
"way I battle...\r",
|
||||
"I’ve come here to find it.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I see it now...\n",
|
||||
"I know what I lack.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Battling you was an eye-opener.\r",
|
||||
"I learned something very important\n",
|
||||
"in that short time.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Have you discovered what’s missing in\n",
|
||||
"your battles? I have.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,18 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"What’s missing from my game...\n",
|
||||
"Have you discovered yours yet?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "I see it now...\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,37 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"There’s something about you...\n",
|
||||
"You’re not just anybody.\r",
|
||||
"I challenge you!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You’re at a different level of\n",
|
||||
"expertise for sure!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"You’ve won countless times...\n",
|
||||
"That has made you very powerful.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"There’s something about you...\n",
|
||||
"You still remain extraordinary.\r",
|
||||
"I challenge you again!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -36,5 +36,34 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"When eyes meet...\n",
|
||||
"That’s when a battle starts!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "You won’t let me win?\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I suddenly remembered what it was \n",
|
||||
"like when I had my first battle.\r",
|
||||
"I wonder why that would be?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"When eyes meet...\n",
|
||||
"That’s when a battle starts!\f",
|
||||
"That’s what makes us Trainers!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,5 +23,35 @@
|
||||
"power": 50,
|
||||
"ball_seal": 12
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I’ve got the urge to battle with you.\n",
|
||||
"Hope you’re willing to oblige!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I shouldn’t have paid attention\n",
|
||||
"to my urge...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"So long as my partner’s alongside me,\n",
|
||||
"I’m willing to take on the world!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"The urge to battle you again has\n",
|
||||
"struck me. Want to humor me?\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,5 +23,21 @@
|
||||
"power": 50,
|
||||
"ball_seal": 12
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"The urge to battle you again has\n",
|
||||
"struck me. Humor me!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I shouldn’t have paid attention\n",
|
||||
"to my urge...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,30 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Is the Gym’s trick floor making you\n",
|
||||
"a little hot under the collar?\r",
|
||||
"If you can’t maintain your cool in\n",
|
||||
"battle, you’ll freeze up.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"You were surprisingly cool...\n",
|
||||
"At least I have my warm boots.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Your Pokémon look so hot in battle.\n",
|
||||
"So hot, they’re cool! Hahah!"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,29 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"...It’s t-too cold.\n",
|
||||
"I can’t even feel my t-tongue.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"This result...\n",
|
||||
"...It’s cold. Bitter cold.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"The higher up you slide from, the\n",
|
||||
"more speed you’ll have to smash\f",
|
||||
"those big snowballs.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -48,5 +48,32 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Really? So you think you can beat me?\n",
|
||||
"I’m an Ace Trainer, you do realize?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "I admit defeat...\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Beaten in battle, but not in spirit.\n",
|
||||
"That’s the mark of a real Ace Trainer.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Ace Trainers always work to improve\n",
|
||||
"their natural-born talents.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,21 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Ace Trainers always work to improve\n",
|
||||
"their natural-born talents.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I see...\n",
|
||||
"I have to concede defeat.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -51,5 +51,32 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I was born in Floaroma Town.\n",
|
||||
"I’m sure thrilled to be here.\r",
|
||||
"It took a long time to get here.\n",
|
||||
"We’re not going to lose again!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"We went down...\n",
|
||||
"We couldn’t stick it out...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"You can level all you want, but that\n",
|
||||
"won’t guarantee you any wins.\r",
|
||||
"But we keep trying to get better.\n",
|
||||
"That’s what makes us Trainers.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -27,5 +27,28 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Let me ask to see if you know.\n",
|
||||
"What is time?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Another memory...\n",
|
||||
"In a chain of memories.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"For me, time is the fabric woven by\n",
|
||||
"memories, one after another...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -37,5 +37,30 @@
|
||||
"power": 50,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"This total stranger’ll be a good way\n",
|
||||
"to see if I have what it takes to own\f",
|
||||
"the Pokémon League’s Elite Four!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"That battle just now must make you\n",
|
||||
"tougher than everyone in the world.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"It doesn’t appear as if anyone could\n",
|
||||
"even try to stand against your might.\r",
|
||||
"The Elite Four should just surrender."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -36,5 +36,30 @@
|
||||
"power": 60,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Wow! I’m surprised you’ve come this\n",
|
||||
"far, but you’ll have to turn back.\r",
|
||||
"There isn’t any chance that you\n",
|
||||
"could ever beat me!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"What makes your Pokémon\n",
|
||||
"so special?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"As a challenger, you’re one tough\n",
|
||||
"Trainer.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -17,5 +17,11 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Waaah! You’re too much!\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -21,5 +21,28 @@
|
||||
"power": 20,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Even concealed, there is no hiding\n",
|
||||
"the aroma of flowers.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Just like your inability to conceal\n",
|
||||
"your abundant skill.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Your next opponent is under four\n",
|
||||
"flowers.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -20,5 +20,35 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"I love Pokémon that smell sweet.\n",
|
||||
"Like this one--get a whiff of this!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Did you understand what I meant?\n",
|
||||
"Didn’t my Pokémon smell nice?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"If you plant lots of Berries, you\n",
|
||||
"can be surrounded by sweet scents.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Sniff... Oh?\n",
|
||||
"Your Pokémon smells nice!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -17,5 +17,21 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Sniff... Oh?\n",
|
||||
"Your Pokémon smells nice!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Did you understand what I meant?\n",
|
||||
"Didn’t my Pokémon smell nice?\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -17,5 +17,21 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Sniff... Oh?\n",
|
||||
"Your Pokémon smells nice!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Did you understand what I meant?\n",
|
||||
"Didn’t my Pokémon smell nice?\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -17,5 +17,21 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Sniff... Oh?\n",
|
||||
"Your Pokémon smells nice!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Did you understand what I meant?\n",
|
||||
"Didn’t my Pokémon smell nice?\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -26,5 +26,36 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Oh, you want to have a battle?\r",
|
||||
"I was meaning to enter a Contest,\n",
|
||||
"but beating you won’t take long...\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": "Oh, you have us beaten.\n"
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"You and your Pokémon have so much\n",
|
||||
"energy.\r",
|
||||
"I think you would do well in\n",
|
||||
"Contests, too.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Oh, didn’t we meet before?\r",
|
||||
"I was meaning to enter a Contest,\n",
|
||||
"but let’s have a quick battle first.\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -47,5 +47,31 @@
|
||||
"power": 20,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"My Grass-type Pokémon can dole out\n",
|
||||
"special attacks...\r",
|
||||
"I won’t let you win easily!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"The more beautiful a flower,\n",
|
||||
"the faster it withers...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Oh, that’s right...\n",
|
||||
"A hint about the next Trainer...\r",
|
||||
"In the middle of three trees.\n",
|
||||
"That’s my hint. Good luck.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -26,5 +26,35 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"What kind of person are you, to be\n",
|
||||
"drawn here by the scent of flowers?\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"It was a strong Trainer who was drawn\n",
|
||||
"here by the scent of flowers!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"By the way, have you collected new\n",
|
||||
"apps from the Pokétch Company?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"You came back to me because you\n",
|
||||
"couldn’t forget the smell of flowers!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -16,5 +16,14 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Does this mean I’m only talented as\n",
|
||||
"an Artist?\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,5 +25,40 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"You and I!\r",
|
||||
"Let us create a scene!\n",
|
||||
"A fantastic tableau of battle!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Magnificent!\n",
|
||||
"I am aglow with inspiration!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"That battle will surely become a\n",
|
||||
"stupendous masterpiece painting!\r",
|
||||
"I shall title it...\r",
|
||||
"“My Pokémon Is Fight”!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"The key to becoming a good painter\n",
|
||||
"is to be observant.\r",
|
||||
"That is the same for battling.\n",
|
||||
"One must be observant!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,5 +25,23 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"The key to becoming a good painter\n",
|
||||
"is to be observant.\r",
|
||||
"That is the same for battling.\n",
|
||||
"One must be observant!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Magnificent!\n",
|
||||
"I am aglow with inspiration!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,5 +25,23 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"The key to becoming a good painter\n",
|
||||
"is to be observant.\r",
|
||||
"That is the same for battling.\n",
|
||||
"One must be observant!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Magnificent!\n",
|
||||
"I am aglow with inspiration!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -49,5 +49,23 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"The key to becoming a good painter\n",
|
||||
"is to be observant.\r",
|
||||
"That is the same for battling.\n",
|
||||
"One must be observant!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Magnificent!\n",
|
||||
"I am aglow with inspiration!\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -26,5 +26,36 @@
|
||||
"power": 20,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"OK, OK!\n",
|
||||
"Let’s be quick about this!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Oh, yeah? Let’s do this again!\n",
|
||||
"...Oops. I’m out of Pokémon!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Yup! Good going!\n",
|
||||
"I like the way you battle!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"What took you so long?\r",
|
||||
"We’ve waited here a long time for\n",
|
||||
"a rematch with you!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -26,5 +26,22 @@
|
||||
"power": 30,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"What took you so long?\n",
|
||||
"We’ve waited here a long time for\f",
|
||||
"a rematch with you!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"No way! Give us another battle!\n",
|
||||
"...Oh, right. I’m out of Pokémon.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -26,5 +26,22 @@
|
||||
"power": 30,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"What took you so long?\n",
|
||||
"We’ve waited here a long time for\f",
|
||||
"a rematch with you!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"No way! Give us another battle!\n",
|
||||
"...Oh, right. I’m out of Pokémon.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -26,5 +26,22 @@
|
||||
"power": 30,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"What took you so long?\n",
|
||||
"We’ve waited here a long time for\f",
|
||||
"a rematch with you!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"No way! Give us another battle!\n",
|
||||
"...Oh, right. I’m out of Pokémon.\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -17,5 +17,35 @@
|
||||
"power": 20,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Hiyah!\n",
|
||||
"There’s no holding anything back!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"I... I concede!\n",
|
||||
"I think you’re on a different level...\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"Hiyah! You put me in my place!\n",
|
||||
"I appreciate it!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Hiyah! This time, there really is no\n",
|
||||
"holding anything back!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -17,5 +17,28 @@
|
||||
"power": 30,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Beating you would be my 100th\n",
|
||||
"straight win! Here’s to a fun battle!\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"How could I lose now?!\n",
|
||||
"This is beyond aggravating!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"I wish I could beat Maylene in\n",
|
||||
"Veilstone City one day...\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -16,5 +16,35 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_PRE_BATTLE",
|
||||
"en_US": [
|
||||
"Let me demonstrate my technique.\n",
|
||||
"It’s how this grown-up battles.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"Oh, my gosh!\n",
|
||||
"You attack that savagely?\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_POST_BATTLE",
|
||||
"en_US": [
|
||||
"You’re so much more of a Trainer\n",
|
||||
"than you look!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"OK, this time I’ll really show you how a\n",
|
||||
"grown-up battles!\r"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -16,5 +16,21 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Give this grown-up another chance to\n",
|
||||
"demonstrate her technique.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"That’s how you attack?\n",
|
||||
"So harshly?\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -34,5 +34,21 @@
|
||||
"power": 0,
|
||||
"ball_seal": 0
|
||||
}
|
||||
],
|
||||
"messages": [
|
||||
{
|
||||
"type": "TRMSG_REMATCH",
|
||||
"en_US": [
|
||||
"Give this grown-up another chance to\n",
|
||||
"demonstrate her technique.\r"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TRMSG_DEFEAT",
|
||||
"en_US": [
|
||||
"That’s how you attack?\n",
|
||||
"So harshly?\n"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user