diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-08-31 02:05:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 02:05:49 +0100 |
commit | 05ded46ab7f556956a2eee2411a8d2968b7e8ad6 (patch) | |
tree | bc0feafa5816f11fe741a677fec8bfbbd352f49e | |
parent | bb41095e83353873b00304d5aa5f82cff32d1dca (diff) | |
parent | e3ab1f467121349479267bd2017fb092ea47d383 (diff) |
Merge pull request #459 from PikalaxALT/msgenc_refactor
Refactor msgenc to pass keys via cli arg
863 files changed, 6696 insertions, 6125 deletions
diff --git a/charmap.txt b/charmap.txt index 49ae5e3d..1c5f9c49 100644 --- a/charmap.txt +++ b/charmap.txt @@ -1,3 +1,9 @@ +// Character mapping for Pokémon Diamond and Pearl +// Version 2021.08.17 +// Format is HEXCODE=<character> or HEXCODE={<command>} +// Comments are preceded by double forward slashes as in C99 and C++. +// Leading spaces and tabs are ignored; trailing spaces and tabs are not. + 0000=\x0000 0001= 0002=ぁ @@ -479,6 +485,7 @@ 01DF=⁴ 01E0=₧ 01E1=₦ +01E2= 01E8=° 01E9=_ 01EA=_ @@ -2873,3 +2880,21 @@ E000=\n 25BC=\r 25BD=\f + +// Function codes +0100={STRVAR_1} +0300={STRVAR_3} +0400={STRVAR_4} +3400={STRVAR_34} +0200={YESNO} +0201={PAUSE} +0202={WAIT} +0203={CURSOR_X} +0204={CURSOR_Y} +0205={ALN_CENTER} +0206={ALN_RIGHT} +0207={UNK_207} +0208={UNK_208} +FF00={COLOR} +FF01={SIZE} +FF02={UNK_FF02} diff --git a/files/msgdata/msg.mk b/files/msgdata/msg.mk new file mode 100644 index 00000000..4aa7800d --- /dev/null +++ b/files/msgdata/msg.mk @@ -0,0 +1,633 @@ +CHARMAP = charmap.txt + +## Trainer names +files/msgdata/msg/narc_0559.txt: files/poketool/trainer/trdata.json + (echo " -"; $(GREP) -w '"name":' $< | cut -d'"' -f4) | $(SED) 's/^(.+)$$/{TRNAME}\1\r/g' > $@ + +files/msgdata/msg/%.bin: files/msgdata/msg/%.txt $(CHARMAP) + $(MSGENC) $(MSGENCFLAGS) -e -c $(CHARMAP) $< $@ + +files/msgdata/msg/narc_0000.bin: MSGENCFLAGS = -k 0x58e6 +files/msgdata/msg/narc_0001.bin: MSGENCFLAGS = -k 0x3ad4 +files/msgdata/msg/narc_0002.bin: MSGENCFLAGS = -k 0xb6f3 +files/msgdata/msg/narc_0003.bin: MSGENCFLAGS = -k 0x0fa3 +files/msgdata/msg/narc_0004.bin: MSGENCFLAGS = -k 0x764f +files/msgdata/msg/narc_0005.bin: MSGENCFLAGS = -k 0x868a +files/msgdata/msg/narc_0006.bin: MSGENCFLAGS = -k 0xadca +files/msgdata/msg/narc_0007.bin: MSGENCFLAGS = -k 0x02c1 +files/msgdata/msg/narc_0008.bin: MSGENCFLAGS = -k 0xd21d +files/msgdata/msg/narc_0009.bin: MSGENCFLAGS = -k 0x3802 +files/msgdata/msg/narc_0010.bin: MSGENCFLAGS = -k 0xd8d3 +files/msgdata/msg/narc_0011.bin: MSGENCFLAGS = -k 0x6255 +files/msgdata/msg/narc_0012.bin: MSGENCFLAGS = -k 0x443b +files/msgdata/msg/narc_0013.bin: MSGENCFLAGS = -k 0x79a4 +files/msgdata/msg/narc_0014.bin: MSGENCFLAGS = -k 0xf340 +files/msgdata/msg/narc_0015.bin: MSGENCFLAGS = -k 0x2907 +files/msgdata/msg/narc_0016.bin: MSGENCFLAGS = -k 0x6785 +files/msgdata/msg/narc_0017.bin: MSGENCFLAGS = -k 0x300b +files/msgdata/msg/narc_0018.bin: MSGENCFLAGS = -k 0x4793 +files/msgdata/msg/narc_0019.bin: MSGENCFLAGS = -k 0xcab0 +files/msgdata/msg/narc_0020.bin: MSGENCFLAGS = -k 0x996e +files/msgdata/msg/narc_0021.bin: MSGENCFLAGS = -k 0x2bb3 +files/msgdata/msg/narc_0022.bin: MSGENCFLAGS = -k 0x4403 +files/msgdata/msg/narc_0023.bin: MSGENCFLAGS = -k 0x440f +files/msgdata/msg/narc_0024.bin: MSGENCFLAGS = -k 0x440b +files/msgdata/msg/narc_0025.bin: MSGENCFLAGS = -k 0x441b +files/msgdata/msg/narc_0026.bin: MSGENCFLAGS = -k 0x4417 +files/msgdata/msg/narc_0027.bin: MSGENCFLAGS = -k 0x4413 +files/msgdata/msg/narc_0028.bin: MSGENCFLAGS = -k 0x440f +files/msgdata/msg/narc_0029.bin: MSGENCFLAGS = -k 0x440b +files/msgdata/msg/narc_0030.bin: MSGENCFLAGS = -k 0x4407 +files/msgdata/msg/narc_0031.bin: MSGENCFLAGS = -k 0x4403 +files/msgdata/msg/narc_0032.bin: MSGENCFLAGS = -k 0x443f +files/msgdata/msg/narc_0033.bin: MSGENCFLAGS = -k 0xc412 +files/msgdata/msg/narc_0034.bin: MSGENCFLAGS = -k 0xc41e +files/msgdata/msg/narc_0035.bin: MSGENCFLAGS = -k 0xc41a +files/msgdata/msg/narc_0036.bin: MSGENCFLAGS = -k 0x442b +files/msgdata/msg/narc_0037.bin: MSGENCFLAGS = -k 0xc422 +files/msgdata/msg/narc_0038.bin: MSGENCFLAGS = -k 0xc42e +files/msgdata/msg/narc_0039.bin: MSGENCFLAGS = -k 0xc42a +files/msgdata/msg/narc_0040.bin: MSGENCFLAGS = -k 0xc436 +files/msgdata/msg/narc_0041.bin: MSGENCFLAGS = -k 0xc43a +files/msgdata/msg/narc_0042.bin: MSGENCFLAGS = -k 0x4433 +files/msgdata/msg/narc_0043.bin: MSGENCFLAGS = -k 0x444b +files/msgdata/msg/narc_0044.bin: MSGENCFLAGS = -k 0x4447 +files/msgdata/msg/narc_0045.bin: MSGENCFLAGS = -k 0xc442 +files/msgdata/msg/narc_0046.bin: MSGENCFLAGS = -k 0x4c0b +files/msgdata/msg/narc_0047.bin: MSGENCFLAGS = -k 0x479f +files/msgdata/msg/narc_0048.bin: MSGENCFLAGS = -k 0xcad0 +files/msgdata/msg/narc_0049.bin: MSGENCFLAGS = -k 0xf96e +files/msgdata/msg/narc_0050.bin: MSGENCFLAGS = -k 0x2bd3 +files/msgdata/msg/narc_0051.bin: MSGENCFLAGS = -k 0x7403 +files/msgdata/msg/narc_0052.bin: MSGENCFLAGS = -k 0x740f +files/msgdata/msg/narc_0053.bin: MSGENCFLAGS = -k 0x740b +files/msgdata/msg/narc_0054.bin: MSGENCFLAGS = -k 0x741b +files/msgdata/msg/narc_0055.bin: MSGENCFLAGS = -k 0xf412 +files/msgdata/msg/narc_0056.bin: MSGENCFLAGS = -k 0x742b +files/msgdata/msg/narc_0057.bin: MSGENCFLAGS = -k 0xf422 +files/msgdata/msg/narc_0058.bin: MSGENCFLAGS = -k 0x479b +files/msgdata/msg/narc_0059.bin: MSGENCFLAGS = -k 0x4af1 +files/msgdata/msg/narc_0060.bin: MSGENCFLAGS = -k 0x596f +files/msgdata/msg/narc_0061.bin: MSGENCFLAGS = -k 0xabf2 +files/msgdata/msg/narc_0062.bin: MSGENCFLAGS = -k 0xabfa +files/msgdata/msg/narc_0063.bin: MSGENCFLAGS = -k 0x6403 +files/msgdata/msg/narc_0064.bin: MSGENCFLAGS = -k 0x640f +files/msgdata/msg/narc_0065.bin: MSGENCFLAGS = -k 0x640b +files/msgdata/msg/narc_0066.bin: MSGENCFLAGS = -k 0x6417 +files/msgdata/msg/narc_0067.bin: MSGENCFLAGS = -k 0x641b +files/msgdata/msg/narc_0068.bin: MSGENCFLAGS = -k 0x6417 +files/msgdata/msg/narc_0069.bin: MSGENCFLAGS = -k 0x6413 +files/msgdata/msg/narc_0070.bin: MSGENCFLAGS = -k 0x640f +files/msgdata/msg/narc_0071.bin: MSGENCFLAGS = -k 0xe412 +files/msgdata/msg/narc_0072.bin: MSGENCFLAGS = -k 0x642b +files/msgdata/msg/narc_0073.bin: MSGENCFLAGS = -k 0xe422 +files/msgdata/msg/narc_0074.bin: MSGENCFLAGS = -k 0xe43a +files/msgdata/msg/narc_0075.bin: MSGENCFLAGS = -k 0xe436 +files/msgdata/msg/narc_0076.bin: MSGENCFLAGS = -k 0xe432 +files/msgdata/msg/narc_0077.bin: MSGENCFLAGS = -k 0x6433 +files/msgdata/msg/narc_0078.bin: MSGENCFLAGS = -k 0x4787 +files/msgdata/msg/narc_0079.bin: MSGENCFLAGS = -k 0xca10 +files/msgdata/msg/narc_0080.bin: MSGENCFLAGS = -k 0x396e +files/msgdata/msg/narc_0081.bin: MSGENCFLAGS = -k 0x3962 +files/msgdata/msg/narc_0082.bin: MSGENCFLAGS = -k 0x2b13 +files/msgdata/msg/narc_0083.bin: MSGENCFLAGS = -k 0x2b1f +files/msgdata/msg/narc_0084.bin: MSGENCFLAGS = -k 0x1403 +files/msgdata/msg/narc_0085.bin: MSGENCFLAGS = -k 0x141b +files/msgdata/msg/narc_0086.bin: MSGENCFLAGS = -k 0x1417 +files/msgdata/msg/narc_0087.bin: MSGENCFLAGS = -k 0x1413 +files/msgdata/msg/narc_0088.bin: MSGENCFLAGS = -k 0x140f +files/msgdata/msg/narc_0089.bin: MSGENCFLAGS = -k 0x9412 +files/msgdata/msg/narc_0090.bin: MSGENCFLAGS = -k 0x941e +files/msgdata/msg/narc_0091.bin: MSGENCFLAGS = -k 0x941a +files/msgdata/msg/narc_0092.bin: MSGENCFLAGS = -k 0x9406 +files/msgdata/msg/narc_0093.bin: MSGENCFLAGS = -k 0x142b +files/msgdata/msg/narc_0094.bin: MSGENCFLAGS = -k 0x9422 +files/msgdata/msg/narc_0095.bin: MSGENCFLAGS = -k 0x943a +files/msgdata/msg/narc_0096.bin: MSGENCFLAGS = -k 0x1433 +files/msgdata/msg/narc_0097.bin: MSGENCFLAGS = -k 0x144b +files/msgdata/msg/narc_0098.bin: MSGENCFLAGS = -k 0x4783 +files/msgdata/msg/narc_0099.bin: MSGENCFLAGS = -k 0x4a31 +files/msgdata/msg/narc_0100.bin: MSGENCFLAGS = -k 0x996f +files/msgdata/msg/narc_0101.bin: MSGENCFLAGS = -k 0x997b +files/msgdata/msg/narc_0102.bin: MSGENCFLAGS = -k 0x9973 +files/msgdata/msg/narc_0103.bin: MSGENCFLAGS = -k 0x994b +files/msgdata/msg/narc_0104.bin: MSGENCFLAGS = -k 0x9d67 +files/msgdata/msg/narc_0105.bin: MSGENCFLAGS = -k 0xab32 +files/msgdata/msg/narc_0106.bin: MSGENCFLAGS = -k 0x0403 +files/msgdata/msg/narc_0107.bin: MSGENCFLAGS = -k 0x040f +files/msgdata/msg/narc_0108.bin: MSGENCFLAGS = -k 0x040b +files/msgdata/msg/narc_0109.bin: MSGENCFLAGS = -k 0x041b +files/msgdata/msg/narc_0110.bin: MSGENCFLAGS = -k 0x8412 +files/msgdata/msg/narc_0111.bin: MSGENCFLAGS = -k 0x042b +files/msgdata/msg/narc_0112.bin: MSGENCFLAGS = -k 0x8422 +files/msgdata/msg/narc_0113.bin: MSGENCFLAGS = -k 0x843a +files/msgdata/msg/narc_0114.bin: MSGENCFLAGS = -k 0x0433 +files/msgdata/msg/narc_0115.bin: MSGENCFLAGS = -k 0x044b +files/msgdata/msg/narc_0116.bin: MSGENCFLAGS = -k 0x0447 +files/msgdata/msg/narc_0117.bin: MSGENCFLAGS = -k 0x0443 +files/msgdata/msg/narc_0118.bin: MSGENCFLAGS = -k 0x8442 +files/msgdata/msg/narc_0119.bin: MSGENCFLAGS = -k 0x0c0b +files/msgdata/msg/narc_0120.bin: MSGENCFLAGS = -k 0x8c02 +files/msgdata/msg/narc_0121.bin: MSGENCFLAGS = -k 0x8c0a +files/msgdata/msg/narc_0122.bin: MSGENCFLAGS = -k 0x8c1a +files/msgdata/msg/narc_0123.bin: MSGENCFLAGS = -k 0x478f +files/msgdata/msg/narc_0124.bin: MSGENCFLAGS = -k 0x4a51 +files/msgdata/msg/narc_0125.bin: MSGENCFLAGS = -k 0xf96f +files/msgdata/msg/narc_0126.bin: MSGENCFLAGS = -k 0xab52 +files/msgdata/msg/narc_0127.bin: MSGENCFLAGS = -k 0xab5e +files/msgdata/msg/narc_0128.bin: MSGENCFLAGS = -k 0x3403 +files/msgdata/msg/narc_0129.bin: MSGENCFLAGS = -k 0x340f +files/msgdata/msg/narc_0130.bin: MSGENCFLAGS = -k 0x341b +files/msgdata/msg/narc_0131.bin: MSGENCFLAGS = -k 0xb412 +files/msgdata/msg/narc_0132.bin: MSGENCFLAGS = -k 0x342b +files/msgdata/msg/narc_0133.bin: MSGENCFLAGS = -k 0xb422 +files/msgdata/msg/narc_0134.bin: MSGENCFLAGS = -k 0xb43a +files/msgdata/msg/narc_0135.bin: MSGENCFLAGS = -k 0x478b +files/msgdata/msg/narc_0136.bin: MSGENCFLAGS = -k 0x596e +files/msgdata/msg/narc_0137.bin: MSGENCFLAGS = -k 0x2b73 +files/msgdata/msg/narc_0138.bin: MSGENCFLAGS = -k 0x2b7b +files/msgdata/msg/narc_0139.bin: MSGENCFLAGS = -k 0x2403 +files/msgdata/msg/narc_0140.bin: MSGENCFLAGS = -k 0x241b +files/msgdata/msg/narc_0141.bin: MSGENCFLAGS = -k 0x2417 +files/msgdata/msg/narc_0142.bin: MSGENCFLAGS = -k 0x2413 +files/msgdata/msg/narc_0143.bin: MSGENCFLAGS = -k 0x240f +files/msgdata/msg/narc_0144.bin: MSGENCFLAGS = -k 0x240b +files/msgdata/msg/narc_0145.bin: MSGENCFLAGS = -k 0x2407 +files/msgdata/msg/narc_0146.bin: MSGENCFLAGS = -k 0xa412 +files/msgdata/msg/narc_0147.bin: MSGENCFLAGS = -k 0x242b +files/msgdata/msg/narc_0148.bin: MSGENCFLAGS = -k 0xa422 +files/msgdata/msg/narc_0149.bin: MSGENCFLAGS = -k 0xa43a +files/msgdata/msg/narc_0150.bin: MSGENCFLAGS = -k 0x2433 +files/msgdata/msg/narc_0151.bin: MSGENCFLAGS = -k 0x244b +files/msgdata/msg/narc_0152.bin: MSGENCFLAGS = -k 0xa442 +files/msgdata/msg/narc_0153.bin: MSGENCFLAGS = -k 0x47b7 +files/msgdata/msg/narc_0154.bin: MSGENCFLAGS = -k 0xcb90 +files/msgdata/msg/narc_0155.bin: MSGENCFLAGS = -k 0x396d +files/msgdata/msg/narc_0156.bin: MSGENCFLAGS = -k 0x3965 +files/msgdata/msg/narc_0157.bin: MSGENCFLAGS = -k 0x2a93 +files/msgdata/msg/narc_0158.bin: MSGENCFLAGS = -k 0xd403 +files/msgdata/msg/narc_0159.bin: MSGENCFLAGS = -k 0xd41b +files/msgdata/msg/narc_0160.bin: MSGENCFLAGS = -k 0x5412 +files/msgdata/msg/narc_0161.bin: MSGENCFLAGS = -k 0xd42b +files/msgdata/msg/narc_0162.bin: MSGENCFLAGS = -k 0x5422 +files/msgdata/msg/narc_0163.bin: MSGENCFLAGS = -k 0x543a +files/msgdata/msg/narc_0164.bin: MSGENCFLAGS = -k 0xd433 +files/msgdata/msg/narc_0165.bin: MSGENCFLAGS = -k 0xd44b +files/msgdata/msg/narc_0166.bin: MSGENCFLAGS = -k 0x5442 +files/msgdata/msg/narc_0167.bin: MSGENCFLAGS = -k 0x47b3 +files/msgdata/msg/narc_0168.bin: MSGENCFLAGS = -k 0x4bb1 +files/msgdata/msg/narc_0169.bin: MSGENCFLAGS = -k 0x996c +files/msgdata/msg/narc_0170.bin: MSGENCFLAGS = -k 0xaab2 +files/msgdata/msg/narc_0171.bin: MSGENCFLAGS = -k 0xc403 +files/msgdata/msg/narc_0172.bin: MSGENCFLAGS = -k 0xc41b +files/msgdata/msg/narc_0173.bin: MSGENCFLAGS = -k 0x4397 +files/msgdata/msg/narc_0174.bin: MSGENCFLAGS = -k 0x0b93 +files/msgdata/msg/narc_0175.bin: MSGENCFLAGS = -k 0xd422 +files/msgdata/msg/narc_0176.bin: MSGENCFLAGS = -k 0xd42a +files/msgdata/msg/narc_0177.bin: MSGENCFLAGS = -k 0xd432 +files/msgdata/msg/narc_0178.bin: MSGENCFLAGS = -k 0xd43a +files/msgdata/msg/narc_0179.bin: MSGENCFLAGS = -k 0xd402 +files/msgdata/msg/narc_0180.bin: MSGENCFLAGS = -k 0xd022 +files/msgdata/msg/narc_0181.bin: MSGENCFLAGS = -k 0xd02e +files/msgdata/msg/narc_0182.bin: MSGENCFLAGS = -k 0xd02a +files/msgdata/msg/narc_0183.bin: MSGENCFLAGS = -k 0x4393 +files/msgdata/msg/narc_0184.bin: MSGENCFLAGS = -k 0x6ab1 +files/msgdata/msg/narc_0185.bin: MSGENCFLAGS = -k 0x8bb2 +files/msgdata/msg/narc_0186.bin: MSGENCFLAGS = -k 0xc422 +files/msgdata/msg/narc_0187.bin: MSGENCFLAGS = -k 0xc43a +files/msgdata/msg/narc_0188.bin: MSGENCFLAGS = -k 0x4433 +files/msgdata/msg/narc_0189.bin: MSGENCFLAGS = -k 0xc40a +files/msgdata/msg/narc_0190.bin: MSGENCFLAGS = -k 0xa69c +files/msgdata/msg/narc_0191.bin: MSGENCFLAGS = -k 0xa8f9 +files/msgdata/msg/narc_0192.bin: MSGENCFLAGS = -k 0x817d +files/msgdata/msg/narc_0193.bin: MSGENCFLAGS = -k 0xe905 +files/msgdata/msg/narc_0194.bin: MSGENCFLAGS = -k 0x59b5 +files/msgdata/msg/narc_0195.bin: MSGENCFLAGS = -k 0x0033 +files/msgdata/msg/narc_0196.bin: MSGENCFLAGS = -k 0x5c96 +files/msgdata/msg/narc_0197.bin: MSGENCFLAGS = -k 0x9542 +files/msgdata/msg/narc_0198.bin: MSGENCFLAGS = -k 0x9fd6 +files/msgdata/msg/narc_0199.bin: MSGENCFLAGS = -k 0xd8d3 +files/msgdata/msg/narc_0200.bin: MSGENCFLAGS = -k 0x6eb8 +files/msgdata/msg/narc_0201.bin: MSGENCFLAGS = -k 0x5626 +files/msgdata/msg/narc_0202.bin: MSGENCFLAGS = -k 0x4c39 +files/msgdata/msg/narc_0203.bin: MSGENCFLAGS = -k 0xeeb2 +files/msgdata/msg/narc_0204.bin: MSGENCFLAGS = -k 0xcaff +files/msgdata/msg/narc_0205.bin: MSGENCFLAGS = -k 0x5f5c +files/msgdata/msg/narc_0206.bin: MSGENCFLAGS = -k 0xb90f +files/msgdata/msg/narc_0207.bin: MSGENCFLAGS = -k 0x5e05 +files/msgdata/msg/narc_0208.bin: MSGENCFLAGS = -k 0x2402 +files/msgdata/msg/narc_0209.bin: MSGENCFLAGS = -k 0x240e +files/msgdata/msg/narc_0210.bin: MSGENCFLAGS = -k 0xc7a6 +files/msgdata/msg/narc_0211.bin: MSGENCFLAGS = -k 0x1402 +files/msgdata/msg/narc_0212.bin: MSGENCFLAGS = -k 0xc7a2 +files/msgdata/msg/narc_0213.bin: MSGENCFLAGS = -k 0x0402 +files/msgdata/msg/narc_0214.bin: MSGENCFLAGS = -k 0xc7be +files/msgdata/msg/narc_0215.bin: MSGENCFLAGS = -k 0x7402 +files/msgdata/msg/narc_0216.bin: MSGENCFLAGS = -k 0x6402 +files/msgdata/msg/narc_0217.bin: MSGENCFLAGS = -k 0x640e +files/msgdata/msg/narc_0218.bin: MSGENCFLAGS = -k 0x6006 +files/msgdata/msg/narc_0219.bin: MSGENCFLAGS = -k 0x600e +files/msgdata/msg/narc_0220.bin: MSGENCFLAGS = -k 0x6016 +files/msgdata/msg/narc_0221.bin: MSGENCFLAGS = -k 0x601e +files/msgdata/msg/narc_0222.bin: MSGENCFLAGS = -k 0x5402 +files/msgdata/msg/narc_0223.bin: MSGENCFLAGS = -k 0x541a +files/msgdata/msg/narc_0224.bin: MSGENCFLAGS = -k 0x5416 +files/msgdata/msg/narc_0225.bin: MSGENCFLAGS = -k 0x5412 +files/msgdata/msg/narc_0226.bin: MSGENCFLAGS = -k 0x540e +files/msgdata/msg/narc_0227.bin: MSGENCFLAGS = -k 0x540a +files/msgdata/msg/narc_0228.bin: MSGENCFLAGS = -k 0x5406 +files/msgdata/msg/narc_0229.bin: MSGENCFLAGS = -k 0x4402 +files/msgdata/msg/narc_0230.bin: MSGENCFLAGS = -k 0x440e +files/msgdata/msg/narc_0231.bin: MSGENCFLAGS = -k 0x4412 +files/msgdata/msg/narc_0232.bin: MSGENCFLAGS = -k 0x401e +files/msgdata/msg/narc_0233.bin: MSGENCFLAGS = -k 0xa402 +files/msgdata/msg/narc_0234.bin: MSGENCFLAGS = -k 0xa416 +files/msgdata/msg/narc_0235.bin: MSGENCFLAGS = -k 0xb423 +files/msgdata/msg/narc_0236.bin: MSGENCFLAGS = -k 0xa423 +files/msgdata/msg/narc_0237.bin: MSGENCFLAGS = -k 0xc3a2 +files/msgdata/msg/narc_0238.bin: MSGENCFLAGS = -k 0x8423 +files/msgdata/msg/narc_0239.bin: MSGENCFLAGS = -k 0x842f +files/msgdata/msg/narc_0240.bin: MSGENCFLAGS = -k 0xf423 +files/msgdata/msg/narc_0241.bin: MSGENCFLAGS = -k 0xf42f +files/msgdata/msg/narc_0242.bin: MSGENCFLAGS = -k 0xc3ba +files/msgdata/msg/narc_0243.bin: MSGENCFLAGS = -k 0xe423 +files/msgdata/msg/narc_0244.bin: MSGENCFLAGS = -k 0xc3b6 +files/msgdata/msg/narc_0245.bin: MSGENCFLAGS = -k 0xd423 +files/msgdata/msg/narc_0246.bin: MSGENCFLAGS = -k 0xd42f +files/msgdata/msg/narc_0247.bin: MSGENCFLAGS = -k 0xd42b +files/msgdata/msg/narc_0248.bin: MSGENCFLAGS = -k 0xc42f +files/msgdata/msg/narc_0249.bin: MSGENCFLAGS = -k 0xc42b +files/msgdata/msg/narc_0250.bin: MSGENCFLAGS = -k 0xc437 +files/msgdata/msg/narc_0251.bin: MSGENCFLAGS = -k 0xc38e +files/msgdata/msg/narc_0252.bin: MSGENCFLAGS = -k 0xb45f +files/msgdata/msg/narc_0253.bin: MSGENCFLAGS = -k 0xa443 +files/msgdata/msg/narc_0254.bin: MSGENCFLAGS = -k 0x9443 +files/msgdata/msg/narc_0255.bin: MSGENCFLAGS = -k 0x944f +files/msgdata/msg/narc_0256.bin: MSGENCFLAGS = -k 0x944b +files/msgdata/msg/narc_0257.bin: MSGENCFLAGS = -k 0xcfbe +files/msgdata/msg/narc_0258.bin: MSGENCFLAGS = -k 0xf453 +files/msgdata/msg/narc_0259.bin: MSGENCFLAGS = -k 0xf45b +files/msgdata/msg/narc_0260.bin: MSGENCFLAGS = -k 0xe443 +files/msgdata/msg/narc_0261.bin: MSGENCFLAGS = -k 0xe45f +files/msgdata/msg/narc_0262.bin: MSGENCFLAGS = -k 0xd443 +files/msgdata/msg/narc_0263.bin: MSGENCFLAGS = -k 0xd44f +files/msgdata/msg/narc_0264.bin: MSGENCFLAGS = -k 0xd44b +files/msgdata/msg/narc_0265.bin: MSGENCFLAGS = -k 0xd457 +files/msgdata/msg/narc_0266.bin: MSGENCFLAGS = -k 0xd453 +files/msgdata/msg/narc_0267.bin: MSGENCFLAGS = -k 0xd45f +files/msgdata/msg/narc_0268.bin: MSGENCFLAGS = -k 0xd45b +files/msgdata/msg/narc_0269.bin: MSGENCFLAGS = -k 0xd467 +files/msgdata/msg/narc_0270.bin: MSGENCFLAGS = -k 0xc443 +files/msgdata/msg/narc_0271.bin: MSGENCFLAGS = -k 0xc44f +files/msgdata/msg/narc_0272.bin: MSGENCFLAGS = -k 0xc44b +files/msgdata/msg/narc_0273.bin: MSGENCFLAGS = -k 0x3443 +files/msgdata/msg/narc_0274.bin: MSGENCFLAGS = -k 0x344f +files/msgdata/msg/narc_0275.bin: MSGENCFLAGS = -k 0x344b +files/msgdata/msg/narc_0276.bin: MSGENCFLAGS = -k 0x2443 +files/msgdata/msg/narc_0277.bin: MSGENCFLAGS = -k 0x244f +files/msgdata/msg/narc_0278.bin: MSGENCFLAGS = -k 0x244b +files/msgdata/msg/narc_0279.bin: MSGENCFLAGS = -k 0xcbae +files/msgdata/msg/narc_0280.bin: MSGENCFLAGS = -k 0x3462 +files/msgdata/msg/narc_0281.bin: MSGENCFLAGS = -k 0xcbaa +files/msgdata/msg/narc_0282.bin: MSGENCFLAGS = -k 0x2462 +files/msgdata/msg/narc_0283.bin: MSGENCFLAGS = -k 0x247a +files/msgdata/msg/narc_0284.bin: MSGENCFLAGS = -k 0x246a +files/msgdata/msg/narc_0285.bin: MSGENCFLAGS = -k 0x2466 +files/msgdata/msg/narc_0286.bin: MSGENCFLAGS = -k 0x2462 +files/msgdata/msg/narc_0287.bin: MSGENCFLAGS = -k 0xeac3 +files/msgdata/msg/narc_0288.bin: MSGENCFLAGS = -k 0x7852 +files/msgdata/msg/narc_0289.bin: MSGENCFLAGS = -k 0xbaed +files/msgdata/msg/narc_0290.bin: MSGENCFLAGS = -k 0x770e +files/msgdata/msg/narc_0291.bin: MSGENCFLAGS = -k 0x66d4 +files/msgdata/msg/narc_0292.bin: MSGENCFLAGS = -k 0xca9d +files/msgdata/msg/narc_0293.bin: MSGENCFLAGS = -k 0x0ed8 +files/msgdata/msg/narc_0294.bin: MSGENCFLAGS = -k 0x547e +files/msgdata/msg/narc_0295.bin: MSGENCFLAGS = -k 0x103c +files/msgdata/msg/narc_0296.bin: MSGENCFLAGS = -k 0x6e7b +files/msgdata/msg/narc_0297.bin: MSGENCFLAGS = -k 0x2ecc +files/msgdata/msg/narc_0298.bin: MSGENCFLAGS = -k 0x0bce +files/msgdata/msg/narc_0299.bin: MSGENCFLAGS = -k 0xb29b +files/msgdata/msg/narc_0300.bin: MSGENCFLAGS = -k 0xc56b +files/msgdata/msg/narc_0301.bin: MSGENCFLAGS = -k 0x4eec +files/msgdata/msg/narc_0302.bin: MSGENCFLAGS = -k 0xbb13 +files/msgdata/msg/narc_0303.bin: MSGENCFLAGS = -k 0x491e +files/msgdata/msg/narc_0304.bin: MSGENCFLAGS = -k 0xe278 +files/msgdata/msg/narc_0305.bin: MSGENCFLAGS = -k 0xca9c +files/msgdata/msg/narc_0306.bin: MSGENCFLAGS = -k 0xe9af +files/msgdata/msg/narc_0307.bin: MSGENCFLAGS = -k 0x16e9 +files/msgdata/msg/narc_0308.bin: MSGENCFLAGS = -k 0xb4b2 +files/msgdata/msg/narc_0309.bin: MSGENCFLAGS = -k 0x3d9b +files/msgdata/msg/narc_0310.bin: MSGENCFLAGS = -k 0xd790 +files/msgdata/msg/narc_0311.bin: MSGENCFLAGS = -k 0xef78 +files/msgdata/msg/narc_0312.bin: MSGENCFLAGS = -k 0x05bf +files/msgdata/msg/narc_0313.bin: MSGENCFLAGS = -k 0x6b7a +files/msgdata/msg/narc_0314.bin: MSGENCFLAGS = -k 0x0d41 +files/msgdata/msg/narc_0315.bin: MSGENCFLAGS = -k 0xf619 +files/msgdata/msg/narc_0316.bin: MSGENCFLAGS = -k 0x6323 +files/msgdata/msg/narc_0317.bin: MSGENCFLAGS = -k 0x6759 +files/msgdata/msg/narc_0318.bin: MSGENCFLAGS = -k 0x923c +files/msgdata/msg/narc_0319.bin: MSGENCFLAGS = -k 0xbbe6 +files/msgdata/msg/narc_0320.bin: MSGENCFLAGS = -k 0xe6e4 +files/msgdata/msg/narc_0321.bin: MSGENCFLAGS = -k 0x5031 +files/msgdata/msg/narc_0322.bin: MSGENCFLAGS = -k 0x2e3d +files/msgdata/msg/narc_0323.bin: MSGENCFLAGS = -k 0xd3a0 +files/msgdata/msg/narc_0324.bin: MSGENCFLAGS = -k 0xbaf4 +files/msgdata/msg/narc_0325.bin: MSGENCFLAGS = -k 0xa206 +files/msgdata/msg/narc_0326.bin: MSGENCFLAGS = -k 0x12e7 +files/msgdata/msg/narc_0327.bin: MSGENCFLAGS = -k 0x90d0 +files/msgdata/msg/narc_0328.bin: MSGENCFLAGS = -k 0xa06b +files/msgdata/msg/narc_0329.bin: MSGENCFLAGS = -k 0x8e95 +files/msgdata/msg/narc_0330.bin: MSGENCFLAGS = -k 0x56f9 +files/msgdata/msg/narc_0331.bin: MSGENCFLAGS = -k 0x082e +files/msgdata/msg/narc_0332.bin: MSGENCFLAGS = -k 0xb330 +files/msgdata/msg/narc_0333.bin: MSGENCFLAGS = -k 0x4f58 +files/msgdata/msg/narc_0334.bin: MSGENCFLAGS = -k 0x9644 +files/msgdata/msg/narc_0335.bin: MSGENCFLAGS = -k 0x08ef +files/msgdata/msg/narc_0336.bin: MSGENCFLAGS = -k 0xc019 +files/msgdata/msg/narc_0337.bin: MSGENCFLAGS = -k 0x0cad +files/msgdata/msg/narc_0338.bin: MSGENCFLAGS = -k 0x7b4d +files/msgdata/msg/narc_0339.bin: MSGENCFLAGS = -k 0xe4a5 +files/msgdata/msg/narc_0340.bin: MSGENCFLAGS = -k 0x141f +files/msgdata/msg/narc_0341.bin: MSGENCFLAGS = -k 0xf2d0 +files/msgdata/msg/narc_0342.bin: MSGENCFLAGS = -k 0x3fe6 +files/msgdata/msg/narc_0343.bin: MSGENCFLAGS = -k 0x5efc +files/msgdata/msg/narc_0344.bin: MSGENCFLAGS = -k 0xcaad +files/msgdata/msg/narc_0345.bin: MSGENCFLAGS = -k 0x9f20 +files/msgdata/msg/narc_0346.bin: MSGENCFLAGS = -k 0xa320 +files/msgdata/msg/narc_0347.bin: MSGENCFLAGS = -k 0x2bad +files/msgdata/msg/narc_0348.bin: MSGENCFLAGS = -k 0xd6dc +files/msgdata/msg/narc_0349.bin: MSGENCFLAGS = -k 0x49b2 +files/msgdata/msg/narc_0350.bin: MSGENCFLAGS = -k 0x291f +files/msgdata/msg/narc_0351.bin: MSGENCFLAGS = -k 0x110a +files/msgdata/msg/narc_0352.bin: MSGENCFLAGS = -k 0x47eb +files/msgdata/msg/narc_0353.bin: MSGENCFLAGS = -k 0x2400 +files/msgdata/msg/narc_0354.bin: MSGENCFLAGS = -k 0x47e7 +files/msgdata/msg/narc_0355.bin: MSGENCFLAGS = -k 0x1400 +files/msgdata/msg/narc_0356.bin: MSGENCFLAGS = -k 0x1418 +files/msgdata/msg/narc_0357.bin: MSGENCFLAGS = -k 0x9411 +files/msgdata/msg/narc_0358.bin: MSGENCFLAGS = -k 0x47e3 +files/msgdata/msg/narc_0359.bin: MSGENCFLAGS = -k 0x4754 +files/msgdata/msg/narc_0360.bin: MSGENCFLAGS = -k 0x1fbc +files/msgdata/msg/narc_0361.bin: MSGENCFLAGS = -k 0xe814 +files/msgdata/msg/narc_0362.bin: MSGENCFLAGS = -k 0x782c +files/msgdata/msg/narc_0363.bin: MSGENCFLAGS = -k 0xe921 +files/msgdata/msg/narc_0364.bin: MSGENCFLAGS = -k 0xe25c +files/msgdata/msg/narc_0365.bin: MSGENCFLAGS = -k 0x80e3 +files/msgdata/msg/narc_0366.bin: MSGENCFLAGS = -k 0x80ef +files/msgdata/msg/narc_0367.bin: MSGENCFLAGS = -k 0x80eb +files/msgdata/msg/narc_0368.bin: MSGENCFLAGS = -k 0x80f7 +files/msgdata/msg/narc_0369.bin: MSGENCFLAGS = -k 0x8896 +files/msgdata/msg/narc_0370.bin: MSGENCFLAGS = -k 0x2a22 +files/msgdata/msg/narc_0371.bin: MSGENCFLAGS = -k 0x71d3 +files/msgdata/msg/narc_0372.bin: MSGENCFLAGS = -k 0xa004 +files/msgdata/msg/narc_0373.bin: MSGENCFLAGS = -k 0x3455 +files/msgdata/msg/narc_0374.bin: MSGENCFLAGS = -k 0xd9ae +files/msgdata/msg/narc_0375.bin: MSGENCFLAGS = -k 0x1b1a +files/msgdata/msg/narc_0376.bin: MSGENCFLAGS = -k 0xe7e1 +files/msgdata/msg/narc_0377.bin: MSGENCFLAGS = -k 0x1605 +files/msgdata/msg/narc_0378.bin: MSGENCFLAGS = -k 0x9935 +files/msgdata/msg/narc_0379.bin: MSGENCFLAGS = -k 0x0639 +files/msgdata/msg/narc_0380.bin: MSGENCFLAGS = -k 0x670d +files/msgdata/msg/narc_0381.bin: MSGENCFLAGS = -k 0xa782 +files/msgdata/msg/narc_0382.bin: MSGENCFLAGS = -k 0x0a06 +files/msgdata/msg/narc_0383.bin: MSGENCFLAGS = -k 0x5c7d +files/msgdata/msg/narc_0384.bin: MSGENCFLAGS = -k 0x1078 +files/msgdata/msg/narc_0385.bin: MSGENCFLAGS = -k 0xa375 +files/msgdata/msg/narc_0386.bin: MSGENCFLAGS = -k 0x909b +files/msgdata/msg/narc_0387.bin: MSGENCFLAGS = -k 0x3dce +files/msgdata/msg/narc_0388.bin: MSGENCFLAGS = -k 0xfba6 +files/msgdata/msg/narc_0389.bin: MSGENCFLAGS = -k 0xfba2 +files/msgdata/msg/narc_0390.bin: MSGENCFLAGS = -k 0xfb9e +files/msgdata/msg/narc_0391.bin: MSGENCFLAGS = -k 0xfb9a +files/msgdata/msg/narc_0392.bin: MSGENCFLAGS = -k 0xffbe +files/msgdata/msg/narc_0393.bin: MSGENCFLAGS = -k 0xffba +files/msgdata/msg/narc_0394.bin: MSGENCFLAGS = -k 0xffb6 +files/msgdata/msg/narc_0395.bin: MSGENCFLAGS = -k 0xdb06 +files/msgdata/msg/narc_0396.bin: MSGENCFLAGS = -k 0xbb16 +files/msgdata/msg/narc_0397.bin: MSGENCFLAGS = -k 0x16e5 +files/msgdata/msg/narc_0398.bin: MSGENCFLAGS = -k 0x6289 +files/msgdata/msg/narc_0399.bin: MSGENCFLAGS = -k 0x08f7 +files/msgdata/msg/narc_0400.bin: MSGENCFLAGS = -k 0xe9a2 +files/msgdata/msg/narc_0401.bin: MSGENCFLAGS = -k 0x3854 +files/msgdata/msg/narc_0402.bin: MSGENCFLAGS = -k 0xe14e +files/msgdata/msg/narc_0403.bin: MSGENCFLAGS = -k 0x5198 +files/msgdata/msg/narc_0404.bin: MSGENCFLAGS = -k 0xb047 +files/msgdata/msg/narc_0405.bin: MSGENCFLAGS = -k 0x0d4f +files/msgdata/msg/narc_0406.bin: MSGENCFLAGS = -k 0x62b7 +files/msgdata/msg/narc_0407.bin: MSGENCFLAGS = -k 0x3a19 +files/msgdata/msg/narc_0408.bin: MSGENCFLAGS = -k 0xcd8e +files/msgdata/msg/narc_0409.bin: MSGENCFLAGS = -k 0xbf7a +files/msgdata/msg/narc_0410.bin: MSGENCFLAGS = -k 0x0f58 +files/msgdata/msg/narc_0411.bin: MSGENCFLAGS = -k 0x8bdc +files/msgdata/msg/narc_0412.bin: MSGENCFLAGS = -k 0x24ff +files/msgdata/msg/narc_0413.bin: MSGENCFLAGS = -k 0x0165 +files/msgdata/msg/narc_0414.bin: MSGENCFLAGS = -k 0x7b00 +files/msgdata/msg/narc_0415.bin: MSGENCFLAGS = -k 0x9e9c +files/msgdata/msg/narc_0416.bin: MSGENCFLAGS = -k 0x9e90 +files/msgdata/msg/narc_0417.bin: MSGENCFLAGS = -k 0x9e94 +files/msgdata/msg/narc_0418.bin: MSGENCFLAGS = -k 0x097e +files/msgdata/msg/narc_0419.bin: MSGENCFLAGS = -k 0x0972 +files/msgdata/msg/narc_0420.bin: MSGENCFLAGS = -k 0x0d7e +files/msgdata/msg/narc_0421.bin: MSGENCFLAGS = -k 0x7254 +files/msgdata/msg/narc_0422.bin: MSGENCFLAGS = -k 0x0d72 +files/msgdata/msg/narc_0423.bin: MSGENCFLAGS = -k 0x9e80 +files/msgdata/msg/narc_0424.bin: MSGENCFLAGS = -k 0x8eca +files/msgdata/msg/narc_0425.bin: MSGENCFLAGS = -k 0x8ed2 +files/msgdata/msg/narc_0426.bin: MSGENCFLAGS = -k 0x9e84 +files/msgdata/msg/narc_0427.bin: MSGENCFLAGS = -k 0x9eb8 +files/msgdata/msg/narc_0428.bin: MSGENCFLAGS = -k 0x6eca +files/msgdata/msg/narc_0429.bin: MSGENCFLAGS = -k 0x9ebc +files/msgdata/msg/narc_0430.bin: MSGENCFLAGS = -k 0x7eca +files/msgdata/msg/narc_0431.bin: MSGENCFLAGS = -k 0x7eda +files/msgdata/msg/narc_0432.bin: MSGENCFLAGS = -k 0x9977 +files/msgdata/msg/narc_0433.bin: MSGENCFLAGS = -k 0xd2f5 +files/msgdata/msg/narc_0434.bin: MSGENCFLAGS = -k 0x997b +files/msgdata/msg/narc_0435.bin: MSGENCFLAGS = -k 0xe2f5 +files/msgdata/msg/narc_0436.bin: MSGENCFLAGS = -k 0x9d77 +files/msgdata/msg/narc_0437.bin: MSGENCFLAGS = -k 0x9d7b +files/msgdata/msg/narc_0438.bin: MSGENCFLAGS = -k 0x9177 +files/msgdata/msg/narc_0439.bin: MSGENCFLAGS = -k 0x52b4 +files/msgdata/msg/narc_0440.bin: MSGENCFLAGS = -k 0x52b8 +files/msgdata/msg/narc_0441.bin: MSGENCFLAGS = -k 0x52bc +files/msgdata/msg/narc_0442.bin: MSGENCFLAGS = -k 0x917b +files/msgdata/msg/narc_0443.bin: MSGENCFLAGS = -k 0x62b4 +files/msgdata/msg/narc_0444.bin: MSGENCFLAGS = -k 0x9a94 +files/msgdata/msg/narc_0445.bin: MSGENCFLAGS = -k 0x5eeb +files/msgdata/msg/narc_0446.bin: MSGENCFLAGS = -k 0x5ef3 +files/msgdata/msg/narc_0447.bin: MSGENCFLAGS = -k 0xdefa +files/msgdata/msg/narc_0448.bin: MSGENCFLAGS = -k 0x5ec3 +files/msgdata/msg/narc_0449.bin: MSGENCFLAGS = -k 0xdeca +files/msgdata/msg/narc_0450.bin: MSGENCFLAGS = -k 0xded2 +files/msgdata/msg/narc_0451.bin: MSGENCFLAGS = -k 0x9a88 +files/msgdata/msg/narc_0452.bin: MSGENCFLAGS = -k 0x2eeb +files/msgdata/msg/narc_0453.bin: MSGENCFLAGS = -k 0x9a8c +files/msgdata/msg/narc_0454.bin: MSGENCFLAGS = -k 0x9a80 +files/msgdata/msg/narc_0455.bin: MSGENCFLAGS = -k 0x0eeb +files/msgdata/msg/narc_0456.bin: MSGENCFLAGS = -k 0x9a84 +files/msgdata/msg/narc_0457.bin: MSGENCFLAGS = -k 0x1eeb +files/msgdata/msg/narc_0458.bin: MSGENCFLAGS = -k 0x1ef3 +files/msgdata/msg/narc_0459.bin: MSGENCFLAGS = -k 0x9ab8 +files/msgdata/msg/narc_0460.bin: MSGENCFLAGS = -k 0xeeeb +files/msgdata/msg/narc_0461.bin: MSGENCFLAGS = -k 0xeef3 +files/msgdata/msg/narc_0462.bin: MSGENCFLAGS = -k 0x9abc +files/msgdata/msg/narc_0463.bin: MSGENCFLAGS = -k 0x969c +files/msgdata/msg/narc_0464.bin: MSGENCFLAGS = -k 0x7e8b +files/msgdata/msg/narc_0465.bin: MSGENCFLAGS = -k 0x7e93 +files/msgdata/msg/narc_0466.bin: MSGENCFLAGS = -k 0x9690 +files/msgdata/msg/narc_0467.bin: MSGENCFLAGS = -k 0x4e8b +files/msgdata/msg/narc_0468.bin: MSGENCFLAGS = -k 0x4e93 +files/msgdata/msg/narc_0469.bin: MSGENCFLAGS = -k 0xce9a +files/msgdata/msg/narc_0470.bin: MSGENCFLAGS = -k 0x9688 +files/msgdata/msg/narc_0471.bin: MSGENCFLAGS = -k 0x968c +files/msgdata/msg/narc_0472.bin: MSGENCFLAGS = -k 0x3e8b +files/msgdata/msg/narc_0473.bin: MSGENCFLAGS = -k 0x9680 +files/msgdata/msg/narc_0474.bin: MSGENCFLAGS = -k 0x9684 +files/msgdata/msg/narc_0475.bin: MSGENCFLAGS = -k 0x1e8b +files/msgdata/msg/narc_0476.bin: MSGENCFLAGS = -k 0x96b8 +files/msgdata/msg/narc_0477.bin: MSGENCFLAGS = -k 0xee8b +files/msgdata/msg/narc_0478.bin: MSGENCFLAGS = -k 0xee93 +files/msgdata/msg/narc_0479.bin: MSGENCFLAGS = -k 0x6e9a +files/msgdata/msg/narc_0480.bin: MSGENCFLAGS = -k 0x96bc +files/msgdata/msg/narc_0481.bin: MSGENCFLAGS = -k 0xa009 +files/msgdata/msg/narc_0482.bin: MSGENCFLAGS = -k 0xade9 +files/msgdata/msg/narc_0483.bin: MSGENCFLAGS = -k 0xb5a8 +files/msgdata/msg/narc_0484.bin: MSGENCFLAGS = -k 0xd169 +files/msgdata/msg/narc_0485.bin: MSGENCFLAGS = -k 0x15ec +files/msgdata/msg/narc_0486.bin: MSGENCFLAGS = -k 0x3160 +files/msgdata/msg/narc_0487.bin: MSGENCFLAGS = -k 0xbb17 +files/msgdata/msg/narc_0488.bin: MSGENCFLAGS = -k 0xe94a +files/msgdata/msg/narc_0489.bin: MSGENCFLAGS = -k 0x697b +files/msgdata/msg/narc_0490.bin: MSGENCFLAGS = -k 0x32ad +files/msgdata/msg/narc_0491.bin: MSGENCFLAGS = -k 0xaba7 +files/msgdata/msg/narc_0492.bin: MSGENCFLAGS = -k 0x993a +files/msgdata/msg/narc_0493.bin: MSGENCFLAGS = -k 0xaa22 +files/msgdata/msg/narc_0494.bin: MSGENCFLAGS = -k 0x9764 +files/msgdata/msg/narc_0495.bin: MSGENCFLAGS = -k 0x307c +files/msgdata/msg/narc_0496.bin: MSGENCFLAGS = -k 0x49b7 +files/msgdata/msg/narc_0497.bin: MSGENCFLAGS = -k 0x2b0a +files/msgdata/msg/narc_0498.bin: MSGENCFLAGS = -k 0x472b +files/msgdata/msg/narc_0499.bin: MSGENCFLAGS = -k 0x2406 +files/msgdata/msg/narc_0500.bin: MSGENCFLAGS = -k 0x240a +files/msgdata/msg/narc_0501.bin: MSGENCFLAGS = -k 0x241e +files/msgdata/msg/narc_0502.bin: MSGENCFLAGS = -k 0x2412 +files/msgdata/msg/narc_0503.bin: MSGENCFLAGS = -k 0xa417 +files/msgdata/msg/narc_0504.bin: MSGENCFLAGS = -k 0x242e +files/msgdata/msg/narc_0505.bin: MSGENCFLAGS = -k 0x4727 +files/msgdata/msg/narc_0506.bin: MSGENCFLAGS = -k 0xcf10 +files/msgdata/msg/narc_0507.bin: MSGENCFLAGS = -k 0x2e13 +files/msgdata/msg/narc_0508.bin: MSGENCFLAGS = -k 0x2e1f +files/msgdata/msg/narc_0509.bin: MSGENCFLAGS = -k 0x1406 +files/msgdata/msg/narc_0510.bin: MSGENCFLAGS = -k 0x141e +files/msgdata/msg/narc_0511.bin: MSGENCFLAGS = -k 0x1412 +files/msgdata/msg/narc_0512.bin: MSGENCFLAGS = -k 0x9417 +files/msgdata/msg/narc_0513.bin: MSGENCFLAGS = -k 0x4723 +files/msgdata/msg/narc_0514.bin: MSGENCFLAGS = -k 0x4f31 +files/msgdata/msg/narc_0515.bin: MSGENCFLAGS = -k 0xae32 +files/msgdata/msg/narc_0516.bin: MSGENCFLAGS = -k 0x0406 +files/msgdata/msg/narc_0517.bin: MSGENCFLAGS = -k 0x041e +files/msgdata/msg/narc_0518.bin: MSGENCFLAGS = -k 0x8417 +files/msgdata/msg/narc_0519.bin: MSGENCFLAGS = -k 0x473f +files/msgdata/msg/narc_0520.bin: MSGENCFLAGS = -k 0xcfd0 +files/msgdata/msg/narc_0521.bin: MSGENCFLAGS = -k 0x2ed3 +files/msgdata/msg/narc_0522.bin: MSGENCFLAGS = -k 0x7406 +files/msgdata/msg/narc_0523.bin: MSGENCFLAGS = -k 0x741e +files/msgdata/msg/narc_0524.bin: MSGENCFLAGS = -k 0xf417 +files/msgdata/msg/narc_0525.bin: MSGENCFLAGS = -k 0x742e +files/msgdata/msg/narc_0526.bin: MSGENCFLAGS = -k 0xf427 +files/msgdata/msg/narc_0527.bin: MSGENCFLAGS = -k 0x473b +files/msgdata/msg/narc_0528.bin: MSGENCFLAGS = -k 0xaef2 +files/msgdata/msg/narc_0529.bin: MSGENCFLAGS = -k 0x6406 +files/msgdata/msg/narc_0530.bin: MSGENCFLAGS = -k 0x641e +files/msgdata/msg/narc_0531.bin: MSGENCFLAGS = -k 0xe417 +files/msgdata/msg/narc_0532.bin: MSGENCFLAGS = -k 0x642e +files/msgdata/msg/narc_0533.bin: MSGENCFLAGS = -k 0xe427 +files/msgdata/msg/narc_0534.bin: MSGENCFLAGS = -k 0x4737 +files/msgdata/msg/narc_0535.bin: MSGENCFLAGS = -k 0x4f91 +files/msgdata/msg/narc_0536.bin: MSGENCFLAGS = -k 0xae92 +files/msgdata/msg/narc_0537.bin: MSGENCFLAGS = -k 0x5406 +files/msgdata/msg/narc_0538.bin: MSGENCFLAGS = -k 0x541e +files/msgdata/msg/narc_0539.bin: MSGENCFLAGS = -k 0xd417 +files/msgdata/msg/narc_0540.bin: MSGENCFLAGS = -k 0x4733 +files/msgdata/msg/narc_0541.bin: MSGENCFLAGS = -k 0xcfb0 +files/msgdata/msg/narc_0542.bin: MSGENCFLAGS = -k 0x2eb3 +files/msgdata/msg/narc_0543.bin: MSGENCFLAGS = -k 0x4406 +files/msgdata/msg/narc_0544.bin: MSGENCFLAGS = -k 0x440a +files/msgdata/msg/narc_0545.bin: MSGENCFLAGS = -k 0x440e +files/msgdata/msg/narc_0546.bin: MSGENCFLAGS = -k 0x441e +files/msgdata/msg/narc_0547.bin: MSGENCFLAGS = -k 0xc417 +files/msgdata/msg/narc_0548.bin: MSGENCFLAGS = -k 0x1311 +files/msgdata/msg/narc_0549.bin: MSGENCFLAGS = -k 0x5fbd +files/msgdata/msg/narc_0550.bin: MSGENCFLAGS = -k 0xd916 +files/msgdata/msg/narc_0551.bin: MSGENCFLAGS = -k 0x3329 +files/msgdata/msg/narc_0552.bin: MSGENCFLAGS = -k 0x1c70 +files/msgdata/msg/narc_0553.bin: MSGENCFLAGS = -k 0xc452 +files/msgdata/msg/narc_0554.bin: MSGENCFLAGS = -k 0x6844 +files/msgdata/msg/narc_0555.bin: MSGENCFLAGS = -k 0x069b +files/msgdata/msg/narc_0556.bin: MSGENCFLAGS = -k 0xd524 +files/msgdata/msg/narc_0557.bin: MSGENCFLAGS = -k 0x409e +files/msgdata/msg/narc_0558.bin: MSGENCFLAGS = -k 0x17e8 +files/msgdata/msg/narc_0559.bin: MSGENCFLAGS = -k 0xd8ed +files/msgdata/msg/narc_0560.bin: MSGENCFLAGS = -k 0xfc2c +files/msgdata/msg/narc_0561.bin: MSGENCFLAGS = -k 0x7924 +files/msgdata/msg/narc_0562.bin: MSGENCFLAGS = -k 0x44be +files/msgdata/msg/narc_0563.bin: MSGENCFLAGS = -k 0xc550 +files/msgdata/msg/narc_0564.bin: MSGENCFLAGS = -k 0x61cf +files/msgdata/msg/narc_0565.bin: MSGENCFLAGS = -k 0x3b89 +files/msgdata/msg/narc_0566.bin: MSGENCFLAGS = -k 0x111a +files/msgdata/msg/narc_0567.bin: MSGENCFLAGS = -k 0x3043 +files/msgdata/msg/narc_0568.bin: MSGENCFLAGS = -k 0x489e +files/msgdata/msg/narc_0569.bin: MSGENCFLAGS = -k 0xfccd +files/msgdata/msg/narc_0570.bin: MSGENCFLAGS = -k 0x7aa0 +files/msgdata/msg/narc_0571.bin: MSGENCFLAGS = -k 0x0489 +files/msgdata/msg/narc_0572.bin: MSGENCFLAGS = -k 0x9bb6 +files/msgdata/msg/narc_0573.bin: MSGENCFLAGS = -k 0x73b6 +files/msgdata/msg/narc_0574.bin: MSGENCFLAGS = -k 0xf7ec +files/msgdata/msg/narc_0575.bin: MSGENCFLAGS = -k 0x945a +files/msgdata/msg/narc_0576.bin: MSGENCFLAGS = -k 0x87fc +files/msgdata/msg/narc_0577.bin: MSGENCFLAGS = -k 0x27f8 +files/msgdata/msg/narc_0578.bin: MSGENCFLAGS = -k 0x00d0 +files/msgdata/msg/narc_0579.bin: MSGENCFLAGS = -k 0xb8dd +files/msgdata/msg/narc_0580.bin: MSGENCFLAGS = -k 0x269e +files/msgdata/msg/narc_0581.bin: MSGENCFLAGS = -k 0xb3a8 +files/msgdata/msg/narc_0582.bin: MSGENCFLAGS = -k 0xbe98 +files/msgdata/msg/narc_0583.bin: MSGENCFLAGS = -k 0xbe80 +files/msgdata/msg/narc_0584.bin: MSGENCFLAGS = -k 0x0fcb +files/msgdata/msg/narc_0585.bin: MSGENCFLAGS = -k 0xba98 +files/msgdata/msg/narc_0586.bin: MSGENCFLAGS = -k 0x93cb +files/msgdata/msg/narc_0587.bin: MSGENCFLAGS = -k 0x6c98 +files/msgdata/msg/narc_0588.bin: MSGENCFLAGS = -k 0xf8c9 +files/msgdata/msg/narc_0589.bin: MSGENCFLAGS = -k 0x56b0 +files/msgdata/msg/narc_0590.bin: MSGENCFLAGS = -k 0x81d4 +files/msgdata/msg/narc_0591.bin: MSGENCFLAGS = -k 0xd561 +files/msgdata/msg/narc_0592.bin: MSGENCFLAGS = -k 0x3d5b +files/msgdata/msg/narc_0593.bin: MSGENCFLAGS = -k 0xf420 +files/msgdata/msg/narc_0594.bin: MSGENCFLAGS = -k 0x8194 +files/msgdata/msg/narc_0595.bin: MSGENCFLAGS = -k 0x9dc4 +files/msgdata/msg/narc_0596.bin: MSGENCFLAGS = -k 0x8194 +files/msgdata/msg/narc_0597.bin: MSGENCFLAGS = -k 0x4da1 +files/msgdata/msg/narc_0598.bin: MSGENCFLAGS = -k 0x69a1 +files/msgdata/msg/narc_0599.bin: MSGENCFLAGS = -k 0xddf4 +files/msgdata/msg/narc_0600.bin: MSGENCFLAGS = -k 0x05e9 +files/msgdata/msg/narc_0601.bin: MSGENCFLAGS = -k 0x6d89 +files/msgdata/msg/narc_0602.bin: MSGENCFLAGS = -k 0x01b5 +files/msgdata/msg/narc_0603.bin: MSGENCFLAGS = -k 0xc1f0 +files/msgdata/msg/narc_0604.bin: MSGENCFLAGS = -k 0x71d9 +files/msgdata/msg/narc_0605.bin: MSGENCFLAGS = -k 0x19cd +files/msgdata/msg/narc_0606.bin: MSGENCFLAGS = -k 0x09e9 +files/msgdata/msg/narc_0607.bin: MSGENCFLAGS = -k 0xf5b8 +files/msgdata/msg/narc_0608.bin: MSGENCFLAGS = -k 0xf530 +files/msgdata/msg/narc_0609.bin: MSGENCFLAGS = -k 0x1d5d +files/msgdata/msg/narc_0610.bin: MSGENCFLAGS = -k 0x950c +files/msgdata/msg/narc_0611.bin: MSGENCFLAGS = -k 0x852c +files/msgdata/msg/narc_0612.bin: MSGENCFLAGS = -k 0x9eb7 +files/msgdata/msg/narc_0613.bin: MSGENCFLAGS = -k 0xd2da +files/msgdata/msg/narc_0614.bin: MSGENCFLAGS = -k 0x2a25 +files/msgdata/msg/narc_0615.bin: MSGENCFLAGS = -k 0x7542 +files/msgdata/msg/narc_0616.bin: MSGENCFLAGS = -k 0x7546 +files/msgdata/msg/narc_0617.bin: MSGENCFLAGS = -k 0x754a +files/msgdata/msg/narc_0618.bin: MSGENCFLAGS = -k 0x754e +files/msgdata/msg/narc_0619.bin: MSGENCFLAGS = -k 0x62d1 +files/msgdata/msg/narc_0620.bin: MSGENCFLAGS = -k 0x1395 +files/msgdata/msg/narc_0621.bin: MSGENCFLAGS = -k 0xbea9 +files/msgdata/msg/narc_0622.bin: MSGENCFLAGS = -k 0x7df9 +files/msgdata/msg/narc_0623.bin: MSGENCFLAGS = -k 0x5938 diff --git a/files/msgdata/msg/narc_0000.key b/files/msgdata/msg/narc_0000.key deleted file mode 100644 index e6919af5..00000000 --- a/files/msgdata/msg/narc_0000.key +++ /dev/null @@ -1 +0,0 @@ -X
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0000.txt b/files/msgdata/msg/narc_0000.txt index 9bc40d4e..956dd154 100644 --- a/files/msgdata/msg/narc_0000.txt +++ b/files/msgdata/msg/narc_0000.txt @@ -1,1404 +1,1404 @@ ! ! ! -{STRVAR 1, 0} used\nPound! -The wild {STRVAR 1, 0} used\nPound! -The foe’s {STRVAR 1, 0} used\nPound! -{STRVAR 1, 0} used\nKarate Chop! -The wild {STRVAR 1, 0} used\nKarate Chop! -The foe’s {STRVAR 1, 0} used\nKarate Chop! -{STRVAR 1, 0} used\nDoubleSlap! -The wild {STRVAR 1, 0} used\nDoubleSlap! -The foe’s {STRVAR 1, 0} used\nDoubleSlap! -{STRVAR 1, 0} used\nComet Punch! -The wild {STRVAR 1, 0} used\nComet Punch! -The foe’s {STRVAR 1, 0} used\nComet Punch! -{STRVAR 1, 0} used\nMega Punch! -The wild {STRVAR 1, 0} used\nMega Punch! -The foe’s {STRVAR 1, 0} used\nMega Punch! -{STRVAR 1, 0} used\nPay Day! -The wild {STRVAR 1, 0} used\nPay Day! -The foe’s {STRVAR 1, 0} used\nPay Day! -{STRVAR 1, 0} used\nFire Punch! -The wild {STRVAR 1, 0} used\nFire Punch! -The foe’s {STRVAR 1, 0} used\nFire Punch! -{STRVAR 1, 0} used\nIce Punch! -The wild {STRVAR 1, 0} used\nIce Punch! -The foe’s {STRVAR 1, 0} used\nIce Punch! -{STRVAR 1, 0} used\nThunderPunch! -The wild {STRVAR 1, 0} used\nThunderPunch! -The foe’s {STRVAR 1, 0} used\nThunderPunch! -{STRVAR 1, 0} used\nScratch! -The wild {STRVAR 1, 0} used\nScratch! -The foe’s {STRVAR 1, 0} used\nScratch! -{STRVAR 1, 0} used\nViceGrip! -The wild {STRVAR 1, 0} used\nViceGrip! -The foe’s {STRVAR 1, 0} used\nViceGrip! -{STRVAR 1, 0} used\nGuillotine! -The wild {STRVAR 1, 0} used\nGuillotine! -The foe’s {STRVAR 1, 0} used\nGuillotine! -{STRVAR 1, 0} used\nRazor Wind! -The wild {STRVAR 1, 0} used\nRazor Wind! -The foe’s {STRVAR 1, 0} used\nRazor Wind! -{STRVAR 1, 0} used\nSwords Dance! -The wild {STRVAR 1, 0} used\nSwords Dance! -The foe’s {STRVAR 1, 0} used\nSwords Dance! -{STRVAR 1, 0} used\nCut! -The wild {STRVAR 1, 0} used\nCut! -The foe’s {STRVAR 1, 0} used\nCut! -{STRVAR 1, 0} used\nGust! -The wild {STRVAR 1, 0} used\nGust! -The foe’s {STRVAR 1, 0} used\nGust! -{STRVAR 1, 0} used\nWing Attack! -The wild {STRVAR 1, 0} used\nWing Attack! -The foe’s {STRVAR 1, 0} used\nWing Attack! -{STRVAR 1, 0} used\nWhirlwind! -The wild {STRVAR 1, 0} used\nWhirlwind! -The foe’s {STRVAR 1, 0} used\nWhirlwind! -{STRVAR 1, 0} used\nFly! -The wild {STRVAR 1, 0} used\nFly! -The foe’s {STRVAR 1, 0} used\nFly! -{STRVAR 1, 0} used\nBind! -The wild {STRVAR 1, 0} used\nBind! -The foe’s {STRVAR 1, 0} used\nBind! -{STRVAR 1, 0} used\nSlam! -The wild {STRVAR 1, 0} used\nSlam! -The foe’s {STRVAR 1, 0} used\nSlam! -{STRVAR 1, 0} used\nVine Whip! -The wild {STRVAR 1, 0} used\nVine Whip! -The foe’s {STRVAR 1, 0} used\nVine Whip! -{STRVAR 1, 0} used\nStomp! -The wild {STRVAR 1, 0} used\nStomp! -The foe’s {STRVAR 1, 0} used\nStomp! -{STRVAR 1, 0} used\nDouble Kick! -The wild {STRVAR 1, 0} used\nDouble Kick! -The foe’s {STRVAR 1, 0} used\nDouble Kick! -{STRVAR 1, 0} used\nMega Kick! -The wild {STRVAR 1, 0} used\nMega Kick! -The foe’s {STRVAR 1, 0} used\nMega Kick! -{STRVAR 1, 0} used\nJump Kick! -The wild {STRVAR 1, 0} used\nJump Kick! -The foe’s {STRVAR 1, 0} used\nJump Kick! -{STRVAR 1, 0} used\nRolling Kick! -The wild {STRVAR 1, 0} used\nRolling Kick! -The foe’s {STRVAR 1, 0} used\nRolling Kick! -{STRVAR 1, 0} used\nSand-Attack! -The wild {STRVAR 1, 0} used\nSand-Attack! -The foe’s {STRVAR 1, 0} used\nSand-Attack! -{STRVAR 1, 0} used\nHeadbutt! -The wild {STRVAR 1, 0} used\nHeadbutt! -The foe’s {STRVAR 1, 0} used\nHeadbutt! -{STRVAR 1, 0} used\nHorn Attack! -The wild {STRVAR 1, 0} used\nHorn Attack! -The foe’s {STRVAR 1, 0} used\nHorn Attack! -{STRVAR 1, 0} used\nFury Attack! -The wild {STRVAR 1, 0} used\nFury Attack! -The foe’s {STRVAR 1, 0} used\nFury Attack! -{STRVAR 1, 0} used\nHorn Drill! -The wild {STRVAR 1, 0} used\nHorn Drill! -The foe’s {STRVAR 1, 0} used\nHorn Drill! -{STRVAR 1, 0} used\nTackle! -The wild {STRVAR 1, 0} used\nTackle! -The foe’s {STRVAR 1, 0} used\nTackle! -{STRVAR 1, 0} used\nBody Slam! -The wild {STRVAR 1, 0} used\nBody Slam! -The foe’s {STRVAR 1, 0} used\nBody Slam! -{STRVAR 1, 0} used\nWrap! -The wild {STRVAR 1, 0} used\nWrap! -The foe’s {STRVAR 1, 0} used\nWrap! -{STRVAR 1, 0} used\nTake Down! -The wild {STRVAR 1, 0} used\nTake Down! -The foe’s {STRVAR 1, 0} used\nTake Down! -{STRVAR 1, 0} used\nThrash! -The wild {STRVAR 1, 0} used\nThrash! -The foe’s {STRVAR 1, 0} used\nThrash! -{STRVAR 1, 0} used\nDouble-Edge! -The wild {STRVAR 1, 0} used\nDouble-Edge! -The foe’s {STRVAR 1, 0} used\nDouble-Edge! -{STRVAR 1, 0} used\nTail Whip! -The wild {STRVAR 1, 0} used\nTail Whip! -The foe’s {STRVAR 1, 0} used\nTail Whip! -{STRVAR 1, 0} used\nPoison Sting! -The wild {STRVAR 1, 0} used\nPoison Sting! -The foe’s {STRVAR 1, 0} used\nPoison Sting! -{STRVAR 1, 0} used\nTwineedle! -The wild {STRVAR 1, 0} used\nTwineedle! -The foe’s {STRVAR 1, 0} used\nTwineedle! -{STRVAR 1, 0} used\nPin Missile! -The wild {STRVAR 1, 0} used\nPin Missile! -The foe’s {STRVAR 1, 0} used\nPin Missile! -{STRVAR 1, 0} used\nLeer! -The wild {STRVAR 1, 0} used\nLeer! -The foe’s {STRVAR 1, 0} used\nLeer! -{STRVAR 1, 0} used\nBite! -The wild {STRVAR 1, 0} used\nBite! -The foe’s {STRVAR 1, 0} used\nBite! -{STRVAR 1, 0} used\nGrowl! -The wild {STRVAR 1, 0} used\nGrowl! -The foe’s {STRVAR 1, 0} used\nGrowl! -{STRVAR 1, 0} used\nRoar! -The wild {STRVAR 1, 0} used\nRoar! -The foe’s {STRVAR 1, 0} used\nRoar! -{STRVAR 1, 0} used\nSing! -The wild {STRVAR 1, 0} used\nSing! -The foe’s {STRVAR 1, 0} used\nSing! -{STRVAR 1, 0} used\nSupersonic! -The wild {STRVAR 1, 0} used\nSupersonic! -The foe’s {STRVAR 1, 0} used\nSupersonic! -{STRVAR 1, 0} used\nSonicBoom! -The wild {STRVAR 1, 0} used\nSonicBoom! -The foe’s {STRVAR 1, 0} used\nSonicBoom! -{STRVAR 1, 0} used\nDisable! -The wild {STRVAR 1, 0} used\nDisable! -The foe’s {STRVAR 1, 0} used\nDisable! -{STRVAR 1, 0} used\nAcid! -The wild {STRVAR 1, 0} used\nAcid! -The foe’s {STRVAR 1, 0} used\nAcid! -{STRVAR 1, 0} used\nEmber! -The wild {STRVAR 1, 0} used\nEmber! -The foe’s {STRVAR 1, 0} used\nEmber! -{STRVAR 1, 0} used\nFlamethrower! -The wild {STRVAR 1, 0} used\nFlamethrower! -The foe’s {STRVAR 1, 0} used\nFlamethrower! -{STRVAR 1, 0} used\nMist! -The wild {STRVAR 1, 0} used\nMist! -The foe’s {STRVAR 1, 0} used\nMist! -{STRVAR 1, 0} used\nWater Gun! -The wild {STRVAR 1, 0} used\nWater Gun! -The foe’s {STRVAR 1, 0} used\nWater Gun! -{STRVAR 1, 0} used\nHydro Pump! -The wild {STRVAR 1, 0} used\nHydro Pump! -The foe’s {STRVAR 1, 0} used\nHydro Pump! -{STRVAR 1, 0} used\nSurf! -The wild {STRVAR 1, 0} used\nSurf! -The foe’s {STRVAR 1, 0} used\nSurf! -{STRVAR 1, 0} used\nIce Beam! -The wild {STRVAR 1, 0} used\nIce Beam! -The foe’s {STRVAR 1, 0} used\nIce Beam! -{STRVAR 1, 0} used\nBlizzard! -The wild {STRVAR 1, 0} used\nBlizzard! -The foe’s {STRVAR 1, 0} used\nBlizzard! -{STRVAR 1, 0} used\nPsybeam! -The wild {STRVAR 1, 0} used\nPsybeam! -The foe’s {STRVAR 1, 0} used\nPsybeam! -{STRVAR 1, 0} used\nBubbleBeam! -The wild {STRVAR 1, 0} used\nBubbleBeam! -The foe’s {STRVAR 1, 0} used\nBubbleBeam! -{STRVAR 1, 0} used\nAurora Beam! -The wild {STRVAR 1, 0} used\nAurora Beam! -The foe’s {STRVAR 1, 0} used\nAurora Beam! -{STRVAR 1, 0} used\nHyper Beam! -The wild {STRVAR 1, 0} used\nHyper Beam! -The foe’s {STRVAR 1, 0} used\nHyper Beam! -{STRVAR 1, 0} used\nPeck! -The wild {STRVAR 1, 0} used\nPeck! -The foe’s {STRVAR 1, 0} used\nPeck! -{STRVAR 1, 0} used\nDrill Peck! -The wild {STRVAR 1, 0} used\nDrill Peck! -The foe’s {STRVAR 1, 0} used\nDrill Peck! -{STRVAR 1, 0} used\nSubmission! -The wild {STRVAR 1, 0} used\nSubmission! -The foe’s {STRVAR 1, 0} used\nSubmission! -{STRVAR 1, 0} used\nLow Kick! -The wild {STRVAR 1, 0} used\nLow Kick! -The foe’s {STRVAR 1, 0} used\nLow Kick! -{STRVAR 1, 0} used\nCounter! -The wild {STRVAR 1, 0} used\nCounter! -The foe’s {STRVAR 1, 0} used\nCounter! -{STRVAR 1, 0} used\nSeismic Toss! -The wild {STRVAR 1, 0} used\nSeismic Toss! -The foe’s {STRVAR 1, 0} used\nSeismic Toss! -{STRVAR 1, 0} used\nStrength! -The wild {STRVAR 1, 0} used\nStrength! -The foe’s {STRVAR 1, 0} used\nStrength! -{STRVAR 1, 0} used\nAbsorb! -The wild {STRVAR 1, 0} used\nAbsorb! -The foe’s {STRVAR 1, 0} used\nAbsorb! -{STRVAR 1, 0} used\nMega Drain! -The wild {STRVAR 1, 0} used\nMega Drain! -The foe’s {STRVAR 1, 0} used\nMega Drain! -{STRVAR 1, 0} used\nLeech Seed! -The wild {STRVAR 1, 0} used\nLeech Seed! -The foe’s {STRVAR 1, 0} used\nLeech Seed! -{STRVAR 1, 0} used\nGrowth! -The wild {STRVAR 1, 0} used\nGrowth! -The foe’s {STRVAR 1, 0} used\nGrowth! -{STRVAR 1, 0} used\nRazor Leaf! -The wild {STRVAR 1, 0} used\nRazor Leaf! -The foe’s {STRVAR 1, 0} used\nRazor Leaf! -{STRVAR 1, 0} used\nSolarBeam! -The wild {STRVAR 1, 0} used\nSolarBeam! -The foe’s {STRVAR 1, 0} used\nSolarBeam! -{STRVAR 1, 0} used\nPoisonPowder! -The wild {STRVAR 1, 0} used\nPoisonPowder! -The foe’s {STRVAR 1, 0} used\nPoisonPowder! -{STRVAR 1, 0} used\nStun Spore! -The wild {STRVAR 1, 0} used\nStun Spore! -The foe’s {STRVAR 1, 0} used\nStun Spore! -{STRVAR 1, 0} used\nSleep Powder! -The wild {STRVAR 1, 0} used\nSleep Powder! -The foe’s {STRVAR 1, 0} used\nSleep Powder! -{STRVAR 1, 0} used\nPetal Dance! -The wild {STRVAR 1, 0} used\nPetal Dance! -The foe’s {STRVAR 1, 0} used\nPetal Dance! -{STRVAR 1, 0} used\nString Shot! -The wild {STRVAR 1, 0} used\nString Shot! -The foe’s {STRVAR 1, 0} used\nString Shot! -{STRVAR 1, 0} used\nDragon Rage! -The wild {STRVAR 1, 0} used\nDragon Rage! -The foe’s {STRVAR 1, 0} used\nDragon Rage! -{STRVAR 1, 0} used\nFire Spin! -The wild {STRVAR 1, 0} used\nFire Spin! -The foe’s {STRVAR 1, 0} used\nFire Spin! -{STRVAR 1, 0} used\nThunderShock! -The wild {STRVAR 1, 0} used\nThunderShock! -The foe’s {STRVAR 1, 0} used\nThunderShock! -{STRVAR 1, 0} used\nThunderbolt! -The wild {STRVAR 1, 0} used\nThunderbolt! -The foe’s {STRVAR 1, 0} used\nThunderbolt! -{STRVAR 1, 0} used\nThunder Wave! -The wild {STRVAR 1, 0} used\nThunder Wave! -The foe’s {STRVAR 1, 0} used\nThunder Wave! -{STRVAR 1, 0} used\nThunder! -The wild {STRVAR 1, 0} used\nThunder! -The foe’s {STRVAR 1, 0} used\nThunder! -{STRVAR 1, 0} used\nRock Throw! -The wild {STRVAR 1, 0} used\nRock Throw! -The foe’s {STRVAR 1, 0} used\nRock Throw! -{STRVAR 1, 0} used\nEarthquake! -The wild {STRVAR 1, 0} used\nEarthquake! -The foe’s {STRVAR 1, 0} used\nEarthquake! -{STRVAR 1, 0} used\nFissure! -The wild {STRVAR 1, 0} used\nFissure! -The foe’s {STRVAR 1, 0} used\nFissure! -{STRVAR 1, 0} used\nDig! -The wild {STRVAR 1, 0} used\nDig! -The foe’s {STRVAR 1, 0} used\nDig! -{STRVAR 1, 0} used\nToxic! -The wild {STRVAR 1, 0} used\nToxic! -The foe’s {STRVAR 1, 0} used\nToxic! -{STRVAR 1, 0} used\nConfusion! -The wild {STRVAR 1, 0} used\nConfusion! -The foe’s {STRVAR 1, 0} used\nConfusion! -{STRVAR 1, 0} used\nPsychic! -The wild {STRVAR 1, 0} used\nPsychic! -The foe’s {STRVAR 1, 0} used\nPsychic! -{STRVAR 1, 0} used\nHypnosis! -The wild {STRVAR 1, 0} used\nHypnosis! -The foe’s {STRVAR 1, 0} used\nHypnosis! -{STRVAR 1, 0} used\nMeditate! -The wild {STRVAR 1, 0} used\nMeditate! -The foe’s {STRVAR 1, 0} used\nMeditate! -{STRVAR 1, 0} used\nAgility! -The wild {STRVAR 1, 0} used\nAgility! -The foe’s {STRVAR 1, 0} used\nAgility! -{STRVAR 1, 0} used\nQuick Attack! -The wild {STRVAR 1, 0} used\nQuick Attack! -The foe’s {STRVAR 1, 0} used\nQuick Attack! -{STRVAR 1, 0} used\nRage! -The wild {STRVAR 1, 0} used\nRage! -The foe’s {STRVAR 1, 0} used\nRage! -{STRVAR 1, 0} used\nTeleport! -The wild {STRVAR 1, 0} used\nTeleport! -The foe’s {STRVAR 1, 0} used\nTeleport! -{STRVAR 1, 0} used\nNight Shade! -The wild {STRVAR 1, 0} used\nNight Shade! -The foe’s {STRVAR 1, 0} used\nNight Shade! -{STRVAR 1, 0} used\nMimic! -The wild {STRVAR 1, 0} used\nMimic! -The foe’s {STRVAR 1, 0} used\nMimic! -{STRVAR 1, 0} used\nScreech! -The wild {STRVAR 1, 0} used\nScreech! -The foe’s {STRVAR 1, 0} used\nScreech! -{STRVAR 1, 0} used\nDouble Team! -The wild {STRVAR 1, 0} used\nDouble Team! -The foe’s {STRVAR 1, 0} used\nDouble Team! -{STRVAR 1, 0} used\nRecover! -The wild {STRVAR 1, 0} used\nRecover! -The foe’s {STRVAR 1, 0} used\nRecover! -{STRVAR 1, 0} used\nHarden! -The wild {STRVAR 1, 0} used\nHarden! -The foe’s {STRVAR 1, 0} used\nHarden! -{STRVAR 1, 0} used\nMinimize! -The wild {STRVAR 1, 0} used\nMinimize! -The foe’s {STRVAR 1, 0} used\nMinimize! -{STRVAR 1, 0} used\nSmokeScreen! -The wild {STRVAR 1, 0} used\nSmokeScreen! -The foe’s {STRVAR 1, 0} used\nSmokeScreen! -{STRVAR 1, 0} used\nConfuse Ray! -The wild {STRVAR 1, 0} used\nConfuse Ray! -The foe’s {STRVAR 1, 0} used\nConfuse Ray! -{STRVAR 1, 0} used\nWithdraw! -The wild {STRVAR 1, 0} used\nWithdraw! -The foe’s {STRVAR 1, 0} used\nWithdraw! -{STRVAR 1, 0} used\nDefense Curl! -The wild {STRVAR 1, 0} used\nDefense Curl! -The foe’s {STRVAR 1, 0} used\nDefense Curl! -{STRVAR 1, 0} used\nBarrier! -The wild {STRVAR 1, 0} used\nBarrier! -The foe’s {STRVAR 1, 0} used\nBarrier! -{STRVAR 1, 0} used\nLight Screen! -The wild {STRVAR 1, 0} used\nLight Screen! -The foe’s {STRVAR 1, 0} used\nLight Screen! -{STRVAR 1, 0} used\nHaze! -The wild {STRVAR 1, 0} used\nHaze! -The foe’s {STRVAR 1, 0} used\nHaze! -{STRVAR 1, 0} used\nReflect! -The wild {STRVAR 1, 0} used\nReflect! -The foe’s {STRVAR 1, 0} used\nReflect! -{STRVAR 1, 0} used\nFocus Energy! -The wild {STRVAR 1, 0} used\nFocus Energy! -The foe’s {STRVAR 1, 0} used\nFocus Energy! -{STRVAR 1, 0} used\nBide! -The wild {STRVAR 1, 0} used\nBide! -The foe’s {STRVAR 1, 0} used\nBide! -{STRVAR 1, 0} used\nMetronome! -The wild {STRVAR 1, 0} used\nMetronome! -The foe’s {STRVAR 1, 0} used\nMetronome! -{STRVAR 1, 0} used\nMirror Move! -The wild {STRVAR 1, 0} used\nMirror Move! -The foe’s {STRVAR 1, 0} used\nMirror Move! -{STRVAR 1, 0} used\nSelfdestruct! -The wild {STRVAR 1, 0} used\nSelfdestruct! -The foe’s {STRVAR 1, 0} used\nSelfdestruct! -{STRVAR 1, 0} used\nEgg Bomb! -The wild {STRVAR 1, 0} used\nEgg Bomb! -The foe’s {STRVAR 1, 0} used\nEgg Bomb! -{STRVAR 1, 0} used\nLick! -The wild {STRVAR 1, 0} used\nLick! -The foe’s {STRVAR 1, 0} used\nLick! -{STRVAR 1, 0} used\nSmog! -The wild {STRVAR 1, 0} used\nSmog! -The foe’s {STRVAR 1, 0} used\nSmog! -{STRVAR 1, 0} used\nSludge! -The wild {STRVAR 1, 0} used\nSludge! -The foe’s {STRVAR 1, 0} used\nSludge! -{STRVAR 1, 0} used\nBone Club! -The wild {STRVAR 1, 0} used\nBone Club! -The foe’s {STRVAR 1, 0} used\nBone Club! -{STRVAR 1, 0} used\nFire Blast! -The wild {STRVAR 1, 0} used\nFire Blast! -The foe’s {STRVAR 1, 0} used\nFire Blast! -{STRVAR 1, 0} used\nWaterfall! -The wild {STRVAR 1, 0} used\nWaterfall! -The foe’s {STRVAR 1, 0} used\nWaterfall! -{STRVAR 1, 0} used\nClamp! -The wild {STRVAR 1, 0} used\nClamp! -The foe’s {STRVAR 1, 0} used\nClamp! -{STRVAR 1, 0} used\nSwift! -The wild {STRVAR 1, 0} used\nSwift! -The foe’s {STRVAR 1, 0} used\nSwift! -{STRVAR 1, 0} used\nSkull Bash! -The wild {STRVAR 1, 0} used\nSkull Bash! -The foe’s {STRVAR 1, 0} used\nSkull Bash! -{STRVAR 1, 0} used\nSpike Cannon! -The wild {STRVAR 1, 0} used\nSpike Cannon! -The foe’s {STRVAR 1, 0} used\nSpike Cannon! -{STRVAR 1, 0} used\nConstrict! -The wild {STRVAR 1, 0} used\nConstrict! -The foe’s {STRVAR 1, 0} used\nConstrict! -{STRVAR 1, 0} used\nAmnesia! -The wild {STRVAR 1, 0} used\nAmnesia! -The foe’s {STRVAR 1, 0} used\nAmnesia! -{STRVAR 1, 0} used\nKinesis! -The wild {STRVAR 1, 0} used\nKinesis! -The foe’s {STRVAR 1, 0} used\nKinesis! -{STRVAR 1, 0} used\nSoftboiled! -The wild {STRVAR 1, 0} used\nSoftboiled! -The foe’s {STRVAR 1, 0} used\nSoftboiled! -{STRVAR 1, 0} used\nHi Jump Kick! -The wild {STRVAR 1, 0} used\nHi Jump Kick! -The foe’s {STRVAR 1, 0} used\nHi Jump Kick! -{STRVAR 1, 0} used\nGlare! -The wild {STRVAR 1, 0} used\nGlare! -The foe’s {STRVAR 1, 0} used\nGlare! -{STRVAR 1, 0} used\nDream Eater! -The wild {STRVAR 1, 0} used\nDream Eater! -The foe’s {STRVAR 1, 0} used\nDream Eater! -{STRVAR 1, 0} used\nPoison Gas! -The wild {STRVAR 1, 0} used\nPoison Gas! -The foe’s {STRVAR 1, 0} used\nPoison Gas! -{STRVAR 1, 0} used\nBarrage! -The wild {STRVAR 1, 0} used\nBarrage! -The foe’s {STRVAR 1, 0} used\nBarrage! -{STRVAR 1, 0} used\nLeech Life! -The wild {STRVAR 1, 0} used\nLeech Life! -The foe’s {STRVAR 1, 0} used\nLeech Life! -{STRVAR 1, 0} used\nLovely Kiss! -The wild {STRVAR 1, 0} used\nLovely Kiss! -The foe’s {STRVAR 1, 0} used\nLovely Kiss! -{STRVAR 1, 0} used\nSky Attack! -The wild {STRVAR 1, 0} used\nSky Attack! -The foe’s {STRVAR 1, 0} used\nSky Attack! -{STRVAR 1, 0} used\nTransform! -The wild {STRVAR 1, 0} used\nTransform! -The foe’s {STRVAR 1, 0} used\nTransform! -{STRVAR 1, 0} used\nBubble! -The wild {STRVAR 1, 0} used\nBubble! -The foe’s {STRVAR 1, 0} used\nBubble! -{STRVAR 1, 0} used\nDizzy Punch! -The wild {STRVAR 1, 0} used\nDizzy Punch! -The foe’s {STRVAR 1, 0} used\nDizzy Punch! -{STRVAR 1, 0} used\nSpore! -The wild {STRVAR 1, 0} used\nSpore! -The foe’s {STRVAR 1, 0} used\nSpore! -{STRVAR 1, 0} used\nFlash! -The wild {STRVAR 1, 0} used\nFlash! -The foe’s {STRVAR 1, 0} used\nFlash! -{STRVAR 1, 0} used\nPsywave! -The wild {STRVAR 1, 0} used\nPsywave! -The foe’s {STRVAR 1, 0} used\nPsywave! -{STRVAR 1, 0} used\nSplash! -The wild {STRVAR 1, 0} used\nSplash! -The foe’s {STRVAR 1, 0} used\nSplash! -{STRVAR 1, 0} used\nAcid Armor! -The wild {STRVAR 1, 0} used\nAcid Armor! -The foe’s {STRVAR 1, 0} used\nAcid Armor! -{STRVAR 1, 0} used\nCrabhammer! -The wild {STRVAR 1, 0} used\nCrabhammer! -The foe’s {STRVAR 1, 0} used\nCrabhammer! -{STRVAR 1, 0} used\nExplosion! -The wild {STRVAR 1, 0} used\nExplosion! -The foe’s {STRVAR 1, 0} used\nExplosion! -{STRVAR 1, 0} used\nFury Swipes! -The wild {STRVAR 1, 0} used\nFury Swipes! -The foe’s {STRVAR 1, 0} used\nFury Swipes! -{STRVAR 1, 0} used\nBonemerang! -The wild {STRVAR 1, 0} used\nBonemerang! -The foe’s {STRVAR 1, 0} used\nBonemerang! -{STRVAR 1, 0} used\nRest! -The wild {STRVAR 1, 0} used\nRest! -The foe’s {STRVAR 1, 0} used\nRest! -{STRVAR 1, 0} used\nRock Slide! -The wild {STRVAR 1, 0} used\nRock Slide! -The foe’s {STRVAR 1, 0} used\nRock Slide! -{STRVAR 1, 0} used\nHyper Fang! -The wild {STRVAR 1, 0} used\nHyper Fang! -The foe’s {STRVAR 1, 0} used\nHyper Fang! -{STRVAR 1, 0} used\nSharpen! -The wild {STRVAR 1, 0} used\nSharpen! -The foe’s {STRVAR 1, 0} used\nSharpen! -{STRVAR 1, 0} used\nConversion! -The wild {STRVAR 1, 0} used\nConversion! -The foe’s {STRVAR 1, 0} used\nConversion! -{STRVAR 1, 0} used\nTri Attack! -The wild {STRVAR 1, 0} used\nTri Attack! -The foe’s {STRVAR 1, 0} used\nTri Attack! -{STRVAR 1, 0} used\nSuper Fang! -The wild {STRVAR 1, 0} used\nSuper Fang! -The foe’s {STRVAR 1, 0} used\nSuper Fang! -{STRVAR 1, 0} used\nSlash! -The wild {STRVAR 1, 0} used\nSlash! -The foe’s {STRVAR 1, 0} used\nSlash! -{STRVAR 1, 0} used\nSubstitute! -The wild {STRVAR 1, 0} used\nSubstitute! -The foe’s {STRVAR 1, 0} used\nSubstitute! -{STRVAR 1, 0} used\nStruggle! -The wild {STRVAR 1, 0} used\nStruggle! -The foe’s {STRVAR 1, 0} used\nStruggle! -{STRVAR 1, 0} used\nSketch! -The wild {STRVAR 1, 0} used\nSketch! -The foe’s {STRVAR 1, 0} used\nSketch! -{STRVAR 1, 0} used\nTriple Kick! -The wild {STRVAR 1, 0} used\nTriple Kick! -The foe’s {STRVAR 1, 0} used\nTriple Kick! -{STRVAR 1, 0} used\nThief! -The wild {STRVAR 1, 0} used\nThief! -The foe’s {STRVAR 1, 0} used\nThief! -{STRVAR 1, 0} used\nSpider Web! -The wild {STRVAR 1, 0} used\nSpider Web! -The foe’s {STRVAR 1, 0} used\nSpider Web! -{STRVAR 1, 0} used\nMind Reader! -The wild {STRVAR 1, 0} used\nMind Reader! -The foe’s {STRVAR 1, 0} used\nMind Reader! -{STRVAR 1, 0} used\nNightmare! -The wild {STRVAR 1, 0} used\nNightmare! -The foe’s {STRVAR 1, 0} used\nNightmare! -{STRVAR 1, 0} used\nFlame Wheel! -The wild {STRVAR 1, 0} used\nFlame Wheel! -The foe’s {STRVAR 1, 0} used\nFlame Wheel! -{STRVAR 1, 0} used\nSnore! -The wild {STRVAR 1, 0} used\nSnore! -The foe’s {STRVAR 1, 0} used\nSnore! -{STRVAR 1, 0} used\nCurse! -The wild {STRVAR 1, 0} used\nCurse! -The foe’s {STRVAR 1, 0} used\nCurse! -{STRVAR 1, 0} used\nFlail! -The wild {STRVAR 1, 0} used\nFlail! -The foe’s {STRVAR 1, 0} used\nFlail! -{STRVAR 1, 0} used\nConversion 2! -The wild {STRVAR 1, 0} used\nConversion 2! -The foe’s {STRVAR 1, 0} used\nConversion 2! -{STRVAR 1, 0} used\nAeroblast! -The wild {STRVAR 1, 0} used\nAeroblast! -The foe’s {STRVAR 1, 0} used\nAeroblast! -{STRVAR 1, 0} used\nCotton Spore! -The wild {STRVAR 1, 0} used\nCotton Spore! -The foe’s {STRVAR 1, 0} used\nCotton Spore! -{STRVAR 1, 0} used\nReversal! -The wild {STRVAR 1, 0} used\nReversal! -The foe’s {STRVAR 1, 0} used\nReversal! -{STRVAR 1, 0} used\nSpite! -The wild {STRVAR 1, 0} used\nSpite! -The foe’s {STRVAR 1, 0} used\nSpite! -{STRVAR 1, 0} used\nPowder Snow! -The wild {STRVAR 1, 0} used\nPowder Snow! -The foe’s {STRVAR 1, 0} used\nPowder Snow! -{STRVAR 1, 0} used\nProtect! -The wild {STRVAR 1, 0} used\nProtect! -The foe’s {STRVAR 1, 0} used\nProtect! -{STRVAR 1, 0} used\nMach Punch! -The wild {STRVAR 1, 0} used\nMach Punch! -The foe’s {STRVAR 1, 0} used\nMach Punch! -{STRVAR 1, 0} used\nScary Face! -The wild {STRVAR 1, 0} used\nScary Face! -The foe’s {STRVAR 1, 0} used\nScary Face! -{STRVAR 1, 0} used\nFaint Attack! -The wild {STRVAR 1, 0} used\nFaint Attack! -The foe’s {STRVAR 1, 0} used\nFaint Attack! -{STRVAR 1, 0} used\nSweet Kiss! -The wild {STRVAR 1, 0} used\nSweet Kiss! -The foe’s {STRVAR 1, 0} used\nSweet Kiss! -{STRVAR 1, 0} used\nBelly Drum! -The wild {STRVAR 1, 0} used\nBelly Drum! -The foe’s {STRVAR 1, 0} used\nBelly Drum! -{STRVAR 1, 0} used\nSludge Bomb! -The wild {STRVAR 1, 0} used\nSludge Bomb! -The foe’s {STRVAR 1, 0} used\nSludge Bomb! -{STRVAR 1, 0} used\nMud-Slap! -The wild {STRVAR 1, 0} used\nMud-Slap! -The foe’s {STRVAR 1, 0} used\nMud-Slap! -{STRVAR 1, 0} used\nOctazooka! -The wild {STRVAR 1, 0} used\nOctazooka! -The foe’s {STRVAR 1, 0} used\nOctazooka! -{STRVAR 1, 0} used\nSpikes! -The wild {STRVAR 1, 0} used\nSpikes! -The foe’s {STRVAR 1, 0} used\nSpikes! -{STRVAR 1, 0} used\nZap Cannon! -The wild {STRVAR 1, 0} used\nZap Cannon! -The foe’s {STRVAR 1, 0} used\nZap Cannon! -{STRVAR 1, 0} used\nForesight! -The wild {STRVAR 1, 0} used\nForesight! -The foe’s {STRVAR 1, 0} used\nForesight! -{STRVAR 1, 0} used\nDestiny Bond! -The wild {STRVAR 1, 0} used\nDestiny Bond! -The foe’s {STRVAR 1, 0} used\nDestiny Bond! -{STRVAR 1, 0} used\nPerish Song! -The wild {STRVAR 1, 0} used\nPerish Song! -The foe’s {STRVAR 1, 0} used\nPerish Song! -{STRVAR 1, 0} used\nIcy Wind! -The wild {STRVAR 1, 0} used\nIcy Wind! -The foe’s {STRVAR 1, 0} used\nIcy Wind! -{STRVAR 1, 0} used\nDetect! -The wild {STRVAR 1, 0} used\nDetect! -The foe’s {STRVAR 1, 0} used\nDetect! -{STRVAR 1, 0} used\nBone Rush! -The wild {STRVAR 1, 0} used\nBone Rush! -The foe’s {STRVAR 1, 0} used\nBone Rush! -{STRVAR 1, 0} used\nLock-On! -The wild {STRVAR 1, 0} used\nLock-On! -The foe’s {STRVAR 1, 0} used\nLock-On! -{STRVAR 1, 0} used\nOutrage! -The wild {STRVAR 1, 0} used\nOutrage! -The foe’s {STRVAR 1, 0} used\nOutrage! -{STRVAR 1, 0} used\nSandstorm! -The wild {STRVAR 1, 0} used\nSandstorm! -The foe’s {STRVAR 1, 0} used\nSandstorm! -{STRVAR 1, 0} used\nGiga Drain! -The wild {STRVAR 1, 0} used\nGiga Drain! -The foe’s {STRVAR 1, 0} used\nGiga Drain! -{STRVAR 1, 0} used\nEndure! -The wild {STRVAR 1, 0} used\nEndure! -The foe’s {STRVAR 1, 0} used\nEndure! -{STRVAR 1, 0} used\nCharm! -The wild {STRVAR 1, 0} used\nCharm! -The foe’s {STRVAR 1, 0} used\nCharm! -{STRVAR 1, 0} used\nRollout! -The wild {STRVAR 1, 0} used\nRollout! -The foe’s {STRVAR 1, 0} used\nRollout! -{STRVAR 1, 0} used\nFalse Swipe! -The wild {STRVAR 1, 0} used\nFalse Swipe! -The foe’s {STRVAR 1, 0} used\nFalse Swipe! -{STRVAR 1, 0} used\nSwagger! -The wild {STRVAR 1, 0} used\nSwagger! -The foe’s {STRVAR 1, 0} used\nSwagger! -{STRVAR 1, 0} used\nMilk Drink! -The wild {STRVAR 1, 0} used\nMilk Drink! -The foe’s {STRVAR 1, 0} used\nMilk Drink! -{STRVAR 1, 0} used\nSpark! -The wild {STRVAR 1, 0} used\nSpark! -The foe’s {STRVAR 1, 0} used\nSpark! -{STRVAR 1, 0} used\nFury Cutter! -The wild {STRVAR 1, 0} used\nFury Cutter! -The foe’s {STRVAR 1, 0} used\nFury Cutter! -{STRVAR 1, 0} used\nSteel Wing! -The wild {STRVAR 1, 0} used\nSteel Wing! -The foe’s {STRVAR 1, 0} used\nSteel Wing! -{STRVAR 1, 0} used\nMean Look! -The wild {STRVAR 1, 0} used\nMean Look! -The foe’s {STRVAR 1, 0} used\nMean Look! -{STRVAR 1, 0} used\nAttract! -The wild {STRVAR 1, 0} used\nAttract! -The foe’s {STRVAR 1, 0} used\nAttract! -{STRVAR 1, 0} used\nSleep Talk! -The wild {STRVAR 1, 0} used\nSleep Talk! -The foe’s {STRVAR 1, 0} used\nSleep Talk! -{STRVAR 1, 0} used\nHeal Bell! -The wild {STRVAR 1, 0} used\nHeal Bell! -The foe’s {STRVAR 1, 0} used\nHeal Bell! -{STRVAR 1, 0} used\nReturn! -The wild {STRVAR 1, 0} used\nReturn! -The foe’s {STRVAR 1, 0} used\nReturn! -{STRVAR 1, 0} used\nPresent! -The wild {STRVAR 1, 0} used\nPresent! -The foe’s {STRVAR 1, 0} used\nPresent! -{STRVAR 1, 0} used\nFrustration! -The wild {STRVAR 1, 0} used\nFrustration! -The foe’s {STRVAR 1, 0} used\nFrustration! -{STRVAR 1, 0} used\nSafeguard! -The wild {STRVAR 1, 0} used\nSafeguard! -The foe’s {STRVAR 1, 0} used\nSafeguard! -{STRVAR 1, 0} used\nPain Split! -The wild {STRVAR 1, 0} used\nPain Split! -The foe’s {STRVAR 1, 0} used\nPain Split! -{STRVAR 1, 0} used\nSacred Fire! -The wild {STRVAR 1, 0} used\nSacred Fire! -The foe’s {STRVAR 1, 0} used\nSacred Fire! -{STRVAR 1, 0} used\nMagnitude! -The wild {STRVAR 1, 0} used\nMagnitude! -The foe’s {STRVAR 1, 0} used\nMagnitude! -{STRVAR 1, 0} used\nDynamicPunch! -The wild {STRVAR 1, 0} used\nDynamicPunch! -The foe’s {STRVAR 1, 0} used\nDynamicPunch! -{STRVAR 1, 0} used\nMegahorn! -The wild {STRVAR 1, 0} used\nMegahorn! -The foe’s {STRVAR 1, 0} used\nMegahorn! -{STRVAR 1, 0} used\nDragonBreath! -The wild {STRVAR 1, 0} used\nDragonBreath! -The foe’s {STRVAR 1, 0} used\nDragonBreath! -{STRVAR 1, 0} used\nBaton Pass! -The wild {STRVAR 1, 0} used\nBaton Pass! -The foe’s {STRVAR 1, 0} used\nBaton Pass! -{STRVAR 1, 0} used\nEncore! -The wild {STRVAR 1, 0} used\nEncore! -The foe’s {STRVAR 1, 0} used\nEncore! -{STRVAR 1, 0} used\nPursuit! -The wild {STRVAR 1, 0} used\nPursuit! -The foe’s {STRVAR 1, 0} used\nPursuit! -{STRVAR 1, 0} used\nRapid Spin! -The wild {STRVAR 1, 0} used\nRapid Spin! -The foe’s {STRVAR 1, 0} used\nRapid Spin! -{STRVAR 1, 0} used\nSweet Scent! -The wild {STRVAR 1, 0} used\nSweet Scent! -The foe’s {STRVAR 1, 0} used\nSweet Scent! -{STRVAR 1, 0} used\nIron Tail! -The wild {STRVAR 1, 0} used\nIron Tail! -The foe’s {STRVAR 1, 0} used\nIron Tail! -{STRVAR 1, 0} used\nMetal Claw! -The wild {STRVAR 1, 0} used\nMetal Claw! -The foe’s {STRVAR 1, 0} used\nMetal Claw! -{STRVAR 1, 0} used\nVital Throw! -The wild {STRVAR 1, 0} used\nVital Throw! -The foe’s {STRVAR 1, 0} used\nVital Throw! -{STRVAR 1, 0} used\nMorning Sun! -The wild {STRVAR 1, 0} used\nMorning Sun! -The foe’s {STRVAR 1, 0} used\nMorning Sun! -{STRVAR 1, 0} used\nSynthesis! -The wild {STRVAR 1, 0} used\nSynthesis! -The foe’s {STRVAR 1, 0} used\nSynthesis! -{STRVAR 1, 0} used\nMoonlight! -The wild {STRVAR 1, 0} used\nMoonlight! -The foe’s {STRVAR 1, 0} used\nMoonlight! -{STRVAR 1, 0} used\nHidden Power! -The wild {STRVAR 1, 0} used\nHidden Power! -The foe’s {STRVAR 1, 0} used\nHidden Power! -{STRVAR 1, 0} used\nCross Chop! -The wild {STRVAR 1, 0} used\nCross Chop! -The foe’s {STRVAR 1, 0} used\nCross Chop! -{STRVAR 1, 0} used\nTwister! -The wild {STRVAR 1, 0} used\nTwister! -The foe’s {STRVAR 1, 0} used\nTwister! -{STRVAR 1, 0} used\nRain Dance! -The wild {STRVAR 1, 0} used\nRain Dance! -The foe’s {STRVAR 1, 0} used\nRain Dance! -{STRVAR 1, 0} used\nSunny Day! -The wild {STRVAR 1, 0} used\nSunny Day! -The foe’s {STRVAR 1, 0} used\nSunny Day! -{STRVAR 1, 0} used\nCrunch! -The wild {STRVAR 1, 0} used\nCrunch! -The foe’s {STRVAR 1, 0} used\nCrunch! -{STRVAR 1, 0} used\nMirror Coat! -The wild {STRVAR 1, 0} used\nMirror Coat! -The foe’s {STRVAR 1, 0} used\nMirror Coat! -{STRVAR 1, 0} used\nPsych Up! -The wild {STRVAR 1, 0} used\nPsych Up! -The foe’s {STRVAR 1, 0} used\nPsych Up! -{STRVAR 1, 0} used\nExtremeSpeed! -The wild {STRVAR 1, 0} used\nExtremeSpeed! -The foe’s {STRVAR 1, 0} used\nExtremeSpeed! -{STRVAR 1, 0} used\nAncientPower! -The wild {STRVAR 1, 0} used\nAncientPower! -The foe’s {STRVAR 1, 0} used\nAncientPower! -{STRVAR 1, 0} used\nShadow Ball! -The wild {STRVAR 1, 0} used\nShadow Ball! -The foe’s {STRVAR 1, 0} used\nShadow Ball! -{STRVAR 1, 0} used\nFuture Sight! -The wild {STRVAR 1, 0} used\nFuture Sight! -The foe’s {STRVAR 1, 0} used\nFuture Sight! -{STRVAR 1, 0} used\nRock Smash! -The wild {STRVAR 1, 0} used\nRock Smash! -The foe’s {STRVAR 1, 0} used\nRock Smash! -{STRVAR 1, 0} used\nWhirlpool! -The wild {STRVAR 1, 0} used\nWhirlpool! -The foe’s {STRVAR 1, 0} used\nWhirlpool! -{STRVAR 1, 0} used\nBeat Up! -The wild {STRVAR 1, 0} used\nBeat Up! -The foe’s {STRVAR 1, 0} used\nBeat Up! -{STRVAR 1, 0} used\nFake Out! -The wild {STRVAR 1, 0} used\nFake Out! -The foe’s {STRVAR 1, 0} used\nFake Out! -{STRVAR 1, 0} used\nUproar! -The wild {STRVAR 1, 0} used\nUproar! -The foe’s {STRVAR 1, 0} used\nUproar! -{STRVAR 1, 0} used\nStockpile! -The wild {STRVAR 1, 0} used\nStockpile! -The foe’s {STRVAR 1, 0} used\nStockpile! -{STRVAR 1, 0} used\nSpit Up! -The wild {STRVAR 1, 0} used\nSpit Up! -The foe’s {STRVAR 1, 0} used\nSpit Up! -{STRVAR 1, 0} used\nSwallow! -The wild {STRVAR 1, 0} used\nSwallow! -The foe’s {STRVAR 1, 0} used\nSwallow! -{STRVAR 1, 0} used\nHeat Wave! -The wild {STRVAR 1, 0} used\nHeat Wave! -The foe’s {STRVAR 1, 0} used\nHeat Wave! -{STRVAR 1, 0} used\nHail! -The wild {STRVAR 1, 0} used\nHail! -The foe’s {STRVAR 1, 0} used\nHail! -{STRVAR 1, 0} used\nTorment! -The wild {STRVAR 1, 0} used\nTorment! -The foe’s {STRVAR 1, 0} used\nTorment! -{STRVAR 1, 0} used\nFlatter! -The wild {STRVAR 1, 0} used\nFlatter! -The foe’s {STRVAR 1, 0} used\nFlatter! -{STRVAR 1, 0} used\nWill-O-Wisp! -The wild {STRVAR 1, 0} used\nWill-O-Wisp! -The foe’s {STRVAR 1, 0} used\nWill-O-Wisp! -{STRVAR 1, 0} used\nMemento! -The wild {STRVAR 1, 0} used\nMemento! -The foe’s {STRVAR 1, 0} used\nMemento! -{STRVAR 1, 0} used\nFacade! -The wild {STRVAR 1, 0} used\nFacade! -The foe’s {STRVAR 1, 0} used\nFacade! -{STRVAR 1, 0} used\nFocus Punch! -The wild {STRVAR 1, 0} used\nFocus Punch! -The foe’s {STRVAR 1, 0} used\nFocus Punch! -{STRVAR 1, 0} used\nSmellingSalt! -The wild {STRVAR 1, 0} used\nSmellingSalt! -The foe’s {STRVAR 1, 0} used\nSmellingSalt! -{STRVAR 1, 0} used\nFollow Me! -The wild {STRVAR 1, 0} used\nFollow Me! -The foe’s {STRVAR 1, 0} used\nFollow Me! -{STRVAR 1, 0} used\nNature Power! -The wild {STRVAR 1, 0} used\nNature Power! -The foe’s {STRVAR 1, 0} used\nNature Power! -{STRVAR 1, 0} used\nCharge! -The wild {STRVAR 1, 0} used\nCharge! -The foe’s {STRVAR 1, 0} used\nCharge! -{STRVAR 1, 0} used\nTaunt! -The wild {STRVAR 1, 0} used\nTaunt! -The foe’s {STRVAR 1, 0} used\nTaunt! -{STRVAR 1, 0} used\nHelping Hand! -The wild {STRVAR 1, 0} used\nHelping Hand! -The foe’s {STRVAR 1, 0} used\nHelping Hand! -{STRVAR 1, 0} used\nTrick! -The wild {STRVAR 1, 0} used\nTrick! -The foe’s {STRVAR 1, 0} used\nTrick! -{STRVAR 1, 0} used\nRole Play! -The wild {STRVAR 1, 0} used\nRole Play! -The foe’s {STRVAR 1, 0} used\nRole Play! -{STRVAR 1, 0} used\nWish! -The wild {STRVAR 1, 0} used\nWish! -The foe’s {STRVAR 1, 0} used\nWish! -{STRVAR 1, 0} used\nAssist! -The wild {STRVAR 1, 0} used\nAssist! -The foe’s {STRVAR 1, 0} used\nAssist! -{STRVAR 1, 0} used\nIngrain! -The wild {STRVAR 1, 0} used\nIngrain! -The foe’s {STRVAR 1, 0} used\nIngrain! -{STRVAR 1, 0} used\nSuperpower! -The wild {STRVAR 1, 0} used\nSuperpower! -The foe’s {STRVAR 1, 0} used\nSuperpower! -{STRVAR 1, 0} used\nMagic Coat! -The wild {STRVAR 1, 0} used\nMagic Coat! -The foe’s {STRVAR 1, 0} used\nMagic Coat! -{STRVAR 1, 0} used\nRecycle! -The wild {STRVAR 1, 0} used\nRecycle! -The foe’s {STRVAR 1, 0} used\nRecycle! -{STRVAR 1, 0} used\nRevenge! -The wild {STRVAR 1, 0} used\nRevenge! -The foe’s {STRVAR 1, 0} used\nRevenge! -{STRVAR 1, 0} used\nBrick Break! -The wild {STRVAR 1, 0} used\nBrick Break! -The foe’s {STRVAR 1, 0} used\nBrick Break! -{STRVAR 1, 0} used\nYawn! -The wild {STRVAR 1, 0} used\nYawn! -The foe’s {STRVAR 1, 0} used\nYawn! -{STRVAR 1, 0} used\nKnock Off! -The wild {STRVAR 1, 0} used\nKnock Off! -The foe’s {STRVAR 1, 0} used\nKnock Off! -{STRVAR 1, 0} used\nEndeavor! -The wild {STRVAR 1, 0} used\nEndeavor! -The foe’s {STRVAR 1, 0} used\nEndeavor! -{STRVAR 1, 0} used\nEruption! -The wild {STRVAR 1, 0} used\nEruption! -The foe’s {STRVAR 1, 0} used\nEruption! -{STRVAR 1, 0} used\nSkill Swap! -The wild {STRVAR 1, 0} used\nSkill Swap! -The foe’s {STRVAR 1, 0} used\nSkill Swap! -{STRVAR 1, 0} used\nImprison! -The wild {STRVAR 1, 0} used\nImprison! -The foe’s {STRVAR 1, 0} used\nImprison! -{STRVAR 1, 0} used\nRefresh! -The wild {STRVAR 1, 0} used\nRefresh! -The foe’s {STRVAR 1, 0} used\nRefresh! -{STRVAR 1, 0} used\nGrudge! -The wild {STRVAR 1, 0} used\nGrudge! -The foe’s {STRVAR 1, 0} used\nGrudge! -{STRVAR 1, 0} used\nSnatch! -The wild {STRVAR 1, 0} used\nSnatch! -The foe’s {STRVAR 1, 0} used\nSnatch! -{STRVAR 1, 0} used\nSecret Power! -The wild {STRVAR 1, 0} used\nSecret Power! -The foe’s {STRVAR 1, 0} used\nSecret Power! -{STRVAR 1, 0} used\nDive! -The wild {STRVAR 1, 0} used\nDive! -The foe’s {STRVAR 1, 0} used\nDive! -{STRVAR 1, 0} used\nArm Thrust! -The wild {STRVAR 1, 0} used\nArm Thrust! -The foe’s {STRVAR 1, 0} used\nArm Thrust! -{STRVAR 1, 0} used\nCamouflage! -The wild {STRVAR 1, 0} used\nCamouflage! -The foe’s {STRVAR 1, 0} used\nCamouflage! -{STRVAR 1, 0} used\nTail Glow! -The wild {STRVAR 1, 0} used\nTail Glow! -The foe’s {STRVAR 1, 0} used\nTail Glow! -{STRVAR 1, 0} used\nLuster Purge! -The wild {STRVAR 1, 0} used\nLuster Purge! -The foe’s {STRVAR 1, 0} used\nLuster Purge! -{STRVAR 1, 0} used\nMist Ball! -The wild {STRVAR 1, 0} used\nMist Ball! -The foe’s {STRVAR 1, 0} used\nMist Ball! -{STRVAR 1, 0} used\nFeatherDance! -The wild {STRVAR 1, 0} used\nFeatherDance! -The foe’s {STRVAR 1, 0} used\nFeatherDance! -{STRVAR 1, 0} used\nTeeter Dance! -The wild {STRVAR 1, 0} used\nTeeter Dance! -The foe’s {STRVAR 1, 0} used\nTeeter Dance! -{STRVAR 1, 0} used\nBlaze Kick! -The wild {STRVAR 1, 0} used\nBlaze Kick! -The foe’s {STRVAR 1, 0} used\nBlaze Kick! -{STRVAR 1, 0} used\nMud Sport! -The wild {STRVAR 1, 0} used\nMud Sport! -The foe’s {STRVAR 1, 0} used\nMud Sport! -{STRVAR 1, 0} used\nIce Ball! -The wild {STRVAR 1, 0} used\nIce Ball! -The foe’s {STRVAR 1, 0} used\nIce Ball! -{STRVAR 1, 0} used\nNeedle Arm! -The wild {STRVAR 1, 0} used\nNeedle Arm! -The foe’s {STRVAR 1, 0} used\nNeedle Arm! -{STRVAR 1, 0} used\nSlack Off! -The wild {STRVAR 1, 0} used\nSlack Off! -The foe’s {STRVAR 1, 0} used\nSlack Off! -{STRVAR 1, 0} used\nHyper Voice! -The wild {STRVAR 1, 0} used\nHyper Voice! -The foe’s {STRVAR 1, 0} used\nHyper Voice! -{STRVAR 1, 0} used\nPoison Fang! -The wild {STRVAR 1, 0} used\nPoison Fang! -The foe’s {STRVAR 1, 0} used\nPoison Fang! -{STRVAR 1, 0} used\nCrush Claw! -The wild {STRVAR 1, 0} used\nCrush Claw! -The foe’s {STRVAR 1, 0} used\nCrush Claw! -{STRVAR 1, 0} used\nBlast Burn! -The wild {STRVAR 1, 0} used\nBlast Burn! -The foe’s {STRVAR 1, 0} used\nBlast Burn! -{STRVAR 1, 0} used\nHydro Cannon! -The wild {STRVAR 1, 0} used\nHydro Cannon! -The foe’s {STRVAR 1, 0} used\nHydro Cannon! -{STRVAR 1, 0} used\nMeteor Mash! -The wild {STRVAR 1, 0} used\nMeteor Mash! -The foe’s {STRVAR 1, 0} used\nMeteor Mash! -{STRVAR 1, 0} used\nAstonish! -The wild {STRVAR 1, 0} used\nAstonish! -The foe’s {STRVAR 1, 0} used\nAstonish! -{STRVAR 1, 0} used\nWeather Ball! -The wild {STRVAR 1, 0} used\nWeather Ball! -The foe’s {STRVAR 1, 0} used\nWeather Ball! -{STRVAR 1, 0} used\nAromatherapy! -The wild {STRVAR 1, 0} used\nAromatherapy! -The foe’s {STRVAR 1, 0} used\nAromatherapy! -{STRVAR 1, 0} used\nFake Tears! -The wild {STRVAR 1, 0} used\nFake Tears! -The foe’s {STRVAR 1, 0} used\nFake Tears! -{STRVAR 1, 0} used\nAir Cutter! -The wild {STRVAR 1, 0} used\nAir Cutter! -The foe’s {STRVAR 1, 0} used\nAir Cutter! -{STRVAR 1, 0} used\nOverheat! -The wild {STRVAR 1, 0} used\nOverheat! -The foe’s {STRVAR 1, 0} used\nOverheat! -{STRVAR 1, 0} used\nOdor Sleuth! -The wild {STRVAR 1, 0} used\nOdor Sleuth! -The foe’s {STRVAR 1, 0} used\nOdor Sleuth! -{STRVAR 1, 0} used\nRock Tomb! -The wild {STRVAR 1, 0} used\nRock Tomb! -The foe’s {STRVAR 1, 0} used\nRock Tomb! -{STRVAR 1, 0} used\nSilver Wind! -The wild {STRVAR 1, 0} used\nSilver Wind! -The foe’s {STRVAR 1, 0} used\nSilver Wind! -{STRVAR 1, 0} used\nMetal Sound! -The wild {STRVAR 1, 0} used\nMetal Sound! -The foe’s {STRVAR 1, 0} used\nMetal Sound! -{STRVAR 1, 0} used\nGrassWhistle! -The wild {STRVAR 1, 0} used\nGrassWhistle! -The foe’s {STRVAR 1, 0} used\nGrassWhistle! -{STRVAR 1, 0} used\nTickle! -The wild {STRVAR 1, 0} used\nTickle! -The foe’s {STRVAR 1, 0} used\nTickle! -{STRVAR 1, 0} used\nCosmic Power! -The wild {STRVAR 1, 0} used\nCosmic Power! -The foe’s {STRVAR 1, 0} used\nCosmic Power! -{STRVAR 1, 0} used\nWater Spout! -The wild {STRVAR 1, 0} used\nWater Spout! -The foe’s {STRVAR 1, 0} used\nWater Spout! -{STRVAR 1, 0} used\nSignal Beam! -The wild {STRVAR 1, 0} used\nSignal Beam! -The foe’s {STRVAR 1, 0} used\nSignal Beam! -{STRVAR 1, 0} used\nShadow Punch! -The wild {STRVAR 1, 0} used\nShadow Punch! -The foe’s {STRVAR 1, 0} used\nShadow Punch! -{STRVAR 1, 0} used\nExtrasensory! -The wild {STRVAR 1, 0} used\nExtrasensory! -The foe’s {STRVAR 1, 0} used\nExtrasensory! -{STRVAR 1, 0} used\nSky Uppercut! -The wild {STRVAR 1, 0} used\nSky Uppercut! -The foe’s {STRVAR 1, 0} used\nSky Uppercut! -{STRVAR 1, 0} used\nSand Tomb! -The wild {STRVAR 1, 0} used\nSand Tomb! -The foe’s {STRVAR 1, 0} used\nSand Tomb! -{STRVAR 1, 0} used\nSheer Cold! -The wild {STRVAR 1, 0} used\nSheer Cold! -The foe’s {STRVAR 1, 0} used\nSheer Cold! -{STRVAR 1, 0} used\nMuddy Water! -The wild {STRVAR 1, 0} used\nMuddy Water! -The foe’s {STRVAR 1, 0} used\nMuddy Water! -{STRVAR 1, 0} used\nBullet Seed! -The wild {STRVAR 1, 0} used\nBullet Seed! -The foe’s {STRVAR 1, 0} used\nBullet Seed! -{STRVAR 1, 0} used\nAerial Ace! -The wild {STRVAR 1, 0} used\nAerial Ace! -The foe’s {STRVAR 1, 0} used\nAerial Ace! -{STRVAR 1, 0} used\nIcicle Spear! -The wild {STRVAR 1, 0} used\nIcicle Spear! -The foe’s {STRVAR 1, 0} used\nIcicle Spear! -{STRVAR 1, 0} used\nIron Defense! -The wild {STRVAR 1, 0} used\nIron Defense! -The foe’s {STRVAR 1, 0} used\nIron Defense! -{STRVAR 1, 0} used\nBlock! -The wild {STRVAR 1, 0} used\nBlock! -The foe’s {STRVAR 1, 0} used\nBlock! -{STRVAR 1, 0} used\nHowl! -The wild {STRVAR 1, 0} used\nHowl! -The foe’s {STRVAR 1, 0} used\nHowl! -{STRVAR 1, 0} used\nDragon Claw! -The wild {STRVAR 1, 0} used\nDragon Claw! -The foe’s {STRVAR 1, 0} used\nDragon Claw! -{STRVAR 1, 0} used\nFrenzy Plant! -The wild {STRVAR 1, 0} used\nFrenzy Plant! -The foe’s {STRVAR 1, 0} used\nFrenzy Plant! -{STRVAR 1, 0} used\nBulk Up! -The wild {STRVAR 1, 0} used\nBulk Up! -The foe’s {STRVAR 1, 0} used\nBulk Up! -{STRVAR 1, 0} used\nBounce! -The wild {STRVAR 1, 0} used\nBounce! -The foe’s {STRVAR 1, 0} used\nBounce! -{STRVAR 1, 0} used\nMud Shot! -The wild {STRVAR 1, 0} used\nMud Shot! -The foe’s {STRVAR 1, 0} used\nMud Shot! -{STRVAR 1, 0} used\nPoison Tail! -The wild {STRVAR 1, 0} used\nPoison Tail! -The foe’s {STRVAR 1, 0} used\nPoison Tail! -{STRVAR 1, 0} used\nCovet! -The wild {STRVAR 1, 0} used\nCovet! -The foe’s {STRVAR 1, 0} used\nCovet! -{STRVAR 1, 0} used\nVolt Tackle! -The wild {STRVAR 1, 0} used\nVolt Tackle! -The foe’s {STRVAR 1, 0} used\nVolt Tackle! -{STRVAR 1, 0} used\nMagical Leaf! -The wild {STRVAR 1, 0} used\nMagical Leaf! -The foe’s {STRVAR 1, 0} used\nMagical Leaf! -{STRVAR 1, 0} used\nWater Sport! -The wild {STRVAR 1, 0} used\nWater Sport! -The foe’s {STRVAR 1, 0} used\nWater Sport! -{STRVAR 1, 0} used\nCalm Mind! -The wild {STRVAR 1, 0} used\nCalm Mind! -The foe’s {STRVAR 1, 0} used\nCalm Mind! -{STRVAR 1, 0} used\nLeaf Blade! -The wild {STRVAR 1, 0} used\nLeaf Blade! -The foe’s {STRVAR 1, 0} used\nLeaf Blade! -{STRVAR 1, 0} used\nDragon Dance! -The wild {STRVAR 1, 0} used\nDragon Dance! -The foe’s {STRVAR 1, 0} used\nDragon Dance! -{STRVAR 1, 0} used\nRock Blast! -The wild {STRVAR 1, 0} used\nRock Blast! -The foe’s {STRVAR 1, 0} used\nRock Blast! -{STRVAR 1, 0} used\nShock Wave! -The wild {STRVAR 1, 0} used\nShock Wave! -The foe’s {STRVAR 1, 0} used\nShock Wave! -{STRVAR 1, 0} used\nWater Pulse! -The wild {STRVAR 1, 0} used\nWater Pulse! -The foe’s {STRVAR 1, 0} used\nWater Pulse! -{STRVAR 1, 0} used\nDoom Desire! -The wild {STRVAR 1, 0} used\nDoom Desire! -The foe’s {STRVAR 1, 0} used\nDoom Desire! -{STRVAR 1, 0} used\nPsycho Boost! -The wild {STRVAR 1, 0} used\nPsycho Boost! -The foe’s {STRVAR 1, 0} used\nPsycho Boost! -{STRVAR 1, 0} used\nRoost! -The wild {STRVAR 1, 0} used\nRoost! -The foe’s {STRVAR 1, 0} used\nRoost! -{STRVAR 1, 0} used\nGravity! -The wild {STRVAR 1, 0} used\nGravity! -The foe’s {STRVAR 1, 0} used\nGravity! -{STRVAR 1, 0} used\nMiracle Eye! -The wild {STRVAR 1, 0} used\nMiracle Eye! -The foe’s {STRVAR 1, 0} used\nMiracle Eye! -{STRVAR 1, 0} used\nWake-Up Slap! -The wild {STRVAR 1, 0} used\nWake-Up Slap! -The foe’s {STRVAR 1, 0} used\nWake-Up Slap! -{STRVAR 1, 0} used\nHammer Arm! -The wild {STRVAR 1, 0} used\nHammer Arm! -The foe’s {STRVAR 1, 0} used\nHammer Arm! -{STRVAR 1, 0} used\nGyro Ball! -The wild {STRVAR 1, 0} used\nGyro Ball! -The foe’s {STRVAR 1, 0} used\nGyro Ball! -{STRVAR 1, 0} used\nHealing Wish! -The wild {STRVAR 1, 0} used\nHealing Wish! -The foe’s {STRVAR 1, 0} used\nHealing Wish! -{STRVAR 1, 0} used\nBrine! -The wild {STRVAR 1, 0} used\nBrine! -The foe’s {STRVAR 1, 0} used\nBrine! -{STRVAR 1, 0} used\nNatural Gift! -The wild {STRVAR 1, 0} used\nNatural Gift! -The foe’s {STRVAR 1, 0} used\nNatural Gift! -{STRVAR 1, 0} used\nFeint! -The wild {STRVAR 1, 0} used\nFeint! -The foe’s {STRVAR 1, 0} used\nFeint! -{STRVAR 1, 0} used\nPluck! -The wild {STRVAR 1, 0} used\nPluck! -The foe’s {STRVAR 1, 0} used\nPluck! -{STRVAR 1, 0} used\nTailwind! -The wild {STRVAR 1, 0} used\nTailwind! -The foe’s {STRVAR 1, 0} used\nTailwind! -{STRVAR 1, 0} used\nAcupressure! -The wild {STRVAR 1, 0} used\nAcupressure! -The foe’s {STRVAR 1, 0} used\nAcupressure! -{STRVAR 1, 0} used\nMetal Burst! -The wild {STRVAR 1, 0} used\nMetal Burst! -The foe’s {STRVAR 1, 0} used\nMetal Burst! -{STRVAR 1, 0} used\nU-Turn! -The wild {STRVAR 1, 0} used\nU-Turn! -The foe’s {STRVAR 1, 0} used\nU-Turn! -{STRVAR 1, 0} used\nClose Combat! -The wild {STRVAR 1, 0} used\nClose Combat! -The foe’s {STRVAR 1, 0} used\nClose Combat! -{STRVAR 1, 0} used\nPayback! -The wild {STRVAR 1, 0} used\nPayback! -The foe’s {STRVAR 1, 0} used\nPayback! -{STRVAR 1, 0} used\nAssurance! -The wild {STRVAR 1, 0} used\nAssurance! -The foe’s {STRVAR 1, 0} used\nAssurance! -{STRVAR 1, 0} used\nEmbargo! -The wild {STRVAR 1, 0} used\nEmbargo! -The foe’s {STRVAR 1, 0} used\nEmbargo! -{STRVAR 1, 0} used\nFling! -The wild {STRVAR 1, 0} used\nFling! -The foe’s {STRVAR 1, 0} used\nFling! -{STRVAR 1, 0} used\nPsycho Shift! -The wild {STRVAR 1, 0} used\nPsycho Shift! -The foe’s {STRVAR 1, 0} used\nPsycho Shift! -{STRVAR 1, 0} used\nTrump Card! -The wild {STRVAR 1, 0} used\nTrump Card! -The foe’s {STRVAR 1, 0} used\nTrump Card! -{STRVAR 1, 0} used\nHeal Block! -The wild {STRVAR 1, 0} used\nHeal Block! -The foe’s {STRVAR 1, 0} used\nHeal Block! -{STRVAR 1, 0} used\nWring Out! -The wild {STRVAR 1, 0} used\nWring Out! -The foe’s {STRVAR 1, 0} used\nWring Out! -{STRVAR 1, 0} used\nPower Trick! -The wild {STRVAR 1, 0} used\nPower Trick! -The foe’s {STRVAR 1, 0} used\nPower Trick! -{STRVAR 1, 0} used\nGastro Acid! -The wild {STRVAR 1, 0} used\nGastro Acid! -The foe’s {STRVAR 1, 0} used\nGastro Acid! -{STRVAR 1, 0} used\nLucky Chant! -The wild {STRVAR 1, 0} used\nLucky Chant! -The foe’s {STRVAR 1, 0} used\nLucky Chant! -{STRVAR 1, 0} used\nMe First! -The wild {STRVAR 1, 0} used\nMe First! -The foe’s {STRVAR 1, 0} used\nMe First! -{STRVAR 1, 0} used\nCopycat! -The wild {STRVAR 1, 0} used\nCopycat! -The foe’s {STRVAR 1, 0} used\nCopycat! -{STRVAR 1, 0} used\nPower Swap! -The wild {STRVAR 1, 0} used\nPower Swap! -The foe’s {STRVAR 1, 0} used\nPower Swap! -{STRVAR 1, 0} used\nGuard Swap! -The wild {STRVAR 1, 0} used\nGuard Swap! -The foe’s {STRVAR 1, 0} used\nGuard Swap! -{STRVAR 1, 0} used\nPunishment! -The wild {STRVAR 1, 0} used\nPunishment! -The foe’s {STRVAR 1, 0} used\nPunishment! -{STRVAR 1, 0} used\nLast Resort! -The wild {STRVAR 1, 0} used\nLast Resort! -The foe’s {STRVAR 1, 0} used\nLast Resort! -{STRVAR 1, 0} used\nWorry Seed! -The wild {STRVAR 1, 0} used\nWorry Seed! -The foe’s {STRVAR 1, 0} used\nWorry Seed! -{STRVAR 1, 0} used\nSucker Punch! -The wild {STRVAR 1, 0} used\nSucker Punch! -The foe’s {STRVAR 1, 0} used\nSucker Punch! -{STRVAR 1, 0} used\nToxic Spikes! -The wild {STRVAR 1, 0} used\nToxic Spikes! -The foe’s {STRVAR 1, 0} used\nToxic Spikes! -{STRVAR 1, 0} used\nHeart Swap! -The wild {STRVAR 1, 0} used\nHeart Swap! -The foe’s {STRVAR 1, 0} used\nHeart Swap! -{STRVAR 1, 0} used\nAqua Ring! -The wild {STRVAR 1, 0} used\nAqua Ring! -The foe’s {STRVAR 1, 0} used\nAqua Ring! -{STRVAR 1, 0} used\nMagnet Rise! -The wild {STRVAR 1, 0} used\nMagnet Rise! -The foe’s {STRVAR 1, 0} used\nMagnet Rise! -{STRVAR 1, 0} used\nFlare Blitz! -The wild {STRVAR 1, 0} used\nFlare Blitz! -The foe’s {STRVAR 1, 0} used\nFlare Blitz! -{STRVAR 1, 0} used\nForce Palm! -The wild {STRVAR 1, 0} used\nForce Palm! -The foe’s {STRVAR 1, 0} used\nForce Palm! -{STRVAR 1, 0} used\nAura Sphere! -The wild {STRVAR 1, 0} used\nAura Sphere! -The foe’s {STRVAR 1, 0} used\nAura Sphere! -{STRVAR 1, 0} used\nRock Polish! -The wild {STRVAR 1, 0} used\nRock Polish! -The foe’s {STRVAR 1, 0} used\nRock Polish! -{STRVAR 1, 0} used\nPoison Jab! -The wild {STRVAR 1, 0} used\nPoison Jab! -The foe’s {STRVAR 1, 0} used\nPoison Jab! -{STRVAR 1, 0} used\nDark Pulse! -The wild {STRVAR 1, 0} used\nDark Pulse! -The foe’s {STRVAR 1, 0} used\nDark Pulse! -{STRVAR 1, 0} used\nNight Slash! -The wild {STRVAR 1, 0} used\nNight Slash! -The foe’s {STRVAR 1, 0} used\nNight Slash! -{STRVAR 1, 0} used\nAqua Tail! -The wild {STRVAR 1, 0} used\nAqua Tail! -The foe’s {STRVAR 1, 0} used\nAqua Tail! -{STRVAR 1, 0} used\nSeed Bomb! -The wild {STRVAR 1, 0} used\nSeed Bomb! -The foe’s {STRVAR 1, 0} used\nSeed Bomb! -{STRVAR 1, 0} used\nAir Slash! -The wild {STRVAR 1, 0} used\nAir Slash! -The foe’s {STRVAR 1, 0} used\nAir Slash! -{STRVAR 1, 0} used\nX-Scissor! -The wild {STRVAR 1, 0} used\nX-Scissor! -The foe’s {STRVAR 1, 0} used\nX-Scissor! -{STRVAR 1, 0} used\nBug Buzz! -The wild {STRVAR 1, 0} used\nBug Buzz! -The foe’s {STRVAR 1, 0} used\nBug Buzz! -{STRVAR 1, 0} used\nDragon Pulse! -The wild {STRVAR 1, 0} used\nDragon Pulse! -The foe’s {STRVAR 1, 0} used\nDragon Pulse! -{STRVAR 1, 0} used\nDragon Rush! -The wild {STRVAR 1, 0} used\nDragon Rush! -The foe’s {STRVAR 1, 0} used\nDragon Rush! -{STRVAR 1, 0} used\nPower Gem! -The wild {STRVAR 1, 0} used\nPower Gem! -The foe’s {STRVAR 1, 0} used\nPower Gem! -{STRVAR 1, 0} used\nDrain Punch! -The wild {STRVAR 1, 0} used\nDrain Punch! -The foe’s {STRVAR 1, 0} used\nDrain Punch! -{STRVAR 1, 0} used\nVacuum Wave! -The wild {STRVAR 1, 0} used\nVacuum Wave! -The foe’s {STRVAR 1, 0} used\nVacuum Wave! -{STRVAR 1, 0} used\nFocus Blast! -The wild {STRVAR 1, 0} used\nFocus Blast! -The foe’s {STRVAR 1, 0} used\nFocus Blast! -{STRVAR 1, 0} used\nEnergy Ball! -The wild {STRVAR 1, 0} used\nEnergy Ball! -The foe’s {STRVAR 1, 0} used\nEnergy Ball! -{STRVAR 1, 0} used\nBrave Bird! -The wild {STRVAR 1, 0} used\nBrave Bird! -The foe’s {STRVAR 1, 0} used\nBrave Bird! -{STRVAR 1, 0} used\nEarth Power! -The wild {STRVAR 1, 0} used\nEarth Power! -The foe’s {STRVAR 1, 0} used\nEarth Power! -{STRVAR 1, 0} used\nSwitcheroo! -The wild {STRVAR 1, 0} used\nSwitcheroo! -The foe’s {STRVAR 1, 0} used\nSwitcheroo! -{STRVAR 1, 0} used\nGiga Impact! -The wild {STRVAR 1, 0} used\nGiga Impact! -The foe’s {STRVAR 1, 0} used\nGiga Impact! -{STRVAR 1, 0} used\nNasty Plot! -The wild {STRVAR 1, 0} used\nNasty Plot! -The foe’s {STRVAR 1, 0} used\nNasty Plot! -{STRVAR 1, 0} used\nBullet Punch! -The wild {STRVAR 1, 0} used\nBullet Punch! -The foe’s {STRVAR 1, 0} used\nBullet Punch! -{STRVAR 1, 0} used\nAvalanche! -The wild {STRVAR 1, 0} used\nAvalanche! -The foe’s {STRVAR 1, 0} used\nAvalanche! -{STRVAR 1, 0} used\nIce Shard! -The wild {STRVAR 1, 0} used\nIce Shard! -The foe’s {STRVAR 1, 0} used\nIce Shard! -{STRVAR 1, 0} used\nShadow Claw! -The wild {STRVAR 1, 0} used\nShadow Claw! -The foe’s {STRVAR 1, 0} used\nShadow Claw! -{STRVAR 1, 0} used\nThunder Fang! -The wild {STRVAR 1, 0} used\nThunder Fang! -The foe’s {STRVAR 1, 0} used\nThunder Fang! -{STRVAR 1, 0} used\nIce Fang! -The wild {STRVAR 1, 0} used\nIce Fang! -The foe’s {STRVAR 1, 0} used\nIce Fang! -{STRVAR 1, 0} used\nFire Fang! -The wild {STRVAR 1, 0} used\nFire Fang! -The foe’s {STRVAR 1, 0} used\nFire Fang! -{STRVAR 1, 0} used\nShadow Sneak! -The wild {STRVAR 1, 0} used\nShadow Sneak! -The foe’s {STRVAR 1, 0} used\nShadow Sneak! -{STRVAR 1, 0} used\nMud Bomb! -The wild {STRVAR 1, 0} used\nMud Bomb! -The foe’s {STRVAR 1, 0} used\nMud Bomb! -{STRVAR 1, 0} used\nPsycho Cut! -The wild {STRVAR 1, 0} used\nPsycho Cut! -The foe’s {STRVAR 1, 0} used\nPsycho Cut! -{STRVAR 1, 0} used\nZen Headbutt! -The wild {STRVAR 1, 0} used\nZen Headbutt! -The foe’s {STRVAR 1, 0} used\nZen Headbutt! -{STRVAR 1, 0} used\nMirror Shot! -The wild {STRVAR 1, 0} used\nMirror Shot! -The foe’s {STRVAR 1, 0} used\nMirror Shot! -{STRVAR 1, 0} used\nFlash Cannon! -The wild {STRVAR 1, 0} used\nFlash Cannon! -The foe’s {STRVAR 1, 0} used\nFlash Cannon! -{STRVAR 1, 0} used\nRock Climb! -The wild {STRVAR 1, 0} used\nRock Climb! -The foe’s {STRVAR 1, 0} used\nRock Climb! -{STRVAR 1, 0} used\nDefog! -The wild {STRVAR 1, 0} used\nDefog! -The foe’s {STRVAR 1, 0} used\nDefog! -{STRVAR 1, 0} used\nTrick Room! -The wild {STRVAR 1, 0} used\nTrick Room! -The foe’s {STRVAR 1, 0} used\nTrick Room! -{STRVAR 1, 0} used\nDraco Meteor! -The wild {STRVAR 1, 0} used\nDraco Meteor! -The foe’s {STRVAR 1, 0} used\nDraco Meteor! -{STRVAR 1, 0} used\nDischarge! -The wild {STRVAR 1, 0} used\nDischarge! -The foe’s {STRVAR 1, 0} used\nDischarge! -{STRVAR 1, 0} used\nLava Plume! -The wild {STRVAR 1, 0} used\nLava Plume! -The foe’s {STRVAR 1, 0} used\nLava Plume! -{STRVAR 1, 0} used\nLeaf Storm! -The wild {STRVAR 1, 0} used\nLeaf Storm! -The foe’s {STRVAR 1, 0} used\nLeaf Storm! -{STRVAR 1, 0} used\nPower Whip! -The wild {STRVAR 1, 0} used\nPower Whip! -The foe’s {STRVAR 1, 0} used\nPower Whip! -{STRVAR 1, 0} used\nRock Wrecker! -The wild {STRVAR 1, 0} used\nRock Wrecker! -The foe’s {STRVAR 1, 0} used\nRock Wrecker! -{STRVAR 1, 0} used\nCross Poison! -The wild {STRVAR 1, 0} used\nCross Poison! -The foe’s {STRVAR 1, 0} used\nCross Poison! -{STRVAR 1, 0} used\nGunk Shot! -The wild {STRVAR 1, 0} used\nGunk Shot! -The foe’s {STRVAR 1, 0} used\nGunk Shot! -{STRVAR 1, 0} used\nIron Head! -The wild {STRVAR 1, 0} used\nIron Head! -The foe’s {STRVAR 1, 0} used\nIron Head! -{STRVAR 1, 0} used\nMagnet Bomb! -The wild {STRVAR 1, 0} used\nMagnet Bomb! -The foe’s {STRVAR 1, 0} used\nMagnet Bomb! -{STRVAR 1, 0} used\nStone Edge! -The wild {STRVAR 1, 0} used\nStone Edge! -The foe’s {STRVAR 1, 0} used\nStone Edge! -{STRVAR 1, 0} used\nCaptivate! -The wild {STRVAR 1, 0} used\nCaptivate! -The foe’s {STRVAR 1, 0} used\nCaptivate! -{STRVAR 1, 0} used\nStealth Rock! -The wild {STRVAR 1, 0} used\nStealth Rock! -The foe’s {STRVAR 1, 0} used\nStealth Rock! -{STRVAR 1, 0} used\nGrass Knot! -The wild {STRVAR 1, 0} used\nGrass Knot! -The foe’s {STRVAR 1, 0} used\nGrass Knot! -{STRVAR 1, 0} used\nChatter! -The wild {STRVAR 1, 0} used\nChatter! -The foe’s {STRVAR 1, 0} used\nChatter! -{STRVAR 1, 0} used\nJudgment! -The wild {STRVAR 1, 0} used\nJudgment! -The foe’s {STRVAR 1, 0} used\nJudgment! -{STRVAR 1, 0} used\nBug Bite! -The wild {STRVAR 1, 0} used\nBug Bite! -The foe’s {STRVAR 1, 0} used\nBug Bite! -{STRVAR 1, 0} used\nCharge Beam! -The wild {STRVAR 1, 0} used\nCharge Beam! -The foe’s {STRVAR 1, 0} used\nCharge Beam! -{STRVAR 1, 0} used\nWood Hammer! -The wild {STRVAR 1, 0} used\nWood Hammer! -The foe’s {STRVAR 1, 0} used\nWood Hammer! -{STRVAR 1, 0} used\nAqua Jet! -The wild {STRVAR 1, 0} used\nAqua Jet! -The foe’s {STRVAR 1, 0} used\nAqua Jet! -{STRVAR 1, 0} used\nAttack Order! -The wild {STRVAR 1, 0} used\nAttack Order! -The foe’s {STRVAR 1, 0} used\nAttack Order! -{STRVAR 1, 0} used\nDefend Order! -The wild {STRVAR 1, 0} used\nDefend Order! -The foe’s {STRVAR 1, 0} used\nDefend Order! -{STRVAR 1, 0} used\nHeal Order! -The wild {STRVAR 1, 0} used\nHeal Order! -The foe’s {STRVAR 1, 0} used\nHeal Order! -{STRVAR 1, 0} used\nHead Smash! -The wild {STRVAR 1, 0} used\nHead Smash! -The foe’s {STRVAR 1, 0} used\nHead Smash! -{STRVAR 1, 0} used\nDouble Hit! -The wild {STRVAR 1, 0} used\nDouble Hit! -The foe’s {STRVAR 1, 0} used\nDouble Hit! -{STRVAR 1, 0} used\nRoar of Time! -The wild {STRVAR 1, 0} used\nRoar of Time! -The foe’s {STRVAR 1, 0} used\nRoar of Time! -{STRVAR 1, 0} used\nSpacial Rend! -The wild {STRVAR 1, 0} used\nSpacial Rend! -The foe’s {STRVAR 1, 0} used\nSpacial Rend! -{STRVAR 1, 0} used\nLunar Dance! -The wild {STRVAR 1, 0} used\nLunar Dance! -The foe’s {STRVAR 1, 0} used\nLunar Dance! -{STRVAR 1, 0} used\nCrush Grip! -The wild {STRVAR 1, 0} used\nCrush Grip! -The foe’s {STRVAR 1, 0} used\nCrush Grip! -{STRVAR 1, 0} used\nMagma Storm! -The wild {STRVAR 1, 0} used\nMagma Storm! -The foe’s {STRVAR 1, 0} used\nMagma Storm! -{STRVAR 1, 0} used\nDark Void! -The wild {STRVAR 1, 0} used\nDark Void! -The foe’s {STRVAR 1, 0} used\nDark Void! -{STRVAR 1, 0} used\nSeed Flare! -The wild {STRVAR 1, 0} used\nSeed Flare! -The foe’s {STRVAR 1, 0} used\nSeed Flare! -{STRVAR 1, 0} used\nOminous Wind! -The wild {STRVAR 1, 0} used\nOminous Wind! -The foe’s {STRVAR 1, 0} used\nOminous Wind! -{STRVAR 1, 0} used\nShadow Force! -The wild {STRVAR 1, 0} used\nShadow Force! -The foe’s {STRVAR 1, 0} used\nShadow Force! +{STRVAR_1 1, 0} used\nPound! +The wild {STRVAR_1 1, 0} used\nPound! +The foe’s {STRVAR_1 1, 0} used\nPound! +{STRVAR_1 1, 0} used\nKarate Chop! +The wild {STRVAR_1 1, 0} used\nKarate Chop! +The foe’s {STRVAR_1 1, 0} used\nKarate Chop! +{STRVAR_1 1, 0} used\nDoubleSlap! +The wild {STRVAR_1 1, 0} used\nDoubleSlap! +The foe’s {STRVAR_1 1, 0} used\nDoubleSlap! +{STRVAR_1 1, 0} used\nComet Punch! +The wild {STRVAR_1 1, 0} used\nComet Punch! +The foe’s {STRVAR_1 1, 0} used\nComet Punch! +{STRVAR_1 1, 0} used\nMega Punch! +The wild {STRVAR_1 1, 0} used\nMega Punch! +The foe’s {STRVAR_1 1, 0} used\nMega Punch! +{STRVAR_1 1, 0} used\nPay Day! +The wild {STRVAR_1 1, 0} used\nPay Day! +The foe’s {STRVAR_1 1, 0} used\nPay Day! +{STRVAR_1 1, 0} used\nFire Punch! +The wild {STRVAR_1 1, 0} used\nFire Punch! +The foe’s {STRVAR_1 1, 0} used\nFire Punch! +{STRVAR_1 1, 0} used\nIce Punch! +The wild {STRVAR_1 1, 0} used\nIce Punch! +The foe’s {STRVAR_1 1, 0} used\nIce Punch! +{STRVAR_1 1, 0} used\nThunderPunch! +The wild {STRVAR_1 1, 0} used\nThunderPunch! +The foe’s {STRVAR_1 1, 0} used\nThunderPunch! +{STRVAR_1 1, 0} used\nScratch! +The wild {STRVAR_1 1, 0} used\nScratch! +The foe’s {STRVAR_1 1, 0} used\nScratch! +{STRVAR_1 1, 0} used\nViceGrip! +The wild {STRVAR_1 1, 0} used\nViceGrip! +The foe’s {STRVAR_1 1, 0} used\nViceGrip! +{STRVAR_1 1, 0} used\nGuillotine! +The wild {STRVAR_1 1, 0} used\nGuillotine! +The foe’s {STRVAR_1 1, 0} used\nGuillotine! +{STRVAR_1 1, 0} used\nRazor Wind! +The wild {STRVAR_1 1, 0} used\nRazor Wind! +The foe’s {STRVAR_1 1, 0} used\nRazor Wind! +{STRVAR_1 1, 0} used\nSwords Dance! +The wild {STRVAR_1 1, 0} used\nSwords Dance! +The foe’s {STRVAR_1 1, 0} used\nSwords Dance! +{STRVAR_1 1, 0} used\nCut! +The wild {STRVAR_1 1, 0} used\nCut! +The foe’s {STRVAR_1 1, 0} used\nCut! +{STRVAR_1 1, 0} used\nGust! +The wild {STRVAR_1 1, 0} used\nGust! +The foe’s {STRVAR_1 1, 0} used\nGust! +{STRVAR_1 1, 0} used\nWing Attack! +The wild {STRVAR_1 1, 0} used\nWing Attack! +The foe’s {STRVAR_1 1, 0} used\nWing Attack! +{STRVAR_1 1, 0} used\nWhirlwind! +The wild {STRVAR_1 1, 0} used\nWhirlwind! +The foe’s {STRVAR_1 1, 0} used\nWhirlwind! +{STRVAR_1 1, 0} used\nFly! +The wild {STRVAR_1 1, 0} used\nFly! +The foe’s {STRVAR_1 1, 0} used\nFly! +{STRVAR_1 1, 0} used\nBind! +The wild {STRVAR_1 1, 0} used\nBind! +The foe’s {STRVAR_1 1, 0} used\nBind! +{STRVAR_1 1, 0} used\nSlam! +The wild {STRVAR_1 1, 0} used\nSlam! +The foe’s {STRVAR_1 1, 0} used\nSlam! +{STRVAR_1 1, 0} used\nVine Whip! +The wild {STRVAR_1 1, 0} used\nVine Whip! +The foe’s {STRVAR_1 1, 0} used\nVine Whip! +{STRVAR_1 1, 0} used\nStomp! +The wild {STRVAR_1 1, 0} used\nStomp! +The foe’s {STRVAR_1 1, 0} used\nStomp! +{STRVAR_1 1, 0} used\nDouble Kick! +The wild {STRVAR_1 1, 0} used\nDouble Kick! +The foe’s {STRVAR_1 1, 0} used\nDouble Kick! +{STRVAR_1 1, 0} used\nMega Kick! +The wild {STRVAR_1 1, 0} used\nMega Kick! +The foe’s {STRVAR_1 1, 0} used\nMega Kick! +{STRVAR_1 1, 0} used\nJump Kick! +The wild {STRVAR_1 1, 0} used\nJump Kick! +The foe’s {STRVAR_1 1, 0} used\nJump Kick! +{STRVAR_1 1, 0} used\nRolling Kick! +The wild {STRVAR_1 1, 0} used\nRolling Kick! +The foe’s {STRVAR_1 1, 0} used\nRolling Kick! +{STRVAR_1 1, 0} used\nSand-Attack! +The wild {STRVAR_1 1, 0} used\nSand-Attack! +The foe’s {STRVAR_1 1, 0} used\nSand-Attack! +{STRVAR_1 1, 0} used\nHeadbutt! +The wild {STRVAR_1 1, 0} used\nHeadbutt! +The foe’s {STRVAR_1 1, 0} used\nHeadbutt! +{STRVAR_1 1, 0} used\nHorn Attack! +The wild {STRVAR_1 1, 0} used\nHorn Attack! +The foe’s {STRVAR_1 1, 0} used\nHorn Attack! +{STRVAR_1 1, 0} used\nFury Attack! +The wild {STRVAR_1 1, 0} used\nFury Attack! +The foe’s {STRVAR_1 1, 0} used\nFury Attack! +{STRVAR_1 1, 0} used\nHorn Drill! +The wild {STRVAR_1 1, 0} used\nHorn Drill! +The foe’s {STRVAR_1 1, 0} used\nHorn Drill! +{STRVAR_1 1, 0} used\nTackle! +The wild {STRVAR_1 1, 0} used\nTackle! +The foe’s {STRVAR_1 1, 0} used\nTackle! +{STRVAR_1 1, 0} used\nBody Slam! +The wild {STRVAR_1 1, 0} used\nBody Slam! +The foe’s {STRVAR_1 1, 0} used\nBody Slam! +{STRVAR_1 1, 0} used\nWrap! +The wild {STRVAR_1 1, 0} used\nWrap! +The foe’s {STRVAR_1 1, 0} used\nWrap! +{STRVAR_1 1, 0} used\nTake Down! +The wild {STRVAR_1 1, 0} used\nTake Down! +The foe’s {STRVAR_1 1, 0} used\nTake Down! +{STRVAR_1 1, 0} used\nThrash! +The wild {STRVAR_1 1, 0} used\nThrash! +The foe’s {STRVAR_1 1, 0} used\nThrash! +{STRVAR_1 1, 0} used\nDouble-Edge! +The wild {STRVAR_1 1, 0} used\nDouble-Edge! +The foe’s {STRVAR_1 1, 0} used\nDouble-Edge! +{STRVAR_1 1, 0} used\nTail Whip! +The wild {STRVAR_1 1, 0} used\nTail Whip! +The foe’s {STRVAR_1 1, 0} used\nTail Whip! +{STRVAR_1 1, 0} used\nPoison Sting! +The wild {STRVAR_1 1, 0} used\nPoison Sting! +The foe’s {STRVAR_1 1, 0} used\nPoison Sting! +{STRVAR_1 1, 0} used\nTwineedle! +The wild {STRVAR_1 1, 0} used\nTwineedle! +The foe’s {STRVAR_1 1, 0} used\nTwineedle! +{STRVAR_1 1, 0} used\nPin Missile! +The wild {STRVAR_1 1, 0} used\nPin Missile! +The foe’s {STRVAR_1 1, 0} used\nPin Missile! +{STRVAR_1 1, 0} used\nLeer! +The wild {STRVAR_1 1, 0} used\nLeer! +The foe’s {STRVAR_1 1, 0} used\nLeer! +{STRVAR_1 1, 0} used\nBite! +The wild {STRVAR_1 1, 0} used\nBite! +The foe’s {STRVAR_1 1, 0} used\nBite! +{STRVAR_1 1, 0} used\nGrowl! +The wild {STRVAR_1 1, 0} used\nGrowl! +The foe’s {STRVAR_1 1, 0} used\nGrowl! +{STRVAR_1 1, 0} used\nRoar! +The wild {STRVAR_1 1, 0} used\nRoar! +The foe’s {STRVAR_1 1, 0} used\nRoar! +{STRVAR_1 1, 0} used\nSing! +The wild {STRVAR_1 1, 0} used\nSing! +The foe’s {STRVAR_1 1, 0} used\nSing! +{STRVAR_1 1, 0} used\nSupersonic! +The wild {STRVAR_1 1, 0} used\nSupersonic! +The foe’s {STRVAR_1 1, 0} used\nSupersonic! +{STRVAR_1 1, 0} used\nSonicBoom! +The wild {STRVAR_1 1, 0} used\nSonicBoom! +The foe’s {STRVAR_1 1, 0} used\nSonicBoom! +{STRVAR_1 1, 0} used\nDisable! +The wild {STRVAR_1 1, 0} used\nDisable! +The foe’s {STRVAR_1 1, 0} used\nDisable! +{STRVAR_1 1, 0} used\nAcid! +The wild {STRVAR_1 1, 0} used\nAcid! +The foe’s {STRVAR_1 1, 0} used\nAcid! +{STRVAR_1 1, 0} used\nEmber! +The wild {STRVAR_1 1, 0} used\nEmber! +The foe’s {STRVAR_1 1, 0} used\nEmber! +{STRVAR_1 1, 0} used\nFlamethrower! +The wild {STRVAR_1 1, 0} used\nFlamethrower! +The foe’s {STRVAR_1 1, 0} used\nFlamethrower! +{STRVAR_1 1, 0} used\nMist! +The wild {STRVAR_1 1, 0} used\nMist! +The foe’s {STRVAR_1 1, 0} used\nMist! +{STRVAR_1 1, 0} used\nWater Gun! +The wild {STRVAR_1 1, 0} used\nWater Gun! +The foe’s {STRVAR_1 1, 0} used\nWater Gun! +{STRVAR_1 1, 0} used\nHydro Pump! +The wild {STRVAR_1 1, 0} used\nHydro Pump! +The foe’s {STRVAR_1 1, 0} used\nHydro Pump! +{STRVAR_1 1, 0} used\nSurf! +The wild {STRVAR_1 1, 0} used\nSurf! +The foe’s {STRVAR_1 1, 0} used\nSurf! +{STRVAR_1 1, 0} used\nIce Beam! +The wild {STRVAR_1 1, 0} used\nIce Beam! +The foe’s {STRVAR_1 1, 0} used\nIce Beam! +{STRVAR_1 1, 0} used\nBlizzard! +The wild {STRVAR_1 1, 0} used\nBlizzard! +The foe’s {STRVAR_1 1, 0} used\nBlizzard! +{STRVAR_1 1, 0} used\nPsybeam! +The wild {STRVAR_1 1, 0} used\nPsybeam! +The foe’s {STRVAR_1 1, 0} used\nPsybeam! +{STRVAR_1 1, 0} used\nBubbleBeam! +The wild {STRVAR_1 1, 0} used\nBubbleBeam! +The foe’s {STRVAR_1 1, 0} used\nBubbleBeam! +{STRVAR_1 1, 0} used\nAurora Beam! +The wild {STRVAR_1 1, 0} used\nAurora Beam! +The foe’s {STRVAR_1 1, 0} used\nAurora Beam! +{STRVAR_1 1, 0} used\nHyper Beam! +The wild {STRVAR_1 1, 0} used\nHyper Beam! +The foe’s {STRVAR_1 1, 0} used\nHyper Beam! +{STRVAR_1 1, 0} used\nPeck! +The wild {STRVAR_1 1, 0} used\nPeck! +The foe’s {STRVAR_1 1, 0} used\nPeck! +{STRVAR_1 1, 0} used\nDrill Peck! +The wild {STRVAR_1 1, 0} used\nDrill Peck! +The foe’s {STRVAR_1 1, 0} used\nDrill Peck! +{STRVAR_1 1, 0} used\nSubmission! +The wild {STRVAR_1 1, 0} used\nSubmission! +The foe’s {STRVAR_1 1, 0} used\nSubmission! +{STRVAR_1 1, 0} used\nLow Kick! +The wild {STRVAR_1 1, 0} used\nLow Kick! +The foe’s {STRVAR_1 1, 0} used\nLow Kick! +{STRVAR_1 1, 0} used\nCounter! +The wild {STRVAR_1 1, 0} used\nCounter! +The foe’s {STRVAR_1 1, 0} used\nCounter! +{STRVAR_1 1, 0} used\nSeismic Toss! +The wild {STRVAR_1 1, 0} used\nSeismic Toss! +The foe’s {STRVAR_1 1, 0} used\nSeismic Toss! +{STRVAR_1 1, 0} used\nStrength! +The wild {STRVAR_1 1, 0} used\nStrength! +The foe’s {STRVAR_1 1, 0} used\nStrength! +{STRVAR_1 1, 0} used\nAbsorb! +The wild {STRVAR_1 1, 0} used\nAbsorb! +The foe’s {STRVAR_1 1, 0} used\nAbsorb! +{STRVAR_1 1, 0} used\nMega Drain! +The wild {STRVAR_1 1, 0} used\nMega Drain! +The foe’s {STRVAR_1 1, 0} used\nMega Drain! +{STRVAR_1 1, 0} used\nLeech Seed! +The wild {STRVAR_1 1, 0} used\nLeech Seed! +The foe’s {STRVAR_1 1, 0} used\nLeech Seed! +{STRVAR_1 1, 0} used\nGrowth! +The wild {STRVAR_1 1, 0} used\nGrowth! +The foe’s {STRVAR_1 1, 0} used\nGrowth! +{STRVAR_1 1, 0} used\nRazor Leaf! +The wild {STRVAR_1 1, 0} used\nRazor Leaf! +The foe’s {STRVAR_1 1, 0} used\nRazor Leaf! +{STRVAR_1 1, 0} used\nSolarBeam! +The wild {STRVAR_1 1, 0} used\nSolarBeam! +The foe’s {STRVAR_1 1, 0} used\nSolarBeam! +{STRVAR_1 1, 0} used\nPoisonPowder! +The wild {STRVAR_1 1, 0} used\nPoisonPowder! +The foe’s {STRVAR_1 1, 0} used\nPoisonPowder! +{STRVAR_1 1, 0} used\nStun Spore! +The wild {STRVAR_1 1, 0} used\nStun Spore! +The foe’s {STRVAR_1 1, 0} used\nStun Spore! +{STRVAR_1 1, 0} used\nSleep Powder! +The wild {STRVAR_1 1, 0} used\nSleep Powder! +The foe’s {STRVAR_1 1, 0} used\nSleep Powder! +{STRVAR_1 1, 0} used\nPetal Dance! +The wild {STRVAR_1 1, 0} used\nPetal Dance! +The foe’s {STRVAR_1 1, 0} used\nPetal Dance! +{STRVAR_1 1, 0} used\nString Shot! +The wild {STRVAR_1 1, 0} used\nString Shot! +The foe’s {STRVAR_1 1, 0} used\nString Shot! +{STRVAR_1 1, 0} used\nDragon Rage! +The wild {STRVAR_1 1, 0} used\nDragon Rage! +The foe’s {STRVAR_1 1, 0} used\nDragon Rage! +{STRVAR_1 1, 0} used\nFire Spin! +The wild {STRVAR_1 1, 0} used\nFire Spin! +The foe’s {STRVAR_1 1, 0} used\nFire Spin! +{STRVAR_1 1, 0} used\nThunderShock! +The wild {STRVAR_1 1, 0} used\nThunderShock! +The foe’s {STRVAR_1 1, 0} used\nThunderShock! +{STRVAR_1 1, 0} used\nThunderbolt! +The wild {STRVAR_1 1, 0} used\nThunderbolt! +The foe’s {STRVAR_1 1, 0} used\nThunderbolt! +{STRVAR_1 1, 0} used\nThunder Wave! +The wild {STRVAR_1 1, 0} used\nThunder Wave! +The foe’s {STRVAR_1 1, 0} used\nThunder Wave! +{STRVAR_1 1, 0} used\nThunder! +The wild {STRVAR_1 1, 0} used\nThunder! +The foe’s {STRVAR_1 1, 0} used\nThunder! +{STRVAR_1 1, 0} used\nRock Throw! +The wild {STRVAR_1 1, 0} used\nRock Throw! +The foe’s {STRVAR_1 1, 0} used\nRock Throw! +{STRVAR_1 1, 0} used\nEarthquake! +The wild {STRVAR_1 1, 0} used\nEarthquake! +The foe’s {STRVAR_1 1, 0} used\nEarthquake! +{STRVAR_1 1, 0} used\nFissure! +The wild {STRVAR_1 1, 0} used\nFissure! +The foe’s {STRVAR_1 1, 0} used\nFissure! +{STRVAR_1 1, 0} used\nDig! +The wild {STRVAR_1 1, 0} used\nDig! +The foe’s {STRVAR_1 1, 0} used\nDig! +{STRVAR_1 1, 0} used\nToxic! +The wild {STRVAR_1 1, 0} used\nToxic! +The foe’s {STRVAR_1 1, 0} used\nToxic! +{STRVAR_1 1, 0} used\nConfusion! +The wild {STRVAR_1 1, 0} used\nConfusion! +The foe’s {STRVAR_1 1, 0} used\nConfusion! +{STRVAR_1 1, 0} used\nPsychic! +The wild {STRVAR_1 1, 0} used\nPsychic! +The foe’s {STRVAR_1 1, 0} used\nPsychic! +{STRVAR_1 1, 0} used\nHypnosis! +The wild {STRVAR_1 1, 0} used\nHypnosis! +The foe’s {STRVAR_1 1, 0} used\nHypnosis! +{STRVAR_1 1, 0} used\nMeditate! +The wild {STRVAR_1 1, 0} used\nMeditate! +The foe’s {STRVAR_1 1, 0} used\nMeditate! +{STRVAR_1 1, 0} used\nAgility! +The wild {STRVAR_1 1, 0} used\nAgility! +The foe’s {STRVAR_1 1, 0} used\nAgility! +{STRVAR_1 1, 0} used\nQuick Attack! +The wild {STRVAR_1 1, 0} used\nQuick Attack! +The foe’s {STRVAR_1 1, 0} used\nQuick Attack! +{STRVAR_1 1, 0} used\nRage! +The wild {STRVAR_1 1, 0} used\nRage! +The foe’s {STRVAR_1 1, 0} used\nRage! +{STRVAR_1 1, 0} used\nTeleport! +The wild {STRVAR_1 1, 0} used\nTeleport! +The foe’s {STRVAR_1 1, 0} used\nTeleport! +{STRVAR_1 1, 0} used\nNight Shade! +The wild {STRVAR_1 1, 0} used\nNight Shade! +The foe’s {STRVAR_1 1, 0} used\nNight Shade! +{STRVAR_1 1, 0} used\nMimic! +The wild {STRVAR_1 1, 0} used\nMimic! +The foe’s {STRVAR_1 1, 0} used\nMimic! +{STRVAR_1 1, 0} used\nScreech! +The wild {STRVAR_1 1, 0} used\nScreech! +The foe’s {STRVAR_1 1, 0} used\nScreech! +{STRVAR_1 1, 0} used\nDouble Team! +The wild {STRVAR_1 1, 0} used\nDouble Team! +The foe’s {STRVAR_1 1, 0} used\nDouble Team! +{STRVAR_1 1, 0} used\nRecover! +The wild {STRVAR_1 1, 0} used\nRecover! +The foe’s {STRVAR_1 1, 0} used\nRecover! +{STRVAR_1 1, 0} used\nHarden! +The wild {STRVAR_1 1, 0} used\nHarden! +The foe’s {STRVAR_1 1, 0} used\nHarden! +{STRVAR_1 1, 0} used\nMinimize! +The wild {STRVAR_1 1, 0} used\nMinimize! +The foe’s {STRVAR_1 1, 0} used\nMinimize! +{STRVAR_1 1, 0} used\nSmokeScreen! +The wild {STRVAR_1 1, 0} used\nSmokeScreen! +The foe’s {STRVAR_1 1, 0} used\nSmokeScreen! +{STRVAR_1 1, 0} used\nConfuse Ray! +The wild {STRVAR_1 1, 0} used\nConfuse Ray! +The foe’s {STRVAR_1 1, 0} used\nConfuse Ray! +{STRVAR_1 1, 0} used\nWithdraw! +The wild {STRVAR_1 1, 0} used\nWithdraw! +The foe’s {STRVAR_1 1, 0} used\nWithdraw! +{STRVAR_1 1, 0} used\nDefense Curl! +The wild {STRVAR_1 1, 0} used\nDefense Curl! +The foe’s {STRVAR_1 1, 0} used\nDefense Curl! +{STRVAR_1 1, 0} used\nBarrier! +The wild {STRVAR_1 1, 0} used\nBarrier! +The foe’s {STRVAR_1 1, 0} used\nBarrier! +{STRVAR_1 1, 0} used\nLight Screen! +The wild {STRVAR_1 1, 0} used\nLight Screen! +The foe’s {STRVAR_1 1, 0} used\nLight Screen! +{STRVAR_1 1, 0} used\nHaze! +The wild {STRVAR_1 1, 0} used\nHaze! +The foe’s {STRVAR_1 1, 0} used\nHaze! +{STRVAR_1 1, 0} used\nReflect! +The wild {STRVAR_1 1, 0} used\nReflect! +The foe’s {STRVAR_1 1, 0} used\nReflect! +{STRVAR_1 1, 0} used\nFocus Energy! +The wild {STRVAR_1 1, 0} used\nFocus Energy! +The foe’s {STRVAR_1 1, 0} used\nFocus Energy! +{STRVAR_1 1, 0} used\nBide! +The wild {STRVAR_1 1, 0} used\nBide! +The foe’s {STRVAR_1 1, 0} used\nBide! +{STRVAR_1 1, 0} used\nMetronome! +The wild {STRVAR_1 1, 0} used\nMetronome! +The foe’s {STRVAR_1 1, 0} used\nMetronome! +{STRVAR_1 1, 0} used\nMirror Move! +The wild {STRVAR_1 1, 0} used\nMirror Move! +The foe’s {STRVAR_1 1, 0} used\nMirror Move! +{STRVAR_1 1, 0} used\nSelfdestruct! +The wild {STRVAR_1 1, 0} used\nSelfdestruct! +The foe’s {STRVAR_1 1, 0} used\nSelfdestruct! +{STRVAR_1 1, 0} used\nEgg Bomb! +The wild {STRVAR_1 1, 0} used\nEgg Bomb! +The foe’s {STRVAR_1 1, 0} used\nEgg Bomb! +{STRVAR_1 1, 0} used\nLick! +The wild {STRVAR_1 1, 0} used\nLick! +The foe’s {STRVAR_1 1, 0} used\nLick! +{STRVAR_1 1, 0} used\nSmog! +The wild {STRVAR_1 1, 0} used\nSmog! +The foe’s {STRVAR_1 1, 0} used\nSmog! +{STRVAR_1 1, 0} used\nSludge! +The wild {STRVAR_1 1, 0} used\nSludge! +The foe’s {STRVAR_1 1, 0} used\nSludge! +{STRVAR_1 1, 0} used\nBone Club! +The wild {STRVAR_1 1, 0} used\nBone Club! +The foe’s {STRVAR_1 1, 0} used\nBone Club! +{STRVAR_1 1, 0} used\nFire Blast! +The wild {STRVAR_1 1, 0} used\nFire Blast! +The foe’s {STRVAR_1 1, 0} used\nFire Blast! +{STRVAR_1 1, 0} used\nWaterfall! +The wild {STRVAR_1 1, 0} used\nWaterfall! +The foe’s {STRVAR_1 1, 0} used\nWaterfall! +{STRVAR_1 1, 0} used\nClamp! +The wild {STRVAR_1 1, 0} used\nClamp! +The foe’s {STRVAR_1 1, 0} used\nClamp! +{STRVAR_1 1, 0} used\nSwift! +The wild {STRVAR_1 1, 0} used\nSwift! +The foe’s {STRVAR_1 1, 0} used\nSwift! +{STRVAR_1 1, 0} used\nSkull Bash! +The wild {STRVAR_1 1, 0} used\nSkull Bash! +The foe’s {STRVAR_1 1, 0} used\nSkull Bash! +{STRVAR_1 1, 0} used\nSpike Cannon! +The wild {STRVAR_1 1, 0} used\nSpike Cannon! +The foe’s {STRVAR_1 1, 0} used\nSpike Cannon! +{STRVAR_1 1, 0} used\nConstrict! +The wild {STRVAR_1 1, 0} used\nConstrict! +The foe’s {STRVAR_1 1, 0} used\nConstrict! +{STRVAR_1 1, 0} used\nAmnesia! +The wild {STRVAR_1 1, 0} used\nAmnesia! +The foe’s {STRVAR_1 1, 0} used\nAmnesia! +{STRVAR_1 1, 0} used\nKinesis! +The wild {STRVAR_1 1, 0} used\nKinesis! +The foe’s {STRVAR_1 1, 0} used\nKinesis! +{STRVAR_1 1, 0} used\nSoftboiled! +The wild {STRVAR_1 1, 0} used\nSoftboiled! +The foe’s {STRVAR_1 1, 0} used\nSoftboiled! +{STRVAR_1 1, 0} used\nHi Jump Kick! +The wild {STRVAR_1 1, 0} used\nHi Jump Kick! +The foe’s {STRVAR_1 1, 0} used\nHi Jump Kick! +{STRVAR_1 1, 0} used\nGlare! +The wild {STRVAR_1 1, 0} used\nGlare! +The foe’s {STRVAR_1 1, 0} used\nGlare! +{STRVAR_1 1, 0} used\nDream Eater! +The wild {STRVAR_1 1, 0} used\nDream Eater! +The foe’s {STRVAR_1 1, 0} used\nDream Eater! +{STRVAR_1 1, 0} used\nPoison Gas! +The wild {STRVAR_1 1, 0} used\nPoison Gas! +The foe’s {STRVAR_1 1, 0} used\nPoison Gas! +{STRVAR_1 1, 0} used\nBarrage! +The wild {STRVAR_1 1, 0} used\nBarrage! +The foe’s {STRVAR_1 1, 0} used\nBarrage! +{STRVAR_1 1, 0} used\nLeech Life! +The wild {STRVAR_1 1, 0} used\nLeech Life! +The foe’s {STRVAR_1 1, 0} used\nLeech Life! +{STRVAR_1 1, 0} used\nLovely Kiss! +The wild {STRVAR_1 1, 0} used\nLovely Kiss! +The foe’s {STRVAR_1 1, 0} used\nLovely Kiss! +{STRVAR_1 1, 0} used\nSky Attack! +The wild {STRVAR_1 1, 0} used\nSky Attack! +The foe’s {STRVAR_1 1, 0} used\nSky Attack! +{STRVAR_1 1, 0} used\nTransform! +The wild {STRVAR_1 1, 0} used\nTransform! +The foe’s {STRVAR_1 1, 0} used\nTransform! +{STRVAR_1 1, 0} used\nBubble! +The wild {STRVAR_1 1, 0} used\nBubble! +The foe’s {STRVAR_1 1, 0} used\nBubble! +{STRVAR_1 1, 0} used\nDizzy Punch! +The wild {STRVAR_1 1, 0} used\nDizzy Punch! +The foe’s {STRVAR_1 1, 0} used\nDizzy Punch! +{STRVAR_1 1, 0} used\nSpore! +The wild {STRVAR_1 1, 0} used\nSpore! +The foe’s {STRVAR_1 1, 0} used\nSpore! +{STRVAR_1 1, 0} used\nFlash! +The wild {STRVAR_1 1, 0} used\nFlash! +The foe’s {STRVAR_1 1, 0} used\nFlash! +{STRVAR_1 1, 0} used\nPsywave! +The wild {STRVAR_1 1, 0} used\nPsywave! +The foe’s {STRVAR_1 1, 0} used\nPsywave! +{STRVAR_1 1, 0} used\nSplash! +The wild {STRVAR_1 1, 0} used\nSplash! +The foe’s {STRVAR_1 1, 0} used\nSplash! +{STRVAR_1 1, 0} used\nAcid Armor! +The wild {STRVAR_1 1, 0} used\nAcid Armor! +The foe’s {STRVAR_1 1, 0} used\nAcid Armor! +{STRVAR_1 1, 0} used\nCrabhammer! +The wild {STRVAR_1 1, 0} used\nCrabhammer! +The foe’s {STRVAR_1 1, 0} used\nCrabhammer! +{STRVAR_1 1, 0} used\nExplosion! +The wild {STRVAR_1 1, 0} used\nExplosion! +The foe’s {STRVAR_1 1, 0} used\nExplosion! +{STRVAR_1 1, 0} used\nFury Swipes! +The wild {STRVAR_1 1, 0} used\nFury Swipes! +The foe’s {STRVAR_1 1, 0} used\nFury Swipes! +{STRVAR_1 1, 0} used\nBonemerang! +The wild {STRVAR_1 1, 0} used\nBonemerang! +The foe’s {STRVAR_1 1, 0} used\nBonemerang! +{STRVAR_1 1, 0} used\nRest! +The wild {STRVAR_1 1, 0} used\nRest! +The foe’s {STRVAR_1 1, 0} used\nRest! +{STRVAR_1 1, 0} used\nRock Slide! +The wild {STRVAR_1 1, 0} used\nRock Slide! +The foe’s {STRVAR_1 1, 0} used\nRock Slide! +{STRVAR_1 1, 0} used\nHyper Fang! +The wild {STRVAR_1 1, 0} used\nHyper Fang! +The foe’s {STRVAR_1 1, 0} used\nHyper Fang! +{STRVAR_1 1, 0} used\nSharpen! +The wild {STRVAR_1 1, 0} used\nSharpen! +The foe’s {STRVAR_1 1, 0} used\nSharpen! +{STRVAR_1 1, 0} used\nConversion! +The wild {STRVAR_1 1, 0} used\nConversion! +The foe’s {STRVAR_1 1, 0} used\nConversion! +{STRVAR_1 1, 0} used\nTri Attack! +The wild {STRVAR_1 1, 0} used\nTri Attack! +The foe’s {STRVAR_1 1, 0} used\nTri Attack! +{STRVAR_1 1, 0} used\nSuper Fang! +The wild {STRVAR_1 1, 0} used\nSuper Fang! +The foe’s {STRVAR_1 1, 0} used\nSuper Fang! +{STRVAR_1 1, 0} used\nSlash! +The wild {STRVAR_1 1, 0} used\nSlash! +The foe’s {STRVAR_1 1, 0} used\nSlash! +{STRVAR_1 1, 0} used\nSubstitute! +The wild {STRVAR_1 1, 0} used\nSubstitute! +The foe’s {STRVAR_1 1, 0} used\nSubstitute! +{STRVAR_1 1, 0} used\nStruggle! +The wild {STRVAR_1 1, 0} used\nStruggle! +The foe’s {STRVAR_1 1, 0} used\nStruggle! +{STRVAR_1 1, 0} used\nSketch! +The wild {STRVAR_1 1, 0} used\nSketch! +The foe’s {STRVAR_1 1, 0} used\nSketch! +{STRVAR_1 1, 0} used\nTriple Kick! +The wild {STRVAR_1 1, 0} used\nTriple Kick! +The foe’s {STRVAR_1 1, 0} used\nTriple Kick! +{STRVAR_1 1, 0} used\nThief! +The wild {STRVAR_1 1, 0} used\nThief! +The foe’s {STRVAR_1 1, 0} used\nThief! +{STRVAR_1 1, 0} used\nSpider Web! +The wild {STRVAR_1 1, 0} used\nSpider Web! +The foe’s {STRVAR_1 1, 0} used\nSpider Web! +{STRVAR_1 1, 0} used\nMind Reader! +The wild {STRVAR_1 1, 0} used\nMind Reader! +The foe’s {STRVAR_1 1, 0} used\nMind Reader! +{STRVAR_1 1, 0} used\nNightmare! +The wild {STRVAR_1 1, 0} used\nNightmare! +The foe’s {STRVAR_1 1, 0} used\nNightmare! +{STRVAR_1 1, 0} used\nFlame Wheel! +The wild {STRVAR_1 1, 0} used\nFlame Wheel! +The foe’s {STRVAR_1 1, 0} used\nFlame Wheel! +{STRVAR_1 1, 0} used\nSnore! +The wild {STRVAR_1 1, 0} used\nSnore! +The foe’s {STRVAR_1 1, 0} used\nSnore! +{STRVAR_1 1, 0} used\nCurse! +The wild {STRVAR_1 1, 0} used\nCurse! +The foe’s {STRVAR_1 1, 0} used\nCurse! +{STRVAR_1 1, 0} used\nFlail! +The wild {STRVAR_1 1, 0} used\nFlail! +The foe’s {STRVAR_1 1, 0} used\nFlail! +{STRVAR_1 1, 0} used\nConversion 2! +The wild {STRVAR_1 1, 0} used\nConversion 2! +The foe’s {STRVAR_1 1, 0} used\nConversion 2! +{STRVAR_1 1, 0} used\nAeroblast! +The wild {STRVAR_1 1, 0} used\nAeroblast! +The foe’s {STRVAR_1 1, 0} used\nAeroblast! +{STRVAR_1 1, 0} used\nCotton Spore! +The wild {STRVAR_1 1, 0} used\nCotton Spore! +The foe’s {STRVAR_1 1, 0} used\nCotton Spore! +{STRVAR_1 1, 0} used\nReversal! +The wild {STRVAR_1 1, 0} used\nReversal! +The foe’s {STRVAR_1 1, 0} used\nReversal! +{STRVAR_1 1, 0} used\nSpite! +The wild {STRVAR_1 1, 0} used\nSpite! +The foe’s {STRVAR_1 1, 0} used\nSpite! +{STRVAR_1 1, 0} used\nPowder Snow! +The wild {STRVAR_1 1, 0} used\nPowder Snow! +The foe’s {STRVAR_1 1, 0} used\nPowder Snow! +{STRVAR_1 1, 0} used\nProtect! +The wild {STRVAR_1 1, 0} used\nProtect! +The foe’s {STRVAR_1 1, 0} used\nProtect! +{STRVAR_1 1, 0} used\nMach Punch! +The wild {STRVAR_1 1, 0} used\nMach Punch! +The foe’s {STRVAR_1 1, 0} used\nMach Punch! +{STRVAR_1 1, 0} used\nScary Face! +The wild {STRVAR_1 1, 0} used\nScary Face! +The foe’s {STRVAR_1 1, 0} used\nScary Face! +{STRVAR_1 1, 0} used\nFaint Attack! +The wild {STRVAR_1 1, 0} used\nFaint Attack! +The foe’s {STRVAR_1 1, 0} used\nFaint Attack! +{STRVAR_1 1, 0} used\nSweet Kiss! +The wild {STRVAR_1 1, 0} used\nSweet Kiss! +The foe’s {STRVAR_1 1, 0} used\nSweet Kiss! +{STRVAR_1 1, 0} used\nBelly Drum! +The wild {STRVAR_1 1, 0} used\nBelly Drum! +The foe’s {STRVAR_1 1, 0} used\nBelly Drum! +{STRVAR_1 1, 0} used\nSludge Bomb! +The wild {STRVAR_1 1, 0} used\nSludge Bomb! +The foe’s {STRVAR_1 1, 0} used\nSludge Bomb! +{STRVAR_1 1, 0} used\nMud-Slap! +The wild {STRVAR_1 1, 0} used\nMud-Slap! +The foe’s {STRVAR_1 1, 0} used\nMud-Slap! +{STRVAR_1 1, 0} used\nOctazooka! +The wild {STRVAR_1 1, 0} used\nOctazooka! +The foe’s {STRVAR_1 1, 0} used\nOctazooka! +{STRVAR_1 1, 0} used\nSpikes! +The wild {STRVAR_1 1, 0} used\nSpikes! +The foe’s {STRVAR_1 1, 0} used\nSpikes! +{STRVAR_1 1, 0} used\nZap Cannon! +The wild {STRVAR_1 1, 0} used\nZap Cannon! +The foe’s {STRVAR_1 1, 0} used\nZap Cannon! +{STRVAR_1 1, 0} used\nForesight! +The wild {STRVAR_1 1, 0} used\nForesight! +The foe’s {STRVAR_1 1, 0} used\nForesight! +{STRVAR_1 1, 0} used\nDestiny Bond! +The wild {STRVAR_1 1, 0} used\nDestiny Bond! +The foe’s {STRVAR_1 1, 0} used\nDestiny Bond! +{STRVAR_1 1, 0} used\nPerish Song! +The wild {STRVAR_1 1, 0} used\nPerish Song! +The foe’s {STRVAR_1 1, 0} used\nPerish Song! +{STRVAR_1 1, 0} used\nIcy Wind! +The wild {STRVAR_1 1, 0} used\nIcy Wind! +The foe’s {STRVAR_1 1, 0} used\nIcy Wind! +{STRVAR_1 1, 0} used\nDetect! +The wild {STRVAR_1 1, 0} used\nDetect! +The foe’s {STRVAR_1 1, 0} used\nDetect! +{STRVAR_1 1, 0} used\nBone Rush! +The wild {STRVAR_1 1, 0} used\nBone Rush! +The foe’s {STRVAR_1 1, 0} used\nBone Rush! +{STRVAR_1 1, 0} used\nLock-On! +The wild {STRVAR_1 1, 0} used\nLock-On! +The foe’s {STRVAR_1 1, 0} used\nLock-On! +{STRVAR_1 1, 0} used\nOutrage! +The wild {STRVAR_1 1, 0} used\nOutrage! +The foe’s {STRVAR_1 1, 0} used\nOutrage! +{STRVAR_1 1, 0} used\nSandstorm! +The wild {STRVAR_1 1, 0} used\nSandstorm! +The foe’s {STRVAR_1 1, 0} used\nSandstorm! +{STRVAR_1 1, 0} used\nGiga Drain! +The wild {STRVAR_1 1, 0} used\nGiga Drain! +The foe’s {STRVAR_1 1, 0} used\nGiga Drain! +{STRVAR_1 1, 0} used\nEndure! +The wild {STRVAR_1 1, 0} used\nEndure! +The foe’s {STRVAR_1 1, 0} used\nEndure! +{STRVAR_1 1, 0} used\nCharm! +The wild {STRVAR_1 1, 0} used\nCharm! +The foe’s {STRVAR_1 1, 0} used\nCharm! +{STRVAR_1 1, 0} used\nRollout! +The wild {STRVAR_1 1, 0} used\nRollout! +The foe’s {STRVAR_1 1, 0} used\nRollout! +{STRVAR_1 1, 0} used\nFalse Swipe! +The wild {STRVAR_1 1, 0} used\nFalse Swipe! +The foe’s {STRVAR_1 1, 0} used\nFalse Swipe! +{STRVAR_1 1, 0} used\nSwagger! +The wild {STRVAR_1 1, 0} used\nSwagger! +The foe’s {STRVAR_1 1, 0} used\nSwagger! +{STRVAR_1 1, 0} used\nMilk Drink! +The wild {STRVAR_1 1, 0} used\nMilk Drink! +The foe’s {STRVAR_1 1, 0} used\nMilk Drink! +{STRVAR_1 1, 0} used\nSpark! +The wild {STRVAR_1 1, 0} used\nSpark! +The foe’s {STRVAR_1 1, 0} used\nSpark! +{STRVAR_1 1, 0} used\nFury Cutter! +The wild {STRVAR_1 1, 0} used\nFury Cutter! +The foe’s {STRVAR_1 1, 0} used\nFury Cutter! +{STRVAR_1 1, 0} used\nSteel Wing! +The wild {STRVAR_1 1, 0} used\nSteel Wing! +The foe’s {STRVAR_1 1, 0} used\nSteel Wing! +{STRVAR_1 1, 0} used\nMean Look! +The wild {STRVAR_1 1, 0} used\nMean Look! +The foe’s {STRVAR_1 1, 0} used\nMean Look! +{STRVAR_1 1, 0} used\nAttract! +The wild {STRVAR_1 1, 0} used\nAttract! +The foe’s {STRVAR_1 1, 0} used\nAttract! +{STRVAR_1 1, 0} used\nSleep Talk! +The wild {STRVAR_1 1, 0} used\nSleep Talk! +The foe’s {STRVAR_1 1, 0} used\nSleep Talk! +{STRVAR_1 1, 0} used\nHeal Bell! +The wild {STRVAR_1 1, 0} used\nHeal Bell! +The foe’s {STRVAR_1 1, 0} used\nHeal Bell! +{STRVAR_1 1, 0} used\nReturn! +The wild {STRVAR_1 1, 0} used\nReturn! +The foe’s {STRVAR_1 1, 0} used\nReturn! +{STRVAR_1 1, 0} used\nPresent! +The wild {STRVAR_1 1, 0} used\nPresent! +The foe’s {STRVAR_1 1, 0} used\nPresent! +{STRVAR_1 1, 0} used\nFrustration! +The wild {STRVAR_1 1, 0} used\nFrustration! +The foe’s {STRVAR_1 1, 0} used\nFrustration! +{STRVAR_1 1, 0} used\nSafeguard! +The wild {STRVAR_1 1, 0} used\nSafeguard! +The foe’s {STRVAR_1 1, 0} used\nSafeguard! +{STRVAR_1 1, 0} used\nPain Split! +The wild {STRVAR_1 1, 0} used\nPain Split! +The foe’s {STRVAR_1 1, 0} used\nPain Split! +{STRVAR_1 1, 0} used\nSacred Fire! +The wild {STRVAR_1 1, 0} used\nSacred Fire! +The foe’s {STRVAR_1 1, 0} used\nSacred Fire! +{STRVAR_1 1, 0} used\nMagnitude! +The wild {STRVAR_1 1, 0} used\nMagnitude! +The foe’s {STRVAR_1 1, 0} used\nMagnitude! +{STRVAR_1 1, 0} used\nDynamicPunch! +The wild {STRVAR_1 1, 0} used\nDynamicPunch! +The foe’s {STRVAR_1 1, 0} used\nDynamicPunch! +{STRVAR_1 1, 0} used\nMegahorn! +The wild {STRVAR_1 1, 0} used\nMegahorn! +The foe’s {STRVAR_1 1, 0} used\nMegahorn! +{STRVAR_1 1, 0} used\nDragonBreath! +The wild {STRVAR_1 1, 0} used\nDragonBreath! +The foe’s {STRVAR_1 1, 0} used\nDragonBreath! +{STRVAR_1 1, 0} used\nBaton Pass! +The wild {STRVAR_1 1, 0} used\nBaton Pass! +The foe’s {STRVAR_1 1, 0} used\nBaton Pass! +{STRVAR_1 1, 0} used\nEncore! +The wild {STRVAR_1 1, 0} used\nEncore! +The foe’s {STRVAR_1 1, 0} used\nEncore! +{STRVAR_1 1, 0} used\nPursuit! +The wild {STRVAR_1 1, 0} used\nPursuit! +The foe’s {STRVAR_1 1, 0} used\nPursuit! +{STRVAR_1 1, 0} used\nRapid Spin! +The wild {STRVAR_1 1, 0} used\nRapid Spin! +The foe’s {STRVAR_1 1, 0} used\nRapid Spin! +{STRVAR_1 1, 0} used\nSweet Scent! +The wild {STRVAR_1 1, 0} used\nSweet Scent! +The foe’s {STRVAR_1 1, 0} used\nSweet Scent! +{STRVAR_1 1, 0} used\nIron Tail! +The wild {STRVAR_1 1, 0} used\nIron Tail! +The foe’s {STRVAR_1 1, 0} used\nIron Tail! +{STRVAR_1 1, 0} used\nMetal Claw! +The wild {STRVAR_1 1, 0} used\nMetal Claw! +The foe’s {STRVAR_1 1, 0} used\nMetal Claw! +{STRVAR_1 1, 0} used\nVital Throw! +The wild {STRVAR_1 1, 0} used\nVital Throw! +The foe’s {STRVAR_1 1, 0} used\nVital Throw! +{STRVAR_1 1, 0} used\nMorning Sun! +The wild {STRVAR_1 1, 0} used\nMorning Sun! +The foe’s {STRVAR_1 1, 0} used\nMorning Sun! +{STRVAR_1 1, 0} used\nSynthesis! +The wild {STRVAR_1 1, 0} used\nSynthesis! +The foe’s {STRVAR_1 1, 0} used\nSynthesis! +{STRVAR_1 1, 0} used\nMoonlight! +The wild {STRVAR_1 1, 0} used\nMoonlight! +The foe’s {STRVAR_1 1, 0} used\nMoonlight! +{STRVAR_1 1, 0} used\nHidden Power! +The wild {STRVAR_1 1, 0} used\nHidden Power! +The foe’s {STRVAR_1 1, 0} used\nHidden Power! +{STRVAR_1 1, 0} used\nCross Chop! +The wild {STRVAR_1 1, 0} used\nCross Chop! +The foe’s {STRVAR_1 1, 0} used\nCross Chop! +{STRVAR_1 1, 0} used\nTwister! +The wild {STRVAR_1 1, 0} used\nTwister! +The foe’s {STRVAR_1 1, 0} used\nTwister! +{STRVAR_1 1, 0} used\nRain Dance! +The wild {STRVAR_1 1, 0} used\nRain Dance! +The foe’s {STRVAR_1 1, 0} used\nRain Dance! +{STRVAR_1 1, 0} used\nSunny Day! +The wild {STRVAR_1 1, 0} used\nSunny Day! +The foe’s {STRVAR_1 1, 0} used\nSunny Day! +{STRVAR_1 1, 0} used\nCrunch! +The wild {STRVAR_1 1, 0} used\nCrunch! +The foe’s {STRVAR_1 1, 0} used\nCrunch! +{STRVAR_1 1, 0} used\nMirror Coat! +The wild {STRVAR_1 1, 0} used\nMirror Coat! +The foe’s {STRVAR_1 1, 0} used\nMirror Coat! +{STRVAR_1 1, 0} used\nPsych Up! +The wild {STRVAR_1 1, 0} used\nPsych Up! +The foe’s {STRVAR_1 1, 0} used\nPsych Up! +{STRVAR_1 1, 0} used\nExtremeSpeed! +The wild {STRVAR_1 1, 0} used\nExtremeSpeed! +The foe’s {STRVAR_1 1, 0} used\nExtremeSpeed! +{STRVAR_1 1, 0} used\nAncientPower! +The wild {STRVAR_1 1, 0} used\nAncientPower! +The foe’s {STRVAR_1 1, 0} used\nAncientPower! +{STRVAR_1 1, 0} used\nShadow Ball! +The wild {STRVAR_1 1, 0} used\nShadow Ball! +The foe’s {STRVAR_1 1, 0} used\nShadow Ball! +{STRVAR_1 1, 0} used\nFuture Sight! +The wild {STRVAR_1 1, 0} used\nFuture Sight! +The foe’s {STRVAR_1 1, 0} used\nFuture Sight! +{STRVAR_1 1, 0} used\nRock Smash! +The wild {STRVAR_1 1, 0} used\nRock Smash! +The foe’s {STRVAR_1 1, 0} used\nRock Smash! +{STRVAR_1 1, 0} used\nWhirlpool! +The wild {STRVAR_1 1, 0} used\nWhirlpool! +The foe’s {STRVAR_1 1, 0} used\nWhirlpool! +{STRVAR_1 1, 0} used\nBeat Up! +The wild {STRVAR_1 1, 0} used\nBeat Up! +The foe’s {STRVAR_1 1, 0} used\nBeat Up! +{STRVAR_1 1, 0} used\nFake Out! +The wild {STRVAR_1 1, 0} used\nFake Out! +The foe’s {STRVAR_1 1, 0} used\nFake Out! +{STRVAR_1 1, 0} used\nUproar! +The wild {STRVAR_1 1, 0} used\nUproar! +The foe’s {STRVAR_1 1, 0} used\nUproar! +{STRVAR_1 1, 0} used\nStockpile! +The wild {STRVAR_1 1, 0} used\nStockpile! +The foe’s {STRVAR_1 1, 0} used\nStockpile! +{STRVAR_1 1, 0} used\nSpit Up! +The wild {STRVAR_1 1, 0} used\nSpit Up! +The foe’s {STRVAR_1 1, 0} used\nSpit Up! +{STRVAR_1 1, 0} used\nSwallow! +The wild {STRVAR_1 1, 0} used\nSwallow! +The foe’s {STRVAR_1 1, 0} used\nSwallow! +{STRVAR_1 1, 0} used\nHeat Wave! +The wild {STRVAR_1 1, 0} used\nHeat Wave! +The foe’s {STRVAR_1 1, 0} used\nHeat Wave! +{STRVAR_1 1, 0} used\nHail! +The wild {STRVAR_1 1, 0} used\nHail! +The foe’s {STRVAR_1 1, 0} used\nHail! +{STRVAR_1 1, 0} used\nTorment! +The wild {STRVAR_1 1, 0} used\nTorment! +The foe’s {STRVAR_1 1, 0} used\nTorment! +{STRVAR_1 1, 0} used\nFlatter! +The wild {STRVAR_1 1, 0} used\nFlatter! +The foe’s {STRVAR_1 1, 0} used\nFlatter! +{STRVAR_1 1, 0} used\nWill-O-Wisp! +The wild {STRVAR_1 1, 0} used\nWill-O-Wisp! +The foe’s {STRVAR_1 1, 0} used\nWill-O-Wisp! +{STRVAR_1 1, 0} used\nMemento! +The wild {STRVAR_1 1, 0} used\nMemento! +The foe’s {STRVAR_1 1, 0} used\nMemento! +{STRVAR_1 1, 0} used\nFacade! +The wild {STRVAR_1 1, 0} used\nFacade! +The foe’s {STRVAR_1 1, 0} used\nFacade! +{STRVAR_1 1, 0} used\nFocus Punch! +The wild {STRVAR_1 1, 0} used\nFocus Punch! +The foe’s {STRVAR_1 1, 0} used\nFocus Punch! +{STRVAR_1 1, 0} used\nSmellingSalt! +The wild {STRVAR_1 1, 0} used\nSmellingSalt! +The foe’s {STRVAR_1 1, 0} used\nSmellingSalt! +{STRVAR_1 1, 0} used\nFollow Me! +The wild {STRVAR_1 1, 0} used\nFollow Me! +The foe’s {STRVAR_1 1, 0} used\nFollow Me! +{STRVAR_1 1, 0} used\nNature Power! +The wild {STRVAR_1 1, 0} used\nNature Power! +The foe’s {STRVAR_1 1, 0} used\nNature Power! +{STRVAR_1 1, 0} used\nCharge! +The wild {STRVAR_1 1, 0} used\nCharge! +The foe’s {STRVAR_1 1, 0} used\nCharge! +{STRVAR_1 1, 0} used\nTaunt! +The wild {STRVAR_1 1, 0} used\nTaunt! +The foe’s {STRVAR_1 1, 0} used\nTaunt! +{STRVAR_1 1, 0} used\nHelping Hand! +The wild {STRVAR_1 1, 0} used\nHelping Hand! +The foe’s {STRVAR_1 1, 0} used\nHelping Hand! +{STRVAR_1 1, 0} used\nTrick! +The wild {STRVAR_1 1, 0} used\nTrick! +The foe’s {STRVAR_1 1, 0} used\nTrick! +{STRVAR_1 1, 0} used\nRole Play! +The wild {STRVAR_1 1, 0} used\nRole Play! +The foe’s {STRVAR_1 1, 0} used\nRole Play! +{STRVAR_1 1, 0} used\nWish! +The wild {STRVAR_1 1, 0} used\nWish! +The foe’s {STRVAR_1 1, 0} used\nWish! +{STRVAR_1 1, 0} used\nAssist! +The wild {STRVAR_1 1, 0} used\nAssist! +The foe’s {STRVAR_1 1, 0} used\nAssist! +{STRVAR_1 1, 0} used\nIngrain! +The wild {STRVAR_1 1, 0} used\nIngrain! +The foe’s {STRVAR_1 1, 0} used\nIngrain! +{STRVAR_1 1, 0} used\nSuperpower! +The wild {STRVAR_1 1, 0} used\nSuperpower! +The foe’s {STRVAR_1 1, 0} used\nSuperpower! +{STRVAR_1 1, 0} used\nMagic Coat! +The wild {STRVAR_1 1, 0} used\nMagic Coat! +The foe’s {STRVAR_1 1, 0} used\nMagic Coat! +{STRVAR_1 1, 0} used\nRecycle! +The wild {STRVAR_1 1, 0} used\nRecycle! +The foe’s {STRVAR_1 1, 0} used\nRecycle! +{STRVAR_1 1, 0} used\nRevenge! +The wild {STRVAR_1 1, 0} used\nRevenge! +The foe’s {STRVAR_1 1, 0} used\nRevenge! +{STRVAR_1 1, 0} used\nBrick Break! +The wild {STRVAR_1 1, 0} used\nBrick Break! +The foe’s {STRVAR_1 1, 0} used\nBrick Break! +{STRVAR_1 1, 0} used\nYawn! +The wild {STRVAR_1 1, 0} used\nYawn! +The foe’s {STRVAR_1 1, 0} used\nYawn! +{STRVAR_1 1, 0} used\nKnock Off! +The wild {STRVAR_1 1, 0} used\nKnock Off! +The foe’s {STRVAR_1 1, 0} used\nKnock Off! +{STRVAR_1 1, 0} used\nEndeavor! +The wild {STRVAR_1 1, 0} used\nEndeavor! +The foe’s {STRVAR_1 1, 0} used\nEndeavor! +{STRVAR_1 1, 0} used\nEruption! +The wild {STRVAR_1 1, 0} used\nEruption! +The foe’s {STRVAR_1 1, 0} used\nEruption! +{STRVAR_1 1, 0} used\nSkill Swap! +The wild {STRVAR_1 1, 0} used\nSkill Swap! +The foe’s {STRVAR_1 1, 0} used\nSkill Swap! +{STRVAR_1 1, 0} used\nImprison! +The wild {STRVAR_1 1, 0} used\nImprison! +The foe’s {STRVAR_1 1, 0} used\nImprison! +{STRVAR_1 1, 0} used\nRefresh! +The wild {STRVAR_1 1, 0} used\nRefresh! +The foe’s {STRVAR_1 1, 0} used\nRefresh! +{STRVAR_1 1, 0} used\nGrudge! +The wild {STRVAR_1 1, 0} used\nGrudge! +The foe’s {STRVAR_1 1, 0} used\nGrudge! +{STRVAR_1 1, 0} used\nSnatch! +The wild {STRVAR_1 1, 0} used\nSnatch! +The foe’s {STRVAR_1 1, 0} used\nSnatch! +{STRVAR_1 1, 0} used\nSecret Power! +The wild {STRVAR_1 1, 0} used\nSecret Power! +The foe’s {STRVAR_1 1, 0} used\nSecret Power! +{STRVAR_1 1, 0} used\nDive! +The wild {STRVAR_1 1, 0} used\nDive! +The foe’s {STRVAR_1 1, 0} used\nDive! +{STRVAR_1 1, 0} used\nArm Thrust! +The wild {STRVAR_1 1, 0} used\nArm Thrust! +The foe’s {STRVAR_1 1, 0} used\nArm Thrust! +{STRVAR_1 1, 0} used\nCamouflage! +The wild {STRVAR_1 1, 0} used\nCamouflage! +The foe’s {STRVAR_1 1, 0} used\nCamouflage! +{STRVAR_1 1, 0} used\nTail Glow! +The wild {STRVAR_1 1, 0} used\nTail Glow! +The foe’s {STRVAR_1 1, 0} used\nTail Glow! +{STRVAR_1 1, 0} used\nLuster Purge! +The wild {STRVAR_1 1, 0} used\nLuster Purge! +The foe’s {STRVAR_1 1, 0} used\nLuster Purge! +{STRVAR_1 1, 0} used\nMist Ball! +The wild {STRVAR_1 1, 0} used\nMist Ball! +The foe’s {STRVAR_1 1, 0} used\nMist Ball! +{STRVAR_1 1, 0} used\nFeatherDance! +The wild {STRVAR_1 1, 0} used\nFeatherDance! +The foe’s {STRVAR_1 1, 0} used\nFeatherDance! +{STRVAR_1 1, 0} used\nTeeter Dance! +The wild {STRVAR_1 1, 0} used\nTeeter Dance! +The foe’s {STRVAR_1 1, 0} used\nTeeter Dance! +{STRVAR_1 1, 0} used\nBlaze Kick! +The wild {STRVAR_1 1, 0} used\nBlaze Kick! +The foe’s {STRVAR_1 1, 0} used\nBlaze Kick! +{STRVAR_1 1, 0} used\nMud Sport! +The wild {STRVAR_1 1, 0} used\nMud Sport! +The foe’s {STRVAR_1 1, 0} used\nMud Sport! +{STRVAR_1 1, 0} used\nIce Ball! +The wild {STRVAR_1 1, 0} used\nIce Ball! +The foe’s {STRVAR_1 1, 0} used\nIce Ball! +{STRVAR_1 1, 0} used\nNeedle Arm! +The wild {STRVAR_1 1, 0} used\nNeedle Arm! +The foe’s {STRVAR_1 1, 0} used\nNeedle Arm! +{STRVAR_1 1, 0} used\nSlack Off! +The wild {STRVAR_1 1, 0} used\nSlack Off! +The foe’s {STRVAR_1 1, 0} used\nSlack Off! +{STRVAR_1 1, 0} used\nHyper Voice! +The wild {STRVAR_1 1, 0} used\nHyper Voice! +The foe’s {STRVAR_1 1, 0} used\nHyper Voice! +{STRVAR_1 1, 0} used\nPoison Fang! +The wild {STRVAR_1 1, 0} used\nPoison Fang! +The foe’s {STRVAR_1 1, 0} used\nPoison Fang! +{STRVAR_1 1, 0} used\nCrush Claw! +The wild {STRVAR_1 1, 0} used\nCrush Claw! +The foe’s {STRVAR_1 1, 0} used\nCrush Claw! +{STRVAR_1 1, 0} used\nBlast Burn! +The wild {STRVAR_1 1, 0} used\nBlast Burn! +The foe’s {STRVAR_1 1, 0} used\nBlast Burn! +{STRVAR_1 1, 0} used\nHydro Cannon! +The wild {STRVAR_1 1, 0} used\nHydro Cannon! +The foe’s {STRVAR_1 1, 0} used\nHydro Cannon! +{STRVAR_1 1, 0} used\nMeteor Mash! +The wild {STRVAR_1 1, 0} used\nMeteor Mash! +The foe’s {STRVAR_1 1, 0} used\nMeteor Mash! +{STRVAR_1 1, 0} used\nAstonish! +The wild {STRVAR_1 1, 0} used\nAstonish! +The foe’s {STRVAR_1 1, 0} used\nAstonish! +{STRVAR_1 1, 0} used\nWeather Ball! +The wild {STRVAR_1 1, 0} used\nWeather Ball! +The foe’s {STRVAR_1 1, 0} used\nWeather Ball! +{STRVAR_1 1, 0} used\nAromatherapy! +The wild {STRVAR_1 1, 0} used\nAromatherapy! +The foe’s {STRVAR_1 1, 0} used\nAromatherapy! +{STRVAR_1 1, 0} used\nFake Tears! +The wild {STRVAR_1 1, 0} used\nFake Tears! +The foe’s {STRVAR_1 1, 0} used\nFake Tears! +{STRVAR_1 1, 0} used\nAir Cutter! +The wild {STRVAR_1 1, 0} used\nAir Cutter! +The foe’s {STRVAR_1 1, 0} used\nAir Cutter! +{STRVAR_1 1, 0} used\nOverheat! +The wild {STRVAR_1 1, 0} used\nOverheat! +The foe’s {STRVAR_1 1, 0} used\nOverheat! +{STRVAR_1 1, 0} used\nOdor Sleuth! +The wild {STRVAR_1 1, 0} used\nOdor Sleuth! +The foe’s {STRVAR_1 1, 0} used\nOdor Sleuth! +{STRVAR_1 1, 0} used\nRock Tomb! +The wild {STRVAR_1 1, 0} used\nRock Tomb! +The foe’s {STRVAR_1 1, 0} used\nRock Tomb! +{STRVAR_1 1, 0} used\nSilver Wind! +The wild {STRVAR_1 1, 0} used\nSilver Wind! +The foe’s {STRVAR_1 1, 0} used\nSilver Wind! +{STRVAR_1 1, 0} used\nMetal Sound! +The wild {STRVAR_1 1, 0} used\nMetal Sound! +The foe’s {STRVAR_1 1, 0} used\nMetal Sound! +{STRVAR_1 1, 0} used\nGrassWhistle! +The wild {STRVAR_1 1, 0} used\nGrassWhistle! +The foe’s {STRVAR_1 1, 0} used\nGrassWhistle! +{STRVAR_1 1, 0} used\nTickle! +The wild {STRVAR_1 1, 0} used\nTickle! +The foe’s {STRVAR_1 1, 0} used\nTickle! +{STRVAR_1 1, 0} used\nCosmic Power! +The wild {STRVAR_1 1, 0} used\nCosmic Power! +The foe’s {STRVAR_1 1, 0} used\nCosmic Power! +{STRVAR_1 1, 0} used\nWater Spout! +The wild {STRVAR_1 1, 0} used\nWater Spout! +The foe’s {STRVAR_1 1, 0} used\nWater Spout! +{STRVAR_1 1, 0} used\nSignal Beam! +The wild {STRVAR_1 1, 0} used\nSignal Beam! +The foe’s {STRVAR_1 1, 0} used\nSignal Beam! +{STRVAR_1 1, 0} used\nShadow Punch! +The wild {STRVAR_1 1, 0} used\nShadow Punch! +The foe’s {STRVAR_1 1, 0} used\nShadow Punch! +{STRVAR_1 1, 0} used\nExtrasensory! +The wild {STRVAR_1 1, 0} used\nExtrasensory! +The foe’s {STRVAR_1 1, 0} used\nExtrasensory! +{STRVAR_1 1, 0} used\nSky Uppercut! +The wild {STRVAR_1 1, 0} used\nSky Uppercut! +The foe’s {STRVAR_1 1, 0} used\nSky Uppercut! +{STRVAR_1 1, 0} used\nSand Tomb! +The wild {STRVAR_1 1, 0} used\nSand Tomb! +The foe’s {STRVAR_1 1, 0} used\nSand Tomb! +{STRVAR_1 1, 0} used\nSheer Cold! +The wild {STRVAR_1 1, 0} used\nSheer Cold! +The foe’s {STRVAR_1 1, 0} used\nSheer Cold! +{STRVAR_1 1, 0} used\nMuddy Water! +The wild {STRVAR_1 1, 0} used\nMuddy Water! +The foe’s {STRVAR_1 1, 0} used\nMuddy Water! +{STRVAR_1 1, 0} used\nBullet Seed! +The wild {STRVAR_1 1, 0} used\nBullet Seed! +The foe’s {STRVAR_1 1, 0} used\nBullet Seed! +{STRVAR_1 1, 0} used\nAerial Ace! +The wild {STRVAR_1 1, 0} used\nAerial Ace! +The foe’s {STRVAR_1 1, 0} used\nAerial Ace! +{STRVAR_1 1, 0} used\nIcicle Spear! +The wild {STRVAR_1 1, 0} used\nIcicle Spear! +The foe’s {STRVAR_1 1, 0} used\nIcicle Spear! +{STRVAR_1 1, 0} used\nIron Defense! +The wild {STRVAR_1 1, 0} used\nIron Defense! +The foe’s {STRVAR_1 1, 0} used\nIron Defense! +{STRVAR_1 1, 0} used\nBlock! +The wild {STRVAR_1 1, 0} used\nBlock! +The foe’s {STRVAR_1 1, 0} used\nBlock! +{STRVAR_1 1, 0} used\nHowl! +The wild {STRVAR_1 1, 0} used\nHowl! +The foe’s {STRVAR_1 1, 0} used\nHowl! +{STRVAR_1 1, 0} used\nDragon Claw! +The wild {STRVAR_1 1, 0} used\nDragon Claw! +The foe’s {STRVAR_1 1, 0} used\nDragon Claw! +{STRVAR_1 1, 0} used\nFrenzy Plant! +The wild {STRVAR_1 1, 0} used\nFrenzy Plant! +The foe’s {STRVAR_1 1, 0} used\nFrenzy Plant! +{STRVAR_1 1, 0} used\nBulk Up! +The wild {STRVAR_1 1, 0} used\nBulk Up! +The foe’s {STRVAR_1 1, 0} used\nBulk Up! +{STRVAR_1 1, 0} used\nBounce! +The wild {STRVAR_1 1, 0} used\nBounce! +The foe’s {STRVAR_1 1, 0} used\nBounce! +{STRVAR_1 1, 0} used\nMud Shot! +The wild {STRVAR_1 1, 0} used\nMud Shot! +The foe’s {STRVAR_1 1, 0} used\nMud Shot! +{STRVAR_1 1, 0} used\nPoison Tail! +The wild {STRVAR_1 1, 0} used\nPoison Tail! +The foe’s {STRVAR_1 1, 0} used\nPoison Tail! +{STRVAR_1 1, 0} used\nCovet! +The wild {STRVAR_1 1, 0} used\nCovet! +The foe’s {STRVAR_1 1, 0} used\nCovet! +{STRVAR_1 1, 0} used\nVolt Tackle! +The wild {STRVAR_1 1, 0} used\nVolt Tackle! +The foe’s {STRVAR_1 1, 0} used\nVolt Tackle! +{STRVAR_1 1, 0} used\nMagical Leaf! +The wild {STRVAR_1 1, 0} used\nMagical Leaf! +The foe’s {STRVAR_1 1, 0} used\nMagical Leaf! +{STRVAR_1 1, 0} used\nWater Sport! +The wild {STRVAR_1 1, 0} used\nWater Sport! +The foe’s {STRVAR_1 1, 0} used\nWater Sport! +{STRVAR_1 1, 0} used\nCalm Mind! +The wild {STRVAR_1 1, 0} used\nCalm Mind! +The foe’s {STRVAR_1 1, 0} used\nCalm Mind! +{STRVAR_1 1, 0} used\nLeaf Blade! +The wild {STRVAR_1 1, 0} used\nLeaf Blade! +The foe’s {STRVAR_1 1, 0} used\nLeaf Blade! +{STRVAR_1 1, 0} used\nDragon Dance! +The wild {STRVAR_1 1, 0} used\nDragon Dance! +The foe’s {STRVAR_1 1, 0} used\nDragon Dance! +{STRVAR_1 1, 0} used\nRock Blast! +The wild {STRVAR_1 1, 0} used\nRock Blast! +The foe’s {STRVAR_1 1, 0} used\nRock Blast! +{STRVAR_1 1, 0} used\nShock Wave! +The wild {STRVAR_1 1, 0} used\nShock Wave! +The foe’s {STRVAR_1 1, 0} used\nShock Wave! +{STRVAR_1 1, 0} used\nWater Pulse! +The wild {STRVAR_1 1, 0} used\nWater Pulse! +The foe’s {STRVAR_1 1, 0} used\nWater Pulse! +{STRVAR_1 1, 0} used\nDoom Desire! +The wild {STRVAR_1 1, 0} used\nDoom Desire! +The foe’s {STRVAR_1 1, 0} used\nDoom Desire! +{STRVAR_1 1, 0} used\nPsycho Boost! +The wild {STRVAR_1 1, 0} used\nPsycho Boost! +The foe’s {STRVAR_1 1, 0} used\nPsycho Boost! +{STRVAR_1 1, 0} used\nRoost! +The wild {STRVAR_1 1, 0} used\nRoost! +The foe’s {STRVAR_1 1, 0} used\nRoost! +{STRVAR_1 1, 0} used\nGravity! +The wild {STRVAR_1 1, 0} used\nGravity! +The foe’s {STRVAR_1 1, 0} used\nGravity! +{STRVAR_1 1, 0} used\nMiracle Eye! +The wild {STRVAR_1 1, 0} used\nMiracle Eye! +The foe’s {STRVAR_1 1, 0} used\nMiracle Eye! +{STRVAR_1 1, 0} used\nWake-Up Slap! +The wild {STRVAR_1 1, 0} used\nWake-Up Slap! +The foe’s {STRVAR_1 1, 0} used\nWake-Up Slap! +{STRVAR_1 1, 0} used\nHammer Arm! +The wild {STRVAR_1 1, 0} used\nHammer Arm! +The foe’s {STRVAR_1 1, 0} used\nHammer Arm! +{STRVAR_1 1, 0} used\nGyro Ball! +The wild {STRVAR_1 1, 0} used\nGyro Ball! +The foe’s {STRVAR_1 1, 0} used\nGyro Ball! +{STRVAR_1 1, 0} used\nHealing Wish! +The wild {STRVAR_1 1, 0} used\nHealing Wish! +The foe’s {STRVAR_1 1, 0} used\nHealing Wish! +{STRVAR_1 1, 0} used\nBrine! +The wild {STRVAR_1 1, 0} used\nBrine! +The foe’s {STRVAR_1 1, 0} used\nBrine! +{STRVAR_1 1, 0} used\nNatural Gift! +The wild {STRVAR_1 1, 0} used\nNatural Gift! +The foe’s {STRVAR_1 1, 0} used\nNatural Gift! +{STRVAR_1 1, 0} used\nFeint! +The wild {STRVAR_1 1, 0} used\nFeint! +The foe’s {STRVAR_1 1, 0} used\nFeint! +{STRVAR_1 1, 0} used\nPluck! +The wild {STRVAR_1 1, 0} used\nPluck! +The foe’s {STRVAR_1 1, 0} used\nPluck! +{STRVAR_1 1, 0} used\nTailwind! +The wild {STRVAR_1 1, 0} used\nTailwind! +The foe’s {STRVAR_1 1, 0} used\nTailwind! +{STRVAR_1 1, 0} used\nAcupressure! +The wild {STRVAR_1 1, 0} used\nAcupressure! +The foe’s {STRVAR_1 1, 0} used\nAcupressure! +{STRVAR_1 1, 0} used\nMetal Burst! +The wild {STRVAR_1 1, 0} used\nMetal Burst! +The foe’s {STRVAR_1 1, 0} used\nMetal Burst! +{STRVAR_1 1, 0} used\nU-Turn! +The wild {STRVAR_1 1, 0} used\nU-Turn! +The foe’s {STRVAR_1 1, 0} used\nU-Turn! +{STRVAR_1 1, 0} used\nClose Combat! +The wild {STRVAR_1 1, 0} used\nClose Combat! +The foe’s {STRVAR_1 1, 0} used\nClose Combat! +{STRVAR_1 1, 0} used\nPayback! +The wild {STRVAR_1 1, 0} used\nPayback! +The foe’s {STRVAR_1 1, 0} used\nPayback! +{STRVAR_1 1, 0} used\nAssurance! +The wild {STRVAR_1 1, 0} used\nAssurance! +The foe’s {STRVAR_1 1, 0} used\nAssurance! +{STRVAR_1 1, 0} used\nEmbargo! +The wild {STRVAR_1 1, 0} used\nEmbargo! +The foe’s {STRVAR_1 1, 0} used\nEmbargo! +{STRVAR_1 1, 0} used\nFling! +The wild {STRVAR_1 1, 0} used\nFling! +The foe’s {STRVAR_1 1, 0} used\nFling! +{STRVAR_1 1, 0} used\nPsycho Shift! +The wild {STRVAR_1 1, 0} used\nPsycho Shift! +The foe’s {STRVAR_1 1, 0} used\nPsycho Shift! +{STRVAR_1 1, 0} used\nTrump Card! +The wild {STRVAR_1 1, 0} used\nTrump Card! +The foe’s {STRVAR_1 1, 0} used\nTrump Card! +{STRVAR_1 1, 0} used\nHeal Block! +The wild {STRVAR_1 1, 0} used\nHeal Block! +The foe’s {STRVAR_1 1, 0} used\nHeal Block! +{STRVAR_1 1, 0} used\nWring Out! +The wild {STRVAR_1 1, 0} used\nWring Out! +The foe’s {STRVAR_1 1, 0} used\nWring Out! +{STRVAR_1 1, 0} used\nPower Trick! +The wild {STRVAR_1 1, 0} used\nPower Trick! +The foe’s {STRVAR_1 1, 0} used\nPower Trick! +{STRVAR_1 1, 0} used\nGastro Acid! +The wild {STRVAR_1 1, 0} used\nGastro Acid! +The foe’s {STRVAR_1 1, 0} used\nGastro Acid! +{STRVAR_1 1, 0} used\nLucky Chant! +The wild {STRVAR_1 1, 0} used\nLucky Chant! +The foe’s {STRVAR_1 1, 0} used\nLucky Chant! +{STRVAR_1 1, 0} used\nMe First! +The wild {STRVAR_1 1, 0} used\nMe First! +The foe’s {STRVAR_1 1, 0} used\nMe First! +{STRVAR_1 1, 0} used\nCopycat! +The wild {STRVAR_1 1, 0} used\nCopycat! +The foe’s {STRVAR_1 1, 0} used\nCopycat! +{STRVAR_1 1, 0} used\nPower Swap! +The wild {STRVAR_1 1, 0} used\nPower Swap! +The foe’s {STRVAR_1 1, 0} used\nPower Swap! +{STRVAR_1 1, 0} used\nGuard Swap! +The wild {STRVAR_1 1, 0} used\nGuard Swap! +The foe’s {STRVAR_1 1, 0} used\nGuard Swap! +{STRVAR_1 1, 0} used\nPunishment! +The wild {STRVAR_1 1, 0} used\nPunishment! +The foe’s {STRVAR_1 1, 0} used\nPunishment! +{STRVAR_1 1, 0} used\nLast Resort! +The wild {STRVAR_1 1, 0} used\nLast Resort! +The foe’s {STRVAR_1 1, 0} used\nLast Resort! +{STRVAR_1 1, 0} used\nWorry Seed! +The wild {STRVAR_1 1, 0} used\nWorry Seed! +The foe’s {STRVAR_1 1, 0} used\nWorry Seed! +{STRVAR_1 1, 0} used\nSucker Punch! +The wild {STRVAR_1 1, 0} used\nSucker Punch! +The foe’s {STRVAR_1 1, 0} used\nSucker Punch! +{STRVAR_1 1, 0} used\nToxic Spikes! +The wild {STRVAR_1 1, 0} used\nToxic Spikes! +The foe’s {STRVAR_1 1, 0} used\nToxic Spikes! +{STRVAR_1 1, 0} used\nHeart Swap! +The wild {STRVAR_1 1, 0} used\nHeart Swap! +The foe’s {STRVAR_1 1, 0} used\nHeart Swap! +{STRVAR_1 1, 0} used\nAqua Ring! +The wild {STRVAR_1 1, 0} used\nAqua Ring! +The foe’s {STRVAR_1 1, 0} used\nAqua Ring! +{STRVAR_1 1, 0} used\nMagnet Rise! +The wild {STRVAR_1 1, 0} used\nMagnet Rise! +The foe’s {STRVAR_1 1, 0} used\nMagnet Rise! +{STRVAR_1 1, 0} used\nFlare Blitz! +The wild {STRVAR_1 1, 0} used\nFlare Blitz! +The foe’s {STRVAR_1 1, 0} used\nFlare Blitz! +{STRVAR_1 1, 0} used\nForce Palm! +The wild {STRVAR_1 1, 0} used\nForce Palm! +The foe’s {STRVAR_1 1, 0} used\nForce Palm! +{STRVAR_1 1, 0} used\nAura Sphere! +The wild {STRVAR_1 1, 0} used\nAura Sphere! +The foe’s {STRVAR_1 1, 0} used\nAura Sphere! +{STRVAR_1 1, 0} used\nRock Polish! +The wild {STRVAR_1 1, 0} used\nRock Polish! +The foe’s {STRVAR_1 1, 0} used\nRock Polish! +{STRVAR_1 1, 0} used\nPoison Jab! +The wild {STRVAR_1 1, 0} used\nPoison Jab! +The foe’s {STRVAR_1 1, 0} used\nPoison Jab! +{STRVAR_1 1, 0} used\nDark Pulse! +The wild {STRVAR_1 1, 0} used\nDark Pulse! +The foe’s {STRVAR_1 1, 0} used\nDark Pulse! +{STRVAR_1 1, 0} used\nNight Slash! +The wild {STRVAR_1 1, 0} used\nNight Slash! +The foe’s {STRVAR_1 1, 0} used\nNight Slash! +{STRVAR_1 1, 0} used\nAqua Tail! +The wild {STRVAR_1 1, 0} used\nAqua Tail! +The foe’s {STRVAR_1 1, 0} used\nAqua Tail! +{STRVAR_1 1, 0} used\nSeed Bomb! +The wild {STRVAR_1 1, 0} used\nSeed Bomb! +The foe’s {STRVAR_1 1, 0} used\nSeed Bomb! +{STRVAR_1 1, 0} used\nAir Slash! +The wild {STRVAR_1 1, 0} used\nAir Slash! +The foe’s {STRVAR_1 1, 0} used\nAir Slash! +{STRVAR_1 1, 0} used\nX-Scissor! +The wild {STRVAR_1 1, 0} used\nX-Scissor! +The foe’s {STRVAR_1 1, 0} used\nX-Scissor! +{STRVAR_1 1, 0} used\nBug Buzz! +The wild {STRVAR_1 1, 0} used\nBug Buzz! +The foe’s {STRVAR_1 1, 0} used\nBug Buzz! +{STRVAR_1 1, 0} used\nDragon Pulse! +The wild {STRVAR_1 1, 0} used\nDragon Pulse! +The foe’s {STRVAR_1 1, 0} used\nDragon Pulse! +{STRVAR_1 1, 0} used\nDragon Rush! +The wild {STRVAR_1 1, 0} used\nDragon Rush! +The foe’s {STRVAR_1 1, 0} used\nDragon Rush! +{STRVAR_1 1, 0} used\nPower Gem! +The wild {STRVAR_1 1, 0} used\nPower Gem! +The foe’s {STRVAR_1 1, 0} used\nPower Gem! +{STRVAR_1 1, 0} used\nDrain Punch! +The wild {STRVAR_1 1, 0} used\nDrain Punch! +The foe’s {STRVAR_1 1, 0} used\nDrain Punch! +{STRVAR_1 1, 0} used\nVacuum Wave! +The wild {STRVAR_1 1, 0} used\nVacuum Wave! +The foe’s {STRVAR_1 1, 0} used\nVacuum Wave! +{STRVAR_1 1, 0} used\nFocus Blast! +The wild {STRVAR_1 1, 0} used\nFocus Blast! +The foe’s {STRVAR_1 1, 0} used\nFocus Blast! +{STRVAR_1 1, 0} used\nEnergy Ball! +The wild {STRVAR_1 1, 0} used\nEnergy Ball! +The foe’s {STRVAR_1 1, 0} used\nEnergy Ball! +{STRVAR_1 1, 0} used\nBrave Bird! +The wild {STRVAR_1 1, 0} used\nBrave Bird! +The foe’s {STRVAR_1 1, 0} used\nBrave Bird! +{STRVAR_1 1, 0} used\nEarth Power! +The wild {STRVAR_1 1, 0} used\nEarth Power! +The foe’s {STRVAR_1 1, 0} used\nEarth Power! +{STRVAR_1 1, 0} used\nSwitcheroo! +The wild {STRVAR_1 1, 0} used\nSwitcheroo! +The foe’s {STRVAR_1 1, 0} used\nSwitcheroo! +{STRVAR_1 1, 0} used\nGiga Impact! +The wild {STRVAR_1 1, 0} used\nGiga Impact! +The foe’s {STRVAR_1 1, 0} used\nGiga Impact! +{STRVAR_1 1, 0} used\nNasty Plot! +The wild {STRVAR_1 1, 0} used\nNasty Plot! +The foe’s {STRVAR_1 1, 0} used\nNasty Plot! +{STRVAR_1 1, 0} used\nBullet Punch! +The wild {STRVAR_1 1, 0} used\nBullet Punch! +The foe’s {STRVAR_1 1, 0} used\nBullet Punch! +{STRVAR_1 1, 0} used\nAvalanche! +The wild {STRVAR_1 1, 0} used\nAvalanche! +The foe’s {STRVAR_1 1, 0} used\nAvalanche! +{STRVAR_1 1, 0} used\nIce Shard! +The wild {STRVAR_1 1, 0} used\nIce Shard! +The foe’s {STRVAR_1 1, 0} used\nIce Shard! +{STRVAR_1 1, 0} used\nShadow Claw! +The wild {STRVAR_1 1, 0} used\nShadow Claw! +The foe’s {STRVAR_1 1, 0} used\nShadow Claw! +{STRVAR_1 1, 0} used\nThunder Fang! +The wild {STRVAR_1 1, 0} used\nThunder Fang! +The foe’s {STRVAR_1 1, 0} used\nThunder Fang! +{STRVAR_1 1, 0} used\nIce Fang! +The wild {STRVAR_1 1, 0} used\nIce Fang! +The foe’s {STRVAR_1 1, 0} used\nIce Fang! +{STRVAR_1 1, 0} used\nFire Fang! +The wild {STRVAR_1 1, 0} used\nFire Fang! +The foe’s {STRVAR_1 1, 0} used\nFire Fang! +{STRVAR_1 1, 0} used\nShadow Sneak! +The wild {STRVAR_1 1, 0} used\nShadow Sneak! +The foe’s {STRVAR_1 1, 0} used\nShadow Sneak! +{STRVAR_1 1, 0} used\nMud Bomb! +The wild {STRVAR_1 1, 0} used\nMud Bomb! +The foe’s {STRVAR_1 1, 0} used\nMud Bomb! +{STRVAR_1 1, 0} used\nPsycho Cut! +The wild {STRVAR_1 1, 0} used\nPsycho Cut! +The foe’s {STRVAR_1 1, 0} used\nPsycho Cut! +{STRVAR_1 1, 0} used\nZen Headbutt! +The wild {STRVAR_1 1, 0} used\nZen Headbutt! +The foe’s {STRVAR_1 1, 0} used\nZen Headbutt! +{STRVAR_1 1, 0} used\nMirror Shot! +The wild {STRVAR_1 1, 0} used\nMirror Shot! +The foe’s {STRVAR_1 1, 0} used\nMirror Shot! +{STRVAR_1 1, 0} used\nFlash Cannon! +The wild {STRVAR_1 1, 0} used\nFlash Cannon! +The foe’s {STRVAR_1 1, 0} used\nFlash Cannon! +{STRVAR_1 1, 0} used\nRock Climb! +The wild {STRVAR_1 1, 0} used\nRock Climb! +The foe’s {STRVAR_1 1, 0} used\nRock Climb! +{STRVAR_1 1, 0} used\nDefog! +The wild {STRVAR_1 1, 0} used\nDefog! +The foe’s {STRVAR_1 1, 0} used\nDefog! +{STRVAR_1 1, 0} used\nTrick Room! +The wild {STRVAR_1 1, 0} used\nTrick Room! +The foe’s {STRVAR_1 1, 0} used\nTrick Room! +{STRVAR_1 1, 0} used\nDraco Meteor! +The wild {STRVAR_1 1, 0} used\nDraco Meteor! +The foe’s {STRVAR_1 1, 0} used\nDraco Meteor! +{STRVAR_1 1, 0} used\nDischarge! +The wild {STRVAR_1 1, 0} used\nDischarge! +The foe’s {STRVAR_1 1, 0} used\nDischarge! +{STRVAR_1 1, 0} used\nLava Plume! +The wild {STRVAR_1 1, 0} used\nLava Plume! +The foe’s {STRVAR_1 1, 0} used\nLava Plume! +{STRVAR_1 1, 0} used\nLeaf Storm! +The wild {STRVAR_1 1, 0} used\nLeaf Storm! +The foe’s {STRVAR_1 1, 0} used\nLeaf Storm! +{STRVAR_1 1, 0} used\nPower Whip! +The wild {STRVAR_1 1, 0} used\nPower Whip! +The foe’s {STRVAR_1 1, 0} used\nPower Whip! +{STRVAR_1 1, 0} used\nRock Wrecker! +The wild {STRVAR_1 1, 0} used\nRock Wrecker! +The foe’s {STRVAR_1 1, 0} used\nRock Wrecker! +{STRVAR_1 1, 0} used\nCross Poison! +The wild {STRVAR_1 1, 0} used\nCross Poison! +The foe’s {STRVAR_1 1, 0} used\nCross Poison! +{STRVAR_1 1, 0} used\nGunk Shot! +The wild {STRVAR_1 1, 0} used\nGunk Shot! +The foe’s {STRVAR_1 1, 0} used\nGunk Shot! +{STRVAR_1 1, 0} used\nIron Head! +The wild {STRVAR_1 1, 0} used\nIron Head! +The foe’s {STRVAR_1 1, 0} used\nIron Head! +{STRVAR_1 1, 0} used\nMagnet Bomb! +The wild {STRVAR_1 1, 0} used\nMagnet Bomb! +The foe’s {STRVAR_1 1, 0} used\nMagnet Bomb! +{STRVAR_1 1, 0} used\nStone Edge! +The wild {STRVAR_1 1, 0} used\nStone Edge! +The foe’s {STRVAR_1 1, 0} used\nStone Edge! +{STRVAR_1 1, 0} used\nCaptivate! +The wild {STRVAR_1 1, 0} used\nCaptivate! +The foe’s {STRVAR_1 1, 0} used\nCaptivate! +{STRVAR_1 1, 0} used\nStealth Rock! +The wild {STRVAR_1 1, 0} used\nStealth Rock! +The foe’s {STRVAR_1 1, 0} used\nStealth Rock! +{STRVAR_1 1, 0} used\nGrass Knot! +The wild {STRVAR_1 1, 0} used\nGrass Knot! +The foe’s {STRVAR_1 1, 0} used\nGrass Knot! +{STRVAR_1 1, 0} used\nChatter! +The wild {STRVAR_1 1, 0} used\nChatter! +The foe’s {STRVAR_1 1, 0} used\nChatter! +{STRVAR_1 1, 0} used\nJudgment! +The wild {STRVAR_1 1, 0} used\nJudgment! +The foe’s {STRVAR_1 1, 0} used\nJudgment! +{STRVAR_1 1, 0} used\nBug Bite! +The wild {STRVAR_1 1, 0} used\nBug Bite! +The foe’s {STRVAR_1 1, 0} used\nBug Bite! +{STRVAR_1 1, 0} used\nCharge Beam! +The wild {STRVAR_1 1, 0} used\nCharge Beam! +The foe’s {STRVAR_1 1, 0} used\nCharge Beam! +{STRVAR_1 1, 0} used\nWood Hammer! +The wild {STRVAR_1 1, 0} used\nWood Hammer! +The foe’s {STRVAR_1 1, 0} used\nWood Hammer! +{STRVAR_1 1, 0} used\nAqua Jet! +The wild {STRVAR_1 1, 0} used\nAqua Jet! +The foe’s {STRVAR_1 1, 0} used\nAqua Jet! +{STRVAR_1 1, 0} used\nAttack Order! +The wild {STRVAR_1 1, 0} used\nAttack Order! +The foe’s {STRVAR_1 1, 0} used\nAttack Order! +{STRVAR_1 1, 0} used\nDefend Order! +The wild {STRVAR_1 1, 0} used\nDefend Order! +The foe’s {STRVAR_1 1, 0} used\nDefend Order! +{STRVAR_1 1, 0} used\nHeal Order! +The wild {STRVAR_1 1, 0} used\nHeal Order! +The foe’s {STRVAR_1 1, 0} used\nHeal Order! +{STRVAR_1 1, 0} used\nHead Smash! +The wild {STRVAR_1 1, 0} used\nHead Smash! +The foe’s {STRVAR_1 1, 0} used\nHead Smash! +{STRVAR_1 1, 0} used\nDouble Hit! +The wild {STRVAR_1 1, 0} used\nDouble Hit! +The foe’s {STRVAR_1 1, 0} used\nDouble Hit! +{STRVAR_1 1, 0} used\nRoar of Time! +The wild {STRVAR_1 1, 0} used\nRoar of Time! +The foe’s {STRVAR_1 1, 0} used\nRoar of Time! +{STRVAR_1 1, 0} used\nSpacial Rend! +The wild {STRVAR_1 1, 0} used\nSpacial Rend! +The foe’s {STRVAR_1 1, 0} used\nSpacial Rend! +{STRVAR_1 1, 0} used\nLunar Dance! +The wild {STRVAR_1 1, 0} used\nLunar Dance! +The foe’s {STRVAR_1 1, 0} used\nLunar Dance! +{STRVAR_1 1, 0} used\nCrush Grip! +The wild {STRVAR_1 1, 0} used\nCrush Grip! +The foe’s {STRVAR_1 1, 0} used\nCrush Grip! +{STRVAR_1 1, 0} used\nMagma Storm! +The wild {STRVAR_1 1, 0} used\nMagma Storm! +The foe’s {STRVAR_1 1, 0} used\nMagma Storm! +{STRVAR_1 1, 0} used\nDark Void! +The wild {STRVAR_1 1, 0} used\nDark Void! +The foe’s {STRVAR_1 1, 0} used\nDark Void! +{STRVAR_1 1, 0} used\nSeed Flare! +The wild {STRVAR_1 1, 0} used\nSeed Flare! +The foe’s {STRVAR_1 1, 0} used\nSeed Flare! +{STRVAR_1 1, 0} used\nOminous Wind! +The wild {STRVAR_1 1, 0} used\nOminous Wind! +The foe’s {STRVAR_1 1, 0} used\nOminous Wind! +{STRVAR_1 1, 0} used\nShadow Force! +The wild {STRVAR_1 1, 0} used\nShadow Force! +The foe’s {STRVAR_1 1, 0} used\nShadow Force! diff --git a/files/msgdata/msg/narc_0001.key b/files/msgdata/msg/narc_0001.key deleted file mode 100644 index cc31f744..00000000 --- a/files/msgdata/msg/narc_0001.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0001.txt b/files/msgdata/msg/narc_0001.txt index 2daf3bc8..62156bdb 100644 --- a/files/msgdata/msg/narc_0001.txt +++ b/files/msgdata/msg/narc_0001.txt @@ -1,4 +1,4 @@ -PLAYER: {STRVAR 3, 0} +PLAYER: {STRVAR_1 3, 0} This document certifies that\nyou have made the great\nachievement of meeting all\nthe Pokémon in Sinnoh. This document certifies\nthat you have successfully\ncompleted your\nNational Pokédex. GAME FREAK diff --git a/files/msgdata/msg/narc_0002.key b/files/msgdata/msg/narc_0002.key deleted file mode 100644 index ee6b88d6..00000000 --- a/files/msgdata/msg/narc_0002.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0002.txt b/files/msgdata/msg/narc_0002.txt index 6067d9fa..45066a6c 100644 --- a/files/msgdata/msg/narc_0002.txt +++ b/files/msgdata/msg/narc_0002.txt @@ -7,18 +7,18 @@ HEALERS BATTLE ITEMS POKé BALLS Item used last -{STRVAR 8, 0} -x{STRVAR 52, 0} -{STRVAR 8, 0} -x{STRVAR 52, 0} -{STRVAR 8, 0} -x{STRVAR 52, 0} -{STRVAR 8, 0} -x{STRVAR 52, 0} -{STRVAR 8, 0} -x{STRVAR 52, 0} -{STRVAR 8, 0} -x{STRVAR 52, 0} +{STRVAR_1 8, 0} +x{STRVAR_1 52, 0} +{STRVAR_1 8, 0} +x{STRVAR_1 52, 0} +{STRVAR_1 8, 0} +x{STRVAR_1 52, 0} +{STRVAR_1 8, 0} +x{STRVAR_1 52, 0} +{STRVAR_1 8, 0} +x{STRVAR_1 52, 0} +{STRVAR_1 8, 0} +x{STRVAR_1 52, 0} HP/PP RESTORE @@ -27,23 +27,23 @@ HEALERS POKé BALLS BATTLE ITEMS / -{STRVAR 50, 0} -{STRVAR 50, 0} +{STRVAR_1 50, 0} +{STRVAR_1 50, 0} USE -{STRVAR 8, 0} -x{STRVAR 52, 0} +{STRVAR_1 8, 0} +x{STRVAR_1 52, 0} It won’t do any good to use that! -{STRVAR 1, 0} is getting\npumped! -{STRVAR 1, 0}’s Attack\nrose! -{STRVAR 1, 0}’s Special Attack\nrose! -{STRVAR 1, 0}’s Speed\nrose! -{STRVAR 1, 0}’s Special Defense\nrose! -{STRVAR 1, 0}’s Defense\nrose! -{STRVAR 1, 0}’s accuracy\nrose! -The {STRVAR 8, 0} was used! +{STRVAR_1 1, 0} is getting\npumped! +{STRVAR_1 1, 0}’s Attack\nrose! +{STRVAR_1 1, 0}’s Special Attack\nrose! +{STRVAR_1 1, 0}’s Speed\nrose! +{STRVAR_1 1, 0}’s Special Defense\nrose! +{STRVAR_1 1, 0}’s Defense\nrose! +{STRVAR_1 1, 0}’s accuracy\nrose! +The {STRVAR_1 8, 0} was used! It’s no good! It’s impossible to aim\nwhen there are two Pokémon! There is no room left in the PC! -{STRVAR 6, 1}’s effect prevents\nthe item’s use on {STRVAR 1, 0}! +{STRVAR_1 6, 1}’s effect prevents\nthe item’s use on {STRVAR_1 1, 0}! It’s no good! It’s impossible to aim\nat a Pokémon that’s not in sight! It’s no good! It’s impossible to aim\nat a Pokémon that’s not in sight! diff --git a/files/msgdata/msg/narc_0003.key b/files/msgdata/msg/narc_0003.key deleted file mode 100644 index 8fb8677f..00000000 --- a/files/msgdata/msg/narc_0003.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0003.txt b/files/msgdata/msg/narc_0003.txt index 0efe6322..974f20e4 100644 --- a/files/msgdata/msg/narc_0003.txt +++ b/files/msgdata/msg/narc_0003.txt @@ -1,13 +1,13 @@ -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} Choose a Pokémon. Use on which Pokémon? -{STRVAR 5, 0} -{STRVAR 8, 0} +{STRVAR_1 5, 0} +{STRVAR_1 8, 0} @@ -19,38 +19,38 @@ SHIFT SUMMARY CHECK MOVES No item held -{STRVAR 1, 0} -{STRVAR 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} Lv. -{STRVAR 52, 0} +{STRVAR_1 52, 0} NEXT LV -{STRVAR 55, 0} -{STRVAR 5, 0} +{STRVAR_1 55, 0} +{STRVAR_1 5, 0} HP -{STRVAR 52, 0} -{STRVAR 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} / ATTACK -{STRVAR 52, 0} +{STRVAR_1 52, 0} DEFENSE -{STRVAR 52, 0} +{STRVAR_1 52, 0} SP. ATK -{STRVAR 52, 0} +{STRVAR_1 52, 0} SP. DEF -{STRVAR 52, 0} +{STRVAR_1 52, 0} SPEED -{STRVAR 52, 0} -{STRVAR 6, 0} +{STRVAR_1 52, 0} +{STRVAR_1 6, 0} PP -{STRVAR 51, 0} -{STRVAR 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} / POWER -{STRVAR 52, 0} +{STRVAR_1 52, 0} --- ACCURACY -{STRVAR 52, 0} +{STRVAR_1 52, 0} CATEGORY PHYSICAL STATUS @@ -59,38 +59,38 @@ APPEAL PTS FORGET CANCEL HM moves can’t be\nforgotten now. -{STRVAR 6, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 6, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 6, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 6, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 6, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 1, 0} is already\nin battle! -{STRVAR 1, 0} has no energy\nleft to battle! -{STRVAR 1, 0} can’t be switched\nout! +{STRVAR_1 6, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 6, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 6, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 6, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 6, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 1, 0} is already\nin battle! +{STRVAR_1 1, 0} has no energy\nleft to battle! +{STRVAR_1 1, 0} can’t be switched\nout! An Egg can’t battle! -You can’t switch {STRVAR 3, 0}’s\nPokémon with one of yours! +You can’t switch {STRVAR_1 3, 0}’s\nPokémon with one of yours! It won’t have any effect. -{STRVAR 1, 0}’s HP was restored\nby {STRVAR 52, 1} point(s). -{STRVAR 1, 0} was cured of its\npoisoning. -{STRVAR 1, 0} was cured of\nparalysis. -{STRVAR 1, 0}’s burn was healed. -{STRVAR 1, 0} was thawed out. +{STRVAR_1 1, 0}’s HP was restored\nby {STRVAR_1 52, 1} point(s). +{STRVAR_1 1, 0} was cured of its\npoisoning. +{STRVAR_1 1, 0} was cured of\nparalysis. +{STRVAR_1 1, 0}’s burn was healed. +{STRVAR_1 1, 0} was thawed out. PP was restored. -{STRVAR 1, 0} recovered from\nfainting! -{STRVAR 1, 0} became healthy. -{STRVAR 1, 0} snapped out of its\nconfusion. -{STRVAR 1, 0} got over its\ninfatuation. -{STRVAR 1, 0} woke up. -{STRVAR 1, 0} has already been\nselected. +{STRVAR_1 1, 0} recovered from\nfainting! +{STRVAR_1 1, 0} became healthy. +{STRVAR_1 1, 0} snapped out of its\nconfusion. +{STRVAR_1 1, 0} got over its\ninfatuation. +{STRVAR_1 1, 0} woke up. +{STRVAR_1 1, 0} has already been\nselected. Restore which move? -{STRVAR 6, 1}’s effect prevents\nthe item’s use on {STRVAR 1, 0}! +{STRVAR_1 6, 1}’s effect prevents\nthe item’s use on {STRVAR_1 1, 0}! diff --git a/files/msgdata/msg/narc_0004.key b/files/msgdata/msg/narc_0004.key deleted file mode 100644 index 291452bc..00000000 --- a/files/msgdata/msg/narc_0004.key +++ /dev/null @@ -1 +0,0 @@ -Ov
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0005.key b/files/msgdata/msg/narc_0005.key deleted file mode 100644 index c880950c..00000000 --- a/files/msgdata/msg/narc_0005.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0006.key b/files/msgdata/msg/narc_0006.key deleted file mode 100644 index 02911959..00000000 --- a/files/msgdata/msg/narc_0006.key +++ /dev/null @@ -1 +0,0 @@ -ʭ
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0007.key b/files/msgdata/msg/narc_0007.key deleted file mode 100644 index b410ed7a..00000000 --- a/files/msgdata/msg/narc_0007.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0007.txt b/files/msgdata/msg/narc_0007.txt index 7e63a7ed..d86d4ba9 100644 --- a/files/msgdata/msg/narc_0007.txt +++ b/files/msgdata/msg/narc_0007.txt @@ -35,67 +35,67 @@ DESELECT -{STRVAR 52, 0} +{STRVAR_1 52, 0} x CLOSE BAG -{STRVAR 8, 0} is\nselected. +{STRVAR_1 8, 0} is\nselected. -Move the {STRVAR 8, 0} where? -The {STRVAR 8, 0} can’t be held. +Move the {STRVAR_1 8, 0} where? +The {STRVAR_1 8, 0} can’t be held. -Toss out how many\n{STRVAR 8, 0}(s)? -Threw away {STRVAR 51, 1} {STRVAR 8, 0}. -Is it OK to throw away\n{STRVAR 52, 1} {STRVAR 8, 0}? +Toss out how many\n{STRVAR_1 8, 0}(s)? +Threw away {STRVAR_1 51, 1} {STRVAR_1 8, 0}. +Is it OK to throw away\n{STRVAR_1 52, 1} {STRVAR_1 8, 0}? You can’t dismount your Bike here. -Your Coins: {STRVAR 54, 0} +Your Coins: {STRVAR_1 54, 0} Booted up a TM.{WAIT 3}{WAIT 4}\n Booted up an HM.{WAIT 3}{WAIT 4}\n -It contained\n{STRVAR 6, 0}.\rTeach {STRVAR 6, 0}\nto a Pokémon? -{STRVAR 3, 0} used the\n{STRVAR 8, 1}. +It contained\n{STRVAR_1 6, 0}.\rTeach {STRVAR_1 6, 0}\nto a Pokémon? +{STRVAR_1 3, 0} used the\n{STRVAR_1 8, 1}. Since a Repel’s effects still linger,\nyou can’t use this now. -{STRVAR 3, 0} used the\n{STRVAR 8, 1}.\rWild Pokémon will be lured. -{STRVAR 3, 0} used the\n{STRVAR 8, 1}.\rWild Pokémon will be repelled. +{STRVAR_1 3, 0} used the\n{STRVAR_1 8, 1}.\rWild Pokémon will be lured. +{STRVAR_1 3, 0} used the\n{STRVAR_1 8, 1}.\rWild Pokémon will be repelled. The Box is full. -No.{STRVAR 51, 0}{STRVAR 6, 1} -No.{STRVAR 51, 0}{STRVAR 6, 1} -{STRVAR 51, 0}{STRVAR 6, 1} +No.{STRVAR_1 51, 0}{STRVAR_1 6, 1} +No.{STRVAR_1 51, 0}{STRVAR_1 6, 1} +{STRVAR_1 51, 0}{STRVAR_1 6, 1} -{STRVAR 8, 0}? Oh, no.\nI can’t buy that. -{STRVAR 8, 0}?\nHow many would you like to sell? -I can pay ${STRVAR 55, 0}.\nWould that be OK? -Turned over the {STRVAR 8, 0}\nand received ${STRVAR 55, 1}. +{STRVAR_1 8, 0}? Oh, no.\nI can’t buy that. +{STRVAR_1 8, 0}?\nHow many would you like to sell? +I can pay ${STRVAR_1 55, 0}.\nWould that be OK? +Turned over the {STRVAR_1 8, 0}\nand received ${STRVAR_1 55, 1}. MONEY -${STRVAR 55, 0} -x{STRVAR 51, 0} -${STRVAR 55, 0} +${STRVAR_1 55, 0} +x{STRVAR_1 51, 0} +${STRVAR_1 55, 0} Yes No -x{STRVAR 52, 0} +x{STRVAR_1 52, 0} PP POWER ACCURACY CATEGORY -{STRVAR 51, 0} -{STRVAR 52, 0} -Seals: {STRVAR 53, 0} -Accessories: {STRVAR 52, 0}\nBackdrops: {STRVAR 51, 1} +{STRVAR_1 51, 0} +{STRVAR_1 52, 0} +Seals: {STRVAR_1 53, 0} +Accessories: {STRVAR_1 52, 0}\nBackdrops: {STRVAR_1 51, 1} Close Bag PLANT OPEN -Saved Battle Points\n{STRVAR 53, 0}BP +Saved Battle Points\n{STRVAR_1 53, 0}BP TYPE A Key Item in the Bag can be assigned\nto this button for instant use. @@ -104,9 +104,9 @@ A Key Item in the Bag can be assigned\nto this button for instant use. -The battery has run dry!\nFor it to recharge, you need to walk\fanother {STRVAR 51, 0} steps. +The battery has run dry!\nFor it to recharge, you need to walk\fanother {STRVAR_1 51, 0} steps. The grassy patch remained quiet... No. of Poffins: -{STRVAR 52, 0}/100 +{STRVAR_1 52, 0}/100 Please choose the Berry you want to\ncook from your Bag. It can’t be used when you have\nsomeone with you. diff --git a/files/msgdata/msg/narc_0008.key b/files/msgdata/msg/narc_0008.key deleted file mode 100644 index adfc7dc0..00000000 --- a/files/msgdata/msg/narc_0008.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0009.key b/files/msgdata/msg/narc_0009.key deleted file mode 100644 index 48d861c7..00000000 --- a/files/msgdata/msg/narc_0009.key +++ /dev/null @@ -1 +0,0 @@ -8
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0009.txt b/files/msgdata/msg/narc_0009.txt index 8b61891c..c2baa51e 100644 --- a/files/msgdata/msg/narc_0009.txt +++ b/files/msgdata/msg/narc_0009.txt @@ -1,22 +1,22 @@ Please take your designated position\nand start the battle. Please wait a moment...\nPress the B Button to cancel. -Let’s check out {STRVAR 3, 0}’s\nTrainer Case...\r...It’s a Normal Card! -Let’s check out {STRVAR 3, 0}’s\nTrainer Case...\r...It’s a Bronze Card! -Let’s check out {STRVAR 3, 0}’s\nTrainer Case...\r...It’s a Copper Card! -Let’s check out {STRVAR 3, 0}’s\nTrainer Case...\r...It’s a Silver Card! -Let’s check out {STRVAR 3, 0}’s\nTrainer Case...\r...It’s a Gold Card! -Let’s check out {STRVAR 3, 0}’s\nTrainer Case...\r...It’s a Black Card! +Let’s check out {STRVAR_1 3, 0}’s\nTrainer Case...\r...It’s a Normal Card! +Let’s check out {STRVAR_1 3, 0}’s\nTrainer Case...\r...It’s a Bronze Card! +Let’s check out {STRVAR_1 3, 0}’s\nTrainer Case...\r...It’s a Copper Card! +Let’s check out {STRVAR_1 3, 0}’s\nTrainer Case...\r...It’s a Silver Card! +Let’s check out {STRVAR_1 3, 0}’s\nTrainer Case...\r...It’s a Gold Card! +Let’s check out {STRVAR_1 3, 0}’s\nTrainer Case...\r...It’s a Black Card! Communication will be ended.\nIs that OK? YES NO Ending communication.\nPlease wait. Please choose the Pokémon to be\nentered.\r -Waiting for {STRVAR 3, 0} to choose. +Waiting for {STRVAR_1 3, 0} to choose. The battle has been canceled. Please come again. Please select one of your opponent’s\nPokémon. -Is {STRVAR 0, 1} your choice? +Is {STRVAR_1 0, 1} your choice? Please select the three Pokémon\nthat will participate.\r In a Mix Battle, you and your\nopponent first choose one of each\fother’s Pokémon.\rThen, you exchange the chosen\nPokémon and battle.\r CANCEL diff --git a/files/msgdata/msg/narc_0010.key b/files/msgdata/msg/narc_0010.key deleted file mode 100644 index 0cf5cb97..00000000 --- a/files/msgdata/msg/narc_0010.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0011.key b/files/msgdata/msg/narc_0011.key deleted file mode 100644 index 12d4267d..00000000 --- a/files/msgdata/msg/narc_0011.key +++ /dev/null @@ -1 +0,0 @@ -Ub
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0012.key b/files/msgdata/msg/narc_0012.key deleted file mode 100644 index 3d999b6e..00000000 --- a/files/msgdata/msg/narc_0012.key +++ /dev/null @@ -1 +0,0 @@ -;D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0013.key b/files/msgdata/msg/narc_0013.key deleted file mode 100644 index 8bf9377f..00000000 --- a/files/msgdata/msg/narc_0013.key +++ /dev/null @@ -1 +0,0 @@ -y
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0014.key b/files/msgdata/msg/narc_0014.key deleted file mode 100644 index 887171f2..00000000 --- a/files/msgdata/msg/narc_0014.key +++ /dev/null @@ -1 +0,0 @@ -@
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0014.txt b/files/msgdata/msg/narc_0014.txt index 6dba265f..838c5117 100644 --- a/files/msgdata/msg/narc_0014.txt +++ b/files/msgdata/msg/narc_0014.txt @@ -3,7 +3,7 @@ -{STRVAR 11, 0} +{STRVAR_1 11, 0} BOX 1 BOX 2 BOX 3 diff --git a/files/msgdata/msg/narc_0015.key b/files/msgdata/msg/narc_0015.key deleted file mode 100644 index a1e25c63..00000000 --- a/files/msgdata/msg/narc_0015.key +++ /dev/null @@ -1 +0,0 @@ -)
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0015.txt b/files/msgdata/msg/narc_0015.txt index cadc7f19..2b1f3267 100644 --- a/files/msgdata/msg/narc_0015.txt +++ b/files/msgdata/msg/narc_0015.txt @@ -1,8 +1,8 @@ -{STRVAR 1, 0} is selected. +{STRVAR_1 1, 0} is selected. Mark your Pokémon. Release this Pokémon? -{STRVAR 1, 0} was released. -Bye-bye, {STRVAR 1, 0}! +{STRVAR_1 1, 0} was released. +Bye-bye, {STRVAR_1 1, 0}! Your party’s full! That’s your last Pokémon! What do you want to do? @@ -13,24 +13,24 @@ Exit from the Box? Continue Box operations? The Box is full. The Bag is full. -Took the {STRVAR 8, 0}. -{STRVAR 8, 0} is now being held. +Took the {STRVAR_1 8, 0}. +{STRVAR_1 8, 0} is now being held. You’re holding a Pokémon! Which one will you take? Deposit in which Box? No item ♂ ♀ -Take this {STRVAR 8, 0}? +Take this {STRVAR_1 8, 0}? Mail can’t be taken away. -{STRVAR 8, 0} is selected. -Put away {STRVAR 8, 0}? -Placed {STRVAR 8, 0} in the Bag. +{STRVAR_1 8, 0} is selected. +Put away {STRVAR_1 8, 0}? +Placed {STRVAR_1 8, 0} in the Bag. Give to a Pokémon? Please detach the Ball Capsule. Please remove the Mail. You can’t release an Egg. -{STRVAR 1, 0} came back! +{STRVAR_1 1, 0} came back! Was it worried about you? An Egg can’t hold an item. NATURE diff --git a/files/msgdata/msg/narc_0016.key b/files/msgdata/msg/narc_0016.key deleted file mode 100644 index 2a264c30..00000000 --- a/files/msgdata/msg/narc_0016.key +++ /dev/null @@ -1 +0,0 @@ -g
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0017.key b/files/msgdata/msg/narc_0017.key deleted file mode 100644 index 0c5dbadb..00000000 --- a/files/msgdata/msg/narc_0017.key +++ /dev/null @@ -1 +0,0 @@ -0
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0017.txt b/files/msgdata/msg/narc_0017.txt index 8b242b37..4c4c0f70 100644 --- a/files/msgdata/msg/narc_0017.txt +++ b/files/msgdata/msg/narc_0017.txt @@ -11,14 +11,14 @@ Wi-Fi Battle Room Results {COLOR 1}CURRENT{COLOR 0} {COLOR 1}RECORD{COLOR 0} {COLOR 1}RANK{COLOR 0} -Win streak: {COLOR 2}{STRVAR 53, 0}{COLOR 0} -{STRVAR 51, 0} -Rank {STRVAR 51, 0}, Battle Room {STRVAR 52, 1} +Win streak: {COLOR 2}{STRVAR_1 53, 0}{COLOR 0} +{STRVAR_1 51, 0} +Rank {STRVAR_1 51, 0}, Battle Room {STRVAR_1 52, 1} LIST OF LEADERS -{STRVAR 3, 0} +{STRVAR_1 3, 0} CANCEL -{STRVAR 36, 0}\n{STRVAR 37, 1} -{STRVAR 36, 0} +{STRVAR_1 36, 0}\n{STRVAR_1 37, 1} +{STRVAR_1 36, 0} Home country\nunregistered DIAMOND PEARL diff --git a/files/msgdata/msg/narc_0018.key b/files/msgdata/msg/narc_0018.key deleted file mode 100644 index ca2b8995..00000000 --- a/files/msgdata/msg/narc_0018.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0018.txt b/files/msgdata/msg/narc_0018.txt index 908af7b7..574dfd45 100644 --- a/files/msgdata/msg/narc_0018.txt +++ b/files/msgdata/msg/narc_0018.txt @@ -1,13 +1,13 @@ -Dawn: Hi, {STRVAR 3, 1}!\nAre you catching Pokémon?\r -Wow! You’ve already got {STRVAR 50, 0} Pokémon\nwith you!\rAt that pace, your Pokédex should\nbe full in no time at all!\r +Dawn: Hi, {STRVAR_1 3, 1}!\nAre you catching Pokémon?\r +Wow! You’ve already got {STRVAR_1 50, 0} Pokémon\nwith you!\rAt that pace, your Pokédex should\nbe full in no time at all!\r ...Um...\rI think you’d feel a lot safer if you\nwere to catch some more.\r -In Jubilife City, there’s the Trainers’\nSchool, which... Well, you know.\r{STRVAR 3, 0}, you should visit it.\nYou’ll get some tips on Pokémon.\rOh yes, {STRVAR 3, 1} went to the\nTrainers’ School earlier.\rOK, bye now!\r -Lucas: Hey, {STRVAR 3, 1}!\nHow many Pokémon have you caught?\r -Whoa! You already have {STRVAR 50, 0} Pokémon\nwith you!\r +In Jubilife City, there’s the Trainers’\nSchool, which... Well, you know.\r{STRVAR_1 3, 0}, you should visit it.\nYou’ll get some tips on Pokémon.\rOh yes, {STRVAR_1 3, 1} went to the\nTrainers’ School earlier.\rOK, bye now!\r +Lucas: Hey, {STRVAR_1 3, 1}!\nHow many Pokémon have you caught?\r +Whoa! You already have {STRVAR_1 50, 0} Pokémon\nwith you!\r Huh?\nI think you should catch some more.\rIt might be more of a challenge\nraising a lot of Pokémon...\rBut it’s worth it. The more Pokémon\nyou have, the happier you’ll be.\r -In Jubilife City, there’s the Trainers’\nSchool. Check it out, {STRVAR 3, 0}.\rOh yeah, {STRVAR 3, 1} went to the\nTrainers’ School earlier.\rOK, see you around!\nWork hard on your Pokédex!\r +In Jubilife City, there’s the Trainers’\nSchool. Check it out, {STRVAR_1 3, 0}.\rOh yeah, {STRVAR_1 3, 1} went to the\nTrainers’ School earlier.\rOK, see you around!\nWork hard on your Pokédex!\r Jubilife City’s built on land they\ncarved out of a mountain.\rThe people and Pokémon of\nOreburgh City helped out with\fthat undertaking. Hello! Let me ask you, have you paid\na visit to the TV station?\rIf you’ve never been, you owe it to\nyourself to make the trip.\rAnd, if you’ve been there before,\nit never hurts to visit again.\rAfter all, you can be a star!\nOr at least dream of being one! Jubilife City is the love of my life.\nWords can’t do it justice.\r @@ -23,7 +23,7 @@ Oh, oh, oh?\rYou call yourself a Pokémon Trainer?\nAnd yet you have no Pokétch You see, I invented, and now\nmanufacture, Pokétches.\rNot only that, I’m now conducting\nthe Pokétch promotional campaign!\rAll you have to do is find three\nclowns in Jubilife City.\rIf you can find them...\nI will gift you with a Pokétch! The three clowns will each ask you\na skill-testing question.\rThe questions will all have to do\nwith Pokémon.\rAfter all, a Pokétch is a tool for\nPokémon Trainers.\rCollect a Coupon from each clown,\nthen come see me, OK? OK, let me count your Coupons!\nI’ll use the Pokétch here...\rOne, two, three!\nBravo! I say, bravo!\rIn return for these Coupons,\nI present you this Pokémon Watch,\for Pokétch for short!\r -{STRVAR 3, 0} received a {COLOR 1}Pokétch{COLOR 0}!{YESNO 1} +{STRVAR_1 3, 0} received a {COLOR 1}Pokétch{COLOR 0}!{YESNO 1} You can add apps to your Pokétch\nto make it even more versatile!\rTouch the Pokétch screen and please\ndo try it out!\r Hi! I’m a Pokétch campaign clown!\nLet’s roll out my question!\rDoes a Pokémon grow by defeating\nothers and gaining Exp. Points? Ding-ding!\nYou’re absolutely correct!\r @@ -44,17 +44,17 @@ A Pokémon may hold a single item.\rSome items become effective as soon\nas they Here you go!\nYour Pokétch Coupon!\r Hi, there. You should stick around.\nWe’re doing a Pokétch campaign soon.\rBefore it starts, I think you should\nbrush up at the Trainers’ School. A Pokémon may hold a single item.\rSome items become effective as soon\nas they are held by Pokémon.\rBerries are eaten by Pokémon as\nnecessary during battle. -Rowan: Ah, {STRVAR 3, 0}.\nImpeccable timing as always.\rThese miscreants are babbling utter\nnonsense that I just can’t stomach.\rShow them some manners, if you will.\r +Rowan: Ah, {STRVAR_1 3, 0}.\nImpeccable timing as always.\rThese miscreants are babbling utter\nnonsense that I just can’t stomach.\rShow them some manners, if you will.\r Mystery man: Oh, Professor Pokémon,\nmust you be so difficult?\rWe are approaching you strictly\nas businessmen.\rAll you must do is provide us with\nall your research findings.\rIn return, we’ll refrain from causing\nmassive damage to your assistant.\r -Dawn: {STRVAR 3, 1}!\rLet’s battle together and teach\nthese horrible men a lesson!\r -Lucas: {STRVAR 3, 1}!\nJoin me and battle these guys!\r +Dawn: {STRVAR_1 3, 1}!\rLet’s battle together and teach\nthese horrible men a lesson!\r +Lucas: {STRVAR_1 3, 1}!\nJoin me and battle these guys!\r Grunt: You leave us no option.\nWe will retreat for now.\rBecause Team Galactic is benevolent\nto all, we shall leave.\r -Rowan: That lot...\nThey called themselves Team Galactic.\rWhen Pokémon evolve, they seem to\nrelease some type of energy...\rHowever, I believe that it’s a mystic\npower far beyond our control.\rBut Team Galactic seems to be trying\nto use that power for something...\rAnyway, {STRVAR 3, 0}, well done!\nYou battle quite capably.\rThe sight of you Trainers and Pokémon\nbattling together...\rI made the right decision in\nentrusting you with a Pokédex!\r +Rowan: That lot...\nThey called themselves Team Galactic.\rWhen Pokémon evolve, they seem to\nrelease some type of energy...\rHowever, I believe that it’s a mystic\npower far beyond our control.\rBut Team Galactic seems to be trying\nto use that power for something...\rAnyway, {STRVAR_1 3, 0}, well done!\nYou battle quite capably.\rThe sight of you Trainers and Pokémon\nbattling together...\rI made the right decision in\nentrusting you with a Pokédex!\r -Dawn: {STRVAR 3, 1}, did you know?\rThe professor studies the evolution\nof Pokémon, too.\rAccording to his research, 90% of\nall Pokémon are somehow tied\fto evolution!\rI guess that means some Pokémon\nmust undergo startling evolutions.\rSo, {STRVAR 3, 1}...\nLet’s keep working on our Pokédex\fproject for the professor!\r -Lucas: {STRVAR 3, 1}, did you know\nabout this?\rThe professor studies about the\nevolution of Pokémon, too.\rAccording to his research, 90% of\nall Pokémon are somehow tied\fto evolution!\rI guess that means some Pokémon\nmust undergo weird evolutions.\rSo, {STRVAR 3, 1}...\nLet’s keep working on our Pokédex\fproject for the prof!\r +Dawn: {STRVAR_1 3, 1}, did you know?\rThe professor studies the evolution\nof Pokémon, too.\rAccording to his research, 90% of\nall Pokémon are somehow tied\fto evolution!\rI guess that means some Pokémon\nmust undergo startling evolutions.\rSo, {STRVAR_1 3, 1}...\nLet’s keep working on our Pokédex\fproject for the professor!\r +Lucas: {STRVAR_1 3, 1}, did you know\nabout this?\rThe professor studies about the\nevolution of Pokémon, too.\rAccording to his research, 90% of\nall Pokémon are somehow tied\fto evolution!\rI guess that means some Pokémon\nmust undergo weird evolutions.\rSo, {STRVAR_1 3, 1}...\nLet’s keep working on our Pokédex\fproject for the prof!\r Oh, that was very good!\nNicely done! Truly excellent!\rOh, I beg your pardon, I’m from\nJubilife TV!\rI’d like you to have something for\nletting me see that smashing battle!\r Contained within that Fashion Case...\rYou will find a whole spectrum of chic\nAccessories and tasteful Backdrops!\rDress up your Pokémon and watch\ntheir appeal grow!\rAnd, right now the TV station is\noffering its facilities so visitors\fcan dress up their Pokémon!\rThere are also prize giveaways, too!\nPlease do visit our TV station!\r The way you look...\nYou’re obviously a Trainer!\rCan you tell me what type of Pokémon\nyou like? diff --git a/files/msgdata/msg/narc_0019.key b/files/msgdata/msg/narc_0019.key deleted file mode 100644 index 47bd2718..00000000 --- a/files/msgdata/msg/narc_0019.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0020.key b/files/msgdata/msg/narc_0020.key deleted file mode 100644 index 75431be1..00000000 --- a/files/msgdata/msg/narc_0020.key +++ /dev/null @@ -1 +0,0 @@ -n
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0021.key b/files/msgdata/msg/narc_0021.key deleted file mode 100644 index 7dc8a938..00000000 --- a/files/msgdata/msg/narc_0021.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0022.key b/files/msgdata/msg/narc_0022.key deleted file mode 100644 index cb8ee4ad..00000000 --- a/files/msgdata/msg/narc_0022.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0023.key b/files/msgdata/msg/narc_0023.key deleted file mode 100644 index 2dc911a2..00000000 --- a/files/msgdata/msg/narc_0023.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0024.key b/files/msgdata/msg/narc_0024.key deleted file mode 100644 index 159e0d60..00000000 --- a/files/msgdata/msg/narc_0024.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0025.key b/files/msgdata/msg/narc_0025.key deleted file mode 100644 index bc49bb60..00000000 --- a/files/msgdata/msg/narc_0025.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0025.txt b/files/msgdata/msg/narc_0025.txt index 4a65a1d4..fe045bc1 100644 --- a/files/msgdata/msg/narc_0025.txt +++ b/files/msgdata/msg/narc_0025.txt @@ -6,9 +6,9 @@ This is the Pokémon Lottery Corner.\rIf your drawn number matches the\nID No. o You’ve already drawn a Loto Ticket\ntoday. Please come back tomorrow. Oh. I see.\nPlease do visit us again. Please draw a Loto Ticket.\r...\r -Your Loto Ticket number is {STRVAR 54, 0}.\rNow, let’s see if it matches the\nID No. of any of your Pokémon.\r -Congratulations!\rThe ID No. of your team’s\n{STRVAR 1, 0} matches your Loto\fTicket number!\r -Congratulations!\rThe ID No. of your PC-boxed\n{STRVAR 1, 0} matches your Loto\fTicket number!\r +Your Loto Ticket number is {STRVAR_1 54, 0}.\rNow, let’s see if it matches the\nID No. of any of your Pokémon.\r +Congratulations!\rThe ID No. of your team’s\n{STRVAR_1 1, 0} matches your Loto\fTicket number!\r +Congratulations!\rThe ID No. of your PC-boxed\n{STRVAR_1 1, 0} matches your Loto\fTicket number!\r I’m sorry.\nYou didn’t get a match... The last digit matched, so you\nwin the fourth prize!\r You gained a new Backdrop for use\nin Fitting Rooms. @@ -17,7 +17,7 @@ The last three digits matched, so you\nwin the second prize!\r The last four digits matched, so you\nwin the first prize!\r Oh, my goodness, all five digits\nmatched!\rYou’ve won the jackpot prize!\nThis is just so incredible!\r...Oh, I’m sorry! Your prize!\nI got carried away there.\rHere you go!\r ...Oh?\nYou seem to have no room for this.\rPlease make room in your Bag and\nthen let me know. -{STRVAR 3, 0}?\nYes, I’ve been expecting you.\rThis is the prize we’ve been holding\nfor you. Here you go! +{STRVAR_1 3, 0}?\nYes, I’ve been expecting you.\rThis is the prize we’ve been holding\nfor you. Here you go! Please do visit again. They keep records of things like\nhow many battles you’ve won in a row,\for how many Pokémon you’ve caught.\rYou can check everyone’s records\nup on the third floor. I’m going to get commercials shown\non TV.\rThey’ll attract more customers to\nthe department store. diff --git a/files/msgdata/msg/narc_0026.key b/files/msgdata/msg/narc_0026.key deleted file mode 100644 index 600632e7..00000000 --- a/files/msgdata/msg/narc_0026.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0026.txt b/files/msgdata/msg/narc_0026.txt index cc147fac..8d9e4583 100644 --- a/files/msgdata/msg/narc_0026.txt +++ b/files/msgdata/msg/narc_0026.txt @@ -1,3 +1,3 @@ I don’t know what to do.\rWhat Accessories will go well with\nmy dress today? The star of tomorrow is... You!\nYour Pokémon has a glow about it!\rSo, a gift for our future star!\r -That’s a {STRVAR 31, 0}!\rI hope you get into collecting\nAccessories for your Pokémon! +That’s a {STRVAR_1 31, 0}!\rI hope you get into collecting\nAccessories for your Pokémon! diff --git a/files/msgdata/msg/narc_0027.key b/files/msgdata/msg/narc_0027.key deleted file mode 100644 index 1eb7b8ea..00000000 --- a/files/msgdata/msg/narc_0027.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0028.key b/files/msgdata/msg/narc_0028.key deleted file mode 100644 index 2dc911a2..00000000 --- a/files/msgdata/msg/narc_0028.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0029.key b/files/msgdata/msg/narc_0029.key deleted file mode 100644 index 159e0d60..00000000 --- a/files/msgdata/msg/narc_0029.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0029.txt b/files/msgdata/msg/narc_0029.txt index 8fabee4b..9fa5ca6d 100644 --- a/files/msgdata/msg/narc_0029.txt +++ b/files/msgdata/msg/narc_0029.txt @@ -6,7 +6,7 @@ Ooh, choose which Pokémon you want\nto dress up. Teheheh...\nI hope you will dress it up adorably!\r You have a Fashion Case, don’t you?\nAh, oui, wonderful!\rJust choose the Accessories and put\nthem on your Pokémon.\rWhen you’re done, I will snap a photo\nand put it up beside me!\rIf you mix your records with others,\nyou can get their photos, too!\rI think it will be much easier if \nyou will just try! Ooh, nice work!\nLet’s display the photo right away!\fOh, but it needs to have a title! -{STRVAR 28, 0}...\rOoh, yes, yes! I get it now!\nYour aesthetics shine through! +{STRVAR_1 28, 0}...\rOoh, yes, yes! I get it now!\nYour aesthetics shine through! Oh, non, non, non!\nIt will be forlorn without a title. Oh... You came out without doing\nanything... How disappointing. If you dress up any Pokémon again,\nthe photo here will be changed.\rWould you like to dress up\na Pokémon, dearie? diff --git a/files/msgdata/msg/narc_0030.key b/files/msgdata/msg/narc_0030.key deleted file mode 100644 index 283ee90b..00000000 --- a/files/msgdata/msg/narc_0030.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0031.key b/files/msgdata/msg/narc_0031.key deleted file mode 100644 index cb8ee4ad..00000000 --- a/files/msgdata/msg/narc_0031.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0032.key b/files/msgdata/msg/narc_0032.key deleted file mode 100644 index 0066daaa..00000000 --- a/files/msgdata/msg/narc_0032.key +++ /dev/null @@ -1 +0,0 @@ -?D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0033.key b/files/msgdata/msg/narc_0033.key deleted file mode 100644 index 17bbf7c8..00000000 --- a/files/msgdata/msg/narc_0033.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0034.key b/files/msgdata/msg/narc_0034.key deleted file mode 100644 index 34117221..00000000 --- a/files/msgdata/msg/narc_0034.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0035.key b/files/msgdata/msg/narc_0035.key deleted file mode 100644 index 1e662dd8..00000000 --- a/files/msgdata/msg/narc_0035.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0036.key b/files/msgdata/msg/narc_0036.key deleted file mode 100644 index c1e1641d..00000000 --- a/files/msgdata/msg/narc_0036.key +++ /dev/null @@ -1 +0,0 @@ -+D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0037.key b/files/msgdata/msg/narc_0037.key deleted file mode 100644 index 5b260e4d..00000000 --- a/files/msgdata/msg/narc_0037.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0037.txt b/files/msgdata/msg/narc_0037.txt index aed5b3a8..566a5503 100644 --- a/files/msgdata/msg/narc_0037.txt +++ b/files/msgdata/msg/narc_0037.txt @@ -1,5 +1,5 @@ Isn’t my Pokétch quite fetching?\rA Trainer would be simply lost without\na Pokétch, after all. PIKACHU: Piika pi! PACHIRISU: Pachipachii? -Oh, your Pokémon is quite adorable!\rHere, try making it hold this\n{STRVAR 8, 0}.\r +Oh, your Pokémon is quite adorable!\rHere, try making it hold this\n{STRVAR_1 8, 0}.\r A Pokémon holding that Quick Claw can\nsometimes attack first, even if it\fis normally a little bit slow.\rThere are other items that are only\nuseful when given to a Pokémon.\rTry finding other items that you can\nmake your Pokémon hold.\r...I sound like I’m a teacher or\nsomething. diff --git a/files/msgdata/msg/narc_0038.key b/files/msgdata/msg/narc_0038.key deleted file mode 100644 index deaa4d1b..00000000 --- a/files/msgdata/msg/narc_0038.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0039.key b/files/msgdata/msg/narc_0039.key deleted file mode 100644 index 0d00bf2e..00000000 --- a/files/msgdata/msg/narc_0039.key +++ /dev/null @@ -1 +0,0 @@ -*
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0040.key b/files/msgdata/msg/narc_0040.key deleted file mode 100644 index 0cc3b26e..00000000 --- a/files/msgdata/msg/narc_0040.key +++ /dev/null @@ -1 +0,0 @@ -6
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0040.txt b/files/msgdata/msg/narc_0040.txt index f6a28889..093d8582 100644 --- a/files/msgdata/msg/narc_0040.txt +++ b/files/msgdata/msg/narc_0040.txt @@ -1,2 +1,2 @@ -You managed to come out here?\nThat takes focus!\rFor someone like you, this\n{STRVAR 8, 0} might be perfect.\rLet a Pokémon hold it, yah?\r +You managed to come out here?\nThat takes focus!\rFor someone like you, this\n{STRVAR_1 8, 0} might be perfect.\rLet a Pokémon hold it, yah?\r There are items that are useful only\nwhen they’re held by Pokémon.\rTry finding other items like that\nand spice up your adventure! diff --git a/files/msgdata/msg/narc_0041.key b/files/msgdata/msg/narc_0041.key deleted file mode 100644 index 8b84b29b..00000000 --- a/files/msgdata/msg/narc_0041.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0042.key b/files/msgdata/msg/narc_0042.key deleted file mode 100644 index 904aa74f..00000000 --- a/files/msgdata/msg/narc_0042.key +++ /dev/null @@ -1 +0,0 @@ -3D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0042.txt b/files/msgdata/msg/narc_0042.txt index 03955760..b15040c3 100644 --- a/files/msgdata/msg/narc_0042.txt +++ b/files/msgdata/msg/narc_0042.txt @@ -1,7 +1,7 @@ -{STRVAR 3, 1}: Hey, {STRVAR 3, 0}!\nDid you come to study, too?\rI went ahead and memorized everything\nthat was up on the blackboard.\rAfter all, it’s the Trainer’s job to\navoid having their precious Pokémon\fhurt in battle, right?\rSo, {STRVAR 3, 0}, what brings you?\nHuh?\fYou’ve got something for me?\r -{STRVAR 3, 0} delivered the Parcel. -{STRVAR 3, 1}: So, what is this...?\rScore!\nIt’s a Town Map!\rHuh?!\nWhy are there two in here?\rI like it a lot, but I don’t need two.\nHere, {STRVAR 3, 0}, you take one!\r -{STRVAR 3, 1}: Hmm...\rWell, according to the Town Map,\nI guess Oreburgh City is where\fI should be going next.\rThere’s a Gym, so it’d be perfect for\nraising the Pokémon I just caught.\rWell, I’m on the road to becoming\nthe greatest Trainer of all time!\rSee you around!\r +{STRVAR_1 3, 1}: Hey, {STRVAR_1 3, 0}!\nDid you come to study, too?\rI went ahead and memorized everything\nthat was up on the blackboard.\rAfter all, it’s the Trainer’s job to\navoid having their precious Pokémon\fhurt in battle, right?\rSo, {STRVAR_1 3, 0}, what brings you?\nHuh?\fYou’ve got something for me?\r +{STRVAR_1 3, 0} delivered the Parcel. +{STRVAR_1 3, 1}: So, what is this...?\rScore!\nIt’s a Town Map!\rHuh?!\nWhy are there two in here?\rI like it a lot, but I don’t need two.\nHere, {STRVAR_1 3, 0}, you take one!\r +{STRVAR_1 3, 1}: Hmm...\rWell, according to the Town Map,\nI guess Oreburgh City is where\fI should be going next.\rThere’s a Gym, so it’d be perfect for\nraising the Pokémon I just caught.\rWell, I’m on the road to becoming\nthe greatest Trainer of all time!\rSee you around!\r You just became a Trainer, did you?\rYou should look up topics that you’re\nnot familiar with. We learned about Pokémon types\ntoday. Umm...\rGrass is weak to Fire,\nFire is weak to Water, and\fWater is weak to Grass!\rI think that’s how it goes! diff --git a/files/msgdata/msg/narc_0043.key b/files/msgdata/msg/narc_0043.key deleted file mode 100644 index b87b286a..00000000 --- a/files/msgdata/msg/narc_0043.key +++ /dev/null @@ -1 +0,0 @@ -KD
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0044.key b/files/msgdata/msg/narc_0044.key deleted file mode 100644 index abe5abd2..00000000 --- a/files/msgdata/msg/narc_0044.key +++ /dev/null @@ -1 +0,0 @@ -GD
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0045.key b/files/msgdata/msg/narc_0045.key deleted file mode 100644 index ad80629c..00000000 --- a/files/msgdata/msg/narc_0045.key +++ /dev/null @@ -1 +0,0 @@ -B
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0046.key b/files/msgdata/msg/narc_0046.key deleted file mode 100644 index 3359fc9f..00000000 --- a/files/msgdata/msg/narc_0046.key +++ /dev/null @@ -1 +0,0 @@ -L
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0047.key b/files/msgdata/msg/narc_0047.key deleted file mode 100644 index 6e63ecaf..00000000 --- a/files/msgdata/msg/narc_0047.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0047.txt b/files/msgdata/msg/narc_0047.txt index d274edc4..cf0af825 100644 --- a/files/msgdata/msg/narc_0047.txt +++ b/files/msgdata/msg/narc_0047.txt @@ -1,11 +1,11 @@ -{STRVAR 3, 0}: Whoops!\nHey, {STRVAR 3, 1}!\rYou’re going to challenge the Gym\nLeader up past here, eh?\rSomeone should check to see if you’re\nready for this challenge!\rThat someone is me!\nWith my brand-new Gym Badge!\r -{STRVAR 3, 0}: Yeah, yeah, you’re just\na bit better than me, as usual.\rBut listen up!\rLet me tell you who’s going to take\non the Pokémon League and become\fthe Champion.\rYou guessed right!\nIt’s going to be me!\rAnyways, you should be able to\ntake the Gym Leader here.\rHurry up and go make the challenge!\r -{STRVAR 3, 0}: Hey! That’s the Mine\nBadge! Good going!\rYou’re tough enough to consider\nbecoming the Pokémon Champ.\rOf course, I’m tougher, so it’s\nnot going to actually happen.\rAnyways, {STRVAR 3, 1}, come with\nme to the library.\r +{STRVAR_1 3, 0}: Whoops!\nHey, {STRVAR_1 3, 1}!\rYou’re going to challenge the Gym\nLeader up past here, eh?\rSomeone should check to see if you’re\nready for this challenge!\rThat someone is me!\nWith my brand-new Gym Badge!\r +{STRVAR_1 3, 0}: Yeah, yeah, you’re just\na bit better than me, as usual.\rBut listen up!\rLet me tell you who’s going to take\non the Pokémon League and become\fthe Champion.\rYou guessed right!\nIt’s going to be me!\rAnyways, you should be able to\ntake the Gym Leader here.\rHurry up and go make the challenge!\r +{STRVAR_1 3, 0}: Hey! That’s the Mine\nBadge! Good going!\rYou’re tough enough to consider\nbecoming the Pokémon Champ.\rOf course, I’m tougher, so it’s\nnot going to actually happen.\rAnyways, {STRVAR_1 3, 1}, come with\nme to the library.\r Rowan: !\r...That tremor...\nThat wasn’t a natural occurrence.\r Hey, hey! Old dude and kids!\nSomething big just happened!\rThey’re saying there was a huge\nexplosion at Lake Valor!\r{SIZE 200}Ka-boom!!{SIZE 100}\r{SIZE 200}{SIZE 100}Like that!\r -{STRVAR 3, 0}: Gramps!\rI’m going to the lake!\nI have a bad feeling about this!\r -Rowan: !\r...That {STRVAR 3, 0}...\nCan’t sit still...\r{STRVAR 3, 1}, I’m worried about\nLake Valor.\rBut I have no idea what is taking\nplace. You must find out!\rBut before you go, let me stress:\ndon’t get in over your head.\rWe will try to join you as soon as\nwe inspect Lake Verity.\r -Dawn: ...{STRVAR 3, 0}, you’ll be OK,\nwon’t you? +{STRVAR_1 3, 0}: Gramps!\rI’m going to the lake!\nI have a bad feeling about this!\r +Rowan: !\r...That {STRVAR_1 3, 0}...\nCan’t sit still...\r{STRVAR_1 3, 1}, I’m worried about\nLake Valor.\rBut I have no idea what is taking\nplace. You must find out!\rBut before you go, let me stress:\ndon’t get in over your head.\rWe will try to join you as soon as\nwe inspect Lake Verity.\r +Dawn: ...{STRVAR_1 3, 0}, you’ll be OK,\nwon’t you? Lucas: Lake Valor...\nI wonder what happened? Dawn: We’re going off to Lake Verity\nfirst...\rDon’t do anything rash if something\ndoes happen. Lucas: We’re going to investigate\nLake Verity before we join you.\rDon’t try to be a hero if anything\ncrazy happens. diff --git a/files/msgdata/msg/narc_0048.key b/files/msgdata/msg/narc_0048.key deleted file mode 100644 index 29de47ae..00000000 --- a/files/msgdata/msg/narc_0048.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0049.key b/files/msgdata/msg/narc_0049.key deleted file mode 100644 index 245232f2..00000000 --- a/files/msgdata/msg/narc_0049.key +++ /dev/null @@ -1 +0,0 @@ -n
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0049.txt b/files/msgdata/msg/narc_0049.txt index 2a8d40aa..ab9ab151 100644 --- a/files/msgdata/msg/narc_0049.txt +++ b/files/msgdata/msg/narc_0049.txt @@ -1,10 +1,10 @@ Ah!\nThat’s Oreburgh’s Gym Badge!\rI see, I see!\nYou’ve defeated my son.\rBut that’s no surprise.\nHe still has much to learn.\rIn place of my son Roark, I, Byron,\nwill take your challenge!\r You were strong enough to take down\nmy prized team of Pokémon.\rIn recognition of that power,\nI give you this: the Mine Badge!\r -{STRVAR 3, 0} received\nthe Mine Badge from Byron! +{STRVAR_1 3, 0} received\nthe Mine Badge from Byron! Having the Mine Badge enables you to\nuse the hidden move Strength anytime\foutside of battle.\rAnd you now have six Gym Badges.\rThat means all Pokémon up to Lv. 70\nwill obey you without question.\rHere!\nTake this, too!\r -That {STRVAR 8, 0} contains the move\n{STRVAR 6, 1}.\rIf it hits, it may also lower the\ntarget’s Special Defense. -Gwahahahaha!\nThe Sinnoh region is vast!\rTough Trainers like you and\n{STRVAR 3, 1} crop up constantly\fto challenge the old guard!\rWith more young Trainers like my son\nand you two taking charge, the\ffuture of Pokémon is bright!\rBut I’m not stepping aside just yet!\rI merely need to rededicate myself\nto training on Iron Island. +That {STRVAR_1 8, 0} contains the move\n{STRVAR_1 6, 1}.\rIf it hits, it may also lower the\ntarget’s Special Defense. +Gwahahahaha!\nThe Sinnoh region is vast!\rTough Trainers like you and\n{STRVAR_1 3, 1} crop up constantly\fto challenge the old guard!\rWith more young Trainers like my son\nand you two taking charge, the\ffuture of Pokémon is bright!\rBut I’m not stepping aside just yet!\rI merely need to rededicate myself\nto training on Iron Island. Hey, there!\nChamp-to-be!\rThe Gym Leader here uses Steel-type\nPokémon.\rSteel-type Pokémon have high Defense,\nso you’d have to hit them hard! -Oh! {STRVAR 3, 0}!\nYou’ve beaten the Gym Leader!\rGood going!\nThat makes it six Gym Badges!\rI tell you what, you’re really turning\ninto one fine Trainer.\rIf you were to say you’re going to\ntry to become the Pokémon Champ...\rNo one’d laugh at you now!\nI’m in your corner, kiddo! -Canalave City Pokémon Gym\nLeader: Byron\rCertified Trainers:\n{STRVAR 3, 1} -Canalave City Pokémon Gym\nLeader: Byron\rCertified Trainers:\n{STRVAR 3, 0}\f{STRVAR 3, 1} +Oh! {STRVAR_1 3, 0}!\nYou’ve beaten the Gym Leader!\rGood going!\nThat makes it six Gym Badges!\rI tell you what, you’re really turning\ninto one fine Trainer.\rIf you were to say you’re going to\ntry to become the Pokémon Champ...\rNo one’d laugh at you now!\nI’m in your corner, kiddo! +Canalave City Pokémon Gym\nLeader: Byron\rCertified Trainers:\n{STRVAR_1 3, 1} +Canalave City Pokémon Gym\nLeader: Byron\rCertified Trainers:\n{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0050.key b/files/msgdata/msg/narc_0050.key deleted file mode 100644 index 99fc181b..00000000 --- a/files/msgdata/msg/narc_0050.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0051.key b/files/msgdata/msg/narc_0051.key deleted file mode 100644 index 68500653..00000000 --- a/files/msgdata/msg/narc_0051.key +++ /dev/null @@ -1 +0,0 @@ -t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0052.key b/files/msgdata/msg/narc_0052.key deleted file mode 100644 index 0cad39b2..00000000 --- a/files/msgdata/msg/narc_0052.key +++ /dev/null @@ -1 +0,0 @@ -t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0053.key b/files/msgdata/msg/narc_0053.key deleted file mode 100644 index d6cb988c..00000000 --- a/files/msgdata/msg/narc_0053.key +++ /dev/null @@ -1 +0,0 @@ -t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0053.txt b/files/msgdata/msg/narc_0053.txt index 29247375..e5d45f29 100644 --- a/files/msgdata/msg/narc_0053.txt +++ b/files/msgdata/msg/narc_0053.txt @@ -1,53 +1,53 @@ -{STRVAR 3, 0}: Hey, {STRVAR 3, 1}!\nOver here! This way!\r -{STRVAR 3, 0}: OK, gramps!\nI brought {STRVAR 3, 1} like I said!\rAll right, I’ll be outta here!\r +{STRVAR_1 3, 0}: Hey, {STRVAR_1 3, 1}!\nOver here! This way!\r +{STRVAR_1 3, 0}: OK, gramps!\nI brought {STRVAR_1 3, 1} like I said!\rAll right, I’ll be outta here!\r Rowan: ...\n...\r...\n...\r...\n...\r -{STRVAR 3, 0}: ...OK...\nI get it...\r -Rowan: Hm! Everyone’s here finally.\n{STRVAR 3, 0}, everyone, listen.\rYou may have forgotten already, but\nI study the evolution of Pokémon.\r +{STRVAR_1 3, 0}: ...OK...\nI get it...\r +Rowan: Hm! Everyone’s here finally.\n{STRVAR_1 3, 0}, everyone, listen.\rYou may have forgotten already, but\nI study the evolution of Pokémon.\r But the more I study, the more\nmysteries appear and multiply.\rPokémon that evolve, and those that\ndon’t...\rWhat makes them different from each\nother?\rDo those that are immature as living\nbeings evolve to ones more mature?\rIf so, what do we make of the\nlegendary Pokémon that don’t evolve?\rAre we to assume that the legendary\nPokémon are complete as creatures?\r This is where you three come in.\rIn the three lakes of Sinnoh, there\nare said to be mirage Pokémon.\rIf we can obtain data on them,\nit may shed some light on how the\fprocess of Pokémon evolution works.\rI need help from each one of you\non this grand undertaking.\rHelp me find these Pokémon that are\nconsidered to be mirages.\r -{STRVAR 3, 0}: What are you saying?\nI didn’t get no Pokédex!\r +{STRVAR_1 3, 0}: What are you saying?\nI didn’t get no Pokédex!\r Rowan: ...And who was it that bolted\nfrom the lab before I had a chance\fto give you a Pokédex?\rBut that’s water under the bridge!\rSeeing Pokémon with your own eyes\nis important for you in becoming\fa better Trainer, too.\r -Dawn: You can count on me!\nIt will help with my Pokédex, too.\r{STRVAR 3, 0}, you’ll go too,\nwon’t you?\r +Dawn: You can count on me!\nIt will help with my Pokédex, too.\r{STRVAR_1 3, 0}, you’ll go too,\nwon’t you?\r Lucas: You bet, Professor!\rThis will add to the Pokédex\ndatabase and help advance your\fresearch.\r Rowan: Hm! I would have made all of\nyou go regardless... Anyway.\rNow, there are three lakes.\nFortuitously, there are three of you.\rYou should therefore split up and\ninvestigate the lakes individually.\r Rowan: Dawn, you go to Lake Verity.\r Dawn: Will do!\r Rowan: Lucas, you go to Lake Verity.\r Lucas: Yes, sir!\r -Rowan: {STRVAR 3, 0}, I want you to\ninvestigate Lake Acuity.\rThat would take you almost to\nSnowpoint City.\rThe road there is harsh. I need\na tough Trainer to go.\r -{STRVAR 3, 0}: Uh... Yeah, of course!\nGramps, you know how to call it!\fYou can tell I’m the hotness!\r -Rowan: And that leaves {STRVAR 3, 0}\nwith Lake Valor.\rThe lake is between Veilstone\nand Pastoria, if memory serves...\r +Rowan: {STRVAR_1 3, 0}, I want you to\ninvestigate Lake Acuity.\rThat would take you almost to\nSnowpoint City.\rThe road there is harsh. I need\na tough Trainer to go.\r +{STRVAR_1 3, 0}: Uh... Yeah, of course!\nGramps, you know how to call it!\fYou can tell I’m the hotness!\r +Rowan: And that leaves {STRVAR_1 3, 0}\nwith Lake Valor.\rThe lake is between Veilstone\nand Pastoria, if memory serves...\r Rowan: ...\n...Has it stopped?\rAre all of you unharmed?\rLet’s go outside, but be careful.\nI’m concerned about the city.\r -Rowan: {STRVAR 3, 1}, hurry along.\nBut beware of aftershocks.\r +Rowan: {STRVAR_1 3, 1}, hurry along.\nBut beware of aftershocks.\r Every book contains someone’s\nmemories of various places and times.\rLibraries aren’t just buildings where\nbooks are kept, you know.\rThey’re where different places\nand times are gathered together. W-was that an earthquake?\nI didn’t imagine it? Someone’s always checked out the\nbook I want to read... I’m feeling wobbly...\rEven though the tremor has ended,\nmy knees still feel like jelly... This book is titled “Sinnoh\nMyth.” Want to read it? -{STRVAR 3, 0} put the book back. +{STRVAR_1 3, 0} put the book back. “Sinnoh Myth”\rBetray not your anger, lest ??? will\ncome.\rWeep not with sorrow, or ??? will\ndraw near.\rWhen joy and enjoyment come natural\nas the very air, that is happiness.\rLet such be blessed by the hand\nof Master ???.\rThose words were spoken often\nas customary. This book is titled “Sinnoh Region’s\nMythology.” Want to read it? -{STRVAR 3, 0} put the book back. +{STRVAR_1 3, 0} put the book back. “Sinnoh Region’s Mythology”\rLong ago, when Sinnoh had just been\nmade, Pokémon and humans led\fseparate lives.\rThat is not to say they did not help\neach other. No, indeed they did.\rThey supplied each other with goods,\nand supported each other.\rA Pokémon proposed to the others\nto always be ready to help humans.\rIt asked that Pokémon be ready to\nappear before humans always.\rThus, to this day, Pokémon appear\nto us if we venture into tall grass. This book is titled “Sinnoh’s\nMyth.” Want to read it? -{STRVAR 3, 0} put the book back. +{STRVAR_1 3, 0} put the book back. “Sinnoh’s Myth”\rThree Pokémon there were.\rInto the lakes they dove.\nDeep, deep, drawing no breath.\rDeeper, deeper they dove.\nInto suffocating depths they dove.\rDeeper, then deepest they alight.\nFrom the lake floor they rise.\rBearing with them the power to make\nvast lands, they rise again. This book is titled “Veilstone’s\nMyth.” Want to read it? -{STRVAR 3, 0} put the book back. +{STRVAR_1 3, 0} put the book back. “Veilstone’s Myth”\rA young man, callow and foolish in\ninnocence, came to own a sword.\rWith it, he smote Pokémon, which gave\nsustenance, with carefree abandon.\rThose not taken as food, he\ndiscarded, with no afterthought.\rThe following year, no Pokémon\nappeared. Larders grew bare.\r...Would you like to keep reading? The young man, seeking the missing\nPokémon, journeyed afar.\rLong did he search. And far and wide,\ntoo, until one he did find.\rAsked he, “Why do you hide?”\nTo which the Pokémon replied...\r“If you bear your sword to bring\nharm upon us, with claws and\ffangs, we will exact a toll.\r“From your kind we will take our\ntoll, for it must be done.\r“Done it must be to guard ourselves\nand for it, I apologize.”\r...Would you like to keep reading? To the skies, the young man shouted\nhis dismay.\r“In having found the sword, I have\nlost so much.\r“Gorged with power, I grew blind\nto Pokémon being alive.\r“I will never fall savage again.\nThis sword I denounce and forsake.\r“I plead for forgiveness,\nfor I was but a fool.”\rSo saying, the young man hurled the\nsword to the ground, snapping it.\rSeeing this, the Pokémon disappeared\nto a place beyond seeing... This ancient book is titled “The\nOriginal Story.” Want to read it? -{STRVAR 3, 0} put the book back. +{STRVAR_1 3, 0} put the book back. In the beginning, there was only\na churning turmoil of chaos.\rAt the heart of chaos, where all\nthings became one, appeared an Egg.\rHaving tumbled from the vortex, the\nEgg gave rise to the Original One.\r...Would you like to keep reading? From itself, two beings the Original\nOne did make.\rTime started to spin.\nSpace began to expand.\rFrom itself again, three living things\nthe Original One did make.\r...Would you like to keep reading? The two beings wished, and from them,\nmatter came to be.\rThe three living things wished, and\nfrom them, spirit came to be.\rThe world created, the Original One\ntook to unyielding sleep... This book is titled “A Horrific\nMyth.” Want to read it? -{STRVAR 3, 0} put the book back. +{STRVAR_1 3, 0} put the book back. Look not into the Pokémon’s eyes.\rIn but an instant, you’ll have no\nrecollection of who you are.\rReturn home, but how?\nWhen there is nothing to remember?\rDare not touch the Pokémon’s body.\rIn but three short days, all emotions\nwill drain away.\rAbove all, above all, harm not\nthe Pokémon.\rIn a scant five days, the offender\nwill grow immobile in entirety. This book is titled “Sinnoh Folk\nStories.”\r Which story would you like to read? -{STRVAR 3, 0} put the book back. +{STRVAR_1 3, 0} put the book back. “Sinnoh Folk Story 1”\rPick clean the bones of Pokémon\ncaught in the sea or stream.\rThank them for the meals they\nprovide, and pick their bones clean.\rWhen the bones are as clean as can\nbe, set them free in the water from\fwhich they came.\rThe Pokémon will return, fully\nfleshed, and it begins anew. “Sinnoh Folk Story 2”\rThere lived a Pokémon in a forest.\rIn the forest, the Pokémon shed its\nhide to sleep as a human.\rAwakened, the human dons the\nPokémon hide to roam villages. “Sinnoh Folk Story 3”\rThere once were Pokémon that\nbecame very close to humans.\rThere once were humans and Pokémon\nthat ate together at the same table.\rIt was a time when there existed no\ndifferences to distinguish the two. diff --git a/files/msgdata/msg/narc_0054.key b/files/msgdata/msg/narc_0054.key deleted file mode 100644 index 08042f32..00000000 --- a/files/msgdata/msg/narc_0054.key +++ /dev/null @@ -1 +0,0 @@ -t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0055.key b/files/msgdata/msg/narc_0055.key deleted file mode 100644 index 060ce2b9..00000000 --- a/files/msgdata/msg/narc_0055.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0055.txt b/files/msgdata/msg/narc_0055.txt index edbde670..633af817 100644 --- a/files/msgdata/msg/narc_0055.txt +++ b/files/msgdata/msg/narc_0055.txt @@ -5,5 +5,5 @@ Remember me if there are moves that\nneed to be forgotten. That Pokémon knows only one move,\nso it can’t be forgotten...\r What? That’s an Egg.\nNo Egg should know any moves.\r OK, then.\nWhich move should be forgotten?\r -Hm! The move {STRVAR 6, 0}?\nShould that move be forgotten? -It worked perfectly!\rYour Pokémon has forgotten the move\n{STRVAR 6, 0} completely. +Hm! The move {STRVAR_1 6, 0}?\nShould that move be forgotten? +It worked perfectly!\rYour Pokémon has forgotten the move\n{STRVAR_1 6, 0} completely. diff --git a/files/msgdata/msg/narc_0056.key b/files/msgdata/msg/narc_0056.key deleted file mode 100644 index 80772ce8..00000000 --- a/files/msgdata/msg/narc_0056.key +++ /dev/null @@ -1 +0,0 @@ -+t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0056.txt b/files/msgdata/msg/narc_0056.txt index 41de31ed..8c653fb8 100644 --- a/files/msgdata/msg/narc_0056.txt +++ b/files/msgdata/msg/narc_0056.txt @@ -1,3 +1,3 @@ ...Welcome...\r...\n...Kekeke...\rWe’ve had a reservation for you.\nWe’ve held it a long time...\r -{STRVAR 3, 0} lay down on the bed\nas if bidden there...\r -{STRVAR 3, 0} awakened! +{STRVAR_1 3, 0} lay down on the bed\nas if bidden there...\r +{STRVAR_1 3, 0} awakened! diff --git a/files/msgdata/msg/narc_0057.key b/files/msgdata/msg/narc_0057.key deleted file mode 100644 index 8122e226..00000000 --- a/files/msgdata/msg/narc_0057.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0057.txt b/files/msgdata/msg/narc_0057.txt index c0c5cd89..95c195f0 100644 --- a/files/msgdata/msg/narc_0057.txt +++ b/files/msgdata/msg/narc_0057.txt @@ -1,6 +1,6 @@ I’m going to be a Sailor like my\ndaddy!\rHe’s a real man among men!\nEven the sea doesn’t scare him!\rOh, but a Gym Leader’d be cool, too!\nByron is so awesome! The little boy is thrashing about\nin his sleep.\rHe appears to be in torment...\nHe is muttering something...\r“DAR...\nDARK...is watching...me...” -The little boy is thrashing about\nin his sleep.\r{STRVAR 3, 0}’s Lunar Wing began\nto glow...\rThe boy’s sleeping face became\nuntroubled and serene!\r +The little boy is thrashing about\nin his sleep.\r{STRVAR_1 3, 0}’s Lunar Wing began\nto glow...\rThe boy’s sleeping face became\nuntroubled and serene!\r The little boy woke up! I couldn’t wake up...\nI saw it...\rIt was a scary dream...\nIt was a dark place...\fAnd there was a dark Pokémon...\rBut, Daddy, Mommy...\nI could always hear your voices... Oh, my gosh!\nYou’re awake!\rOh, my son...\nI... I don’t know what to say...\r diff --git a/files/msgdata/msg/narc_0058.key b/files/msgdata/msg/narc_0058.key deleted file mode 100644 index dc1f742a..00000000 --- a/files/msgdata/msg/narc_0058.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0058.txt b/files/msgdata/msg/narc_0058.txt index 63cf54ef..271b25a3 100644 --- a/files/msgdata/msg/narc_0058.txt +++ b/files/msgdata/msg/narc_0058.txt @@ -1,7 +1,7 @@ -{STRVAR 3, 0}: Hunh?\rOh, it’s you, {STRVAR 3, 1}!\nYou finally got here?\fYou’re slow like always.\rYou’re so slow, the Gym Leader’s\nlong gone now.\rHe said he had to go... Uh...\nOh, yeah, to Oreburgh Mine!\rI got my Badge already, so it’s no\nbig deal to me, but... -{STRVAR 3, 0}: I told you, the Gym\nLeader isn’t here.\rIf you want to take the Gym\nchallenge, you’d better go down to\fthe mine and ask him.\rBut, boy, a Gym Leader is in a\ndifferent class of toughness.\rEven I’m feeling run down. +{STRVAR_1 3, 0}: Hunh?\rOh, it’s you, {STRVAR_1 3, 1}!\nYou finally got here?\fYou’re slow like always.\rYou’re so slow, the Gym Leader’s\nlong gone now.\rHe said he had to go... Uh...\nOh, yeah, to Oreburgh Mine!\rI got my Badge already, so it’s no\nbig deal to me, but... +{STRVAR_1 3, 0}: I told you, the Gym\nLeader isn’t here.\rIf you want to take the Gym\nchallenge, you’d better go down to\fthe mine and ask him.\rBut, boy, a Gym Leader is in a\ndifferent class of toughness.\rEven I’m feeling run down. {SIZE 200}Thud!!{SIZE 100}\r -{STRVAR 3, 0}: Whoops! {STRVAR 3, 1}!\nYou got the Gym Badge, huh?\rEterna City is the next place with\na Gym that gives away Badges, right?\r +{STRVAR_1 3, 0}: Whoops! {STRVAR_1 3, 1}!\nYou got the Gym Badge, huh?\rEterna City is the next place with\na Gym that gives away Badges, right?\r So, yeah, I went to Route 207, but\nyou can’t go there without a Bicycle.\rI made my team battle and toughened\nthem up, so it wasn’t a waste.\r So, I’m going back to Jubilife City.\nNext stop, the Eterna Gym Badge!\rTen seconds before I dash!\rNine...\rBah! Who’s got time to count?!\r Howdy, Trainer!\rIf you don’t have a single Gym Badge,\nother Trainers will look down on\fyou like you’re a total noob, right?\rSo, I’ll show you where the town’s\nPokémon Gym is.\r diff --git a/files/msgdata/msg/narc_0059.key b/files/msgdata/msg/narc_0059.key deleted file mode 100644 index ce2d3c1e..00000000 --- a/files/msgdata/msg/narc_0059.key +++ /dev/null @@ -1 +0,0 @@ -J
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0060.key b/files/msgdata/msg/narc_0060.key deleted file mode 100644 index ec818727..00000000 --- a/files/msgdata/msg/narc_0060.key +++ /dev/null @@ -1 +0,0 @@ -oY
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0060.txt b/files/msgdata/msg/narc_0060.txt index 02ed4d88..d8e165bb 100644 --- a/files/msgdata/msg/narc_0060.txt +++ b/files/msgdata/msg/narc_0060.txt @@ -1,10 +1,10 @@ Welcome!\nThis is the Oreburgh Pokémon Gym!\rI’m Roark, the Gym Leader!\rI’m but one Trainer who decided to\nwalk proudly with Rock-type Pokémon!\rAs the Gym Leader, I need to see\nyour potential as a Trainer.\rAnd, I’ll need to see the toughness\nof the Pokémon that battle with you!\r This is embarrassing...\rI went and lost to a Trainer who\ndidn’t have a single Gym Badge...\rBut that’s tough. You were strong,\nand I was weak. That’s all there is.\rAccording to Pokémon League rules,\nI have to give you our Gym Badge\fsince you’ve beaten me, the Leader.\rHere’s your official Pokémon League\nCoal Badge.\r -{STRVAR 3, 0} received\nthe Coal Badge from Roark! +{STRVAR_1 3, 0} received\nthe Coal Badge from Roark! Having that Coal Badge means your\nPokémon can now use the hidden move\fRock Smash outside of battle.\rYou should also take this, too.\r -That {STRVAR 8, 0} contains\nthe move Stealth Rock.\rIt’s a move that inflicts damage on\nfoes that switch into battle.\rIncidentally, a TM will teach its move\nto a Pokémon instantly.\rBut a TM will break when you use it,\nso make certain you want a Pokémon\fto learn that move. +That {STRVAR_1 8, 0} contains\nthe move Stealth Rock.\rIt’s a move that inflicts damage on\nfoes that switch into battle.\rIncidentally, a TM will teach its move\nto a Pokémon instantly.\rBut a TM will break when you use it,\nso make certain you want a Pokémon\fto learn that move. In this region of Sinnoh, there are\nseven other Gym Leaders.\rI should warn you--they’re a lot\ntougher than I am! Howdy!\nHow’s it going, Champ-to-be?\rThat’s what I said to a really\nimpatient boy earlier, too.\rThe Gym Leader is a user of\nRock-type Pokémon.\rWell, listen. Rock-type Pokémon\nreally hate water, all right?\rThey’re also weak to Grass-type\nmoves.\rGee, they sure have weaknesses!\rBut don’t think it will be easy.\rYou don’t get to be a Gym Leader\nwithout covering for weaknesses.\rGoing after a Rock-type Pokémon\nwith a Fire-type Pokémon won’t be\feasy, either.\rThat’s all the advice I can give.\nThanks for listening! -Oh! {STRVAR 3, 0}!\nYou’ve taken care of the Gym Leader!\rSo, did my advice come in handy\nor what?\rIf my advice was useful, it’d be\ngreat if you’d become my fan! -Oreburgh Pokémon Gym\nLeader: Roark\rCertified Trainers:\n{STRVAR 3, 1} -Oreburgh Pokémon Gym\nLeader: Roark\rCertified Trainers:\n{STRVAR 3, 0}\f{STRVAR 3, 1} +Oh! {STRVAR_1 3, 0}!\nYou’ve taken care of the Gym Leader!\rSo, did my advice come in handy\nor what?\rIf my advice was useful, it’d be\ngreat if you’d become my fan! +Oreburgh Pokémon Gym\nLeader: Roark\rCertified Trainers:\n{STRVAR_1 3, 1} +Oreburgh Pokémon Gym\nLeader: Roark\rCertified Trainers:\n{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0061.key b/files/msgdata/msg/narc_0061.key deleted file mode 100644 index f9564475..00000000 --- a/files/msgdata/msg/narc_0061.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0061.txt b/files/msgdata/msg/narc_0061.txt index 276c03da..b53b7838 100644 --- a/files/msgdata/msg/narc_0061.txt +++ b/files/msgdata/msg/narc_0061.txt @@ -2,7 +2,7 @@ Yay! I got a Pal Pad at the\nPokémon Wi-Fi Club downstairs! Switch on the PC at any Pokémon\nCenter and connect to the\fPokémon Storage System.\rThat’s all you need to do to store\nor bring out your Pokémon. Hmmm...\rWhat is your favorite kind of\nTrainer? Can you tell me?\r Which kind of Trainer would you like\nto be? -{STRVAR 14, 0} is the kind of\nTrainer you want to be? -I see! So {STRVAR 14, 0} is the\nkind of Trainer you like.\rIf that’s the case, others may come\nto see you in the same way.\r +{STRVAR_1 14, 0} is the kind of\nTrainer you want to be? +I see! So {STRVAR_1 14, 0} is the\nkind of Trainer you like.\rIf that’s the case, others may come\nto see you in the same way.\r OK, then I’ll just talk to you later! -Hello! You’ve been mistaken for\n{STRVAR 14, 0}, haven’t you?\rBut I think you can also pass for\na different kind of Trainer.\rSo, how about telling me what kind of\nTrainer that you like?\r +Hello! You’ve been mistaken for\n{STRVAR_1 14, 0}, haven’t you?\rBut I think you can also pass for\na different kind of Trainer.\rSo, how about telling me what kind of\nTrainer that you like?\r diff --git a/files/msgdata/msg/narc_0062.key b/files/msgdata/msg/narc_0062.key deleted file mode 100644 index 3d696d7a..00000000 --- a/files/msgdata/msg/narc_0062.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0063.key b/files/msgdata/msg/narc_0063.key deleted file mode 100644 index ba6d3fe0..00000000 --- a/files/msgdata/msg/narc_0063.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0064.key b/files/msgdata/msg/narc_0064.key deleted file mode 100644 index fc51ea98..00000000 --- a/files/msgdata/msg/narc_0064.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0065.key b/files/msgdata/msg/narc_0065.key deleted file mode 100644 index 171d351d..00000000 --- a/files/msgdata/msg/narc_0065.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0065.txt b/files/msgdata/msg/narc_0065.txt index f1ef57f5..2aeafd45 100644 --- a/files/msgdata/msg/narc_0065.txt +++ b/files/msgdata/msg/narc_0065.txt @@ -1,3 +1,3 @@ -Do you make your Pokémon hold items?\rIf you’d like, let one hold this\n{STRVAR 8, 0}.\r -That {STRVAR 8, 0} intensifies the\npower of Rock-type moves.\rUnfortunately, none of my Pokémon\ncan use Rock-type moves, so... +Do you make your Pokémon hold items?\rIf you’d like, let one hold this\n{STRVAR_1 8, 0}.\r +That {STRVAR_1 8, 0} intensifies the\npower of Rock-type moves.\rUnfortunately, none of my Pokémon\ncan use Rock-type moves, so... PSYDUCK: Duuuck? diff --git a/files/msgdata/msg/narc_0066.key b/files/msgdata/msg/narc_0066.key deleted file mode 100644 index 4b2d002b..00000000 --- a/files/msgdata/msg/narc_0066.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0067.key b/files/msgdata/msg/narc_0067.key deleted file mode 100644 index 802def7a..00000000 --- a/files/msgdata/msg/narc_0067.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0068.key b/files/msgdata/msg/narc_0068.key deleted file mode 100644 index 4b2d002b..00000000 --- a/files/msgdata/msg/narc_0068.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0069.key b/files/msgdata/msg/narc_0069.key deleted file mode 100644 index 37a8d366..00000000 --- a/files/msgdata/msg/narc_0069.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0070.key b/files/msgdata/msg/narc_0070.key deleted file mode 100644 index fc51ea98..00000000 --- a/files/msgdata/msg/narc_0070.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0071.key b/files/msgdata/msg/narc_0071.key deleted file mode 100644 index fa0e77fe..00000000 --- a/files/msgdata/msg/narc_0071.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0072.key b/files/msgdata/msg/narc_0072.key deleted file mode 100644 index 54eaf6d6..00000000 --- a/files/msgdata/msg/narc_0072.key +++ /dev/null @@ -1 +0,0 @@ -+d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0072.txt b/files/msgdata/msg/narc_0072.txt index 1a10468f..3cd6e3d1 100644 --- a/files/msgdata/msg/narc_0072.txt +++ b/files/msgdata/msg/narc_0072.txt @@ -5,9 +5,9 @@ Which Fossil should I turn back\ninto a Pokémon? Choose! Now! OK, I will do that! Turn that Fossil\nback into a Pokémon, surely I will! You don’t wish that I extract any\nPokémon from a Fossil. Fine, then! I am in the process of extracting\nyour Pokémon from a Fossil.\rYou go outside, yes, please. Now!\nTime alone is what I now need. NOW!!! -You were gone too long!\nYou kept us waiting! Unacceptable!\rThis is your {STRVAR 0, 0}!\nYou be good to it, OK!\r -{STRVAR 3, 0} received\nthe {STRVAR 0, 1}!\r -Give a nickname to the {STRVAR 0, 1}\nyou received? +You were gone too long!\nYou kept us waiting! Unacceptable!\rThis is your {STRVAR_1 0, 0}!\nYou be good to it, OK!\r +{STRVAR_1 3, 0} received\nthe {STRVAR_1 0, 1}!\r +Give a nickname to the {STRVAR_1 0, 1}\nyou received? But, no, I cannot do this!\nYou have too many Pokémon with you!\rI must hold it for you, so come back,\nyou, and take it away, please. If it is a Fossil that you obtain,\nbring it to me if you must. On the verge of a breakthrough,\nI am, to achieve extraction from\fFossils.\rFrom Fossils I can extract Pokémon,\nbut not yet, not yet. diff --git a/files/msgdata/msg/narc_0073.key b/files/msgdata/msg/narc_0073.key deleted file mode 100644 index d56cf0cb..00000000 --- a/files/msgdata/msg/narc_0073.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0074.key b/files/msgdata/msg/narc_0074.key deleted file mode 100644 index 25bb43fc..00000000 --- a/files/msgdata/msg/narc_0074.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0075.key b/files/msgdata/msg/narc_0075.key deleted file mode 100644 index 67074495..00000000 --- a/files/msgdata/msg/narc_0075.key +++ /dev/null @@ -1 +0,0 @@ -6
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0076.key b/files/msgdata/msg/narc_0076.key deleted file mode 100644 index 35a7562a..00000000 --- a/files/msgdata/msg/narc_0076.key +++ /dev/null @@ -1 +0,0 @@ -2
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0077.key b/files/msgdata/msg/narc_0077.key deleted file mode 100644 index a8a805bf..00000000 --- a/files/msgdata/msg/narc_0077.key +++ /dev/null @@ -1 +0,0 @@ -3d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0078.key b/files/msgdata/msg/narc_0078.key deleted file mode 100644 index 521e3761..00000000 --- a/files/msgdata/msg/narc_0078.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0078.txt b/files/msgdata/msg/narc_0078.txt index a2698ec2..9c5e71c4 100644 --- a/files/msgdata/msg/narc_0078.txt +++ b/files/msgdata/msg/narc_0078.txt @@ -1,4 +1,4 @@ -Oh, is that a Pokédex?\nYou must be helping Professor Rowan?\rWhat’s your name?\r...\rOK, hello, {STRVAR 3, 0}.\nI’ll be sure to remember that name!\rMy name is Cynthia.\nI’m a Trainer just like you.\rI’ve been studying Pokémon mythology\nlately, just out of curiosity.\r +Oh, is that a Pokédex?\nYou must be helping Professor Rowan?\rWhat’s your name?\r...\rOK, hello, {STRVAR_1 3, 0}.\nI’ll be sure to remember that name!\rMy name is Cynthia.\nI’m a Trainer just like you.\rI’ve been studying Pokémon mythology\nlately, just out of curiosity.\r Here in Eterna City, there is a\nstatue of an ancient Pokémon.\rAccording to myth, it was an\nextremely powerful Pokémon.\rWho knows? You may encounter\nsomething like it while you’re\ftraveling with your Pokédex.\rTry using this.\nIt should help you on your way.\r Cynthia: Remember, the hidden move\nCut can be used in the field.\rIt will let you go places that were\npreviously inaccessible to you.\rThat’s important for filling up your\nPokédex, right?\rThen luck be with you, young Trainer!\r Hey! You there, kid!\nStay away from that Pokémon statue!\rTeam Galactic is conducting an\nofficial investigation here! diff --git a/files/msgdata/msg/narc_0079.key b/files/msgdata/msg/narc_0079.key deleted file mode 100644 index 5c8ebcb6..00000000 --- a/files/msgdata/msg/narc_0079.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0080.key b/files/msgdata/msg/narc_0080.key deleted file mode 100644 index 97600523..00000000 --- a/files/msgdata/msg/narc_0080.key +++ /dev/null @@ -1 +0,0 @@ -n9
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0080.txt b/files/msgdata/msg/narc_0080.txt index 191d24ef..ee57d53b 100644 --- a/files/msgdata/msg/narc_0080.txt +++ b/files/msgdata/msg/narc_0080.txt @@ -1,5 +1,5 @@ Gardenia: At my Gym, no one gets to\nbattle with the Gym Leader--me--until\fthey’ve beaten all the other Trainers.\rI’ll be waiting for you in the back.\nGood luck, challenger!\r Hey, there!\nHow’s it going, Champ-to-be?\rActually, that’s what I said to some\nboy who zipped in here earlier, too!\rThe Gym Leader, Gardenia, is a user\nof Grass-type Pokémon.\rIt should be obvious, but Grass-type\nPokémon really hate fire.\rOh, wait a second. I should tell you\nabout the Gym itself first.\rYou can’t challenge the Gym Leader\nuntil you find and beat all the Gym’s\fTrainers who’ve hidden themselves.\rIt’s a bit challenging, but just think\nof it as good training and go for it! -Oh! {STRVAR 3, 0}!\nYou’ve beaten the Gym Leader!\rYour Pokémon look much tougher than\nwhen they went in, too!\rAt least that’s how I see it! -Eterna City Pokémon Gym\nLeader: Gardenia\rCertified Trainers:\n{STRVAR 3, 1} -Eterna City Pokémon Gym\nLeader: Gardenia\rCertified Trainers:\n{STRVAR 3, 0}\f{STRVAR 3, 1} +Oh! {STRVAR_1 3, 0}!\nYou’ve beaten the Gym Leader!\rYour Pokémon look much tougher than\nwhen they went in, too!\rAt least that’s how I see it! +Eterna City Pokémon Gym\nLeader: Gardenia\rCertified Trainers:\n{STRVAR_1 3, 1} +Eterna City Pokémon Gym\nLeader: Gardenia\rCertified Trainers:\n{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0081.key b/files/msgdata/msg/narc_0081.key deleted file mode 100644 index 9637a6af..00000000 --- a/files/msgdata/msg/narc_0081.key +++ /dev/null @@ -1 +0,0 @@ -b9
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0081.txt b/files/msgdata/msg/narc_0081.txt index 74f637d9..ae6be739 100644 --- a/files/msgdata/msg/narc_0081.txt +++ b/files/msgdata/msg/narc_0081.txt @@ -1,8 +1,8 @@ You kept me waiting!\rI’m Eterna’s Gym Leader, Gardenia,\nthe Grass-type master!\rWhen I first saw you, I was convinced\nyou’d find your way to me.\rMy hunch was right on the money.\nYou have a winning aura about you.\rSo, anyway, this will be fun.\nLet’s have our battle!\r I might’ve said it before, but you’re\nreally tough!\rWasn’t it hard for you to raise your\nPokémon to be so good?\rI guess that’s a measure of how much\nyou love your Pokémon.\rIn recognition of that, I proudly\ngrant you this!\r -{STRVAR 3, 0} received\nthe Forest Badge from Gardenia! +{STRVAR_1 3, 0} received\nthe Forest Badge from Gardenia! With the Forest Badge, your Pokémon\ncan use the hidden move Cut outside\fof battle.\rNow that you have two Gym Badges,\nall Pokémon you received in trades\fwill obey you up to Lv. 30.\rI’ve also got something else.\nIt’s a gift from me!\r -That {STRVAR 8, 0} contains\nthe move {STRVAR 6, 1}.\rIt’s one of my favorite moves.\rThe heavier the foe, the more\ndamage this move will cause. +That {STRVAR_1 8, 0} contains\nthe move {STRVAR_1 6, 1}.\rIt’s one of my favorite moves.\rThe heavier the foe, the more\ndamage this move will cause. Yup! If there’s one thing I can tell\nabout you, it’s this!\rYou and your Pokémon are gonna get\neven tougher, and I mean seriously! How did you know where to find me?\nLet’s have our battle!\r OK, the next Trainer is at the end,\npast the two boulders...I think. diff --git a/files/msgdata/msg/narc_0082.key b/files/msgdata/msg/narc_0082.key deleted file mode 100644 index 357bb369..00000000 --- a/files/msgdata/msg/narc_0082.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0082.txt b/files/msgdata/msg/narc_0082.txt index 0f08b585..d3c9a402 100644 --- a/files/msgdata/msg/narc_0082.txt +++ b/files/msgdata/msg/narc_0082.txt @@ -5,7 +5,7 @@ I got my Pokémon back!\rI’m so happy, I feel like riding my Bike\ndown Cyclin BUNEARY: Bunbun! Hi, you cute little Trainer!\nWhat kinds of Pokémon are with you?\rThis Pokétch app will show how\nclose your Pokémon feel to you.\r If you spend enough time with them,\nall Pokémon will open up to you. -Hi, you cute little Trainer!\nWhat kinds of Pokémon are with you?\rOh, your {STRVAR 0, 0}...\r +Hi, you cute little Trainer!\nWhat kinds of Pokémon are with you?\rOh, your {STRVAR_1 0, 0}...\r It seems to like you.\nIt must be happy being with you. It’s becoming comfortable around\nyou, I think. Hmm...\nIt needs to get used to you more. diff --git a/files/msgdata/msg/narc_0083.key b/files/msgdata/msg/narc_0083.key deleted file mode 100644 index 3494628c..00000000 --- a/files/msgdata/msg/narc_0083.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0084.key b/files/msgdata/msg/narc_0084.key deleted file mode 100644 index e5e22bfb..00000000 --- a/files/msgdata/msg/narc_0084.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0085.key b/files/msgdata/msg/narc_0085.key deleted file mode 100644 index 673fec9f..00000000 --- a/files/msgdata/msg/narc_0085.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0086.key b/files/msgdata/msg/narc_0086.key deleted file mode 100644 index bf0415a8..00000000 --- a/files/msgdata/msg/narc_0086.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0087.key b/files/msgdata/msg/narc_0087.key deleted file mode 100644 index 01923534..00000000 --- a/files/msgdata/msg/narc_0087.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0088.key b/files/msgdata/msg/narc_0088.key deleted file mode 100644 index 022013a9..00000000 --- a/files/msgdata/msg/narc_0088.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0089.key b/files/msgdata/msg/narc_0089.key deleted file mode 100644 index 132ede61..00000000 --- a/files/msgdata/msg/narc_0089.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0089.txt b/files/msgdata/msg/narc_0089.txt index 1885e801..76b74132 100644 --- a/files/msgdata/msg/narc_0089.txt +++ b/files/msgdata/msg/narc_0089.txt @@ -1,11 +1,11 @@ Hello, hello!\nI am the official Name Rater!\rWant me to rate the nicknames of\nyour Pokémon? Which Pokémon’s nickname should\nI critique? -{STRVAR 1, 0}, is it?\nThat’s a decent nickname!\rBut would you like to give it\nan even better name?\rHow about it? +{STRVAR_1 1, 0}, is it?\nThat’s a decent nickname!\rBut would you like to give it\nan even better name?\rHow about it? Ah, good. Then, what shall the new\nnickname be? -Done! From now on, this Pokémon\nshall be known as {STRVAR 1, 0}!\rIt is a better name than before!\nHow fortunate for you! +Done! From now on, this Pokémon\nshall be known as {STRVAR_1 1, 0}!\rIt is a better name than before!\nHow fortunate for you! I see.\nPlease come visit again. -Done! From now on, this Pokémon\nshall be known as {STRVAR 1, 0}!\rIt looks no different from before,\nand yet, this is vastly superior!\rHow fortunate for you! -{STRVAR 1, 0}, is it?\nThat is a truly impeccable name!\rTake good care of {STRVAR 1, 0}! +Done! From now on, this Pokémon\nshall be known as {STRVAR_1 1, 0}!\rIt looks no different from before,\nand yet, this is vastly superior!\rHow fortunate for you! +{STRVAR_1 1, 0}, is it?\nThat is a truly impeccable name!\rTake good care of {STRVAR_1 1, 0}! Now, now. That is merely an Egg!\nAn Egg can go by no other name!\n Excuse me, but do you got that\nPokémon named BUIZEL?\rWanna trade it for my CHATOT? Yes! So awesome! A BUIZEL!\nI so promise I’ll be good to it!\rOh yeah, CHATOT can learn some human\nspeech pretty quickly.\rTry out its move Chatter.\nYou’ll totally see what I mean. diff --git a/files/msgdata/msg/narc_0090.key b/files/msgdata/msg/narc_0090.key deleted file mode 100644 index af62edf1..00000000 --- a/files/msgdata/msg/narc_0090.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0091.key b/files/msgdata/msg/narc_0091.key deleted file mode 100644 index bca15775..00000000 --- a/files/msgdata/msg/narc_0091.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0092.key b/files/msgdata/msg/narc_0092.key deleted file mode 100644 index 6d2d1cc1..00000000 --- a/files/msgdata/msg/narc_0092.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0093.key b/files/msgdata/msg/narc_0093.key deleted file mode 100644 index a80acc35..00000000 --- a/files/msgdata/msg/narc_0093.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0093.txt b/files/msgdata/msg/narc_0093.txt index a0c05e11..d4b858e2 100644 --- a/files/msgdata/msg/narc_0093.txt +++ b/files/msgdata/msg/narc_0093.txt @@ -1,8 +1,8 @@ You need a Bicycle to go out on\nCycling Road! You need a Bicycle to go out on\nCycling Road!\r Learn how to shift gears, and you’ll\nbe able to ride anywhere. -{STRVAR 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant and\n{STRVAR 3, 1}’s father.\rI’ve come a long way to help you on\nyour adventure at the professor’s\fbehest.\r{STRVAR 3, 0}, let me ask you,\nhow many Pokémon have you met?\r -{STRVAR 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant and\n{STRVAR 3, 1}’s father.\rI’ve come a long way to help you on\nyour adventure at the professor’s\fbehest.\r{STRVAR 3, 0}, let me ask you,\nhow many Pokémon have you met?\r -Oh, my!\nYou’ve met {STRVAR 52, 1} Pokémon!\rWonderful! Yes, bravo!\nProfessor Rowan should be delighted!\rHere is something for you!\r +{STRVAR_1 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant and\n{STRVAR_1 3, 1}’s father.\rI’ve come a long way to help you on\nyour adventure at the professor’s\fbehest.\r{STRVAR_1 3, 0}, let me ask you,\nhow many Pokémon have you met?\r +{STRVAR_1 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant and\n{STRVAR_1 3, 1}’s father.\rI’ve come a long way to help you on\nyour adventure at the professor’s\fbehest.\r{STRVAR_1 3, 0}, let me ask you,\nhow many Pokémon have you met?\r +Oh, my!\nYou’ve met {STRVAR_1 52, 1} Pokémon!\rWonderful! Yes, bravo!\nProfessor Rowan should be delighted!\rHere is something for you!\r A Pokémon holding an Exp. Share\nwill be given some of the Exp. Points\ffrom battle.\rIt will get Exp. Points even if it\ndidn’t actually battle.\rI would say an Exp. Share is quite\nuseful for raising weak Pokémon.\rAlso, a Pokémon you get in a trade\nmay disobey you if it is too high\fin level.\rDon’t worry, though. It will obey if\nyou have enough Gym Badges. -You’ve met only {STRVAR 52, 1} Pokémon?\rHmm...\nYou’ve got to find at least 35.\rIf you can’t, it will be tough to\ncomplete the Sinnoh Pokédex. +You’ve met only {STRVAR_1 52, 1} Pokémon?\rHmm...\nYou’ve got to find at least 35.\rIf you can’t, it will be tough to\ncomplete the Sinnoh Pokédex. diff --git a/files/msgdata/msg/narc_0094.key b/files/msgdata/msg/narc_0094.key deleted file mode 100644 index d715ff7b..00000000 --- a/files/msgdata/msg/narc_0094.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0095.key b/files/msgdata/msg/narc_0095.key deleted file mode 100644 index 11f5c1dc..00000000 --- a/files/msgdata/msg/narc_0095.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0096.key b/files/msgdata/msg/narc_0096.key deleted file mode 100644 index c7610a82..00000000 --- a/files/msgdata/msg/narc_0096.key +++ /dev/null @@ -1 +0,0 @@ -3
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0097.key b/files/msgdata/msg/narc_0097.key deleted file mode 100644 index 4bdafd87..00000000 --- a/files/msgdata/msg/narc_0097.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0098.key b/files/msgdata/msg/narc_0098.key deleted file mode 100644 index 06742f2b..00000000 --- a/files/msgdata/msg/narc_0098.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0098.txt b/files/msgdata/msg/narc_0098.txt index 0faaf387..36e20792 100644 --- a/files/msgdata/msg/narc_0098.txt +++ b/files/msgdata/msg/narc_0098.txt @@ -2,8 +2,8 @@ Oh, thank goodness that you happened\nto be there!\rIf it weren’t for you, who Baby BUNEARY, back into the Poké\nBall you go!\r I’m Keira!\nI’m a Pokémon Contest Judge.\rPlease drop by the Contest Hall\nso I can thank you properly!\r Oh, I’m so sorry!\nPlease excuse me.\rAre you entering a Contest?\nTehehe... Enjoy yourself, please!\rIncidentally, Fantina, the Hearthome\nGym Leader, also happens to be\fa Contest expert.\rAnd you may ask yourself, how do\nI know this? Well, I am Fantina!\rYou may challenge me, but not yet!\nYou must become much stronger.\fThen, you may challenge me!\r -{STRVAR 3, 0}: Ta-daah!\nKept me waiting again, {STRVAR 3, 1}!\rLet’s see how much tougher you and\nI have gotten, right here and now!\rHey, you’re a Trainer now. You’re\nexpected to be ready for a battle.\rNo whining! No waiting!\nLet’s get the show started!\r -{STRVAR 3, 0}: Waaaagh!\nYou KO’d my team again?!\rThis messes up my dream of becoming\nthe greatest Trainer ever...\rNo! I just need to get tougher and\nkeep winning. One day...\rThat’s it! I’m going to challenge\nthe Veilstone Gym next!\rSee you around, {STRVAR 3, 1}!\rYou’ll be blown away by how much\ntougher I’ll be next time we meet!\r +{STRVAR_1 3, 0}: Ta-daah!\nKept me waiting again, {STRVAR_1 3, 1}!\rLet’s see how much tougher you and\nI have gotten, right here and now!\rHey, you’re a Trainer now. You’re\nexpected to be ready for a battle.\rNo whining! No waiting!\nLet’s get the show started!\r +{STRVAR_1 3, 0}: Waaaagh!\nYou KO’d my team again?!\rThis messes up my dream of becoming\nthe greatest Trainer ever...\rNo! I just need to get tougher and\nkeep winning. One day...\rThat’s it! I’m going to challenge\nthe Veilstone Gym next!\rSee you around, {STRVAR_1 3, 1}!\rYou’ll be blown away by how much\ntougher I’ll be next time we meet!\r You’re kidding! They found an Egg at\nthe Day Care in Solaceon Town? I hear they found Eggs in the Johto\nregion, too. Cynthia: I’m so glad to see you!\nYou’re not very easy to track down.\rMy grandma told me about what took\nplace in Celestic Town.\rThanks for what you did in the ruins!\r diff --git a/files/msgdata/msg/narc_0099.key b/files/msgdata/msg/narc_0099.key deleted file mode 100644 index b9cf47df..00000000 --- a/files/msgdata/msg/narc_0099.key +++ /dev/null @@ -1 +0,0 @@ -1J
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0100.key b/files/msgdata/msg/narc_0100.key deleted file mode 100644 index b09f9425..00000000 --- a/files/msgdata/msg/narc_0100.key +++ /dev/null @@ -1 +0,0 @@ -o
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0100.txt b/files/msgdata/msg/narc_0100.txt index 2024800b..dbd50c33 100644 --- a/files/msgdata/msg/narc_0100.txt +++ b/files/msgdata/msg/narc_0100.txt @@ -4,6 +4,6 @@ Please answer the quiz! Hey, there!\nHow’s it going, Trainer?\rYou being here tells me you’re going\nto challenge the Gym Leader.\rWell... I hate to break it to\nyou, but that’s impossible.\rYou’re questioning why, and the\nanswer is: she’s not here.\rCome back another time, OK?\nI’ll be right here waiting. So, where’s the Gym Leader, you ask.\rI can’t precisely say, but I have a\nhunch that she’ll return one day...\rBut only after you visit other\nplaces, I think.\rHey, I’m sorry I’m not useful to you.\nMy advice giving needs work... Hey, there!\nHow’s it going, Champ-to-be?\rThe Gym Leader here is a user of\nGhost-type Pokémon.\rBeware, Normal-type moves have no\neffect at all on ghosts!\rIt’s as if they weren’t there!\nBut you’ll have to see for yourself.\rGo get ’em, challenger!\nI believe in you! -Oh! {STRVAR 3, 0}!\nYou’ve beaten the Gym Leader!\rThere seems to be no end to how\ntough you are getting!\rAt least that’s how I see it!\r...You do realize I say that to\neveryone, right? -Hearthome City Pokémon Gym\nLeader: Fantina\rCertified Trainers:\n{STRVAR 3, 1} -Hearthome City Pokémon Gym\nLeader: Fantina\rCertified Trainers:\n{STRVAR 3, 0}\f{STRVAR 3, 1} +Oh! {STRVAR_1 3, 0}!\nYou’ve beaten the Gym Leader!\rThere seems to be no end to how\ntough you are getting!\rAt least that’s how I see it!\r...You do realize I say that to\neveryone, right? +Hearthome City Pokémon Gym\nLeader: Fantina\rCertified Trainers:\n{STRVAR_1 3, 1} +Hearthome City Pokémon Gym\nLeader: Fantina\rCertified Trainers:\n{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0101.key b/files/msgdata/msg/narc_0101.key deleted file mode 100644 index 18c82014..00000000 --- a/files/msgdata/msg/narc_0101.key +++ /dev/null @@ -1 +0,0 @@ -{
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0102.key b/files/msgdata/msg/narc_0102.key deleted file mode 100644 index cb012e8d..00000000 --- a/files/msgdata/msg/narc_0102.key +++ /dev/null @@ -1 +0,0 @@ -s
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0103.key b/files/msgdata/msg/narc_0103.key deleted file mode 100644 index f9909423..00000000 --- a/files/msgdata/msg/narc_0103.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0104.key b/files/msgdata/msg/narc_0104.key deleted file mode 100644 index c4bc7121..00000000 --- a/files/msgdata/msg/narc_0104.key +++ /dev/null @@ -1 +0,0 @@ -g
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0104.txt b/files/msgdata/msg/narc_0104.txt index 25878538..86d75fee 100644 --- a/files/msgdata/msg/narc_0104.txt +++ b/files/msgdata/msg/narc_0104.txt @@ -1,6 +1,6 @@ {SIZE 200}Ohohoho!!{SIZE 100}\rFinally, you have arrived!\rSince I came to this country, always\nI try to learn new things.\rThey hold Contests in this city?\nI say to myself, enfin, I will excel.\rThat is why I dress this way.\nC’est une performance!\rAlso, I study Pokémon very much.\nI have come to be Gym Leader.\rAnd, uh, so it shall be that you\nchallenge me.\rBut I shall win.\nThat is what a Gym Leader does, non?\r I am dumbfounded!\rSo very, very strong!\nYou, your Pokémon, so strong!\rYour power is admirable!\nI shall honor it with this Gym Badge!\r -{STRVAR 3, 0} received\nthe Relic Badge from Fantina! +{STRVAR_1 3, 0} received\nthe Relic Badge from Fantina! That Badge will let you use the\nhidden move Surf outside of battle.\rAlso, you can make use of this\nTechnical Machine.\rThat is what I think.\r -That {STRVAR 8, 0}...\nIt contains {STRVAR 6, 1}.\rA very startling move it is.\nIts hits turn critical often! +That {STRVAR_1 8, 0}...\nIt contains {STRVAR_1 6, 1}.\rA very startling move it is.\nIts hits turn critical often! Five Gym Badges...\rBut you must not forget this.\nThere are many other Trainers.\rStrong Trainers, too.\nThere are many more in Sinnoh.\rHave patience! You must become\nstronger, one at a time. diff --git a/files/msgdata/msg/narc_0105.key b/files/msgdata/msg/narc_0105.key deleted file mode 100644 index b3e7445b..00000000 --- a/files/msgdata/msg/narc_0105.key +++ /dev/null @@ -1 +0,0 @@ -2
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0106.key b/files/msgdata/msg/narc_0106.key deleted file mode 100644 index 93883804..00000000 --- a/files/msgdata/msg/narc_0106.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0107.key b/files/msgdata/msg/narc_0107.key deleted file mode 100644 index 76fd8d51..00000000 --- a/files/msgdata/msg/narc_0107.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0107.txt b/files/msgdata/msg/narc_0107.txt index 85327a22..e16572ef 100644 --- a/files/msgdata/msg/narc_0107.txt +++ b/files/msgdata/msg/narc_0107.txt @@ -1,3 +1,3 @@ -I have something for your Pokémon\nto hold. Take this {STRVAR 8, 0}.\r -The Pokémon that’s holding the\n{STRVAR 8, 0} will regain HP\fa little by inflicting damage.\rIt was given to me when I was on\nvacation, but I already had one. +I have something for your Pokémon\nto hold. Take this {STRVAR_1 8, 0}.\r +The Pokémon that’s holding the\n{STRVAR_1 8, 0} will regain HP\fa little by inflicting damage.\rIt was given to me when I was on\nvacation, but I already had one. CLEFAIRY: Pippi! diff --git a/files/msgdata/msg/narc_0108.key b/files/msgdata/msg/narc_0108.key deleted file mode 100644 index 4a6ff649..00000000 --- a/files/msgdata/msg/narc_0108.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0109.key b/files/msgdata/msg/narc_0109.key deleted file mode 100644 index 189e7d36..00000000 --- a/files/msgdata/msg/narc_0109.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0109.txt b/files/msgdata/msg/narc_0109.txt index 14343612..8517e9c5 100644 --- a/files/msgdata/msg/narc_0109.txt +++ b/files/msgdata/msg/narc_0109.txt @@ -1,7 +1,7 @@ Hello, hello!\nHow, I say, do you do?\rI am the Pokémon Fan Club Chairman!\nIndeed, yes I am!\rWhen you wish to treat your Pokémon\nto a treat, what, I say, do you do?\rIf I may say so, and I will, I feed\nPoffins to my Pokémon!\rAnd why, I say, would I do that?\rBecause the giving of Poffins is\na way of expressing your love!\rFor example! If I were to give a\nSweet Poffin, the Pokémon eating it\fwould become more cute!\rFor example! A Spicy Poffin will add\nto the coolness of a Pokémon!\rIn such ways I say that Poffins have\nnothing but goodness for Pokémon!\rTherefore!\rI declare this Poffin Case to be\na gift from me to you!\r I urge you to fill it with Poffins\nand be generous in dispensing them\fto your Pokémon! Nationwide, there are other fan\nclubs, but we are number one!\rAnd why are we number one?\nBecause I brag more than anyone!\rBut now I can’t brag as much...\rPeople started complaining, so\nI’ve had to curtail my bragging... -Welcome to the Pokémon Fan Club!\nOh, your {STRVAR 0, 0}...\r +Welcome to the Pokémon Fan Club!\nOh, your {STRVAR_1 0, 0}...\r It simply adores you!\nWhy, I feel like I’m intruding! It’s very friendly toward you.\nI can tell you treat it kindly. It’s quite friendly to you.\nIt must be happy being with you. diff --git a/files/msgdata/msg/narc_0110.key b/files/msgdata/msg/narc_0110.key deleted file mode 100644 index cd7e4b6a..00000000 --- a/files/msgdata/msg/narc_0110.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0111.key b/files/msgdata/msg/narc_0111.key deleted file mode 100644 index a1ca0479..00000000 --- a/files/msgdata/msg/narc_0111.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0112.key b/files/msgdata/msg/narc_0112.key deleted file mode 100644 index 585b4ce9..00000000 --- a/files/msgdata/msg/narc_0112.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0113.key b/files/msgdata/msg/narc_0113.key deleted file mode 100644 index 19a17e8b..00000000 --- a/files/msgdata/msg/narc_0113.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0114.key b/files/msgdata/msg/narc_0114.key deleted file mode 100644 index bc81f5f7..00000000 --- a/files/msgdata/msg/narc_0114.key +++ /dev/null @@ -1 +0,0 @@ -3
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0115.key b/files/msgdata/msg/narc_0115.key deleted file mode 100644 index 7908d03b..00000000 --- a/files/msgdata/msg/narc_0115.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0116.key b/files/msgdata/msg/narc_0116.key deleted file mode 100644 index 0087b06e..00000000 --- a/files/msgdata/msg/narc_0116.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0117.key b/files/msgdata/msg/narc_0117.key deleted file mode 100644 index e1cd8bba..00000000 --- a/files/msgdata/msg/narc_0117.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0118.key b/files/msgdata/msg/narc_0118.key deleted file mode 100644 index 1ae21141..00000000 --- a/files/msgdata/msg/narc_0118.key +++ /dev/null @@ -1 +0,0 @@ -B
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0118.txt b/files/msgdata/msg/narc_0118.txt index 23918efa..5bd3429a 100644 --- a/files/msgdata/msg/narc_0118.txt +++ b/files/msgdata/msg/narc_0118.txt @@ -3,7 +3,7 @@ Bebe: My buddy Bill developed the\nbasic storage system.\rI tinkered with it her Bebe: Hiya! Been a long time!\nHow’s it going? Using the PC Boxes?\rOh? Now lookie here, that’s a National\nPokédex I’m seeing. Good for you!\rYou’ll be using my Boxes like crazy\nif you’re using that now.\rWell, I always thought a good Trainer\nought to juggle Boxes smartly, though\fI shouldn’t be the one to say so.\rOh yeah, do you want a Pokémon named\nEEVEE? Bebe: So, do you want that EEVEE\nthat I’ve got? Bebe: Here you go!\nNow, you be good to it.\r -{STRVAR 3, 0} obtained\nan EEVEE!\r +{STRVAR_1 3, 0} obtained\nan EEVEE!\r Would you like to give a nickname\nto the EEVEE that Bebe gave you? Bebe: Here you go!\rWait, I can’t do that! You can’t\ntake any more Pokémon with you!\rRight about now, my Pokémon Boxes\ncome in handy! Bebe: Oh, OK...\nGuess I’ll have to raise it myself. diff --git a/files/msgdata/msg/narc_0119.key b/files/msgdata/msg/narc_0119.key deleted file mode 100644 index 26b55466..00000000 --- a/files/msgdata/msg/narc_0119.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0120.key b/files/msgdata/msg/narc_0120.key deleted file mode 100644 index 52872d4a..00000000 --- a/files/msgdata/msg/narc_0120.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0120.txt b/files/msgdata/msg/narc_0120.txt index 53a663e2..e7145567 100644 --- a/files/msgdata/msg/narc_0120.txt +++ b/files/msgdata/msg/narc_0120.txt @@ -1,17 +1,17 @@ Keira: Oh! My hero!\r -Mom: Oh, hi, {STRVAR 3, 0}.\r +Mom: Oh, hi, {STRVAR_1 3, 0}.\r Keira: Wait! No! Really?!\nJohanna is your mom?\fSo you might be a Contest star?!\r -Mom: Oh, I don’t know about that.\rI’ve never spoken to {STRVAR 3, 0}\nabout Contests.\rI’m surprised you two know each\nother, though.\r +Mom: Oh, I don’t know about that.\rI’ve never spoken to {STRVAR_1 3, 0}\nabout Contests.\rI’m surprised you two know each\nother, though.\r Keira: Oh, yes, that’s right!\rI need to thank you for earlier.\nPlease take this Accessory.\r Keira: Put that Accessory on your\nPokémon before a Contest.\rIt will lend a nice touch of\nsophistication and glamour.\rI’m a Contest Judge, so come join us\nfor a different kind of fun.\rIf you’re unsure of yourself,\nwe also offer practice sessions.\r OK, Johanna, I’ll see you!\r -Mom: Were you surprised to see me,\n{STRVAR 3, 0}?\rI got bored, so I came out to\nHearthome for a little vacation.\rI’m just as surprised to see you\nhere, my dear!\rBut are you serious about entering\nContests? Not dressed that way!\rWhen your Pokémon is all dressed up,\nyou can’t be dressed your usual way.\rPut this on for a little glamour.\r -{STRVAR 3, 0} obtained\na Tuxedo! -{STRVAR 3, 0} obtained\na Dress! +Mom: Were you surprised to see me,\n{STRVAR_1 3, 0}?\rI got bored, so I came out to\nHearthome for a little vacation.\rI’m just as surprised to see you\nhere, my dear!\rBut are you serious about entering\nContests? Not dressed that way!\rWhen your Pokémon is all dressed up,\nyou can’t be dressed your usual way.\rPut this on for a little glamour.\r +{STRVAR_1 3, 0} obtained\na Tuxedo! +{STRVAR_1 3, 0} obtained\na Dress! Mom: I’m sure it will look good\non you. After all, I chose it.\rGo enjoy the Contests, honey!\rContests will give you a different\nlook at the many charms of Pokémon.\rIt should be an eye-opening\nexperience for you. Bye now!\r You’re going to enter Contests?\nBut I don’t see a Poffin Case.\rIt could be tough for you to win\nContests without it.\rBut if you’re determined to enter,\ndon’t let me stop you.\rIt wouldn’t hurt to get in some\npractice at the counter on the right.\r You’re going to enter Contests?\nAnd, yup, you have a Poffin Case.\rLet me gift you with this fabulously\nwonderful Poffin!\r -{STRVAR 3, 0} received\na Mild Poffin! +{STRVAR_1 3, 0} received\na Mild Poffin! The Mild Poffin was put away\nin the Poffin Case.\r Feed that Poffin to a Pokémon you’re\ngoing to enter in Contests.\rOh, and a word of advice.\nGo take a run at the Contests!\rThe best way to get ready is to\nget some practice first.\rYou can take practice sessions at\nthe counter on the right.\r Feed that Poffin to a Pokémon you’re\ngoing to enter in Contests.\rOh, and a word of advice for you.\nGo take a run at the Contests!\rHowever, the best way to get ready\nis to get some practice first.\rYou can take practice sessions at\nthe counter on the right. diff --git a/files/msgdata/msg/narc_0121.key b/files/msgdata/msg/narc_0121.key deleted file mode 100644 index 19f8acfa..00000000 --- a/files/msgdata/msg/narc_0121.key +++ /dev/null @@ -1,2 +0,0 @@ - -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0122.key b/files/msgdata/msg/narc_0122.key deleted file mode 100644 index 84cc1368..00000000 --- a/files/msgdata/msg/narc_0122.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0123.key b/files/msgdata/msg/narc_0123.key deleted file mode 100644 index f9a1404a..00000000 --- a/files/msgdata/msg/narc_0123.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0123.txt b/files/msgdata/msg/narc_0123.txt index 8569b3e8..646076e7 100644 --- a/files/msgdata/msg/narc_0123.txt +++ b/files/msgdata/msg/narc_0123.txt @@ -3,8 +3,8 @@ Grr...\nThis is so annoying...\rWhat is it, you? Oh, some kid with\nonly three G Hahah! The package finally came from\nthe Veilstone warehouse!\rSo, now it’s my job to deliver this\nto the lake!\rThis is an important mission.\nNo failure allowed!\rNo making boo-boos like wandering\noff into the Great Marsh!\r You were eavesdropping!\nI was just talking loudly to myself!\rIf I wasn’t in a hurry, I’d pulverize\nyou with my Pokémon!\rBut I have to get on my way to the\nlake ASAP! So, you’re lucky! I’m out!\rOh, and listen up, you!\nDon’t you dare follow me!\r Gweh!\nPersistent pest!\rIf our plan works, our boss’s dream\ncomes closer to fruition!\rOur boss’s ideal world is going\nto be created!\rSo, I’m not going to waste my time\non a nobody like you!\rI’m telling you now, don’t you come\nchasing after me!\r -{STRVAR 3, 0}: Whoops!\rHehehe! I’m not always going to plow\ninto you every time we meet!\rSo how’s it going, {STRVAR 3, 1}?\nBuffing up your Pokémon, eh?\rI’ll test you and your Pokémon out\nto see how buff and tough you are!\r -{STRVAR 3, 0}: Heh, yeah, maybe you\ndid get a bit tougher since last time.\rThat even shocked me a bit, so yeah,\nI got beat ’cause I was careless.\rSo, hey, what was that Team Galactic\nguy all freaking out about?\rI don’t know what he’s up to, but\nyou should chase him down!\rIf you’re not a Pokémon, and you run\nlike that... You’re a bad guy.\rAll right, {STRVAR 3, 1}!\nNext time, I’m not holding back!\r +{STRVAR_1 3, 0}: Whoops!\rHehehe! I’m not always going to plow\ninto you every time we meet!\rSo how’s it going, {STRVAR_1 3, 1}?\nBuffing up your Pokémon, eh?\rI’ll test you and your Pokémon out\nto see how buff and tough you are!\r +{STRVAR_1 3, 0}: Heh, yeah, maybe you\ndid get a bit tougher since last time.\rThat even shocked me a bit, so yeah,\nI got beat ’cause I was careless.\rSo, hey, what was that Team Galactic\nguy all freaking out about?\rI don’t know what he’s up to, but\nyou should chase him down!\rIf you’re not a Pokémon, and you run\nlike that... You’re a bad guy.\rAll right, {STRVAR_1 3, 1}!\nNext time, I’m not holding back!\r Here where I am standing, I’m\nsmack-dab in the middle of town. I study rare Pokémon that appear\nonly in the Great Marsh. @@ -14,7 +14,7 @@ Pastoria’s Gym Leader is like...\nBreathtaking... In a weird way.\rIt’s hard Wasn’t the Pastoria Gym Leader\nkind of breathtaking in a weird way?\rBut don’t judge him by the way\nhe looks and acts.\rI hear he uses the prize money to\nhelp people and Pokémon in trouble. The Great Marsh keeps the weather\ncool in the summertime.\rThis is a good town for Water-type\nPokémon. CLEFAIRY: Fiiih?! -You’re just like a totally impatient\nboy I met earlier.\rJust like you, he was very close with\nhis Pokémon.\rHey, thanks for making me smile!\nThis might put a smile on your face.\rTry dressing up a Pokémon with\nthis {STRVAR 31, 0}.\r +You’re just like a totally impatient\nboy I met earlier.\rJust like you, he was very close with\nhis Pokémon.\rHey, thanks for making me smile!\nThis might put a smile on your face.\rTry dressing up a Pokémon with\nthis {STRVAR_1 31, 0}.\r Someone gave me a Berry, so I\nplanted it and grew some more.\rThen, I took the Berries and cooked\nthem into Poffins.\rAll the work is worth it when I see\nhow happy they make my Pokémon! Someone in the Great Marsh offered\nme a Hidden Machine, but I declined.\rI don’t need it ’cause the Gym\nLeader will do Defog for us\fif we ever need it in this city. Have you been to the Pokémon\nMansion?\rThe owner, Mr. Backlot, likes to brag\nabout his rare Pokémon. diff --git a/files/msgdata/msg/narc_0124.key b/files/msgdata/msg/narc_0124.key deleted file mode 100644 index 537aaea7..00000000 --- a/files/msgdata/msg/narc_0124.key +++ /dev/null @@ -1 +0,0 @@ -QJ
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0125.key b/files/msgdata/msg/narc_0125.key deleted file mode 100644 index 65504758..00000000 --- a/files/msgdata/msg/narc_0125.key +++ /dev/null @@ -1 +0,0 @@ -o
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0125.txt b/files/msgdata/msg/narc_0125.txt index 477d4856..0923f80a 100644 --- a/files/msgdata/msg/narc_0125.txt +++ b/files/msgdata/msg/narc_0125.txt @@ -1,10 +1,10 @@ Welcome!\nI don’t get challenged very often!\rThe glory you are now beholding is\nthe Pastoria Gym Leader!\rThat’s right, I’m Crasher Wake!\rMy Pokémon were toughened up by\nstormy white waters!\rThey’ll take everything you can throw\nat them and then pull you under!\rVictory will be ours!\nCome on, let’s get it done!\r It seems the undertow pulled me\nunder...\rBut I had a great time battling\nwith you!\rYou’ve earned this!\r -{STRVAR 3, 0} received\nthe Fen Badge from Wake! +{STRVAR_1 3, 0} received\nthe Fen Badge from Wake! You need that Fen Badge to use the\nhidden move Defog outside of battle.\rThis is a special reward from me in\nrecognition of your team’s power.\r -That {STRVAR 8, 0} contains the\nmove {STRVAR 6, 1}.\rIt inflicts double the damage on\ntargets with less than half their\fHP left.\rUse it to end battles decisively! +That {STRVAR_1 8, 0} contains the\nmove {STRVAR_1 6, 1}.\rIt inflicts double the damage on\ntargets with less than half their\fHP left.\rUse it to end battles decisively! The styles of battling and winning\nare as widely varied as Trainers are.\rDo you want to know how I battle?\nI battle so I can say I had fun at\fthe end, whether I win or lose! The Gym Leader Wake... Uh, I mean\nCrasher Wake, is a master of\fWater-type Pokémon.\rI’d say you’ve got guts if you try\nto face down Water types with Fire-\for Ground-type Pokémon!\rBut that part I’ll leave up to you!\nGo and have some good battles! -Oh! {STRVAR 3, 0}!\nYou’ve beaten the Gym Leader!\rSo, how was it?\rDid you enjoy your battle against\nWake... I mean Crasher Wake?\rSure, winning is important, but\ndon’t forget to have fun, too!\rI think Wake... I mean Crasher Wake,\nshowed you what I mean by fun. -Pastoria City Pokémon Gym\nLeader: Crasher Wake\rCertified Trainers:\n{STRVAR 3, 0} -Pastoria City Pokémon Gym\nLeader: Crasher Wake\rCertified Trainers:\n{STRVAR 3, 0}\f{STRVAR 3, 1} +Oh! {STRVAR_1 3, 0}!\nYou’ve beaten the Gym Leader!\rSo, how was it?\rDid you enjoy your battle against\nWake... I mean Crasher Wake?\rSure, winning is important, but\ndon’t forget to have fun, too!\rI think Wake... I mean Crasher Wake,\nshowed you what I mean by fun. +Pastoria City Pokémon Gym\nLeader: Crasher Wake\rCertified Trainers:\n{STRVAR_1 3, 0} +Pastoria City Pokémon Gym\nLeader: Crasher Wake\rCertified Trainers:\n{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0126.key b/files/msgdata/msg/narc_0126.key deleted file mode 100644 index 5bce2657..00000000 --- a/files/msgdata/msg/narc_0126.key +++ /dev/null @@ -1 +0,0 @@ -R
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0127.key b/files/msgdata/msg/narc_0127.key deleted file mode 100644 index abdd00bc..00000000 --- a/files/msgdata/msg/narc_0127.key +++ /dev/null @@ -1 +0,0 @@ -^
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0128.key b/files/msgdata/msg/narc_0128.key deleted file mode 100644 index 6f26a6b4..00000000 --- a/files/msgdata/msg/narc_0128.key +++ /dev/null @@ -1 +0,0 @@ -4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0128.txt b/files/msgdata/msg/narc_0128.txt index f151ebfe..4b2b5314 100644 --- a/files/msgdata/msg/narc_0128.txt +++ b/files/msgdata/msg/narc_0128.txt @@ -1,7 +1,7 @@ Welcome to the Great Marsh, the home\nof Pastoria’s Safari Game!\rAll you can catch for just $500!\nWould you like to play a Safari Game? That will be $500, please.\r Here are your Safari Balls.\r -{STRVAR 3, 0} received\n30 Safari Balls.\r +{STRVAR_1 3, 0} received\n30 Safari Balls.\r We’ll let you know when your game\nis over.\rUntil then, enjoy yourself, please!\nOff you go on your wild excursion!\r OK.\nPlease come again!\r You don’t have enough money.\nSorry.\r diff --git a/files/msgdata/msg/narc_0129.key b/files/msgdata/msg/narc_0129.key deleted file mode 100644 index 44fd6525..00000000 --- a/files/msgdata/msg/narc_0129.key +++ /dev/null @@ -1 +0,0 @@ -4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0130.key b/files/msgdata/msg/narc_0130.key deleted file mode 100644 index 3fa3e678..00000000 --- a/files/msgdata/msg/narc_0130.key +++ /dev/null @@ -1 +0,0 @@ -4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0131.key b/files/msgdata/msg/narc_0131.key deleted file mode 100644 index df5ca2c5..00000000 --- a/files/msgdata/msg/narc_0131.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0132.key b/files/msgdata/msg/narc_0132.key deleted file mode 100644 index 5d28af7a..00000000 --- a/files/msgdata/msg/narc_0132.key +++ /dev/null @@ -1 +0,0 @@ -+4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0132.txt b/files/msgdata/msg/narc_0132.txt index bec8b3ea..ddee01d5 100644 --- a/files/msgdata/msg/narc_0132.txt +++ b/files/msgdata/msg/narc_0132.txt @@ -14,4 +14,4 @@ Hunh?\rDon’t you think it’d be tough for\nan Egg to learn a move? -{STRVAR 3, 3} handed over\n{STRVAR 8, 4} in exchange. +{STRVAR_1 3, 3} handed over\n{STRVAR_1 8, 4} in exchange. diff --git a/files/msgdata/msg/narc_0133.key b/files/msgdata/msg/narc_0133.key deleted file mode 100644 index d0d9cacf..00000000 --- a/files/msgdata/msg/narc_0133.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0134.key b/files/msgdata/msg/narc_0134.key deleted file mode 100644 index 2c321c08..00000000 --- a/files/msgdata/msg/narc_0134.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0134.txt b/files/msgdata/msg/narc_0134.txt index e32b64d2..274ab8cb 100644 --- a/files/msgdata/msg/narc_0134.txt +++ b/files/msgdata/msg/narc_0134.txt @@ -2,7 +2,7 @@ Howdy, there!\rLet me examine your Pokémon to see\nif it’s worthy of a scarf! Hmhm...\nI see...\r This isn’t what I had hoped to see...\rI can’t lie to you, so I’ll just have\nto tell it to you straight.\rThis Pokémon’s not bad, but it’s not\ngood, either. It’s just so-so.\rIf you want to improve this one’s\ncondition, feed it some more Poffins! Your Pokémon is growing up really\ngood. My hat’s off to you.\rI was going to give you a scarf,\nbut your Bag’s full. -Your {STRVAR 0, 0}’s looking good!\nI’d say it’s pretty impressive!\rI’ll tell you what, I’ll give you\nthis {STRVAR 8, 1}!\r +Your {STRVAR_1 0, 0}’s looking good!\nI’d say it’s pretty impressive!\rI’ll tell you what, I’ll give you\nthis {STRVAR_1 8, 1}!\r The Red Scarf stands for passion!\rLet a Pokémon hold it to give it\nan edge in Cool Contests. The Blue Scarf represents the\nvastness of the sea!\rLet a Pokémon hold it to give it\nan edge in Beauty Contests. The Pink Scarf represents charm!\rLet a Pokémon hold it to give it\nan edge in Cute Contests. diff --git a/files/msgdata/msg/narc_0135.key b/files/msgdata/msg/narc_0135.key deleted file mode 100644 index b10c5b89..00000000 --- a/files/msgdata/msg/narc_0135.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0135.txt b/files/msgdata/msg/narc_0135.txt index dc4cfd35..c77be5ae 100644 --- a/files/msgdata/msg/narc_0135.txt +++ b/files/msgdata/msg/narc_0135.txt @@ -1,7 +1,7 @@ -Dawn: Hi, {STRVAR 3, 0}!\nPlease, can you help me?\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need your help.\rI’ll be waiting in front of the\nwarehouses. Please come!\r -Lucas: Hey! {STRVAR 3, 0}!\nListen, I need your help...\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need you to help me.\rI’ll be waiting in front of the\nwarehouses. Please come!\r -Dawn: {STRVAR 3, 0}, are you going\nto take the Gym challenge?\rGee, you keep getting tougher and\ntougher, don’t you?\rMe? Well, I went shopping at the\ndepartment store, and...\rI mean, well, of course I’ve been\nworking on my Pokédex, but...\rI’ll catch you later!\r -Lucas: Hey! {STRVAR 3, 0}, are you\ngoing to take on the Gym Leader?\rWow, you just keep getting tougher\nand tougher.\rMe? Well, I took a look in the\nGame Corner, and...\rI mean, yeah, of course I’ve been\nworking on my Pokédex, but...\rAnyways, keep it up!\nI’ll see you around!\r +Dawn: Hi, {STRVAR_1 3, 0}!\nPlease, can you help me?\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need your help.\rI’ll be waiting in front of the\nwarehouses. Please come!\r +Lucas: Hey! {STRVAR_1 3, 0}!\nListen, I need your help...\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need you to help me.\rI’ll be waiting in front of the\nwarehouses. Please come!\r +Dawn: {STRVAR_1 3, 0}, are you going\nto take the Gym challenge?\rGee, you keep getting tougher and\ntougher, don’t you?\rMe? Well, I went shopping at the\ndepartment store, and...\rI mean, well, of course I’ve been\nworking on my Pokédex, but...\rI’ll catch you later!\r +Lucas: Hey! {STRVAR_1 3, 0}, are you\ngoing to take on the Gym Leader?\rWow, you just keep getting tougher\nand tougher.\rMe? Well, I took a look in the\nGame Corner, and...\rI mean, yeah, of course I’ve been\nworking on my Pokédex, but...\rAnyways, keep it up!\nI’ll see you around!\r Grunt 1: Hey, you!\nYeah, you!\rThis is Team Galactic’s warehouse!\nIt ain’t no playground for kids!\r Grunt 1: Hey, you!\nYeah, you!\rThis is Team Galactic’s warehouse!\nIt ain’t no playground for kids! Grunt 2: This is the awesome Team\nGalactic’s awesome warehouse!\rA little kid like you should be playing\nat the Pokémon Gym.\rAfter all, the Gym Leader happens to\nbe a kid just like you! @@ -10,16 +10,16 @@ Grunt 2: You’re trying to get the\nPokédex back from us?\rNot when we, Team G Grunt 1: Aww, that stinks!\nOur Pokémon are chumps!\rWe should get new ones from\nheadquarters.\rHumph! Who cares about some\nPokédex anyways?\rTeam Galactic’s going to own\nall the Pokémon in the world...\fNo, in the universe!\r There! Take it!\nTake your Pokédex!\r Grunt 2: Those things we had in\nthe warehouse’ve already been moved\fto Pastoria City anyway...\rSo, we’ll say “You’ll get yours!”\nAnd run like the grunts we are.\r -Dawn: Hi, {STRVAR 3, 0}!\nPlease, can you help me?\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need your help.\fTeam up and battle with me! +Dawn: Hi, {STRVAR_1 3, 0}!\nPlease, can you help me?\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need your help.\fTeam up and battle with me! Dawn: You and your Pokémon together\nwith me and my Pokémon...\rUnited like this, our dream team\nhas no chance of losing!\rI’m not letting those bad people get\naway with their dirty deeds!\r Dawn: I’ll be waiting.\nPlease get ready and come quickly. Dawn: What’s going on?\rWhy is Team Galactic out in the\nstreets like they own the place?\r -Dawn: {STRVAR 3, 0}, thank you,\nsincerely.\rIf Professor Rowan ever finds out that\nI lost my Pokédex...\rEewww...\nI don’t want to think about it.\rSo, {STRVAR 3, 0}, what are you going\nto do now?\rI’m thinking of going to Pastoria\nCity now.\rThe Great Marsh there is home to\nmany kinds of Pokémon.\r -Lucas: Hey! {STRVAR 3, 0}!\nListen, I need your help...\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need you to help me.\rWill you team up with me to take\nthem on? +Dawn: {STRVAR_1 3, 0}, thank you,\nsincerely.\rIf Professor Rowan ever finds out that\nI lost my Pokédex...\rEewww...\nI don’t want to think about it.\rSo, {STRVAR_1 3, 0}, what are you going\nto do now?\rI’m thinking of going to Pastoria\nCity now.\rThe Great Marsh there is home to\nmany kinds of Pokémon.\r +Lucas: Hey! {STRVAR_1 3, 0}!\nListen, I need your help...\rI dropped my Pokédex by accident,\nand Team Galactic found it.\rNow they won’t give it back.\nPlease, I need you to help me.\rWill you team up with me to take\nthem on? Lucas: You and your Pokémon together\nwith me and my Pokémon...\rOur dream team’s not going to lose.\nNot with the way we work together!\rI’m not letting those criminals get\naway with this!\r Lucas: I’ll be waiting!\nGet ready and come quick! Lucas: What’s going on here?\rWhy is Team Galactic out in the\nstreets like they own the place?\r -Lucas: {STRVAR 3, 0}, thanks,\nhonestly.\rIf Professor Rowan ever hears that\nI lost my Pokédex...\rOh, man, that’s something I do not\nwant to think about!\rSo, {STRVAR 3, 0}, what are your\nplans now?\rI’m going off to Pastoria City.\rThe Great Marsh there has all kinds\nof Pokémon.\r +Lucas: {STRVAR_1 3, 0}, thanks,\nhonestly.\rIf Professor Rowan ever hears that\nI lost my Pokédex...\rOh, man, that’s something I do not\nwant to think about!\rSo, {STRVAR_1 3, 0}, what are your\nplans now?\rI’m going off to Pastoria City.\rThe Great Marsh there has all kinds\nof Pokémon.\r There!\nWould you look at those antennae?\rI don’t know what they do, but those\nare some mighty impressive antennae!\r Hey!\nIt’s you!\rI bet you don’t remember me, but\nI sure remember you!\rBecause of you, they took my CLEFAIRY\naway...\rMy partner called it quits and went\nback to his old country...\rI don’t know anything about any\nStorage Key!\r We have the Hidden Machine that teaches\nFly stored in the warehouse.\rThey said I can use it if I show them\nthat I deserve it. diff --git a/files/msgdata/msg/narc_0136.key b/files/msgdata/msg/narc_0136.key deleted file mode 100644 index afd30cd5..00000000 --- a/files/msgdata/msg/narc_0136.key +++ /dev/null @@ -1 +0,0 @@ -nY
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0136.txt b/files/msgdata/msg/narc_0136.txt index 1e17238a..4b995a5a 100644 --- a/files/msgdata/msg/narc_0136.txt +++ b/files/msgdata/msg/narc_0136.txt @@ -1,10 +1,10 @@ Hello.\nI’m pleased to meet you.\rI’m Maylene, and I’m the Gym\nLeader.\rI don’t really know what it means to\nbe strong, or how I got to be the\fGym Leader.\rBut I will do the best I can as the\nGym Leader.\rI take battling very seriously.\nWhenever you’re ready!\r ...OK.\nYou win.\rThat was a tough loss.\nI learned a lot from it.\rPlease, accept this Gym Badge.\r -{STRVAR 3, 0} received\nthe Cobble Badge from Maylene. +{STRVAR_1 3, 0} received\nthe Cobble Badge from Maylene. Um...\nI should explain about that Badge.\rIf you have that official Pokémon\nLeague Badge, you can use the hidden\fmove Fly outside of battle.\rOh, and please take this as well.\r -That {STRVAR 8, 0} contains\nthe move {STRVAR 6, 1}.\rUm... That move inflicts damage,\nand it robs the target’s HP. -Gee, I’m hungry...\rOh, sorry, it’s nothing.\nI didn’t say anything.\r{STRVAR 3, 0}, I can’t explain what\nit means to be strong.\rI don’t know how much effort goes\ninto being strong...\rBut being with Pokémon lets us\nkeep making the effort, doesn’t it? +That {STRVAR_1 8, 0} contains\nthe move {STRVAR_1 6, 1}.\rUm... That move inflicts damage,\nand it robs the target’s HP. +Gee, I’m hungry...\rOh, sorry, it’s nothing.\nI didn’t say anything.\r{STRVAR_1 3, 0}, I can’t explain what\nit means to be strong.\rI don’t know how much effort goes\ninto being strong...\rBut being with Pokémon lets us\nkeep making the effort, doesn’t it? Hey, there!\nHow’s it going, Champ-to-be?\rThe Gym Leader is a user of\nFighting-type Pokémon.\rShe’d be a terror against Normal-type\nPokémon.\rBut! And it’s a big but!\nJust between you and me...\rMaylene, the Gym Leader, said Flying-\nand Psychic-type Pokémon could be\freal trouble for her! -Oh! {STRVAR 3, 0}!\nYou’ve beaten the Gym Leader!\rOf course, I thought you’d win. -Veilstone City Pokémon Gym\nLeader: Maylene\rCertified Trainers:\n{STRVAR 3, 1} -Veilstone City Pokémon Gym\nLeader: Maylene\rCertified Trainers:\n{STRVAR 3, 0}\f{STRVAR 3, 1} +Oh! {STRVAR_1 3, 0}!\nYou’ve beaten the Gym Leader!\rOf course, I thought you’d win. +Veilstone City Pokémon Gym\nLeader: Maylene\rCertified Trainers:\n{STRVAR_1 3, 1} +Veilstone City Pokémon Gym\nLeader: Maylene\rCertified Trainers:\n{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0137.key b/files/msgdata/msg/narc_0137.key deleted file mode 100644 index 8dac548f..00000000 --- a/files/msgdata/msg/narc_0137.key +++ /dev/null @@ -1 +0,0 @@ -s+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0138.key b/files/msgdata/msg/narc_0138.key deleted file mode 100644 index 9cfa66a4..00000000 --- a/files/msgdata/msg/narc_0138.key +++ /dev/null @@ -1 +0,0 @@ -{+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0139.key b/files/msgdata/msg/narc_0139.key deleted file mode 100644 index cc0110f5..00000000 --- a/files/msgdata/msg/narc_0139.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0139.txt b/files/msgdata/msg/narc_0139.txt index b23cbbaa..9e4e293c 100644 --- a/files/msgdata/msg/narc_0139.txt +++ b/files/msgdata/msg/narc_0139.txt @@ -11,13 +11,13 @@ Oh, your Bag is full...\nWe will hold the TM for you. You can’t play if you don’t have\na Coin Case. I’ll explain how the slot machines\nwork at this Game Corner.\rDuring regular play, you should\nstop the reels from the left.\rDuring the bonus round, watch\nwhere CLEFAIRY points and stop\fthe reels in that order. Hey, kid, if you want to play here,\nyou need a Coin Case.\rI think the young man next door\nhad one. -I’ve been winning a ton today.\nHere, take some Coins!\r{STRVAR 3, 0} received 20 Coins\nfrom the man.\r{STRVAR 3, 0} put the Coins away in\nthe Coin Case. +I’ve been winning a ton today.\nHere, take some Coins!\r{STRVAR_1 3, 0} received 20 Coins\nfrom the man.\r{STRVAR_1 3, 0} put the Coins away in\nthe Coin Case. Listen, when CLEFAIRY appears, that’s\nyour chance to line up sevens.\rLine those babies up and you’re into\nthe bonus round! Woohoo! CLEFAIRY! Look at it!\nIt’s driving me bananas!\rOh, if only you had a Coin Case!\nThen you’d know what fun this is! -Woohoo! CLEFAIRY! Look!\nYeahah! It’s a carnival!\rLet me share some of my joy with\nyou!\r{STRVAR 3, 0} received 50 Coins\nfrom the man.\r{STRVAR 3, 0} put the Coins away in\nthe Coin Case. +Woohoo! CLEFAIRY! Look!\nYeahah! It’s a carnival!\rLet me share some of my joy with\nyou!\r{STRVAR_1 3, 0} received 50 Coins\nfrom the man.\r{STRVAR_1 3, 0} put the Coins away in\nthe Coin Case. Woohoo! CLEFAIRY! It’s adorable!\nJust seeing it gets my pulse racing!\rOh, let me impart a piece of advice\nto you!\rIf the moon turns red, you don’t\nwant to get a replay because it\fmakes CLEFAIRY tired! I want Coins, of course, but\nsetting records is hot, too! When a Poké Ball appears, it’s a\nchance to line up slot marks.\rReplays and PIKACHU line up even if\nyou don’t make an effort.\rBut you need to aim for better marks,\nlike Poké Balls and Moon Stones. A friend in my group scored a ton\nof Coins here.\rI’m going to challenge him! Sigh...\nNothing’s going my way today...\rAre you a Trainer?\nDid you battle the Gym Leader?\rShe happens to be my daughter.\nShe’s some kind of tough! -Shoot for 10!\nLine up those bonus rounds!\rIf you accomplish the feat of completing\n10 uninterrupted bonus rounds,\fplease go to the counter.\rYou will be presented with a fabulous\nprize!\rThe current record sits at\n{STRVAR 52, 0} straight bonus rounds! +Shoot for 10!\nLine up those bonus rounds!\rIf you accomplish the feat of completing\n10 uninterrupted bonus rounds,\fplease go to the counter.\rYou will be presented with a fabulous\nprize!\rThe current record sits at\n{STRVAR_1 52, 0} straight bonus rounds! diff --git a/files/msgdata/msg/narc_0140.key b/files/msgdata/msg/narc_0140.key deleted file mode 100644 index 42127782..00000000 --- a/files/msgdata/msg/narc_0140.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0140.txt b/files/msgdata/msg/narc_0140.txt index fb80e0cc..a5acb9c5 100644 --- a/files/msgdata/msg/narc_0140.txt +++ b/files/msgdata/msg/narc_0140.txt @@ -2,6 +2,6 @@ Welcome to the fabulous Veilstone\nDepartment Store. This department store knows how to\nensure customer satisfaction.\rThey really look after you once you\nbecome a regular customer. I like the formal air of a luxury\ndepartment store. I made an Accessory modeled after\nthe Pokémon of a Trainer I met.\rWould you like one?\r -It’s a {STRVAR 31, 0}.\rIt will give your Pokémon a\ndifferent look for Contests. +It’s a {STRVAR_1 31, 0}.\rIt will give your Pokémon a\ndifferent look for Contests. Discover a new you!\nVeilstone Department Store 1F: Trainers’ Zone\r2F: Battle Collection\r3F: TM Corner\r4F: Poké Dolls & Goods\r5F: Rooftop Plaza diff --git a/files/msgdata/msg/narc_0141.key b/files/msgdata/msg/narc_0141.key deleted file mode 100644 index 0787c3a1..00000000 --- a/files/msgdata/msg/narc_0141.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0141.txt b/files/msgdata/msg/narc_0141.txt index e14b88d9..f785f938 100644 --- a/files/msgdata/msg/narc_0141.txt +++ b/files/msgdata/msg/narc_0141.txt @@ -1,5 +1,5 @@ Hello.\nMay I help you with anything? -Hello, {STRVAR 3, 0}.\nMay I help you with anything? +Hello, {STRVAR_1 3, 0}.\nMay I help you with anything? Please enjoy yourself. Would you care for a Protein?\nIt’s a drink that boosts Attack. May I suggest a Carbos? It’s a drink\nthat boosts the base Speed stat. diff --git a/files/msgdata/msg/narc_0142.key b/files/msgdata/msg/narc_0142.key deleted file mode 100644 index 0424481b..00000000 --- a/files/msgdata/msg/narc_0142.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0142.txt b/files/msgdata/msg/narc_0142.txt index 16a00c39..a4b16cf5 100644 --- a/files/msgdata/msg/narc_0142.txt +++ b/files/msgdata/msg/narc_0142.txt @@ -1,5 +1,5 @@ Hello.\nMay I help you with anything? -Hello, {STRVAR 3, 0}.\nMay I help you with anything? +Hello, {STRVAR_1 3, 0}.\nMay I help you with anything? Please enjoy yourself. False Swipe makes wild Pokémon easier\nto catch.\rMany customers have confided that to\nme recently. For Fire-type Pokémon, may I suggest\nFire Blast? diff --git a/files/msgdata/msg/narc_0143.key b/files/msgdata/msg/narc_0143.key deleted file mode 100644 index d941d849..00000000 --- a/files/msgdata/msg/narc_0143.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0143.txt b/files/msgdata/msg/narc_0143.txt index 5d89263c..c3102d72 100644 --- a/files/msgdata/msg/narc_0143.txt +++ b/files/msgdata/msg/narc_0143.txt @@ -1,5 +1,5 @@ Hello.\nMay I help you with anything? -Hello, {STRVAR 3, 0}.\nMay I help you with anything? +Hello, {STRVAR_1 3, 0}.\nMay I help you with anything? Please enjoy yourself. The Yellow Cushion is popular for its\nperfect balance of soft and firm. You would be surprised at how many\ncustomers buy Cupboards. diff --git a/files/msgdata/msg/narc_0144.key b/files/msgdata/msg/narc_0144.key deleted file mode 100644 index e710722d..00000000 --- a/files/msgdata/msg/narc_0144.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0144.txt b/files/msgdata/msg/narc_0144.txt index 524d1c17..f2b2287f 100644 --- a/files/msgdata/msg/narc_0144.txt +++ b/files/msgdata/msg/narc_0144.txt @@ -5,7 +5,7 @@ That Sticky Barb is a hold item.\nIf the Pokémon holding it is hit...\rThe Stic Two buff guys standing side by side.\nThat’s all. What? What’s the problem? 1F: Trainers’ Zone\r2F: Battle Collection\r3F: TM Corner\r4F: Poké Dolls & Goods\r5F: Rooftop Plaza It’s a Vending Machine.\nWhich drink would you like? -Clang!\rA can of {STRVAR 8, 0} dropped\ndown.\r -Clang!\rBonus! Another can of {STRVAR 8, 0}\ndropped down.\r +Clang!\rA can of {STRVAR_1 8, 0} dropped\ndown.\r +Clang!\rBonus! Another can of {STRVAR_1 8, 0}\ndropped down.\r Not enough money... Decided not to buy a drink. diff --git a/files/msgdata/msg/narc_0145.key b/files/msgdata/msg/narc_0145.key deleted file mode 100644 index 301caa09..00000000 --- a/files/msgdata/msg/narc_0145.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0146.key b/files/msgdata/msg/narc_0146.key deleted file mode 100644 index 04ffec9a..00000000 --- a/files/msgdata/msg/narc_0146.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0146.txt b/files/msgdata/msg/narc_0146.txt index cd7f5de1..665ea4ee 100644 --- a/files/msgdata/msg/narc_0146.txt +++ b/files/msgdata/msg/narc_0146.txt @@ -4,4 +4,4 @@ Whoa, whoa, whoa! Hold it there!\nDo you have the key?\rI don’t know if you do Whoa, whoa, whoa!\nWhat’s going on here?\rAll my fellow Team Galactic members\nhave disappeared!\rBut nobody relieved me from guarding\nthe warehouse, so I’m staying put!\rHuh?\nThat’s not what this is about? The rust-encrusted door is locked.\nIt appears to take a special key.\n The rust-encrusted door is locked.\nIt appears to take a special key.\rUse the Storage Key? -{STRVAR 3, 0} inserted and turned the\nStorage Key.\rThe rusty door creaked open!\rThe Storage Key snapped off inside\nthe keyhole... +{STRVAR_1 3, 0} inserted and turned the\nStorage Key.\rThe rusty door creaked open!\rThe Storage Key snapped off inside\nthe keyhole... diff --git a/files/msgdata/msg/narc_0147.key b/files/msgdata/msg/narc_0147.key deleted file mode 100644 index 1ccf3c12..00000000 --- a/files/msgdata/msg/narc_0147.key +++ /dev/null @@ -1 +0,0 @@ -+$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0147.txt b/files/msgdata/msg/narc_0147.txt index 13c9ac05..7ed2d208 100644 --- a/files/msgdata/msg/narc_0147.txt +++ b/files/msgdata/msg/narc_0147.txt @@ -1,10 +1,10 @@ Welcome!\rYou may exchange your Coins for\nfabulous prizes here!\r Which prize would you like? -So your choice is\nthe {STRVAR 8, 0}? -So your choice is {STRVAR 8, 0}:\n{STRVAR 6, 1}? +So your choice is\nthe {STRVAR_1 8, 0}? +So your choice is {STRVAR_1 8, 0}:\n{STRVAR_1 6, 1}? Here you go! You don’t have enough Coins.\r -There isn’t any room available for\nthat {STRVAR 8, 0}.\r +There isn’t any room available for\nthat {STRVAR_1 8, 0}.\r Oh, is that so? \nPlease come back with some Coins! I love words like “walk-off,\ngrand-slam home run.” They have prizes I really want, but\nit’d be tough saving up the Coins. diff --git a/files/msgdata/msg/narc_0148.key b/files/msgdata/msg/narc_0148.key deleted file mode 100644 index 4a038228..00000000 --- a/files/msgdata/msg/narc_0148.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0149.key b/files/msgdata/msg/narc_0149.key deleted file mode 100644 index 8d9c6e8e..00000000 --- a/files/msgdata/msg/narc_0149.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0150.key b/files/msgdata/msg/narc_0150.key deleted file mode 100644 index 035258a0..00000000 --- a/files/msgdata/msg/narc_0150.key +++ /dev/null @@ -1 +0,0 @@ -3$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0151.key b/files/msgdata/msg/narc_0151.key deleted file mode 100644 index 484b2881..00000000 --- a/files/msgdata/msg/narc_0151.key +++ /dev/null @@ -1 +0,0 @@ -K$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0151.txt b/files/msgdata/msg/narc_0151.txt index 307b4c61..506ac08a 100644 --- a/files/msgdata/msg/narc_0151.txt +++ b/files/msgdata/msg/narc_0151.txt @@ -2,7 +2,7 @@ Oh, looking a little tired?\n...Oh, no, not you.\fI meant your Pokémon.\rIf you Which one needs a little love?\r Oh!\nHey, I’m not doing anything shady... Giggle... OK, let’s get started.\nOK, sweetie, just relax...\r -{STRVAR 0, 0} looks dreamily\ncontent...\r +{STRVAR_1 0, 0} looks dreamily\ncontent...\r Drop by again tomorrow if you’d like. That’s silly! I’d break that Egg\nif I tried to massage it! When I was massaging your Pokémon,\nI found this.\r diff --git a/files/msgdata/msg/narc_0152.key b/files/msgdata/msg/narc_0152.key deleted file mode 100644 index 506cd6b9..00000000 --- a/files/msgdata/msg/narc_0152.key +++ /dev/null @@ -1 +0,0 @@ -B
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0153.key b/files/msgdata/msg/narc_0153.key deleted file mode 100644 index 036a3282..00000000 --- a/files/msgdata/msg/narc_0153.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0154.key b/files/msgdata/msg/narc_0154.key deleted file mode 100644 index e6a33ddb..00000000 --- a/files/msgdata/msg/narc_0154.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0155.key b/files/msgdata/msg/narc_0155.key deleted file mode 100644 index f5207181..00000000 --- a/files/msgdata/msg/narc_0155.key +++ /dev/null @@ -1 +0,0 @@ -m9
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0155.txt b/files/msgdata/msg/narc_0155.txt index f32dfc23..4660b07d 100644 --- a/files/msgdata/msg/narc_0155.txt +++ b/files/msgdata/msg/narc_0155.txt @@ -1,5 +1,5 @@ Hey, there!\nHow’s it going, Champ-to-be?\rLet me check out your Trainer Case.\nLet’s see how many Badges you have.\rOne, two, three...\nWhoa! Wow! You’ve already got seven!\rThat means if you can beat this Gym\nLeader, you’re on your way to the\fPokémon League next.\rThat also means this is the last time\nI get to give you advice.\rThis is it, kiddo!\nListen carefully...one last time!\rThe Gym Leader here is a master of\nElectric-type Pokémon!\rThat’s all I have to say.\nThe rest is up to you! -Oh! {STRVAR 3, 0}!\nDid you beat the Gym Leader?\fWell, of course you did!\rBut, you know what?\nYou haven’t made it in my mind yet!\rDo you know why?\rBecause you and your Pokémon are\ncapable of achieving so much more!\rBut, I am proud of you!\nEight Sinnoh Badges!\fWay to go, kiddo! +Oh! {STRVAR_1 3, 0}!\nDid you beat the Gym Leader?\fWell, of course you did!\rBut, you know what?\nYou haven’t made it in my mind yet!\rDo you know why?\rBecause you and your Pokémon are\ncapable of achieving so much more!\rBut, I am proud of you!\nEight Sinnoh Badges!\fWay to go, kiddo! Sunyshore City Pokémon Gym\rLeader: Volkner -Sunyshore City Pokémon Gym\rLeader: Volkner\nCertified Trainers:\f{STRVAR 3, 0} -Sunyshore City Pokémon Gym\rLeader: Volkner\nCertified Trainers:\f{STRVAR 3, 0}\f{STRVAR 3, 1} +Sunyshore City Pokémon Gym\rLeader: Volkner\nCertified Trainers:\f{STRVAR_1 3, 0} +Sunyshore City Pokémon Gym\rLeader: Volkner\nCertified Trainers:\f{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0156.key b/files/msgdata/msg/narc_0156.key deleted file mode 100644 index fdda785a..00000000 --- a/files/msgdata/msg/narc_0156.key +++ /dev/null @@ -1 +0,0 @@ -e9
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0156.txt b/files/msgdata/msg/narc_0156.txt index d3145080..3dfd86d4 100644 --- a/files/msgdata/msg/narc_0156.txt +++ b/files/msgdata/msg/narc_0156.txt @@ -1,6 +1,6 @@ ...All right, challenger.\rIt’s not often, but some Trainers\nmanage to come and challenge me.\rBut they’ve all been boring battles.\nI didn’t break a sweat beating them.\r...Sigh...\nI’m Volkner, the Gym Leader.\rThey say I’m the top Gym Leader in\nSinnoh, but...\rAnyway, I guess we’d better get this\ndone.\rI hope you’re the Trainer who’ll make\nme remember how fun it is to battle!\r ...Hehehe.\rHahahah!\r...That was the most fun I’ve had\nin a battle since...I don’t know when!\rIt’s also made me excited to know\nyou and your team will keep battling\fto greater heights!\rThis is your eighth Gym Badge.\nYou’ve earned this!\r -{STRVAR 3, 0} received\nthe Beacon Badge from Volkner. +{STRVAR_1 3, 0} received\nthe Beacon Badge from Volkner. That Beacon Badge lets you use\nthe hidden move Waterfall even when\fyou’re not in a battle.\rWaterfall happens to be key if you’re\ngoing to the Pokémon League.\rAlso, because you’ve collected all\neight Badges, any Pokémon at any\flevel will now obey you without fail.\rI want you to take this, too.\r -What’s inside that {STRVAR 8, 0}\nis the move {STRVAR 6, 1}.\rIt may raise Special Attack if it\nlands. It’s pretty hot. +What’s inside that {STRVAR_1 8, 0}\nis the move {STRVAR_1 6, 1}.\rIt may raise Special Attack if it\nlands. It’s pretty hot. Your next step is the Pokémon\nLeague challenge.\rIt’s time for you to cross the sea\nand win your way through the\fgauntlet that is Victory Road.\rDemonstrate to the Pokémon League\nyour mastery of your team.\rAgainst you, even the Elite Four will\nbe pushed to fend off your challenge! diff --git a/files/msgdata/msg/narc_0157.key b/files/msgdata/msg/narc_0157.key deleted file mode 100644 index 48b37ce1..00000000 --- a/files/msgdata/msg/narc_0157.key +++ /dev/null @@ -1 +0,0 @@ -*
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0158.key b/files/msgdata/msg/narc_0158.key deleted file mode 100644 index 56922137..00000000 --- a/files/msgdata/msg/narc_0158.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0158.txt b/files/msgdata/msg/narc_0158.txt index 55c29576..79c0c659 100644 --- a/files/msgdata/msg/narc_0158.txt +++ b/files/msgdata/msg/narc_0158.txt @@ -1,9 +1,9 @@ -Oh?\nYour {STRVAR 0, 0}...\r +Oh?\nYour {STRVAR_1 0, 0}...\r It worked stupendously hard,\ndidn’t it?\rAs its reward, please give it this\nEffort Ribbon.\r -{STRVAR 3, 1} received\nthe Effort Ribbon.\r -{STRVAR 3, 1} put the Effort Ribbon\non {STRVAR 0, 0}. +{STRVAR_1 3, 1} received\nthe Effort Ribbon.\r +{STRVAR_1 3, 1} put the Effort Ribbon\non {STRVAR_1 0, 0}. It needs to work a little harder.\rIf it does, I’ll give your Pokémon\nsomething nice. -Oh! That Effort Ribbon looks \ngood on your {STRVAR 0, 0}! +Oh! That Effort Ribbon looks \ngood on your {STRVAR_1 0, 0}! Sunyshore Market is best known for\nits big selection of Seals. Ah, please, allow me a little of your\ntime, if you will. You won’t regret it.\r Ah, please, allow me a little of your\ntime, if you will. You won’t regret it.\r...Oh, but, no, no, no!\nYou have no Seal Case?\rYou must return to the town with the\nruins and obtain a Seal Case! diff --git a/files/msgdata/msg/narc_0159.key b/files/msgdata/msg/narc_0159.key deleted file mode 100644 index aa1fcd75..00000000 --- a/files/msgdata/msg/narc_0159.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0159.txt b/files/msgdata/msg/narc_0159.txt index 4aef3e1c..ba5eea41 100644 --- a/files/msgdata/msg/narc_0159.txt +++ b/files/msgdata/msg/narc_0159.txt @@ -1,22 +1,22 @@ Julia: Oh, hello.\nYou’re quite the nifty Trainer.\rMy husband is a Sailor, and he’s off\nworking somewhere far away.\rI long for the day he comes back\nto me.\rAll that waiting gets to be very\nboring every day, though...\rI know! How about you visit me and\ntell me stories every so often? Starting tomorrow, please visit and\ntell me stories about your travels. Julia: Today is Monday!\rIt’s time to get going on a brand-new\nweek.\rIs there a story that might help\nme perk up?\rMaybe a story about getting splashed\nwith water... -{STRVAR 28, 0} splashed with water...\n...\rThat sounds refreshing!\nIt’s made me feel awake!\r +{STRVAR_1 28, 0} splashed with water...\n...\rThat sounds refreshing!\nIt’s made me feel awake!\r Thank you!\nPlease give this to your Pokémon.\r -{STRVAR 3, 2} received\nthe {STRVAR 39, 3}.\r -{STRVAR 3, 2} put\nthe {STRVAR 39, 3}\fon {STRVAR 0, 1}.\r +{STRVAR_1 3, 2} received\nthe {STRVAR_1 39, 3}.\r +{STRVAR_1 3, 2} put\nthe {STRVAR_1 39, 3}\fon {STRVAR_1 0, 1}.\r Julia: Please tell me another story\ntomorrow. -Julia: Hello!\rOh, this is the {STRVAR 0, 1} I gave\na Ribbon to before.\rI’ve got lots of Ribbons--you should\nbring other Pokémon. +Julia: Hello!\rOh, this is the {STRVAR_1 0, 1} I gave\na Ribbon to before.\rI’ve got lots of Ribbons--you should\nbring other Pokémon. Julia: Oh...\nYou couldn’t think up anything? Julia: Today is Tuesday!\rThe first date I went on with my\nhusband was on Tuesday, too.\rI remember my heart thumping like\nI was scared, and I guess I was.\rDo you know any story that would\nscare me like that?\rLike something that jumps out\nfrom hiding? -One mean {STRVAR 28, 0} that bursts\nout from a closet?\f...\rYikes!\nThat would be scary!\r +One mean {STRVAR_1 28, 0} that bursts\nout from a closet?\f...\rYikes!\nThat would be scary!\r Julia: Sigh...\nI gained a little weight...\rThis dress that my husband bought\nfor me is too tight now...\rThis makes me feel sad...\rMisery does love company.\nSomething that would make me cry? -A tearful {STRVAR 28, 0}...\n...\rSniffle... That is so sad...\nI feel desolate, even!\r +A tearful {STRVAR_1 28, 0}...\n...\rSniffle... That is so sad...\nI feel desolate, even!\r Julia: It’s Thursday already?\nI lost track of time!\rMy favorite magazine comes out today.\nI’d better go buy it quick!\rDo you know a story about being\nabsentminded?\rLike getting your shoes backward? -The {STRVAR 28, 0} had shoes\non the wrong feet?\r...\nAhahaha! That is so silly!\rHow is it possible to be that\nabsentminded?\r +The {STRVAR_1 28, 0} had shoes\non the wrong feet?\r...\nAhahaha! That is so silly!\rHow is it possible to be that\nabsentminded?\r Julia: Today is Friday!\rMy meager cooking repertoire is\nabout to run out!\rDo you know a story that would\nhelp me get my thoughts in order?\rLike a story about numbers adding\nup perfectly? -You went {STRVAR 28, 0}\nshopping and paid $777 including tax?\rThat is a nice number to ring up.\nIt just has a good look to it.\rIt’s sure helped me clear my head!\r +You went {STRVAR_1 28, 0}\nshopping and paid $777 including tax?\rThat is a nice number to ring up.\nIt just has a good look to it.\rIt’s sure helped me clear my head!\r Julia: Yawn...\nToday’s Saturday...\fI’m feeling lazy and sleepy...\rI wish I had a pillow...\nBut what kind of a pillow? -{STRVAR 28, 0} snuggle pillow...\n...\rIt... It surprisingly may give me\na good night’s sleep!\rI wonder if I can buy one somewhere.\r +{STRVAR_1 28, 0} snuggle pillow...\n...\rIt... It surprisingly may give me\na good night’s sleep!\rI wonder if I can buy one somewhere.\r Julia: Oh, hello! You’re on your\nadventure even though it’s Sunday!\rWhen I was younger, I remember that\nevery day was like an adventure.\rIt was always fun. I loved the people\naround me... I was happy.\rOh, but I’m happy now, too.\nI love my life with my husband.\fIt’s just a different kind of happy.\rSo, what makes you happy? -You love {STRVAR 28, 0}?\n...\rUfufu... That says something about\nyou. It puts a smile on my face!\r +You love {STRVAR_1 28, 0}?\n...\rUfufu... That says something about\nyou. It puts a smile on my face!\r diff --git a/files/msgdata/msg/narc_0160.key b/files/msgdata/msg/narc_0160.key deleted file mode 100644 index 6743d671..00000000 --- a/files/msgdata/msg/narc_0160.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0161.key b/files/msgdata/msg/narc_0161.key deleted file mode 100644 index 97838ba6..00000000 --- a/files/msgdata/msg/narc_0161.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0162.key b/files/msgdata/msg/narc_0162.key deleted file mode 100644 index cb93b94f..00000000 --- a/files/msgdata/msg/narc_0162.key +++ /dev/null @@ -1 +0,0 @@ -"T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0163.key b/files/msgdata/msg/narc_0163.key deleted file mode 100644 index 0cfce363..00000000 --- a/files/msgdata/msg/narc_0163.key +++ /dev/null @@ -1 +0,0 @@ -:T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0164.key b/files/msgdata/msg/narc_0164.key deleted file mode 100644 index bc60372f..00000000 --- a/files/msgdata/msg/narc_0164.key +++ /dev/null @@ -1 +0,0 @@ -3
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0164.txt b/files/msgdata/msg/narc_0164.txt index a096fd84..3ef51699 100644 --- a/files/msgdata/msg/narc_0164.txt +++ b/files/msgdata/msg/narc_0164.txt @@ -2,7 +2,7 @@ That glaringly bright and cool thing\nyou have!\rIt’s undoubtedly a Pokétch!\ What am I in the mood to see now...\rI’d like to see a Pokémon with\na Serious nature. What am I in the mood to see now...\rI’d like to see a Pokémon with\na Naive nature. What am I in the mood to see now...\rI’d like to see a Pokémon with\na Quirky nature. -Yep! Your {STRVAR 0, 0} has\na Serious nature all right!\rThanks! I’ll give you this\nCalendar app for your Pokétch.\r -Yep! Your {STRVAR 0, 0} has\na Naive nature all right!\rThanks! I’ll give you this\nDot Artist app for your Pokétch.\r -Yep! Your {STRVAR 0, 0} has\na Quirky nature all right!\rThanks! I’ll give you this\nRoulette app for your Pokétch.\r +Yep! Your {STRVAR_1 0, 0} has\na Serious nature all right!\rThanks! I’ll give you this\nCalendar app for your Pokétch.\r +Yep! Your {STRVAR_1 0, 0} has\na Naive nature all right!\rThanks! I’ll give you this\nDot Artist app for your Pokétch.\r +Yep! Your {STRVAR_1 0, 0} has\na Quirky nature all right!\rThanks! I’ll give you this\nRoulette app for your Pokétch.\r Someday, Pokétch apps may outnumber\nall the species of Pokémon. diff --git a/files/msgdata/msg/narc_0165.key b/files/msgdata/msg/narc_0165.key deleted file mode 100644 index fa19940f..00000000 --- a/files/msgdata/msg/narc_0165.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0165.txt b/files/msgdata/msg/narc_0165.txt index fa2d7649..0010b7f6 100644 --- a/files/msgdata/msg/narc_0165.txt +++ b/files/msgdata/msg/narc_0165.txt @@ -1,7 +1,7 @@ ...\n...\r...So, you’re the latest challenger\nup against the Sunyshore Gym...\r All right, I’ve decided!\rIf I find you to be weak, I’m going\nto challenge the Pokémon League.\rI’m all done with renovating the\nGym, so I don’t need to be here.\rMore than anything, I want to have\nbattles that can thrill me again.\r As the toughest Gym Leader in Sinnoh,\nI’m going to unleash everything in\fmy arsenal on you.\r -{STRVAR 3, 0} took a look through\nthe binoculars.\r +{STRVAR_1 3, 0} took a look through\nthe binoculars.\r The Vista Lighthouse represents\nsafety and protection to us Sailors. I love how far away you can see with\nthe binoculars.\rI’m going to go that far away with\nmy Pokémon one day! diff --git a/files/msgdata/msg/narc_0166.key b/files/msgdata/msg/narc_0166.key deleted file mode 100644 index 6f54426d..00000000 --- a/files/msgdata/msg/narc_0166.key +++ /dev/null @@ -1 +0,0 @@ -BT
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0166.txt b/files/msgdata/msg/narc_0166.txt index 69e2b978..aca772cd 100644 --- a/files/msgdata/msg/narc_0166.txt +++ b/files/msgdata/msg/narc_0166.txt @@ -2,7 +2,7 @@ That glaringly bright and cool thing\nyou have!\rIt’s undoubtedly a Pokétch!\ What am I in the mood to see now...\rI’d like to see a Pokémon with\na Serious nature. What am I in the mood to see now...\rI’d like to see a Pokémon with\na Naive nature. What am I in the mood to see now...\rI’d like to see a Pokémon with\na Quirky nature. -Wow! Your {STRVAR 0, 0} has\na Serious nature all right!\rThanks! I’ll give you this\nCalendar app for your Pokétch. -Wow! Your {STRVAR 0, 0} has\na Naive nature all right!\rThanks! I’ll give you this\nDot Artist app for your Pokétch. -Wow! Your {STRVAR 0, 0} has\na Quirky nature all right!\rThanks! I’ll give you this\nRoulette app for your Pokétch. +Wow! Your {STRVAR_1 0, 0} has\na Serious nature all right!\rThanks! I’ll give you this\nCalendar app for your Pokétch. +Wow! Your {STRVAR_1 0, 0} has\na Naive nature all right!\rThanks! I’ll give you this\nDot Artist app for your Pokétch. +Wow! Your {STRVAR_1 0, 0} has\na Quirky nature all right!\rThanks! I’ll give you this\nRoulette app for your Pokétch. Some day, Pokétch apps may outnumber\nall the species of Pokémon. diff --git a/files/msgdata/msg/narc_0167.key b/files/msgdata/msg/narc_0167.key deleted file mode 100644 index aab2c2fa..00000000 --- a/files/msgdata/msg/narc_0167.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0168.key b/files/msgdata/msg/narc_0168.key deleted file mode 100644 index 44b55f5a..00000000 --- a/files/msgdata/msg/narc_0168.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0169.key b/files/msgdata/msg/narc_0169.key deleted file mode 100644 index 5159211e..00000000 --- a/files/msgdata/msg/narc_0169.key +++ /dev/null @@ -1 +0,0 @@ -l
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0169.txt b/files/msgdata/msg/narc_0169.txt index 55ae72c7..6881cbd3 100644 --- a/files/msgdata/msg/narc_0169.txt +++ b/files/msgdata/msg/narc_0169.txt @@ -1,10 +1,10 @@ You want to challenge Candice?\rSure thing!\nI was waiting for someone tough!\rBut I should tell you, I’m tough\nbecause I know how to focus.\rPokémon, fashion, romance...\nIt’s all about focus!\rI’ll show you just what I mean.\nGet ready to lose!\r Wow! You’re great!\nYou’ve earned my respect!\rI think your focus and will bowled\nus over totally.\rOh, that’s right!\nI’m supposed to give you this!\r -{STRVAR 3, 0} received\nthe Icicle Badge from Candice. +{STRVAR_1 3, 0} received\nthe Icicle Badge from Candice. That Icicle Badge I just gave you?\rBecause you have it, you can use the\nhidden move Rock Climb anytime, even\fwhen you’re not in a battle.\rOh, and take this, too.\r -{STRVAR 8, 0} contains the move\n{STRVAR 6, 1}.\rIf the user takes damage, the move’s\npower is doubled!\rCan you imagine what sort of focus\nyou’d need to pull it off? +{STRVAR_1 8, 0} contains the move\n{STRVAR_1 6, 1}.\rIf the user takes damage, the move’s\npower is doubled!\rCan you imagine what sort of focus\nyou’d need to pull it off? Do you think I should try to act\nmore like an Ice-type Gym Leader?\rLike, do you think I should be more\ncool and distant?\rThat sort of thing I have trouble\nwith. Hey, there!\nHow’s it going, Champ-to-be?\rDo you see the big snowballs placed\nhere and there?\rYou need to slide on the ice with\nenough momentum to crush them.\rThe Gym Leader is a user of\nIce-type Pokémon.\rMelt her defenses with scorching-\nhot Fire-type moves!\rIt’s all about focus with this Gym.\nBear down and focus! -Oh! {STRVAR 3, 0}!\nYou’ve beaten the Gym Leader!\rYou were more focused than her,\nand your Pokémon picked up on it! -Snowpoint City Pokémon Gym\nLeader: Candice\rCertified Trainers:\n{STRVAR 3, 1} -Snowpoint City Pokémon Gym\nLeader: Candice\rCertified Trainers:\n{STRVAR 3, 0}\f{STRVAR 3, 1} +Oh! {STRVAR_1 3, 0}!\nYou’ve beaten the Gym Leader!\rYou were more focused than her,\nand your Pokémon picked up on it! +Snowpoint City Pokémon Gym\nLeader: Candice\rCertified Trainers:\n{STRVAR_1 3, 1} +Snowpoint City Pokémon Gym\nLeader: Candice\rCertified Trainers:\n{STRVAR_1 3, 0}\f{STRVAR_1 3, 1} diff --git a/files/msgdata/msg/narc_0170.key b/files/msgdata/msg/narc_0170.key deleted file mode 100644 index 4bf1ab17..00000000 --- a/files/msgdata/msg/narc_0170.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0171.key b/files/msgdata/msg/narc_0171.key deleted file mode 100644 index e60c31e0..00000000 --- a/files/msgdata/msg/narc_0171.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0172.key b/files/msgdata/msg/narc_0172.key deleted file mode 100644 index 417d2dbb..00000000 --- a/files/msgdata/msg/narc_0172.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0172.txt b/files/msgdata/msg/narc_0172.txt index a9c578ff..c91344bb 100644 --- a/files/msgdata/msg/narc_0172.txt +++ b/files/msgdata/msg/narc_0172.txt @@ -1,5 +1,5 @@ Hello, hello. Would you like to hear\na trendy saying? -Very well...\rThe trendy thing to say for you\nwould be...\r{STRVAR 28, 0}!\rThat’s a trendy sort of thing\nto say. +Very well...\rThe trendy thing to say for you\nwould be...\r{STRVAR_1 28, 0}!\rThat’s a trendy sort of thing\nto say. Oh, come on now. With an attitude like\nthat, you’ll fall behind the times! I hope you’ll use trendy sayings\nin a trendy way. Hello, hello. Are you using trendy\nsayings? diff --git a/files/msgdata/msg/narc_0173.key b/files/msgdata/msg/narc_0173.key deleted file mode 100644 index cb561876..00000000 --- a/files/msgdata/msg/narc_0173.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0174.key b/files/msgdata/msg/narc_0174.key deleted file mode 100644 index ac107300..00000000 --- a/files/msgdata/msg/narc_0174.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0175.key b/files/msgdata/msg/narc_0175.key deleted file mode 100644 index d79a4f78..00000000 --- a/files/msgdata/msg/narc_0175.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0175.txt b/files/msgdata/msg/narc_0175.txt index 0a04a5c8..4d0f28f1 100644 --- a/files/msgdata/msg/narc_0175.txt +++ b/files/msgdata/msg/narc_0175.txt @@ -1,5 +1,5 @@ -{STRVAR 3, 0}: Hold it!\nDon’t go off without me!\rYou’re challenging the Pokémon\nLeague, aren’t you?\rThat’s why I’m here, too.\rLet’s see who’s more worthy of making\nthe challenge with a battle!\r -{STRVAR 3, 0}: I guess I’m not ready\nfor the Pokémon League if I’m losing\fto you!\rDarn it!\nYou watch, though!\rI’ll get tougher and win my way\nthrough the Pokémon League!\rBecause I’m going to become the\nChampion, the toughest Trainer!\r{STRVAR 3, 1}! You’d better not\nlose to anyone before me!\r +{STRVAR_1 3, 0}: Hold it!\nDon’t go off without me!\rYou’re challenging the Pokémon\nLeague, aren’t you?\rThat’s why I’m here, too.\rLet’s see who’s more worthy of making\nthe challenge with a battle!\r +{STRVAR_1 3, 0}: I guess I’m not ready\nfor the Pokémon League if I’m losing\fto you!\rDarn it!\nYou watch, though!\rI’ll get tougher and win my way\nthrough the Pokémon League!\rBecause I’m going to become the\nChampion, the toughest Trainer!\r{STRVAR_1 3, 1}! You’d better not\nlose to anyone before me!\r Let me confirm that you are qualified\nto challenge the Pokémon League.\rSo! Let us examine the Gym Badges\nyou gathered from Sinnoh.\rOreburgh City’s Coal Badge!\rEterna City’s Forest Badge!\rVeilstone City’s Cobble Badge!\rPastoria City’s Fen Badge!\rHearthome City’s Relic Badge!\rCanalave City’s Mine Badge!\rSnowpoint City’s Icicle Badge!\rAnd...\nSunyshore City’s Beacon Badge!\r Very well!\rTrainer, you’ve indeed collected\nall the Gym Badges of Sinnoh!\rDemonstrate the power that brought\nyou here and go for glory! You will be facing the Elite Four\nof the Pokémon League.\rIf you can’t beat all four of them\nin a row, you have to start from\fthe first one again. diff --git a/files/msgdata/msg/narc_0176.key b/files/msgdata/msg/narc_0176.key deleted file mode 100644 index d917ee04..00000000 --- a/files/msgdata/msg/narc_0176.key +++ /dev/null @@ -1 +0,0 @@ -*
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0177.key b/files/msgdata/msg/narc_0177.key deleted file mode 100644 index 21c936db..00000000 --- a/files/msgdata/msg/narc_0177.key +++ /dev/null @@ -1 +0,0 @@ -2
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0178.key b/files/msgdata/msg/narc_0178.key deleted file mode 100644 index 82061229..00000000 --- a/files/msgdata/msg/narc_0178.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0179.key b/files/msgdata/msg/narc_0179.key deleted file mode 100644 index 47e43a9a..00000000 --- a/files/msgdata/msg/narc_0179.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0180.key b/files/msgdata/msg/narc_0180.key deleted file mode 100644 index 09bdd015..00000000 --- a/files/msgdata/msg/narc_0180.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0181.key b/files/msgdata/msg/narc_0181.key deleted file mode 100644 index 316e0e6c..00000000 --- a/files/msgdata/msg/narc_0181.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0181.txt b/files/msgdata/msg/narc_0181.txt index 3b14d5cd..c2828a02 100644 --- a/files/msgdata/msg/narc_0181.txt +++ b/files/msgdata/msg/narc_0181.txt @@ -1,9 +1,9 @@ Cynthia: The room ahead is the Hall\nof Fame...\r -Rowan: {STRVAR 3, 0}!\nYour last battle was splendid!\r +Rowan: {STRVAR_1 3, 0}!\nYour last battle was splendid!\r Cynthia: Oh, hello, Professor Rowan.\r -Rowan: Hm!\rA child I enlisted for my Pokédex\nproject has come this far...\rIt’s only natural that I come and\nwitness the child’s crowning glory.\r{STRVAR 3, 0}!\nI shouldn’t call you a child anymore.\fYou’ve grown into a real Champion!\r +Rowan: Hm!\rA child I enlisted for my Pokédex\nproject has come this far...\rIt’s only natural that I come and\nwitness the child’s crowning glory.\r{STRVAR_1 3, 0}!\nI shouldn’t call you a child anymore.\fYou’ve grown into a real Champion!\r Cynthia: Professor, you still enjoy\nthe enthusiasm kids bring to\fyour research, don’t you?\r -{STRVAR 3, 0}, step this way,\nplease.\r -{STRVAR 3, 0}, step this way,\nplease.\r +{STRVAR_1 3, 0}, step this way,\nplease.\r +{STRVAR_1 3, 0}, step this way,\nplease.\r Professor Rowan, I need you over\nhere, as well.\r diff --git a/files/msgdata/msg/narc_0182.key b/files/msgdata/msg/narc_0182.key deleted file mode 100644 index 071b08a7..00000000 --- a/files/msgdata/msg/narc_0182.key +++ /dev/null @@ -1 +0,0 @@ -*
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0182.txt b/files/msgdata/msg/narc_0182.txt index 194ecf9b..90fc5e42 100644 --- a/files/msgdata/msg/narc_0182.txt +++ b/files/msgdata/msg/narc_0182.txt @@ -2,6 +2,6 @@ Rowan: It’s been a long while since\nI last entered this room...\r Rowan: No matter how many times\nI come here, I always find myself\fstanding up straighter than usual.\r Cynthia: If your last time here was\nwhen I became Champion, then yes,\fthat would be quite a long time ago.\r Cynthia: It’s a natural reaction,\nProfessor.\rThis room is a legacy to the hopes,\ndreams, and struggles of Pokémon\fand their Trainers to excel.\r -Cynthia: {STRVAR 3, 0}, welcome\nto the Hall of Fame.\r -Cynthia: {STRVAR 3, 0}, welcome\nto the Hall of Fame.\r +Cynthia: {STRVAR_1 3, 0}, welcome\nto the Hall of Fame.\r +Cynthia: {STRVAR_1 3, 0}, welcome\nto the Hall of Fame.\r Your names will be recorded for\nposterity here.\rWhat you are leaving are the memories\nof your adventure so far.\rIt’s time to record your names.\nYou and your Pokémon.\rRemember, your Pokémon are partners\nthat grew with you through\fmany challenging battles.\rThis machine will make a permanent\nrecord of your achievement.\r diff --git a/files/msgdata/msg/narc_0183.key b/files/msgdata/msg/narc_0183.key deleted file mode 100644 index 8bdf886b..00000000 --- a/files/msgdata/msg/narc_0183.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0183.txt b/files/msgdata/msg/narc_0183.txt index ad57fbdc..5da34c0b 100644 --- a/files/msgdata/msg/narc_0183.txt +++ b/files/msgdata/msg/narc_0183.txt @@ -1,6 +1,6 @@ -{STRVAR 3, 0}: Oh, hey, {STRVAR 3, 1}!\nWhat took you so long?\fI’m fining you $100 million!\rListen up. I’m going to become\nthe greatest Trainer ever.\rThat’s why I’m here--to toughen\nup myself and my Pokémon!\r +{STRVAR_1 3, 0}: Oh, hey, {STRVAR_1 3, 1}!\nWhat took you so long?\fI’m fining you $100 million!\rListen up. I’m going to become\nthe greatest Trainer ever.\rThat’s why I’m here--to toughen\nup myself and my Pokémon!\r Hehehe! Sorry!\nI couldn’t help overhearing that.\rBut the greatest Trainer ever?!\nThat’s going to be really tough.\fBecause you’re talking about me!\rTo prove that, I’m going to the\nvolcano right now.\rYou look puzzled. You really don’t\nknow anything, do you?\rAll right, I’ll tell you.\nThis is the Battle Zone, OK?\rAt the far end, there’s a volcano.\rAnd deep inside the volcano, there’s\nsupposed to be a treasure.\r -{STRVAR 3, 0}: So?\nWhat’s the big deal?\rIf I find that treasure first, that’ll\nmake me the greatest Trainer ever?\rThat’s what I’ll do, {STRVAR 3, 1}!\nAnd you too, stranger!\fI’m gonna get the treasure first!\rBut before that, I’m going to the\nBattle Tower! See ya!\r +{STRVAR_1 3, 0}: So?\nWhat’s the big deal?\rIf I find that treasure first, that’ll\nmake me the greatest Trainer ever?\rThat’s what I’ll do, {STRVAR_1 3, 1}!\nAnd you too, stranger!\fI’m gonna get the treasure first!\rBut before that, I’m going to the\nBattle Tower! See ya!\r That guy...\nHe can’t stay still, can he?\r Anyways, howdy, I’m Buck.\nSheesh, that punk can’t beat me.\rSo, do you know that zippity-doodah\nof a Trainer?\rYou should chase after that guy\nand tell him not to underestimate\fthe volcano.\rOh, but you know what?\rYou’d better shape up at the\nBattle Tower first, too.\rI don’t like your chances of getting\nto the volcano, otherwise.\rBe seeing you!\r Howdy, Trainer!\nYou have a Pokédex, do you?\rI bet the person who gave you that\nis waiting for you to fill that\fPokédex completely. @@ -16,12 +16,12 @@ Aye, right!\nIt’s anchors aweigh, then!\r Oh, right. You’d rather just fly\neverywhere in some big hurry. Whenever I go to a new place, I get\nexcited over what I might discover.\rBut places I’ve visited before...\rEven those places thrill me with\nnew discoveries! Hmm!\nA Super Rod is really good!\rWouldn’t you agree? -Hmm!\nWe’re of identical minds!\rHmm!\nTake this {STRVAR 8, 0}!\r +Hmm!\nWe’re of identical minds!\rHmm!\nTake this {STRVAR_1 8, 0}!\r Wherever there’s water, try your\nluck at fishing. Don’t you like to fish? What’s that?\nAny advice for fishing?\rWell, I’ll tell you.\nIt’s all about the rod and technique! Fight Area\nBattles Galore Battle Park Ahead\nWhere Trainers Train Rt. 225 Ahead\nA Road of Challenges -{STRVAR 3, 0}: Hey, {STRVAR 3, 1}!\rYou’re not the only one who’s getting\ntougher, you know!\rI’ll prove it to you!\nGet ready to battle!\r -{STRVAR 3, 0}: ...!\nIt’s OK, though.\r{STRVAR 3, 1}, the tougher you get,\nthe tougher we can get, too.\rThere’s no end to Pokémon.\nThat’s what I’m saying, {STRVAR 3, 1}. +{STRVAR_1 3, 0}: Hey, {STRVAR_1 3, 1}!\rYou’re not the only one who’s getting\ntougher, you know!\rI’ll prove it to you!\nGet ready to battle!\r +{STRVAR_1 3, 0}: ...!\nIt’s OK, though.\r{STRVAR_1 3, 1}, the tougher you get,\nthe tougher we can get, too.\rThere’s no end to Pokémon.\nThat’s what I’m saying, {STRVAR_1 3, 1}. diff --git a/files/msgdata/msg/narc_0184.key b/files/msgdata/msg/narc_0184.key deleted file mode 100644 index 5958af6a..00000000 --- a/files/msgdata/msg/narc_0184.key +++ /dev/null @@ -1 +0,0 @@ -j
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0185.key b/files/msgdata/msg/narc_0185.key deleted file mode 100644 index e90f1faf..00000000 --- a/files/msgdata/msg/narc_0185.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0186.key b/files/msgdata/msg/narc_0186.key deleted file mode 100644 index 5b260e4d..00000000 --- a/files/msgdata/msg/narc_0186.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0187.key b/files/msgdata/msg/narc_0187.key deleted file mode 100644 index 8b84b29b..00000000 --- a/files/msgdata/msg/narc_0187.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0188.key b/files/msgdata/msg/narc_0188.key deleted file mode 100644 index 904aa74f..00000000 --- a/files/msgdata/msg/narc_0188.key +++ /dev/null @@ -1 +0,0 @@ -3D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0189.key b/files/msgdata/msg/narc_0189.key deleted file mode 100644 index a43de2ca..00000000 --- a/files/msgdata/msg/narc_0189.key +++ /dev/null @@ -1,2 +0,0 @@ - -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0190.key b/files/msgdata/msg/narc_0190.key deleted file mode 100644 index a3593cc6..00000000 --- a/files/msgdata/msg/narc_0190.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0191.key b/files/msgdata/msg/narc_0191.key deleted file mode 100644 index a4885ed6..00000000 --- a/files/msgdata/msg/narc_0191.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0191.txt b/files/msgdata/msg/narc_0191.txt index 19013d2a..241eea87 100644 --- a/files/msgdata/msg/narc_0191.txt +++ b/files/msgdata/msg/narc_0191.txt @@ -1,38 +1,38 @@ Choose the Judge you want\nto rate the move. -Performance {COLOR 1}no. {STRVAR 50, 0}{COLOR 0}!\nWhich move is your choice? +Performance {COLOR 1}no. {STRVAR_1 50, 0}{COLOR 0}!\nWhich move is your choice? It’s the {COLOR 1}last {COLOR 0}performance!\nChoose your move! -To {STRVAR 3, 1}, {STRVAR 1, 0}\nperformed {STRVAR 6, 2}!\r +To {STRVAR_1 3, 1}, {STRVAR_1 1, 0}\nperformed {STRVAR_1 6, 2}!\r Oh, no! Someone already\nperformed for that Judge!\r -{STRVAR 3, 0} was strongly\nimpressed by the acting of\r{STRVAR 1, 1} and\n{STRVAR 1, 2}! {COLOR 1}+2{COLOR 0}!\r -{STRVAR 3, 0} was impressed\nby the performances of\r{STRVAR 1, 1}, {STRVAR 1, 2},\nand {STRVAR 1, 3}! {COLOR 1}+1{COLOR 0}!\r -Everyone performed for\n{STRVAR 3, 0}...\rAnd watered down the\nJudge’s impressions.\r -{STRVAR 3, 0} was very\nimpressed by {STRVAR 1, 1}’s\fperformance! {COLOR 1}+3{COLOR 0}!\r +{STRVAR_1 3, 0} was strongly\nimpressed by the acting of\r{STRVAR_1 1, 1} and\n{STRVAR_1 1, 2}! {COLOR 1}+2{COLOR 0}!\r +{STRVAR_1 3, 0} was impressed\nby the performances of\r{STRVAR_1 1, 1}, {STRVAR_1 1, 2},\nand {STRVAR_1 1, 3}! {COLOR 1}+1{COLOR 0}!\r +Everyone performed for\n{STRVAR_1 3, 0}...\rAnd watered down the\nJudge’s impressions.\r +{STRVAR_1 3, 0} was very\nimpressed by {STRVAR_1 1, 1}’s\fperformance! {COLOR 1}+3{COLOR 0}!\r -Upon seeing the Cool move\nperformed, {STRVAR 3, 0}’s\fVoltage went up!\r -Upon seeing the Beauty move\nperformed, {STRVAR 3, 0}’s\fVoltage went up!\r -Upon seeing the Cute move\nperformed, {STRVAR 3, 0}’s\fVoltage went up!\r -Upon seeing the Smart move\nperformed, {STRVAR 3, 0}’s\fVoltage went up!\r -Upon seeing the Tough move\nperformed, {STRVAR 3, 0}’s\fVoltage went up!\r +Upon seeing the Cool move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went up!\r +Upon seeing the Beauty move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went up!\r +Upon seeing the Cute move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went up!\r +Upon seeing the Smart move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went up!\r +Upon seeing the Tough move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went up!\r -Upon seeing the Cool move\nperformed, {STRVAR 3, 0}’s\fVoltage went down.\r -Upon seeing the Beauty move\nperformed, {STRVAR 3, 0}’s\fVoltage went down.\r -Upon seeing the Cute move\nperformed, {STRVAR 3, 0}’s\fVoltage went down.\r -Upon seeing the Smart move\nperformed, {STRVAR 3, 0}’s\fVoltage went down.\r -Upon seeing the Tough move\nperformed, {STRVAR 3, 0}’s\fVoltage went down.\r +Upon seeing the Cool move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went down.\r +Upon seeing the Beauty move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went down.\r +Upon seeing the Cute move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went down.\r +Upon seeing the Smart move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went down.\r +Upon seeing the Tough move\nperformed, {STRVAR_1 3, 0}’s\fVoltage went down.\r The audience is getting\npretty excited!\r -The audience is going wild\nwith excitement! {COLOR 1}+{STRVAR 50, 0}{COLOR 0}!\r +The audience is going wild\nwith excitement! {COLOR 1}+{STRVAR_1 50, 0}{COLOR 0}!\r -{STRVAR 1, 0} didn’t stand\nout very much...\r -{STRVAR 1, 0} caught a\nlittle attention.\r -{STRVAR 1, 0} attracted\ndecent attention.\r -{STRVAR 1, 0} attracted a\nlot of attention!\r -{STRVAR 1, 0} commanded\ntotal attention!\r +{STRVAR_1 1, 0} didn’t stand\nout very much...\r +{STRVAR_1 1, 0} caught a\nlittle attention.\r +{STRVAR_1 1, 0} attracted\ndecent attention.\r +{STRVAR_1 1, 0} attracted a\nlot of attention!\r +{STRVAR_1 1, 0} commanded\ntotal attention!\r OK! It’s time for the\nActing Competition!\rShow off the moves that\nexemplify cuteness!\rFour performances each!\nLet’s see some enthusiasm!\r OK! It’s time for the\nActing Competition!\rShow off the moves that\nexemplify smartness!\rFour performances each!\nLet’s see some enthusiasm!\r diff --git a/files/msgdata/msg/narc_0192.key b/files/msgdata/msg/narc_0192.key deleted file mode 100644 index f4258a5a..00000000 --- a/files/msgdata/msg/narc_0192.key +++ /dev/null @@ -1 +0,0 @@ -}
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0193.key b/files/msgdata/msg/narc_0193.key deleted file mode 100644 index cfeea71d..00000000 --- a/files/msgdata/msg/narc_0193.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0193.txt b/files/msgdata/msg/narc_0193.txt index 4cdf3597..8a105e8d 100644 --- a/files/msgdata/msg/narc_0193.txt +++ b/files/msgdata/msg/narc_0193.txt @@ -7,7 +7,7 @@ Excellent! Good! Miss! The Dance Competition is ready to\nget under way!\rCan the backup dancers flawlessly\nfollow the main dancer’s steps?!\rOK! Everybody, let’s dance!\nStart the music!\r -{COLOR 2}Perform {STRVAR 50, 0} steps as the main dancer!{COLOR 0} +{COLOR 2}Perform {STRVAR_1 50, 0} steps as the main dancer!{COLOR 0} {COLOR 1}Copy the Pokémon before you!{COLOR 0} @@ -16,6 +16,6 @@ The Dance Competition is ready to\nget under way!\rCan the backup dancers flawle -That’s it for the Dance Competition!\rLeading in points right now is\n{STRVAR 3, 0}!\rCan anyone turn things around in the\nActing Competition?\r +That’s it for the Dance Competition!\rLeading in points right now is\n{STRVAR_1 3, 0}!\rCan anyone turn things around in the\nActing Competition?\r Welcome! Thanks for joining our\npractice Contest!\rFeel free to practice all you want\nand train for the big show!\rI’ll be taking part to practice up\non being an MC!\r -Looks like everyone’s here, so let’s\nget on with our dance practice!\r{STRVAR 1, 0}, you need to dance just\nlike the main dancer.\rAfter dancing twice, the main dancer\nswitches with a backup dancer.\rYou get to be the main dancer last.\nDo a dance that no one can imitate!\rOK! Start it up!\r +Looks like everyone’s here, so let’s\nget on with our dance practice!\r{STRVAR_1 1, 0}, you need to dance just\nlike the main dancer.\rAfter dancing twice, the main dancer\nswitches with a backup dancer.\rYou get to be the main dancer last.\nDo a dance that no one can imitate!\rOK! Start it up!\r diff --git a/files/msgdata/msg/narc_0194.key b/files/msgdata/msg/narc_0194.key deleted file mode 100644 index 95789576..00000000 --- a/files/msgdata/msg/narc_0194.key +++ /dev/null @@ -1 +0,0 @@ -Y
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0195.key b/files/msgdata/msg/narc_0195.key Binary files differdeleted file mode 100644 index 50aafcf1..00000000 --- a/files/msgdata/msg/narc_0195.key +++ /dev/null diff --git a/files/msgdata/msg/narc_0195.txt b/files/msgdata/msg/narc_0195.txt index 9190dc26..a858d450 100644 --- a/files/msgdata/msg/narc_0195.txt +++ b/files/msgdata/msg/narc_0195.txt @@ -1,4 +1,4 @@ -{STRVAR 3, 0}’s +{STRVAR_1 3, 0}’s Link Contest Record Cool Beauty @@ -9,23 +9,23 @@ First Second Third Fourth -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} -{STRVAR 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} +{STRVAR_1 53, 0} diff --git a/files/msgdata/msg/narc_0196.key b/files/msgdata/msg/narc_0196.key deleted file mode 100644 index e7422ac9..00000000 --- a/files/msgdata/msg/narc_0196.key +++ /dev/null @@ -1 +0,0 @@ -\
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0196.txt b/files/msgdata/msg/narc_0196.txt index c6a00c1a..09acf454 100644 --- a/files/msgdata/msg/narc_0196.txt +++ b/files/msgdata/msg/narc_0196.txt @@ -1,8 +1,8 @@ All right, thanks for your patience!\nLet’s begin the Visual Competition!\r -Dexter: Entry number 1!\n{STRVAR 3, 0}!\r{STRVAR 3, 0} has entered the Contest\nwith {STRVAR 0, 1}!\r -Dexter: Entry number 2!\n{STRVAR 3, 0}!\r{STRVAR 3, 0} enters our Contest with\n{STRVAR 0, 1}!\r -Dexter: Entry number 3!\n{STRVAR 3, 0}!\r{STRVAR 3, 0} is in the Contest with\n{STRVAR 0, 1}!\r -Dexter: Entry number 4!\n{STRVAR 3, 0}!\r{STRVAR 3, 0}’s Contest hopes ride\nwith {STRVAR 0, 1}!\r +Dexter: Entry number 1!\n{STRVAR_1 3, 0}!\r{STRVAR_1 3, 0} has entered the Contest\nwith {STRVAR_1 0, 1}!\r +Dexter: Entry number 2!\n{STRVAR_1 3, 0}!\r{STRVAR_1 3, 0} enters our Contest with\n{STRVAR_1 0, 1}!\r +Dexter: Entry number 3!\n{STRVAR_1 3, 0}!\r{STRVAR_1 3, 0} is in the Contest with\n{STRVAR_1 0, 1}!\r +Dexter: Entry number 4!\n{STRVAR_1 3, 0}!\r{STRVAR_1 3, 0}’s Contest hopes ride\nwith {STRVAR_1 0, 1}!\r The Dance Competition is next!\nIs everyone up and ready for this?!\r diff --git a/files/msgdata/msg/narc_0197.key b/files/msgdata/msg/narc_0197.key deleted file mode 100644 index 758694ba..00000000 --- a/files/msgdata/msg/narc_0197.key +++ /dev/null @@ -1 +0,0 @@ -B
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0198.key b/files/msgdata/msg/narc_0198.key deleted file mode 100644 index 950df415..00000000 --- a/files/msgdata/msg/narc_0198.key +++ /dev/null @@ -1 +0,0 @@ -֟
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0198.txt b/files/msgdata/msg/narc_0198.txt index 107f9f20..0b3dd1e8 100644 --- a/files/msgdata/msg/narc_0198.txt +++ b/files/msgdata/msg/narc_0198.txt @@ -1,34 +1,34 @@ -{STRVAR 1, 0} will perform\nfirst the next turn. -{STRVAR 1, 0} will perform\nbefore {STRVAR 1, 1}. -{STRVAR 1, 0} will perform\nlast in the next turn. -{STRVAR 1, 0} will perform\nafter {STRVAR 1, 1}. -{STRVAR 1, 0} didn’t choose\nthe same Judge as anyone\felse! {COLOR 1}+0{COLOR 0}! -{STRVAR 1, 0} chose the same\nJudge as another Pokémon!\f{COLOR 1}+2{COLOR 0}! -{STRVAR 1, 0} chose the same\nJudge as two other\fPokémon! {COLOR 1}+4{COLOR 0}! -{STRVAR 1, 0} chose the same\nJudge as everyone else! {COLOR 1}+6{COLOR 0}! -{STRVAR 1, 0} performed\n{STRVAR 6, 1}!\rIt excited the audience!\n{COLOR 1}+2{COLOR 0}! -{STRVAR 1, 0} didn’t pick the\nsame Judge as anyone else!\rThe performance stood out!\n{COLOR 1}+3{COLOR 0}! -{STRVAR 1, 0} chose the same\nJudge as another Pokémon!\rThe performance didn’t\nstand out! {COLOR 1}+0{COLOR 0}!\r -If {STRVAR 1, 0}’s move\nstands out and doesn’t\rshare the same Judge with\nanother Pokémon: {COLOR 1}+3{COLOR 0}!\r -{STRVAR 1, 0} can perform\nthe same move twice! -The Voltage score is added\non! {COLOR 1}+{STRVAR 50, 0}{COLOR 0}! -{STRVAR 1, 0} chose the same\nJudge as everyone! {COLOR 1}+15{COLOR 0}! -{STRVAR 1, 0} didn’t choose\nthe same Judge as all the\fothers! {COLOR 1}+0{COLOR 0}!\r -If {STRVAR 1, 0} chooses the\nsame Judge as everyone\felse: {COLOR 1}+15{COLOR 0}!\r +{STRVAR_1 1, 0} will perform\nfirst the next turn. +{STRVAR_1 1, 0} will perform\nbefore {STRVAR_1 1, 1}. +{STRVAR_1 1, 0} will perform\nlast in the next turn. +{STRVAR_1 1, 0} will perform\nafter {STRVAR_1 1, 1}. +{STRVAR_1 1, 0} didn’t choose\nthe same Judge as anyone\felse! {COLOR 1}+0{COLOR 0}! +{STRVAR_1 1, 0} chose the same\nJudge as another Pokémon!\f{COLOR 1}+2{COLOR 0}! +{STRVAR_1 1, 0} chose the same\nJudge as two other\fPokémon! {COLOR 1}+4{COLOR 0}! +{STRVAR_1 1, 0} chose the same\nJudge as everyone else! {COLOR 1}+6{COLOR 0}! +{STRVAR_1 1, 0} performed\n{STRVAR_1 6, 1}!\rIt excited the audience!\n{COLOR 1}+2{COLOR 0}! +{STRVAR_1 1, 0} didn’t pick the\nsame Judge as anyone else!\rThe performance stood out!\n{COLOR 1}+3{COLOR 0}! +{STRVAR_1 1, 0} chose the same\nJudge as another Pokémon!\rThe performance didn’t\nstand out! {COLOR 1}+0{COLOR 0}!\r +If {STRVAR_1 1, 0}’s move\nstands out and doesn’t\rshare the same Judge with\nanother Pokémon: {COLOR 1}+3{COLOR 0}!\r +{STRVAR_1 1, 0} can perform\nthe same move twice! +The Voltage score is added\non! {COLOR 1}+{STRVAR_1 50, 0}{COLOR 0}! +{STRVAR_1 1, 0} chose the same\nJudge as everyone! {COLOR 1}+15{COLOR 0}! +{STRVAR_1 1, 0} didn’t choose\nthe same Judge as all the\fothers! {COLOR 1}+0{COLOR 0}!\r +If {STRVAR_1 1, 0} chooses the\nsame Judge as everyone\felse: {COLOR 1}+15{COLOR 0}!\r The Voltage of all the\nJudges went down! -From the previous turn,\n{STRVAR 1, 0} gets {COLOR 1}+{STRVAR 50, 1}{COLOR 0}! -{STRVAR 1, 0} got the same\nrating as {STRVAR 1, 1}, who\fwent before! +From the previous turn,\n{STRVAR_1 1, 0} gets {COLOR 1}+{STRVAR_1 50, 1}{COLOR 0}! +{STRVAR_1 1, 0} got the same\nrating as {STRVAR_1 1, 1}, who\fwent before! The Voltage is prevented\nfrom rising! The next turn’s order has\nbeen scrambled! -{STRVAR 1, 0} performed\nlast! {COLOR 1}+{STRVAR 50, 1}{COLOR 0}! -Higher score earned for low\nVoltage! {COLOR 1}+{STRVAR 50, 0}{COLOR 0}! +{STRVAR_1 1, 0} performed\nlast! {COLOR 1}+{STRVAR_1 50, 1}{COLOR 0}! +Higher score earned for low\nVoltage! {COLOR 1}+{STRVAR_1 50, 0}{COLOR 0}! First performance! {COLOR 1}+2{COLOR 0}! Last performance! {COLOR 1}+2{COLOR 0}! The Voltage is prevented\nfrom falling! The Voltage went up\nconsecutively! {COLOR 1}+3{COLOR 0}! -{STRVAR 1, 0}’s performance\nis first! {COLOR 1}+1{COLOR 0}! -{STRVAR 1, 0}’s performance\nis second! {COLOR 1}+2{COLOR 0}! -{STRVAR 1, 0}’s performance\nis third! {COLOR 1}+3{COLOR 0}! -{STRVAR 1, 0}’s performance\nis last! {COLOR 1}+4{COLOR 0}! +{STRVAR_1 1, 0}’s performance\nis first! {COLOR 1}+1{COLOR 0}! +{STRVAR_1 1, 0}’s performance\nis second! {COLOR 1}+2{COLOR 0}! +{STRVAR_1 1, 0}’s performance\nis third! {COLOR 1}+3{COLOR 0}! +{STRVAR_1 1, 0}’s performance\nis last! {COLOR 1}+4{COLOR 0}! The performance came after\nthe Voltage peaked! {COLOR 1}+3{COLOR 0}! -{STRVAR 1, 0} has the lowest\nscore! {COLOR 1}+3{COLOR 0}! +{STRVAR_1 1, 0} has the lowest\nscore! {COLOR 1}+3{COLOR 0}! diff --git a/files/msgdata/msg/narc_0199.key b/files/msgdata/msg/narc_0199.key deleted file mode 100644 index 0cf5cb97..00000000 --- a/files/msgdata/msg/narc_0199.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0199.txt b/files/msgdata/msg/narc_0199.txt index 490eb9d2..ee7a17ca 100644 --- a/files/msgdata/msg/narc_0199.txt +++ b/files/msgdata/msg/narc_0199.txt @@ -3,44 +3,44 @@ OK, I’ll take your Pokémon for a few\nseconds. Thank you for waiting.\rWe’ve restored your Pokémon to full\nhealth.\r We hope to see you again! Hello, and welcome to\nthe Pokémon Center.\rWe restore your tired Pokémon\nto full health.\rWould you like to...\r -Th-that Trainer Card!\rThat sparkling color!\nAnd all those stars!\rI’ve seen several Trainers with Silver\nTrainer Cards up to now...\rBut you’re the first to top them\nwith that Trainer Card.\rPlease, {STRVAR 3, 0}, may I have\nthe honor of healing your Pokémon? -It’s great to see you, {STRVAR 3, 0}!\nYou want the usual, am I right? +Th-that Trainer Card!\rThat sparkling color!\nAnd all those stars!\rI’ve seen several Trainers with Silver\nTrainer Cards up to now...\rBut you’re the first to top them\nwith that Trainer Card.\rPlease, {STRVAR_1 3, 0}, may I have\nthe honor of healing your Pokémon? +It’s great to see you, {STRVAR_1 3, 0}!\nYou want the usual, am I right? I will be pleased to take your\nPokémon for a few seconds. Thank you for waiting. We hope to see you again! Your Pokémon may be infected with\nthe Pokérus.\rLittle is known about the Pokérus\nexcept that they are microscopic\flife-forms that attach to Pokémon.\rWhile infected, Pokémon are said to\ngrow exceptionally well. -{STRVAR 3, 0} is out of battle-ready\nPokémon!\r{STRVAR 3, 0}’s vision dimmed! +{STRVAR_1 3, 0} is out of battle-ready\nPokémon!\r{STRVAR_1 3, 0}’s vision dimmed! Would you like to save the game? There is already a saved file.\nIs it OK to overwrite it? Saving...\nDon’t turn off the power. -{STRVAR 3, 0} saved the game. +{STRVAR_1 3, 0} saved the game. Warning!\nThere is already a saved game file.\rIf you save now, the other file’s\nadventure, including items and\fPokémon, will be entirely lost.\rAre you sure you want to save now\nand overwrite the other save file? Save error. Saving...\nDon’t turn off the power. There is already a saved game file.\nIt is impossible to save.\rPlease refer to the Instruction\nBooklet for details.\rPress Up + SELECT + B Button on\nthe title screen if you want to erase\fthe current saved game file. Saving a lot of data...\nDon’t turn off the power. -Want to give a nickname to the\n{STRVAR 0, 0}? +Want to give a nickname to the\n{STRVAR_1 0, 0}? -{STRVAR 3, 0} obtained the Pokétch\napp {STRVAR 24, 1}. -Obtained the {STRVAR 8, 0}! -{STRVAR 3, 0} installed the app on\nthe Pokétch.\r +{STRVAR_1 3, 0} obtained the Pokétch\napp {STRVAR_1 24, 1}. +Obtained the {STRVAR_1 8, 0}! +{STRVAR_1 3, 0} installed the app on\nthe Pokétch.\r Too bad!\nThe Bag is full... -{STRVAR 3, 0} obtained\nthe {COLOR 2}{STRVAR 8, 1}{COLOR 0}! -{STRVAR 3, 0} obtained\nthe {COLOR 1}{STRVAR 8, 1}{COLOR 0}! -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the {STRVAR 31, 2} Pocket. -{STRVAR 3, 0} put away the\n{STRVAR 31, 1} in the Fashion Case. -{STRVAR 3, 0} booted up the PC.\r +{STRVAR_1 3, 0} obtained\nthe {COLOR 2}{STRVAR_1 8, 1}{COLOR 0}! +{STRVAR_1 3, 0} obtained\nthe {COLOR 1}{STRVAR_1 8, 1}{COLOR 0}! +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the {STRVAR_1 31, 2} Pocket. +{STRVAR_1 3, 0} put away the\n{STRVAR_1 31, 1} in the Fashion Case. +{STRVAR_1 3, 0} booted up the PC.\r Which PC should be accessed? The Pokémon Storage System\nwas accessed.\r -Accessed {STRVAR 3, 0}’s PC.\r -Rowan’s words echoed...\n{STRVAR 3, 0}! There’s a time and\fplace for everything! But not now. +Accessed {STRVAR_1 3, 0}’s PC.\r +Rowan’s words echoed...\n{STRVAR_1 3, 0}! There’s a time and\fplace for everything! But not now. Welcome!\nWhat do you need? There! All happy and healthy!\nGood luck and take care! -Mom: {STRVAR 3, 0}!\nWelcome home.\rIt sounds like you had quite the\nexperience out there.\rMaybe you should take a quick\nrest so you can relax.\r...\n... +Mom: {STRVAR_1 3, 0}!\nWelcome home.\rIt sounds like you had quite the\nexperience out there.\rMaybe you should take a quick\nrest so you can relax.\r...\n... Mom: Oh, good! You and your\nPokémon are looking great.\rOh, yes, I heard from Professor\nRowan.\rHe said that a Pokémon’s energy is\nmeasured in HP (Hit Points).\rIf your Pokémon lose their HP,\nyou can restore it at any\fPokémon Center.\rIf you’re going to travel far away,\nthe smart Trainer stocks up on\fPotions at the Pokémon Mart.\rMake me proud, honey!\nTake care! -Mom: Oh, good! You and your\nPokémon are looking great.\rOh yes, {STRVAR 3, 0}, your Pokémon\nwill faint if it runs out of HP.\rIf your Pokémon loses its HP, come\nhome before it faints.\rIt will be healed to full health by\ntaking a rest.\rWell, honey, make me proud!\nTake care! +Mom: Oh, good! You and your\nPokémon are looking great.\rOh yes, {STRVAR_1 3, 0}, your Pokémon\nwill faint if it runs out of HP.\rIf your Pokémon loses its HP, come\nhome before it faints.\rIt will be healed to full health by\ntaking a rest.\rWell, honey, make me proud!\nTake care! First, let’s restore your Pokémon\nto full health. Your Pokémon have been healed\nto perfect health. Please visit a Pokémon Center when\nyour Pokémon’s HP goes down.\rIf you’re planning to travel any\ndistance, you should stock up on\fPotions at a Pokémon Mart.\rGood luck, Trainer! @@ -64,7 +64,7 @@ Landed a Pokémon! -{STRVAR 1, 0} survived the poisoning.\nThe poison faded away!\r +{STRVAR_1 1, 0} survived the poisoning.\nThe poison faded away!\r It’s an air vent that exchanges\nthe underground tunnels’ air. ♂ ♀ @@ -75,11 +75,11 @@ Ride your Bike? Get off your Bike? Oh? -{STRVAR 0, 0} hatched from the Egg! -Would you like to nickname the newly\nhatched {STRVAR 0, 0}? +{STRVAR_1 0, 0} hatched from the Egg! +Would you like to nickname the newly\nhatched {STRVAR_1 0, 0}? Repel’s effect wore off... -Obtained the {STRVAR 8, 0}! -Obtained the {STRVAR 8, 0} {STRVAR 51, 1}! +Obtained the {STRVAR_1 8, 0}! +Obtained the {STRVAR_1 8, 0} {STRVAR_1 51, 1}! I’m very sorry.\rWe are working underground right now.\nIt’s off-limits to the public.\rPlease try later on. The {COLOR 2}Digital Watch{COLOR 0} app displays\nthe current time.\r The {COLOR 2}Calculator{COLOR 0} app can handle\ncalculations up to ten digits.\r @@ -106,8 +106,8 @@ The {COLOR 2}Color Changer{COLOR 0} app can change\nthe Pokétch display color. The {COLOR 2}Matchup Checker{COLOR 0} app shows the\naffinity of Pokémon to each other.\r The {COLOR 2}Stopwatch{COLOR 0} app keeps precise\ntime.\r The {COLOR 2}Alarm Clock{COLOR 0} app operates\non a 24-hour system.\r -Obtained {STRVAR 25, 0}. -The {STRVAR 25, 0} was sent to\nthe underground PC. +Obtained {STRVAR_1 25, 0}. +The {STRVAR_1 25, 0} was sent to\nthe underground PC. There is text engraved in the back\nof the obtained Plate...\r“When the universe was created,\nits shards became this Plate.”\r There is text engraved in the back\nof the obtained Plate...\r“The power of defeated giants\ninfuses this Plate.”\r There is text engraved in the back\nof the obtained Plate...\r“Two beings of time and space set\nfree from the Original One.”\r @@ -120,10 +120,10 @@ Ball Capsules can’t be used because\nyou don’t have any Seals.\r Saving the game again...\nDon’t turn off the power. Good morning!\nWelcome to the Pokémon Center.\rWe restore your tired Pokémon\nto full health.\rWould you like to rest your Pokémon? Hello, and welcome to\nthe Pokémon Center.\rWe restore your tired Pokémon\nto full health.\rWould you like to rest your Pokémon? -{STRVAR 3, 0}’s Azure Flute is making\na sound!\rWould you like to blow into the\nAzure Flute? -{STRVAR 3, 0} blew the Azure Flute.\r +{STRVAR_1 3, 0}’s Azure Flute is making\na sound!\rWould you like to blow into the\nAzure Flute? +{STRVAR_1 3, 0} blew the Azure Flute.\r A glowing stairway appeared! The Azure Flute echoed hollowly...\rIt appears to be meaningless using\nthe Azure Flute here... -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the {COLOR 2}{STRVAR 27, 2}{COLOR 0} Pocket.\r -{STRVAR 3, 0} put away the\n{STRVAR 31, 1} in the Fashion Case.\r -The {STRVAR 25, 0} was sent to\nthe underground PC.\r +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the {COLOR 2}{STRVAR_1 27, 2}{COLOR 0} Pocket.\r +{STRVAR_1 3, 0} put away the\n{STRVAR_1 31, 1} in the Fashion Case.\r +The {STRVAR_1 25, 0} was sent to\nthe underground PC.\r diff --git a/files/msgdata/msg/narc_0200.key b/files/msgdata/msg/narc_0200.key deleted file mode 100644 index 9f3b7f03..00000000 --- a/files/msgdata/msg/narc_0200.key +++ /dev/null @@ -1 +0,0 @@ -n
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0200.txt b/files/msgdata/msg/narc_0200.txt index bae04cd9..7eacac15 100644 --- a/files/msgdata/msg/narc_0200.txt +++ b/files/msgdata/msg/narc_0200.txt @@ -1,6 +1,6 @@ A communication error has occurred.\n\nIf you were in the Union Room, you\nwill be returned there.\nIn all other cases, you will be\nreturned to wherever you last\nsaved.\nPlease press the A Button. -An error occurred while attempting\nto communicate. ({STRVAR 54, 0})\nPlease turn off the power, restart\nthis DS system, and try again.\n\nIf this message keeps appearing,\nplease contact Nintendo\nConsumer Service. +An error occurred while attempting\nto communicate. ({STRVAR_1 54, 0})\nPlease turn off the power, restart\nthis DS system, and try again.\n\nIf this message keeps appearing,\nplease contact Nintendo\nConsumer Service. A communication error has occurred.\n\nYou will be returned to the title\nscreen.\nPlease press the A Button. The GTS is extremely busy now.\nPlease wait a while and try again.\n\nPlease press the A Button. An error occurred while attempting\nto communicate.\nPlease turn off the power, restart\nthis DS system, and try again.\n\nIf this message keeps appearing,\nplease contact Nintendo\nConsumer Service. diff --git a/files/msgdata/msg/narc_0201.key b/files/msgdata/msg/narc_0201.key deleted file mode 100644 index 5156858a..00000000 --- a/files/msgdata/msg/narc_0201.key +++ /dev/null @@ -1 +0,0 @@ -&V
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0202.key b/files/msgdata/msg/narc_0202.key deleted file mode 100644 index 1ee3505c..00000000 --- a/files/msgdata/msg/narc_0202.key +++ /dev/null @@ -1 +0,0 @@ -9L
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0203.key b/files/msgdata/msg/narc_0203.key deleted file mode 100644 index ed777be6..00000000 --- a/files/msgdata/msg/narc_0203.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0203.txt b/files/msgdata/msg/narc_0203.txt index 0b0d56fe..dfeb0b85 100644 --- a/files/msgdata/msg/narc_0203.txt +++ b/files/msgdata/msg/narc_0203.txt @@ -20,7 +20,7 @@ There are five Contests in all:\nCool, Beauty, Cute, Smart, and Tough.\rBe sure There are four different ranks to\nthe Pokémon Super Contests.\rThe four ranks are Normal, Great,\nUltra, and Master.\rThe Normal Rank is open for entry\nby any Pokémon.\rA Pokémon winning a Normal Rank\nContest may move up to the Great\fRank in the same category.\rLikewise, win a Great Contest and\nbecome eligible for the Ultra Rank.\rAn Ultra Rank winner may move up to\nthe Master Rank in the same way.\rA Master Rank winner may enter\nMaster Rank Contests as often as\fthe Trainer wishes.\r Which Pokémon would you like to\nenter?\r Please choose\na Pokémon.\r -OK! Your Pokémon has been accepted\nfor entry!\rYour entry number is {STRVAR 50, 0}!\r +OK! Your Pokémon has been accepted\nfor entry!\rYour entry number is {STRVAR_1 50, 0}!\r We look forward to your participation\nanother time! ENTER INFO @@ -64,20 +64,20 @@ EXIT The Contest will start right away.\nThis way, please!\r -{STRVAR 3, 0} changed into a tuxedo!\r -{STRVAR 3, 0} changed into a dress!\r +{STRVAR_1 3, 0} changed into a tuxedo!\r +{STRVAR_1 3, 0} changed into a dress!\r Right this way, please!\nGood luck!\r -MC: We are about to get under\nway with this {STRVAR 35, 0} Pokémon\f{STRVAR 34, 1}!\rI’m Dexter, and I’ll be serving as\nthe MC and as one of the Judges!\rThe results of judging will be\nannounced at the end, so please\fbear with me!\r -Let me introduce our contestants!\rEntry number 1!\nHere’s {STRVAR 3, 0}!\r -Next, it’s entry number 2!\n{STRVAR 3, 0}!\r -Entry number 3!\n{STRVAR 3, 0}!\r -And last but not least, entry\nnumber 4! {STRVAR 3, 0}!\r +MC: We are about to get under\nway with this {STRVAR_1 35, 0} Pokémon\f{STRVAR_1 34, 1}!\rI’m Dexter, and I’ll be serving as\nthe MC and as one of the Judges!\rThe results of judging will be\nannounced at the end, so please\fbear with me!\r +Let me introduce our contestants!\rEntry number 1!\nHere’s {STRVAR_1 3, 0}!\r +Next, it’s entry number 2!\n{STRVAR_1 3, 0}!\r +Entry number 3!\n{STRVAR_1 3, 0}!\r +And last but not least, entry\nnumber 4! {STRVAR_1 3, 0}!\r Let’s begin by having everyone get in\nproper attire for evaluations.\rContestants, dress up your Pokémon\nfor the Visual Competition!\r Dexter: Congratulations!\r -Let’s recognize our winner!\n{STRVAR 3, 0}’s {STRVAR 1, 1}!\rOur winner is awarded the\n{STRVAR 39, 2}!\r +Let’s recognize our winner!\n{STRVAR_1 3, 0}’s {STRVAR_1 1, 1}!\rOur winner is awarded the\n{STRVAR_1 39, 2}!\r We look forward to your next\nContest challenge!\r -We expect great things from the\nwinning team of {STRVAR 3, 0} and\f{STRVAR 1, 1}!\r +We expect great things from the\nwinning team of {STRVAR_1 3, 0} and\f{STRVAR_1 1, 1}!\r Congratulations!\nHere is your prize!\r Thank you for participating.\nWe look forward to your next visit! @@ -175,7 +175,7 @@ We look forward to your next visit! Which Pokémon would you like to\nenter?\r Please choose a Pokémon.\r -OK, your Pokémon has been registered\nfor a practice session.\rIts entry number is {STRVAR 50, 0}.\nThe practice will start right away.\r +OK, your Pokémon has been registered\nfor a practice session.\rIts entry number is {STRVAR_1 50, 0}.\nThe practice will start right away.\r Right this way, please.\nGood luck!\r Your Pokémon will be evaluated by the\naudience.\rYou can enhance its condition by\nfeeding it Poffins.\rYou will also need to dress up your\nPokémon using Accessories.\rWould you like to enter a practice\nsession? YES diff --git a/files/msgdata/msg/narc_0204.key b/files/msgdata/msg/narc_0204.key deleted file mode 100644 index 499312cf..00000000 --- a/files/msgdata/msg/narc_0204.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0204.txt b/files/msgdata/msg/narc_0204.txt index 4aa83e20..f77bda10 100644 --- a/files/msgdata/msg/narc_0204.txt +++ b/files/msgdata/msg/narc_0204.txt @@ -2,5 +2,5 @@ Dexter: That’s it, folks!\nAll judging has been completed!\rWhich Pokémon wil First, the results of the Visual\nCompetition!\r Next, let’s have the results of the\nDance Competition!\r And finally, here are the results of\nthe Acting Competition!\r -Dexter: The winner is...\nEntry number {STRVAR 50, 0}!\r{STRVAR 3, 1} and {STRVAR 0, 2}!\nCongratulations!\r +Dexter: The winner is...\nEntry number {STRVAR_1 50, 0}!\r{STRVAR_1 3, 1} and {STRVAR_1 0, 2}!\nCongratulations!\r And now, it’s time to announce the\nresults of the individual categories!\r diff --git a/files/msgdata/msg/narc_0205.key b/files/msgdata/msg/narc_0205.key deleted file mode 100644 index dff8351a..00000000 --- a/files/msgdata/msg/narc_0205.key +++ /dev/null @@ -1 +0,0 @@ -\_
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0206.key b/files/msgdata/msg/narc_0206.key deleted file mode 100644 index 70447871..00000000 --- a/files/msgdata/msg/narc_0206.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0207.key b/files/msgdata/msg/narc_0207.key deleted file mode 100644 index 410c56d1..00000000 --- a/files/msgdata/msg/narc_0207.key +++ /dev/null @@ -1 +0,0 @@ -^
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0207.txt b/files/msgdata/msg/narc_0207.txt index 5b6ba8a6..54ab05ef 100644 --- a/files/msgdata/msg/narc_0207.txt +++ b/files/msgdata/msg/narc_0207.txt @@ -43,13 +43,13 @@ Please decide which of you two\nwill become the leader.\rThe other player must t Please decide which of you four\nwill become the group leader.\rThe other players must then choose\n“JOIN GROUP.” Please choose the leader\nfor a Multi Battle. -{STRVAR 3, 0} was asked to register\nyou as a member. Please wait. -{STRVAR 3, 0} replied, “No...” -{STRVAR 3, 0} OK’d your registration\nas a member. +{STRVAR_1 3, 0} was asked to register\nyou as a member. Please wait. +{STRVAR_1 3, 0} replied, “No...” +{STRVAR_1 3, 0} OK’d your registration\nas a member. Multi Battle!\nAwaiting other members! Multi Battle! Awaiting\ncommunication from another player. Cancel the Multi Battle Mode\nwith these members? -{STRVAR 3, 0} contacted you. +{STRVAR_1 3, 0} contacted you. The members have gathered.\nPlease enter the room. @@ -60,7 +60,7 @@ The Trainers in the Union Room\nwill be those players around you\fwho have also Would you like to save the game? There is already a saved file.\nIs it OK to overwrite it? Saving...\nDon’t turn off the power. -{STRVAR 3, 0} saved the game. +{STRVAR_1 3, 0} saved the game. I hope you enjoy your time in\nthe Union Room.\r @@ -105,13 +105,13 @@ Would you like to sign your\nTrainer Card? Please do visit again. You may sign the back of your\nTrainer Card here.\rYou may show your signature to\nother players in the Union Room.\rIf you write a new signature, the\nold one will be deleted, however.\fPlease be aware of that.\r Which set of rules would you like\nto use? -You need at least {STRVAR 50, 1} Pokémon that\nqualify under {STRVAR 26, 0} Cup\frules. +You need at least {STRVAR_1 50, 1} Pokémon that\nqualify under {STRVAR_1 26, 0} Cup\frules. -{STRVAR 26, 0} Cup +{STRVAR_1 26, 0} Cup CANCEL CONFIRM RULES @@ -119,7 +119,7 @@ RULES -It’s impossible to form a team of\nPokémon that qualify under the\r{STRVAR 26, 0} Cup rules with a\ntotal level limit of {STRVAR 52, 1}. +It’s impossible to form a team of\nPokémon that qualify under the\r{STRVAR_1 26, 0} Cup rules with a\ntotal level limit of {STRVAR_1 52, 1}. NO RESTRICTIONS DS Wireless Communications will be\nlaunched. diff --git a/files/msgdata/msg/narc_0208.key b/files/msgdata/msg/narc_0208.key deleted file mode 100644 index ff687d90..00000000 --- a/files/msgdata/msg/narc_0208.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0209.key b/files/msgdata/msg/narc_0209.key deleted file mode 100644 index a6a2d462..00000000 --- a/files/msgdata/msg/narc_0209.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0210.key b/files/msgdata/msg/narc_0210.key deleted file mode 100644 index fc15ccb6..00000000 --- a/files/msgdata/msg/narc_0210.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0211.key b/files/msgdata/msg/narc_0211.key deleted file mode 100644 index 57184f5e..00000000 --- a/files/msgdata/msg/narc_0211.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0212.key b/files/msgdata/msg/narc_0212.key deleted file mode 100644 index 7381a50b..00000000 --- a/files/msgdata/msg/narc_0212.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0213.key b/files/msgdata/msg/narc_0213.key deleted file mode 100644 index afed4488..00000000 --- a/files/msgdata/msg/narc_0213.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0213.txt b/files/msgdata/msg/narc_0213.txt index 0ff50327..7ba9cdea 100644 --- a/files/msgdata/msg/narc_0213.txt +++ b/files/msgdata/msg/narc_0213.txt @@ -1,9 +1,9 @@ -Hello, my name’s Cheryl.\nAnd you are...?\rOK, so your name is {STRVAR 3, 0}.\nI’m sincerely glad to meet you.\r{STRVAR 3, 0}, may I ask a big favor\nof you?\rI want to get through this forest,\nbut I’m afraid of doing it alone.\rI’ve heard that there is a sinister\ngroup of people called Team Galactic\fabout.\rI think there’d be safety in numbers.\nPlease, may I go through with you?\r -{STRVAR 3, 0} decided to go with\nCheryl! +Hello, my name’s Cheryl.\nAnd you are...?\rOK, so your name is {STRVAR_1 3, 0}.\nI’m sincerely glad to meet you.\r{STRVAR_1 3, 0}, may I ask a big favor\nof you?\rI want to get through this forest,\nbut I’m afraid of doing it alone.\rI’ve heard that there is a sinister\ngroup of people called Team Galactic\fabout.\rI think there’d be safety in numbers.\nPlease, may I go through with you?\r +{STRVAR_1 3, 0} decided to go with\nCheryl! Cheryl: I’ll keep your Pokémon\nin perfect health. -Cheryl: Oh, hi, {STRVAR 3, 0}!\nI’ve been waiting like I said.\rLet’s get through this forest\ntogether.\r +Cheryl: Oh, hi, {STRVAR_1 3, 0}!\nI’ve been waiting like I said.\rLet’s get through this forest\ntogether.\r Cheryl: Oh? Are you going back?\nI’ll wait here for you, then.\r -Cheryl: Oh! There’s the exit!\nI’m so relieved... We finally got here.\rI would’ve never been able to get\nthrough this by myself.\rThank you so much, {STRVAR 3, 0}!\r +Cheryl: Oh! There’s the exit!\nI’m so relieved... We finally got here.\rI would’ve never been able to get\nthrough this by myself.\rThank you so much, {STRVAR_1 3, 0}!\r I’m sure we’ll meet again somewhere!\nBye for now!\r My Pokémon got poisoned, and now\nit can’t battle.\rI knew I should’ve loaded up on\nAntidotes at the Poké Mart! The rock is covered in moss.\nIt feels pleasantly cool. diff --git a/files/msgdata/msg/narc_0214.key b/files/msgdata/msg/narc_0214.key deleted file mode 100644 index f8c8fdbb..00000000 --- a/files/msgdata/msg/narc_0214.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0215.key b/files/msgdata/msg/narc_0215.key deleted file mode 100644 index bb6da583..00000000 --- a/files/msgdata/msg/narc_0215.key +++ /dev/null @@ -1 +0,0 @@ -t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0216.key b/files/msgdata/msg/narc_0216.key deleted file mode 100644 index 519af658..00000000 --- a/files/msgdata/msg/narc_0216.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0217.key b/files/msgdata/msg/narc_0217.key deleted file mode 100644 index 07221b6e..00000000 --- a/files/msgdata/msg/narc_0217.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0218.key b/files/msgdata/msg/narc_0218.key deleted file mode 100644 index 0c32c674..00000000 --- a/files/msgdata/msg/narc_0218.key +++ /dev/null @@ -1 +0,0 @@ -`
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0219.key b/files/msgdata/msg/narc_0219.key deleted file mode 100644 index 0e8caad2..00000000 --- a/files/msgdata/msg/narc_0219.key +++ /dev/null @@ -1 +0,0 @@ -`
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0220.key b/files/msgdata/msg/narc_0220.key deleted file mode 100644 index 0f03624f..00000000 --- a/files/msgdata/msg/narc_0220.key +++ /dev/null @@ -1 +0,0 @@ -`
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0220.txt b/files/msgdata/msg/narc_0220.txt index ba26f93b..b9cc6ed7 100644 --- a/files/msgdata/msg/narc_0220.txt +++ b/files/msgdata/msg/narc_0220.txt @@ -12,15 +12,15 @@ PALKIA: Gagyagyaah!\r Boss: This world cannot be molded\ninto the ultimate world I seek!\rIt’s far easier to create an entirely\nnew world than to change this one!\rA new world in which I am the ruler\nof all things! I shall become a deity! Mars: There’s no need to rush.\rI can understand you want to battle\nour boss real bad, but you’ll have\fto go through me first.\rAfter all, you’ve made me look bad\nmore times than I care to remember!\r Jupiter: And I’ll be next.\rYou might be tough, but this time,\nthe gloves are coming off!\r -{STRVAR 3, 0}: Hold on one second!\rDon’t you start the party without\nme!\r +{STRVAR_1 3, 0}: Hold on one second!\rDon’t you start the party without\nme!\r Jupiter: Humph!\rWell, if it isn’t the little boy who\nran off crying at Lake Acuity!\rDid you get any tougher since then?\nWe’ll beat you two-on-two!\r Mars: You don’t think you can just\nrun off now, do you?\r Mars: Well, hotshot?\nNow what? Jupiter: Oh? You chickening out now?\rYou finally realized that you can’t\nbeat our boss, eh?\r Jupiter: What’s the matter?\nDon’t tell me you’re shaking? -{STRVAR 3, 0}: ...Heh.\nMy Pokémon are tough, right?\fI can get even tougher!\r...But, you know, that’s it for us.\nWe’ve hit the wall...\r{STRVAR 3, 1}, I’ll help you with\nthis!\r -{STRVAR 3, 0} fully healed\n{STRVAR 3, 1}’s Pokémon!\r -{STRVAR 3, 0}: Hey, {STRVAR 3, 1}!\nThis is it! It’s your show now! +{STRVAR_1 3, 0}: ...Heh.\nMy Pokémon are tough, right?\fI can get even tougher!\r...But, you know, that’s it for us.\nWe’ve hit the wall...\r{STRVAR_1 3, 1}, I’ll help you with\nthis!\r +{STRVAR_1 3, 0} fully healed\n{STRVAR_1 3, 1}’s Pokémon!\r +{STRVAR_1 3, 0}: Hey, {STRVAR_1 3, 1}!\nThis is it! It’s your show now! Boss: Oh! DIALGA...\nThis is...\rFantastic!\nBeautiful!\rIt’s the creation of a new galaxy!\nMy new world!\r Boss: Oh! PALKIA...\nThis is...\rFantastic!\nBeautiful!\rIt’s the creation of a new galaxy!\nMy new world!\r Boss: ...Wh-what?!\r @@ -34,19 +34,19 @@ DIALGA: Gugyugubah! PALKIA: Gagyagyaah! DIALGA returned to the world from\nwhich it came... PALKIA returned to the world from\nwhich it came... -Rowan: DIALGA, the master of\ntime...\rIt’s impossible to tell if it is\nenraged or saddened...\rBut to me, DIALGA appears to be\nwaiting for you, {STRVAR 3, 0}...\rIt seems to be challenging you\nas a test...\rGo on, {STRVAR 3, 0}.\nFace up to DIALGA!\rListen to its heart.\nUnderstand its thoughts.\rDIALGA is out of control after being\ndragged out by the Red Chain\fand forced to use its power.\rDIALGA seems to be entrusting you\nwith stopping it... -Rowan: PALKIA, the master of\nspace and the dimensions...\rIt’s impossible to tell if it is\nenraged or saddened...\rBut to me, PALKIA appears to be\nwaiting for you, {STRVAR 3, 0}...\rIt seems to be challenging you\nas a test...\rGo on, {STRVAR 3, 0}.\nFace up to PALKIA!\rListen to its heart.\nUnderstand its thoughts.\rPALKIA is out of control after being\ndragged out by the Red Chain\fand forced to use its power.\rPALKIA seems to be entrusting you\nwith stopping it... -Rowan: Go on, {STRVAR 3, 0}.\nFace up to the Pokémon!\rListen to its heart.\nUnderstand its thoughts.\rThe mythical Pokémon seems to be\nentrusting you with stopping it...\r -Dawn: {STRVAR 3, 0}... I ran into\n{STRVAR 3, 1} a little while ago.\rHe said that he believed in you,\n{STRVAR 3, 0}.\rHe said that you could get the job\ndone.\rI feel the same way.\rPlease help that Pokémon!\rIt’s suffering from being dragged\nout by Team Galactic! -Lucas: {STRVAR 3, 0}...\nI just ran into {STRVAR 3, 1}.\rHe said that he believed in you,\n{STRVAR 3, 0}.\rHe said that you could get the job\ndone.\rI think so too.\rYou’ve got to help that Pokémon!\rIt’s suffering from being dragged\nout by Team Galactic! -Rowan: {STRVAR 3, 1}!\nI don’t know how...\rYou were magnificent.\nTruly, you were incredible.\rI’ve lived for sixty years, but I’ve\nnever been thrilled like this!\r -Dawn: Since the last time, the\nprofessor did a lot of research...\rHe became very concerned about you,\n{STRVAR 3, 1}, so he came out to\fa place as treacherous as this...\r{STRVAR 3, 1}, I’m so glad you’re\nsafe.\rLet’s go home!\r -Lucas: Since the last time, the\nprofessor did a lot of research...\rHe became very worried about you,\n{STRVAR 3, 1}, so he came out to\fa place as terrible as this...\r{STRVAR 3, 1}, I’m glad to see\nyou’re safe.\rLet’s leave this place already!\r +Rowan: DIALGA, the master of\ntime...\rIt’s impossible to tell if it is\nenraged or saddened...\rBut to me, DIALGA appears to be\nwaiting for you, {STRVAR_1 3, 0}...\rIt seems to be challenging you\nas a test...\rGo on, {STRVAR_1 3, 0}.\nFace up to DIALGA!\rListen to its heart.\nUnderstand its thoughts.\rDIALGA is out of control after being\ndragged out by the Red Chain\fand forced to use its power.\rDIALGA seems to be entrusting you\nwith stopping it... +Rowan: PALKIA, the master of\nspace and the dimensions...\rIt’s impossible to tell if it is\nenraged or saddened...\rBut to me, PALKIA appears to be\nwaiting for you, {STRVAR_1 3, 0}...\rIt seems to be challenging you\nas a test...\rGo on, {STRVAR_1 3, 0}.\nFace up to PALKIA!\rListen to its heart.\nUnderstand its thoughts.\rPALKIA is out of control after being\ndragged out by the Red Chain\fand forced to use its power.\rPALKIA seems to be entrusting you\nwith stopping it... +Rowan: Go on, {STRVAR_1 3, 0}.\nFace up to the Pokémon!\rListen to its heart.\nUnderstand its thoughts.\rThe mythical Pokémon seems to be\nentrusting you with stopping it...\r +Dawn: {STRVAR_1 3, 0}... I ran into\n{STRVAR_1 3, 1} a little while ago.\rHe said that he believed in you,\n{STRVAR_1 3, 0}.\rHe said that you could get the job\ndone.\rI feel the same way.\rPlease help that Pokémon!\rIt’s suffering from being dragged\nout by Team Galactic! +Lucas: {STRVAR_1 3, 0}...\nI just ran into {STRVAR_1 3, 1}.\rHe said that he believed in you,\n{STRVAR_1 3, 0}.\rHe said that you could get the job\ndone.\rI think so too.\rYou’ve got to help that Pokémon!\rIt’s suffering from being dragged\nout by Team Galactic! +Rowan: {STRVAR_1 3, 1}!\nI don’t know how...\rYou were magnificent.\nTruly, you were incredible.\rI’ve lived for sixty years, but I’ve\nnever been thrilled like this!\r +Dawn: Since the last time, the\nprofessor did a lot of research...\rHe became very concerned about you,\n{STRVAR_1 3, 1}, so he came out to\fa place as treacherous as this...\r{STRVAR_1 3, 1}, I’m so glad you’re\nsafe.\rLet’s go home!\r +Lucas: Since the last time, the\nprofessor did a lot of research...\rHe became very worried about you,\n{STRVAR_1 3, 1}, so he came out to\fa place as terrible as this...\r{STRVAR_1 3, 1}, I’m glad to see\nyou’re safe.\rLet’s leave this place already!\r Rowan: No one has the right to take\naway anyone’s future or anyone’s\fworld... -Rowan: {STRVAR 3, 0}, I’ll be looking\nforward to seeing your Pokédex.\rGo wherever you’ve never visited\nbefore.\rThat way, you should see Pokémon\nyou haven’t yet seen. +Rowan: {STRVAR_1 3, 0}, I’ll be looking\nforward to seeing your Pokédex.\rGo wherever you’ve never visited\nbefore.\rThat way, you should see Pokémon\nyou haven’t yet seen. Dawn: ...You know, that Pokémon was\nextraordinary, wasn’t it?\rWas it really the Pokémon that\ncreated the Sinnoh region...? Lucas: ...You know, that Pokémon was\nextraordinary, wasn’t it?\rWas it really the Pokémon that\ncreated the Sinnoh region...? -{STRVAR 3, 0}’s Azure Flute is\nmaking a sound.\rWould you like to play\nthe Azure Flute? -{STRVAR 3, 0} played\nthe Azure Flute.\r +{STRVAR_1 3, 0}’s Azure Flute is\nmaking a sound.\rWould you like to play\nthe Azure Flute? +{STRVAR_1 3, 0} played\nthe Azure Flute.\r A stairway of light appeared! The Azure Flute’s notes rang hollowly\nto no effect...\rIt appears to be useless here... diff --git a/files/msgdata/msg/narc_0221.key b/files/msgdata/msg/narc_0221.key deleted file mode 100644 index b657ef63..00000000 --- a/files/msgdata/msg/narc_0221.key +++ /dev/null @@ -1 +0,0 @@ -`
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0222.key b/files/msgdata/msg/narc_0222.key deleted file mode 100644 index 95baabb4..00000000 --- a/files/msgdata/msg/narc_0222.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0223.key b/files/msgdata/msg/narc_0223.key deleted file mode 100644 index 67c1b2af..00000000 --- a/files/msgdata/msg/narc_0223.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0224.key b/files/msgdata/msg/narc_0224.key deleted file mode 100644 index 8512dc77..00000000 --- a/files/msgdata/msg/narc_0224.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0225.key b/files/msgdata/msg/narc_0225.key deleted file mode 100644 index 6743d671..00000000 --- a/files/msgdata/msg/narc_0225.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0226.key b/files/msgdata/msg/narc_0226.key deleted file mode 100644 index 7082cc53..00000000 --- a/files/msgdata/msg/narc_0226.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0227.key b/files/msgdata/msg/narc_0227.key deleted file mode 100644 index 64ff6d4e..00000000 --- a/files/msgdata/msg/narc_0227.key +++ /dev/null @@ -1,2 +0,0 @@ - -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0228.key b/files/msgdata/msg/narc_0228.key deleted file mode 100644 index 4ae51ebc..00000000 --- a/files/msgdata/msg/narc_0228.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0229.key b/files/msgdata/msg/narc_0229.key deleted file mode 100644 index 8abfe0f6..00000000 --- a/files/msgdata/msg/narc_0229.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0230.key b/files/msgdata/msg/narc_0230.key deleted file mode 100644 index 48109fe0..00000000 --- a/files/msgdata/msg/narc_0230.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0231.key b/files/msgdata/msg/narc_0231.key deleted file mode 100644 index 6cf57a10..00000000 --- a/files/msgdata/msg/narc_0231.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0232.key b/files/msgdata/msg/narc_0232.key deleted file mode 100644 index 1c8bbf56..00000000 --- a/files/msgdata/msg/narc_0232.key +++ /dev/null @@ -1 +0,0 @@ -@
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0233.key b/files/msgdata/msg/narc_0233.key deleted file mode 100644 index dbf83103..00000000 --- a/files/msgdata/msg/narc_0233.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0234.key b/files/msgdata/msg/narc_0234.key deleted file mode 100644 index be6a4f43..00000000 --- a/files/msgdata/msg/narc_0234.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0234.txt b/files/msgdata/msg/narc_0234.txt index 6bf73a47..cfbdd712 100644 --- a/files/msgdata/msg/narc_0234.txt +++ b/files/msgdata/msg/narc_0234.txt @@ -1,5 +1,5 @@ -...I’m Marley.\n...You are?\rOh... {STRVAR 3, 0}, will you help me,\nplease?\rI want to get through this tunnel.\nWill you let me go with you?\r -{STRVAR 3, 0} decided to go with\nMarley! +...I’m Marley.\n...You are?\rOh... {STRVAR_1 3, 0}, will you help me,\nplease?\rI want to get through this tunnel.\nWill you let me go with you?\r +{STRVAR_1 3, 0} decided to go with\nMarley! Marley: ...Pokémon shouldn’t be\nhurt... I’ll heal them... Marley: ...You took so long...\nPlease, don’t make me wait...\rI felt a little forlorn waiting...\r Marley: ...You’re going back...\nToo bad... Bye-bye...\r diff --git a/files/msgdata/msg/narc_0235.key b/files/msgdata/msg/narc_0235.key deleted file mode 100644 index 6dbd7bd7..00000000 --- a/files/msgdata/msg/narc_0235.key +++ /dev/null @@ -1 +0,0 @@ -#
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0235.txt b/files/msgdata/msg/narc_0235.txt index a2c433c5..965c0b87 100644 --- a/files/msgdata/msg/narc_0235.txt +++ b/files/msgdata/msg/narc_0235.txt @@ -1,9 +1,9 @@ You haven’t caught all your\nPokémon yet, but...\rWould you like to retire from your\nCatching Show? I see...\rI’m disappointed that you dropped\nout. Make up for it next time!\r -That’s the spirit, {STRVAR 3, 0}!\nI like how you don’t give up! -That’s the spirit, {STRVAR 3, 0}!\nI like how you don’t give up! +That’s the spirit, {STRVAR_1 3, 0}!\nI like how you don’t give up! +That’s the spirit, {STRVAR_1 3, 0}!\nI like how you don’t give up! -Ding-dong!\nCongratulations!\r{STRVAR 3, 0} has successfully\ncaught the stocked Pokémon!\r +Ding-dong!\nCongratulations!\r{STRVAR_1 3, 0} has successfully\ncaught the stocked Pokémon!\r Would you like to retire? diff --git a/files/msgdata/msg/narc_0236.key b/files/msgdata/msg/narc_0236.key deleted file mode 100644 index 479973e7..00000000 --- a/files/msgdata/msg/narc_0236.key +++ /dev/null @@ -1 +0,0 @@ -#
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0236.txt b/files/msgdata/msg/narc_0236.txt index 143ceb5a..d869e071 100644 --- a/files/msgdata/msg/narc_0236.txt +++ b/files/msgdata/msg/narc_0236.txt @@ -1,26 +1,26 @@ In Amity Square, you may go for\na stroll with a cute Pokémon.\rThe permitted Pokémon are: PIKACHU,\nCLEFAIRY, PSYDUCK, PACHIRISU,\fHAPPINY, BUNEARY, and DRIFLOON.\rPlease do come back with one!\r In Amity Square, you may go for\na stroll with a cute Pokémon. Okey?\rThe permitted Pokémon are: PIKACHU,\nCLEFAIRY, PSYDUCK, PACHIRISU,\rHAPPINY, BUNEARY, and DRIFLOON,\nJIGGLYPUFF, TORCHIC, SKITTY,\fand SHROOMISH.\rPlease do come back with one!\nOkey?\r -In Amity Square, you may go for\na stroll with a cute Pokémon.\rOkey? Would you like to go for\na stroll with your {STRVAR 1, 0}? +In Amity Square, you may go for\na stroll with a cute Pokémon.\rOkey? Would you like to go for\na stroll with your {STRVAR_1 1, 0}? Please do enjoy your time together,\njust the two of you! Okey?\r -Oh, okey? Then you would rather go\nfor a stroll with your {STRVAR 1, 0}? +Oh, okey? Then you would rather go\nfor a stroll with your {STRVAR_1 1, 0}? I see. Please come back if you happen\nto have a change of heart. Okey?\r Are you feeling refreshed?\nPlease come again! Okey?\r -Your {STRVAR 1, 0} looks quite pleased\nfollowing you around.\rIt really is adorable! +Your {STRVAR_1 1, 0} looks quite pleased\nfollowing you around.\rIt really is adorable! Okey? The owner of Amity Square?\rI’m sure the owner is somewhere on\nthe grounds.\rSeeing Trainers with their Pokémon\nmakes our owner happy. You may find useful items on the ground.\rThey’re quite small, however.\nYour Pokémon may find them.\rYou should try talking to your\nPokémon every so often. Okey? Are you enjoying your stroll?\rYou should try talking to your\nPokémon. It will be happy you did. It makes me happy seeing all the\ncute Pokémon and their kind\fTrainers. You may spend all the time you\nlike in Amity Square. Okey? -{STRVAR 1, 0} is happily keeping up. -{STRVAR 1, 0} appears to be very\nhappy. -{STRVAR 1, 0} appears to be feeling\ngood. -{STRVAR 1, 0} is looking endearingly\nat you. -{STRVAR 1, 0} is picking at the ground\nfor some reason... -{STRVAR 1, 0} almost tripped! -{STRVAR 1, 0} is skipping happily. -{STRVAR 1, 0} seems to be so happy\nit can’t keep still. -{STRVAR 1, 0} seems to be enjoying\nthe walk. -Oh?\n{STRVAR 1, 0} is holding something!\r +{STRVAR_1 1, 0} is happily keeping up. +{STRVAR_1 1, 0} appears to be very\nhappy. +{STRVAR_1 1, 0} appears to be feeling\ngood. +{STRVAR_1 1, 0} is looking endearingly\nat you. +{STRVAR_1 1, 0} is picking at the ground\nfor some reason... +{STRVAR_1 1, 0} almost tripped! +{STRVAR_1 1, 0} is skipping happily. +{STRVAR_1 1, 0} seems to be so happy\nit can’t keep still. +{STRVAR_1 1, 0} seems to be enjoying\nthe walk. +Oh?\n{STRVAR_1 1, 0} is holding something!\r Those are ruins from a time long,\nlong ago. DRIFLOON: Foon! I come here with my HAPPINY\nevery single day!\rI can let it run free without any\nworries at all. diff --git a/files/msgdata/msg/narc_0237.key b/files/msgdata/msg/narc_0237.key deleted file mode 100644 index eefd2662..00000000 --- a/files/msgdata/msg/narc_0237.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0238.key b/files/msgdata/msg/narc_0238.key deleted file mode 100644 index 140d1c81..00000000 --- a/files/msgdata/msg/narc_0238.key +++ /dev/null @@ -1 +0,0 @@ -#
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0239.key b/files/msgdata/msg/narc_0239.key deleted file mode 100644 index c3c02bf1..00000000 --- a/files/msgdata/msg/narc_0239.key +++ /dev/null @@ -1 +0,0 @@ -/
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0240.key b/files/msgdata/msg/narc_0240.key deleted file mode 100644 index 794a7121..00000000 --- a/files/msgdata/msg/narc_0240.key +++ /dev/null @@ -1 +0,0 @@ -#
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0241.key b/files/msgdata/msg/narc_0241.key deleted file mode 100644 index c9bdacdf..00000000 --- a/files/msgdata/msg/narc_0241.key +++ /dev/null @@ -1 +0,0 @@ -/
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0242.key b/files/msgdata/msg/narc_0242.key deleted file mode 100644 index 9eb67721..00000000 --- a/files/msgdata/msg/narc_0242.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0243.key b/files/msgdata/msg/narc_0243.key deleted file mode 100644 index 11d3b2ee..00000000 --- a/files/msgdata/msg/narc_0243.key +++ /dev/null @@ -1 +0,0 @@ -#
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0244.key b/files/msgdata/msg/narc_0244.key deleted file mode 100644 index 0c20baa8..00000000 --- a/files/msgdata/msg/narc_0244.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0245.key b/files/msgdata/msg/narc_0245.key deleted file mode 100644 index cc5eddd1..00000000 --- a/files/msgdata/msg/narc_0245.key +++ /dev/null @@ -1 +0,0 @@ -#
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0245.txt b/files/msgdata/msg/narc_0245.txt index 239fb6e4..67a30973 100644 --- a/files/msgdata/msg/narc_0245.txt +++ b/files/msgdata/msg/narc_0245.txt @@ -1,3 +1,3 @@ -{STRVAR 3, 0}: Darn it!\nWhat was that all about?!\rOh, hey, {STRVAR 3, 1}.\nThat Buck guy wiped us!\rOh, man... There’s always tough\nTrainers around everywhere.\rBut you know? Losing means I have\nroom to become even tougher.\rThat’s why there’s the Battle Tower\nin the Battle Zone. -{STRVAR 3, 0}: Darn it!\nI’m still choked up from losing.\rBut you know? Losing means I have\nroom to become even tougher.\rThat’s why there’s the Battle Tower\nin the Battle Zone. -{STRVAR 3, 0}: Hey, {STRVAR 3, 1}!\nAre you still raising your Pokémon?\rMe? You need to ask? Of course I am.\nThey’re my partners!\rI’m going to rule at the Battle Tower\nwith them.\rI’ll prove how strong we’ve become\nand totally shock the guy there. +{STRVAR_1 3, 0}: Darn it!\nWhat was that all about?!\rOh, hey, {STRVAR_1 3, 1}.\nThat Buck guy wiped us!\rOh, man... There’s always tough\nTrainers around everywhere.\rBut you know? Losing means I have\nroom to become even tougher.\rThat’s why there’s the Battle Tower\nin the Battle Zone. +{STRVAR_1 3, 0}: Darn it!\nI’m still choked up from losing.\rBut you know? Losing means I have\nroom to become even tougher.\rThat’s why there’s the Battle Tower\nin the Battle Zone. +{STRVAR_1 3, 0}: Hey, {STRVAR_1 3, 1}!\nAre you still raising your Pokémon?\rMe? You need to ask? Of course I am.\nThey’re my partners!\rI’m going to rule at the Battle Tower\nwith them.\rI’ll prove how strong we’ve become\nand totally shock the guy there. diff --git a/files/msgdata/msg/narc_0246.key b/files/msgdata/msg/narc_0246.key deleted file mode 100644 index d491524d..00000000 --- a/files/msgdata/msg/narc_0246.key +++ /dev/null @@ -1 +0,0 @@ -/
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0246.txt b/files/msgdata/msg/narc_0246.txt index 93e79204..d8868e13 100644 --- a/files/msgdata/msg/narc_0246.txt +++ b/files/msgdata/msg/narc_0246.txt @@ -1,9 +1,9 @@ -Buck: Hey!\n{STRVAR 3, 0}, right?\rYour zippity little buddy challenged\nme to a battle earlier.\rYeah, I owned the little dude.\nMade sure he was taught a lesson.\rBut I don’t know if I could beat\nhim again the next time.\rSeriously, you’re bound to run into\ntough Trainers wherever you go!\rAnyway, I found out about this place,\nbut the Pokémon here are tough...\rWhat do you say we team up and\ngo together?\r -{STRVAR 3, 0} decided to go with\nBuck! +Buck: Hey!\n{STRVAR_1 3, 0}, right?\rYour zippity little buddy challenged\nme to a battle earlier.\rYeah, I owned the little dude.\nMade sure he was taught a lesson.\rBut I don’t know if I could beat\nhim again the next time.\rSeriously, you’re bound to run into\ntough Trainers wherever you go!\rAnyway, I found out about this place,\nbut the Pokémon here are tough...\rWhat do you say we team up and\ngo together?\r +{STRVAR_1 3, 0} decided to go with\nBuck! Buck: You won’t regret teaming up!\nI’ll keep your Pokémon healthy! Buck: So, yeah, the Pokémon here\nare tough...\rWhat do you say we team up and\ngo together?\r Buck: Whoa, wait up!\rI can’t go on by myself if you leave\nme now.\rWell, if you gotta go, you gotta go.\nI’ll stick around here for you.\r -Buck: There we go!\nThere’s the exit!\rMy instincts tell me the volcano’s\ntreasure is just ahead of us.\rSee you around, {STRVAR 3, 0}!\nYou might be the toughest besides me!\r +Buck: There we go!\nThere’s the exit!\rMy instincts tell me the volcano’s\ntreasure is just ahead of us.\rSee you around, {STRVAR_1 3, 0}!\nYou might be the toughest besides me!\r diff --git a/files/msgdata/msg/narc_0247.key b/files/msgdata/msg/narc_0247.key deleted file mode 100644 index 97838ba6..00000000 --- a/files/msgdata/msg/narc_0247.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0247.txt b/files/msgdata/msg/narc_0247.txt index bf76d61c..c08a95a6 100644 --- a/files/msgdata/msg/narc_0247.txt +++ b/files/msgdata/msg/narc_0247.txt @@ -1,6 +1,6 @@ -Buck: Heheh!\nCheck this out, {STRVAR 3, 1}!\rThis is the Magma Stone, the treasure\nof Stark Mountain!\rSince I found it, that makes me the\ngreatest Trainer out of everyone!\rThanks, you all helped it happen!\r +Buck: Heheh!\nCheck this out, {STRVAR_1 3, 1}!\rThis is the Magma Stone, the treasure\nof Stark Mountain!\rSince I found it, that makes me the\ngreatest Trainer out of everyone!\rThanks, you all helped it happen!\r Buck: Oof!\r -Buck: Whoa! Wow!\rHehehe! That was wicked!\nThe volcano’s in shock from that!\rIt might be so shocked, it’ll erupt!\nNah, that can’t happen!\rSee ya, {STRVAR 3, 1}!\nSay hi to that zippity Trainer buddy!\r +Buck: Whoa! Wow!\rHehehe! That was wicked!\nThe volcano’s in shock from that!\rIt might be so shocked, it’ll erupt!\nNah, that can’t happen!\rSee ya, {STRVAR_1 3, 1}!\nSay hi to that zippity Trainer buddy!\r Gwogobo gwobobobo!\r HEATRAN disappeared into\nthe volcano... diff --git a/files/msgdata/msg/narc_0248.key b/files/msgdata/msg/narc_0248.key deleted file mode 100644 index 9a2f5570..00000000 --- a/files/msgdata/msg/narc_0248.key +++ /dev/null @@ -1 +0,0 @@ -/
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0249.key b/files/msgdata/msg/narc_0249.key deleted file mode 100644 index 5c3bed1b..00000000 --- a/files/msgdata/msg/narc_0249.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0249.txt b/files/msgdata/msg/narc_0249.txt index 811f144a..17fc3bf4 100644 --- a/files/msgdata/msg/narc_0249.txt +++ b/files/msgdata/msg/narc_0249.txt @@ -1 +1 @@ -{STRVAR 51, 0}\n{STRVAR 51, 1} +{STRVAR_1 51, 0}\n{STRVAR_1 51, 1} diff --git a/files/msgdata/msg/narc_0250.key b/files/msgdata/msg/narc_0250.key deleted file mode 100644 index dc7449ee..00000000 --- a/files/msgdata/msg/narc_0250.key +++ /dev/null @@ -1 +0,0 @@ -7
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0251.key b/files/msgdata/msg/narc_0251.key deleted file mode 100644 index a4b6aac0..00000000 --- a/files/msgdata/msg/narc_0251.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0252.key b/files/msgdata/msg/narc_0252.key deleted file mode 100644 index 002356e5..00000000 --- a/files/msgdata/msg/narc_0252.key +++ /dev/null @@ -1 +0,0 @@ -_
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0252.txt b/files/msgdata/msg/narc_0252.txt index 3fd4b70c..640a75b5 100644 --- a/files/msgdata/msg/narc_0252.txt +++ b/files/msgdata/msg/narc_0252.txt @@ -1,4 +1,4 @@ -It’s a statue of a Pokémon.\nIt seems to exude power...\r{STRVAR 3, 0} read the engraved\nwriting...\rA body of rock.\rA body of ice.\rA body of steel.\rWhen gathers the three Pokémon,\nthe king shall appear. -It’s a statue of a Pokémon.\nIt seems to exude power...\r{STRVAR 3, 0} read the engraved\nwriting...\rA body of rock.\rA body of ice.\rA body of steel.\rWhen gathers the three Pokémon,\nthe king shall appear.\r...\n...\r +It’s a statue of a Pokémon.\nIt seems to exude power...\r{STRVAR_1 3, 0} read the engraved\nwriting...\rA body of rock.\rA body of ice.\rA body of steel.\rWhen gathers the three Pokémon,\nthe king shall appear. +It’s a statue of a Pokémon.\nIt seems to exude power...\r{STRVAR_1 3, 0} read the engraved\nwriting...\rA body of rock.\rA body of ice.\rA body of steel.\rWhen gathers the three Pokémon,\nthe king shall appear.\r...\n...\r ...Zut zutt!\r REGIGIGAS disappeared from view... diff --git a/files/msgdata/msg/narc_0253.key b/files/msgdata/msg/narc_0253.key deleted file mode 100644 index eb5429a9..00000000 --- a/files/msgdata/msg/narc_0253.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0253.txt b/files/msgdata/msg/narc_0253.txt index 318c4c92..0cbb50f6 100644 --- a/files/msgdata/msg/narc_0253.txt +++ b/files/msgdata/msg/narc_0253.txt @@ -1,12 +1,12 @@ I’m Mira...\rI was catching Pokémon, and then\nI got lost...\rI’m so scared...\rPlease!\nPlease take me to the exit!\r -{STRVAR 3, 0} decided to go with\nMira! +{STRVAR_1 3, 0} decided to go with\nMira! Mira: I’ll keep your Pokémon healthy\nall the time! -Trainer, your name is {STRVAR 3, 0}?\rMy name is Mira.\nI like your name!\r -Mira: Oh! {STRVAR 3, 0}...\nI waited... A long time...\r -Mira: Oh! There’s the exit!\rI want to get tougher so I\nwon’t be such a scaredy-cat.\r{STRVAR 3, 0}, bye-bye!\nThank you!\r +Trainer, your name is {STRVAR_1 3, 0}?\rMy name is Mira.\nI like your name!\r +Mira: Oh! {STRVAR_1 3, 0}...\nI waited... A long time...\r +Mira: Oh! There’s the exit!\rI want to get tougher so I\nwon’t be such a scaredy-cat.\r{STRVAR_1 3, 0}, bye-bye!\nThank you!\r Mira: I like helpful Pokémon moves\nlike Growl and Minimize.\rThose kinds of moves are my\nfavorites. Mira: This cave...\nIt’s so easy to get confused.\rDo you know where we are? -Mira: {STRVAR 3, 0}, did you get to be\nso good because you’re always with\fyour Pokémon?\rYes! That has to be it!\nMira will try like you! +Mira: {STRVAR_1 3, 0}, did you get to be\nso good because you’re always with\fyour Pokémon?\rYes! That has to be it!\nMira will try like you! diff --git a/files/msgdata/msg/narc_0254.key b/files/msgdata/msg/narc_0254.key deleted file mode 100644 index 4b61d5e0..00000000 --- a/files/msgdata/msg/narc_0254.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0255.key b/files/msgdata/msg/narc_0255.key deleted file mode 100644 index 2197af9c..00000000 --- a/files/msgdata/msg/narc_0255.key +++ /dev/null @@ -1 +0,0 @@ -O
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0256.key b/files/msgdata/msg/narc_0256.key deleted file mode 100644 index f1e572d2..00000000 --- a/files/msgdata/msg/narc_0256.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0257.key b/files/msgdata/msg/narc_0257.key deleted file mode 100644 index 759394a5..00000000 --- a/files/msgdata/msg/narc_0257.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0258.key b/files/msgdata/msg/narc_0258.key deleted file mode 100644 index 56a857d5..00000000 --- a/files/msgdata/msg/narc_0258.key +++ /dev/null @@ -1 +0,0 @@ -S
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0258.txt b/files/msgdata/msg/narc_0258.txt index 2cb900b1..8fb88cbb 100644 --- a/files/msgdata/msg/narc_0258.txt +++ b/files/msgdata/msg/narc_0258.txt @@ -1,12 +1,12 @@ -...You are?\rOK, you’re {STRVAR 3, 0}.\nI’m Riley.\rI’m a Trainer, and yes, it is a bit\nodd that I would be training here.\rIf you’d like, we could team up.\nThe wild Pokémon here are restless.\r -{STRVAR 3, 0} decided to go with\nRiley! +...You are?\rOK, you’re {STRVAR_1 3, 0}.\nI’m Riley.\rI’m a Trainer, and yes, it is a bit\nodd that I would be training here.\rIf you’d like, we could team up.\nThe wild Pokémon here are restless.\r +{STRVAR_1 3, 0} decided to go with\nRiley! Riley: If your Pokémon get hurt,\nI’ll heal them up. -Riley: Hi, {STRVAR 3, 0}.\nLet’s team up.\fThe Pokémon seem to be restless.\r +Riley: Hi, {STRVAR_1 3, 0}.\nLet’s team up.\fThe Pokémon seem to be restless.\r Riley: ...Are you going back?\rI’ll be hanging around here.\nIt would be good if you came back.\r Riley: I get it now. You’re\nresponsible for agitating the Pokémon.\rI don’t care what good reason you\nmay have, but I don’t want you\fbringing any trouble into my mine.\r Grunt 1: We’re Team Galactic!\nWe’ll take all the Pokémon we want!\fIsn’t that right, partner?\r Grunt 2: You said it, brother!\nSo that’s what we’re gonna do!\rWe’re abducting all the Pokémon from\nthis rusted-out Iron Island!\r -Riley: To share in all the joys and\nall the sorrows...\rThat is how all the Trainers and\nPokémon live in Sinnoh!\rI won’t allow anyone to defy that\ncode of ethics!\rCome on, {STRVAR 3, 0}!\nThis is one battle we can’t lose!\r +Riley: To share in all the joys and\nall the sorrows...\rThat is how all the Trainers and\nPokémon live in Sinnoh!\rI won’t allow anyone to defy that\ncode of ethics!\rCome on, {STRVAR_1 3, 0}!\nThis is one battle we can’t lose!\r Grunt 1: Stop! I said stop!\nYour combination is so sick!\fThe both of you, and your Pokémon...\rLet’s beat it, partner!\r Grunt 2: You said it, brother!\rWe don’t even know what Team \nGalactic’s big plan is anyway!\r Riley: Thanks.\nYou really helped me out.\rListen, I have a Pokémon Egg\nhere.\rWould you take it with you? diff --git a/files/msgdata/msg/narc_0259.key b/files/msgdata/msg/narc_0259.key deleted file mode 100644 index 8eba42c2..00000000 --- a/files/msgdata/msg/narc_0259.key +++ /dev/null @@ -1 +0,0 @@ -[
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0260.key b/files/msgdata/msg/narc_0260.key deleted file mode 100644 index c9d7179b..00000000 --- a/files/msgdata/msg/narc_0260.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0261.key b/files/msgdata/msg/narc_0261.key deleted file mode 100644 index c74b7c5a..00000000 --- a/files/msgdata/msg/narc_0261.key +++ /dev/null @@ -1 +0,0 @@ -_
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0261.txt b/files/msgdata/msg/narc_0261.txt index ea3ff364..230821b5 100644 --- a/files/msgdata/msg/narc_0261.txt +++ b/files/msgdata/msg/narc_0261.txt @@ -1,4 +1,4 @@ The TV has an oddly malevolent feel...\nIt’s as if it is staring... Inside the TV...\nThere appears to be a Pokémon?...\rThe Pokémon appears as if it will come\nout. Want to thump the TV? -{STRVAR 3, 0} thumped the TV set!\r +{STRVAR_1 3, 0} thumped the TV set!\r ROTOM disappeared into the TV set... diff --git a/files/msgdata/msg/narc_0262.key b/files/msgdata/msg/narc_0262.key deleted file mode 100644 index 95d6ca5c..00000000 --- a/files/msgdata/msg/narc_0262.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0263.key b/files/msgdata/msg/narc_0263.key deleted file mode 100644 index ec226d12..00000000 --- a/files/msgdata/msg/narc_0263.key +++ /dev/null @@ -1 +0,0 @@ -O
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0263.txt b/files/msgdata/msg/narc_0263.txt index cc844751..ec845434 100644 --- a/files/msgdata/msg/narc_0263.txt +++ b/files/msgdata/msg/narc_0263.txt @@ -1,6 +1,6 @@ It’s a bed...\nWant to take a rest? -{STRVAR 3, 0} quickly fell asleep\nin the bed...\r -{STRVAR 3, 0} and the Pokémon\nbecame fully healed from the rest! +{STRVAR_1 3, 0} quickly fell asleep\nin the bed...\r +{STRVAR_1 3, 0} and the Pokémon\nbecame fully healed from the rest! Team Galactic Nap Room\rEnsure the bed is unoccupied\nbefore getting into it! Team Galactic TV Room\rState-of-the-art audio & video\nsystem for member use only!\rOnward to a new universe!\nTeam Galactic! The Team Galactic credo!\nEverything belongs to Team Galactic!\rLook beyond the world--space will\nbecome Team Galactic’s! diff --git a/files/msgdata/msg/narc_0264.key b/files/msgdata/msg/narc_0264.key deleted file mode 100644 index fa19940f..00000000 --- a/files/msgdata/msg/narc_0264.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0265.key b/files/msgdata/msg/narc_0265.key deleted file mode 100644 index de8a4d38..00000000 --- a/files/msgdata/msg/narc_0265.key +++ /dev/null @@ -1 +0,0 @@ -W
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0266.key b/files/msgdata/msg/narc_0266.key deleted file mode 100644 index 80b71a62..00000000 --- a/files/msgdata/msg/narc_0266.key +++ /dev/null @@ -1 +0,0 @@ -S
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0267.key b/files/msgdata/msg/narc_0267.key deleted file mode 100644 index bef4c83a..00000000 --- a/files/msgdata/msg/narc_0267.key +++ /dev/null @@ -1 +0,0 @@ -_
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0268.key b/files/msgdata/msg/narc_0268.key deleted file mode 100644 index 5f1705e1..00000000 --- a/files/msgdata/msg/narc_0268.key +++ /dev/null @@ -1 +0,0 @@ -[
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0268.txt b/files/msgdata/msg/narc_0268.txt index fd24fb61..5c605da3 100644 --- a/files/msgdata/msg/narc_0268.txt +++ b/files/msgdata/msg/narc_0268.txt @@ -4,7 +4,7 @@ Press the button and set them free.\nIsn’t that why you came? Our boss crafted a Red Chain from\ncrystals he took from the three\fPokémon.\rThat Red Chain is what he needed to\nshackle something on Mt. Coronet.\rBut that’s all I know. Who knows\nwhat he’s planning to do up there.\r Press the button and set them free.\nIsn’t that why you came?\r Press the button and set\nthe Pokémon free? -{STRVAR 3, 0} pressed the button and\nset the Pokémon free.\r +{STRVAR_1 3, 0} pressed the button and\nset the Pokémon free.\r The button has been pressed already.\nYou have to leave. UXIE is sealed inside! It appears to\nbe suffering, with eyes squeezed shut. MESPRIT is sealed inside! It seems to\nbe suffering, with its tail twitching. diff --git a/files/msgdata/msg/narc_0269.key b/files/msgdata/msg/narc_0269.key deleted file mode 100644 index 449f901a..00000000 --- a/files/msgdata/msg/narc_0269.key +++ /dev/null @@ -1 +0,0 @@ -g
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0270.key b/files/msgdata/msg/narc_0270.key deleted file mode 100644 index 97723e6b..00000000 --- a/files/msgdata/msg/narc_0270.key +++ /dev/null @@ -1 +0,0 @@ -C
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0270.txt b/files/msgdata/msg/narc_0270.txt index d06043cf..3200415c 100644 --- a/files/msgdata/msg/narc_0270.txt +++ b/files/msgdata/msg/narc_0270.txt @@ -1,33 +1,33 @@ -{STRVAR 3, 0}: What’s going on...?\r +{STRVAR_1 3, 0}: What’s going on...?\r Professor, there isn’t anything out\nof the ordinary on the other side,\feither!\r Professor, there’s nothing out of the\nordinary on the other side, either!\r Professor: Hmm...\nI may have been mistaken...\rSomething appears to be different\nthan it was before, but...\rFine! It’s enough that we have\nseen the lake.\r -{STRVAR 3, 0}, we’re leaving.\r +{STRVAR_1 3, 0}, we’re leaving.\r Dawn: Professor, how are you enjoying\nbeing back in Sinnoh?\rAfter being away for four years,\nit must be exciting again?\r Lucas: Professor, you’ve been gone\nfor four years now.\rHow are you enjoying being back in\nSinnoh?\r Professor: ...Hm.\nThere is one thing I can say.\rThere are many rare kinds of Pokémon\nin Sinnoh.\rThe region should serve us very well\nin regard to our studies.\r Professor: Excuse me.\nLet us pass, please.\r Dawn: I beg your pardon...\nWe’ll be on our way.\r Lucas: Sorry, folks.\r -{STRVAR 3, 0}: What was that about?\nThose two...\r -Huh? {STRVAR 3, 0}!\nLet’s go check this out!\r +{STRVAR_1 3, 0}: What was that about?\nThose two...\r +Huh? {STRVAR_1 3, 0}!\nLet’s go check this out!\r ...\n...\rWhat’s that?\nDon’t go into the tall grass?\rNo problem, no problem!\rWe won’t be in there long enough\nfor a wild Pokémon to come out.\r It’s...\nA briefcase?\rThose people forgot it here.\nWhat are we supposed to do with it?\rWe can try to deliver it, but who are\nthey? I heard them say professor...\r Waaah!\nPo-Pokémon?!\r What’s going on?!\r -{STRVAR 3, 0}: Fwaaah!\nYour {STRVAR 0, 1} totally rocked!\rBut my {STRVAR 0, 2} was way tougher\nthan yours!\r...They were other people’s\nPokémon, though...\rBut we had to use them...\nThey won’t mind, will they?\r +{STRVAR_1 3, 0}: Fwaaah!\nYour {STRVAR_1 0, 1} totally rocked!\rBut my {STRVAR_1 0, 2} was way tougher\nthan yours!\r...They were other people’s\nPokémon, though...\rBut we had to use them...\nThey won’t mind, will they?\r Dawn: Oh! There’s the briefcase!\rThe professor would have been furious\nif I’d lost it...\r Dawn: Huh?\nOh, no!\rDid you...\nDid you use the Pokémon in here?\rYou did?! Oh, my gosh!\nWhat’s the professor going to say...?\r...This is so not good...\nI’ll take this briefcase for now.\r Lucas: Whew! You found the briefcase?\rThe professor would’ve gone through\nthe roof if he knew I forgot it here.\r Lucas: Hunh?\nWhaaaat?!\rDid you guys...\nDid you use these Pokémon?!\rOh, man... How am I gonna explain\nthis to the professor?\r...This briefcase is the professor’s,\nso I’ll take it, OK?\r -{STRVAR 3, 0}: What was that about?\r -I don’t know what’s going on.\n{STRVAR 3, 0}, let’s get out of here.\rMy Pokémon got hurt from that\nbattle.\rIf we get attacked by another\nPokémon, we might be in trouble.\r -Rowan: Hmmm...\rNo legendary Pokémon, nothing out\nof the ordinary...\r{STRVAR 3, 0}, how was Lake Valor?\nAnything to report?\rWhat? You’re just going there now?\nYou’ve got to move faster than that! -Rowan: {STRVAR 3, 0}, how was Lake\nValor? Anything to report?\rWhat? You’re just going there now?\nYou’ve got to move faster than that! -Dawn: {STRVAR 3, 0}, how was\nLake Valor?\rThere’s nothing wrong here.\nThe lake hasn’t changed at all.\rWe haven’t found a legendary\nPokémon, either, though... -Lucas: Hiya, {STRVAR 3, 0}!\nHow’s Lake Valor?\rThere’s nothing wrong here.\nThe lake is ordinary, as usual.\rThere’s no legendary Pokémon,\neither... +{STRVAR_1 3, 0}: What was that about?\r +I don’t know what’s going on.\n{STRVAR_1 3, 0}, let’s get out of here.\rMy Pokémon got hurt from that\nbattle.\rIf we get attacked by another\nPokémon, we might be in trouble.\r +Rowan: Hmmm...\rNo legendary Pokémon, nothing out\nof the ordinary...\r{STRVAR_1 3, 0}, how was Lake Valor?\nAnything to report?\rWhat? You’re just going there now?\nYou’ve got to move faster than that! +Rowan: {STRVAR_1 3, 0}, how was Lake\nValor? Anything to report?\rWhat? You’re just going there now?\nYou’ve got to move faster than that! +Dawn: {STRVAR_1 3, 0}, how was\nLake Valor?\rThere’s nothing wrong here.\nThe lake hasn’t changed at all.\rWe haven’t found a legendary\nPokémon, either, though... +Lucas: Hiya, {STRVAR_1 3, 0}!\nHow’s Lake Valor?\rThere’s nothing wrong here.\nThe lake is ordinary, as usual.\rThere’s no legendary Pokémon,\neither... diff --git a/files/msgdata/msg/narc_0271.key b/files/msgdata/msg/narc_0271.key deleted file mode 100644 index 0827ecee..00000000 --- a/files/msgdata/msg/narc_0271.key +++ /dev/null @@ -1 +0,0 @@ -O
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0271.txt b/files/msgdata/msg/narc_0271.txt index 42b0ba5f..b1b563d7 100644 --- a/files/msgdata/msg/narc_0271.txt +++ b/files/msgdata/msg/narc_0271.txt @@ -2,20 +2,20 @@ -Rowan: Ah, {STRVAR 3, 0}!\nWhat timing!\rThose Team Galactic scoundrels are\nafter the legendary Pokémon!\rYou’ve got to help Dawn! -Rowan: Ah, {STRVAR 3, 0}!\nWhat timing!\rThose Team Galactic scoundrels are\nafter the legendary Pokémon!\r{STRVAR 3, 0}, help us!\nYou’ve got to help Lucas! +Rowan: Ah, {STRVAR_1 3, 0}!\nWhat timing!\rThose Team Galactic scoundrels are\nafter the legendary Pokémon!\rYou’ve got to help Dawn! +Rowan: Ah, {STRVAR_1 3, 0}!\nWhat timing!\rThose Team Galactic scoundrels are\nafter the legendary Pokémon!\r{STRVAR_1 3, 0}, help us!\nYou’ve got to help Lucas! Rowan: How dare you!\nYou misguided thugs!\r -{STRVAR 3, 0}!\nDawn needs your help! +{STRVAR_1 3, 0}!\nDawn needs your help! Rowan: How dare you!\nYou misguided thugs!\r -{STRVAR 3, 0}!\nLucas needs your help! +{STRVAR_1 3, 0}!\nLucas needs your help! Ow! Ouch!\nWhat’s with this old-timer? -Dawn: {STRVAR 3, 0}!\nIt’s T-Team Galactic!\fOh no! The Pokémon of the lake... +Dawn: {STRVAR_1 3, 0}!\nIt’s T-Team Galactic!\fOh no! The Pokémon of the lake... Lucas: It’s Team Galactic!\nThey took the Pokémon of the lake... Mars: That face...!\nIt brings back bad memories!\rI’m talking about the windworks!\rI caught a whole lot of trouble\nfor that little incident.\rWhat’s with that look on your face?\nYou do remember me, don’t you?\rFine, whatever.\nI’ll tell you who I am again!\rI’m Mars, one of Team Galactic’s\nCommanders.\rSo, what is it? Are you some\nlovey-dovey couple to the rescue?\rNot a chance! Not even a teeny one!\nYou’re all going down!\r I lost again...\rSo, first the windworks, and now\nLake Verity that I owe you for!\rThis shouldn’t be happening to Team\nGalactic’s Commander...\r...Calm down, Mars...\nI’ve done my part in all of this...\rMy mission was to transport the\nlake’s Pokémon to our HQ...\r...That’s right! I accomplished my\nmission without a problem!\r Team! We’re pulling out!\nThe boss is waiting at the HQ!\r The Pokémon of the three lakes are\nconnected somehow.\rThanks to Saturn’s grandstanding at\nLake Valor, a cavern appeared here.\rIt was the cavern where the Pokémon\nMESPRIT slept.\rMESPRIT appeared, too, probably to\ngo help its friends.\rThat worked out well for us.\nIt was super easy to catch.\rSo, now we’ve got them all:\nMESPRIT, “the Being of Emotion.”\fAZELF, “the Being of Willpower.”\fUXIE, “the Being of Intelligence.”\rNow that we have them all...\rYou can look forward to what plans\nTeam Galactic has for them!\r -Rowan: I see...\nThis also occurred at Lake Valor...\rAnother legendary Pokémon was taken\naway by Team Galactic...\rBoth of you went up against\nfull-fledged criminals...\rThe fact that you’re unharmed is\nreason enough to celebrate.\r...But what about Lake Acuity?\nIs {STRVAR 3, 0} safe? -Rowan: {STRVAR 3, 0}, I need you to\ngo to Lake Acuity right away.\rI’m worried about {STRVAR 3, 1}. -Dawn: {STRVAR 3, 0}, what is Team\nGalactic up to?\rAre the abducted Pokémon of the\nlakes going to be OK? -Lucas: {STRVAR 3, 0}, what’s Team\nGalactic up to?\rThey’d better not harm the Pokémon\nthey took from the lakes... +Rowan: I see...\nThis also occurred at Lake Valor...\rAnother legendary Pokémon was taken\naway by Team Galactic...\rBoth of you went up against\nfull-fledged criminals...\rThe fact that you’re unharmed is\nreason enough to celebrate.\r...But what about Lake Acuity?\nIs {STRVAR_1 3, 0} safe? +Rowan: {STRVAR_1 3, 0}, I need you to\ngo to Lake Acuity right away.\rI’m worried about {STRVAR_1 3, 1}. +Dawn: {STRVAR_1 3, 0}, what is Team\nGalactic up to?\rAre the abducted Pokémon of the\nlakes going to be OK? +Lucas: {STRVAR_1 3, 0}, what’s Team\nGalactic up to?\rThey’d better not harm the Pokémon\nthey took from the lakes... diff --git a/files/msgdata/msg/narc_0272.key b/files/msgdata/msg/narc_0272.key deleted file mode 100644 index 1434ab41..00000000 --- a/files/msgdata/msg/narc_0272.key +++ /dev/null @@ -1 +0,0 @@ -K
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0272.txt b/files/msgdata/msg/narc_0272.txt index 0bf33138..a9f78c05 100644 --- a/files/msgdata/msg/narc_0272.txt +++ b/files/msgdata/msg/narc_0272.txt @@ -1,6 +1,6 @@ Kyauun.\r MESPRIT flew off somewhere...\r -Rowan: ...\n...\r{STRVAR 3, 0}, that was MESPRIT,\nwasn’t it?\rYou’ve accomplished what I’d asked\nyou to do at the Canalave Library...\rI asked you to get data on the\nPokémon of the lake, and you did.\rBut it didn’t provide any answers\nabout the mysteries of evolution.\rI still don’t know why some Pokémon\nevolve and others don’t.\rUltimately, it only deepened the\nmystery.\rBut having mysteries to solve...\nThat adds to my enjoyment!\r -{STRVAR 3, 0}, why don’t you chase\nafter MESPRIT?\rTo me, it seemed as if it wanted to\nplay with you.\rIf you were to use the Pokétch app\nMarking Map, you’d be able to\ftrack the movements of Pokémon.\r +Rowan: ...\n...\r{STRVAR_1 3, 0}, that was MESPRIT,\nwasn’t it?\rYou’ve accomplished what I’d asked\nyou to do at the Canalave Library...\rI asked you to get data on the\nPokémon of the lake, and you did.\rBut it didn’t provide any answers\nabout the mysteries of evolution.\rI still don’t know why some Pokémon\nevolve and others don’t.\rUltimately, it only deepened the\nmystery.\rBut having mysteries to solve...\nThat adds to my enjoyment!\r +{STRVAR_1 3, 0}, why don’t you chase\nafter MESPRIT?\rTo me, it seemed as if it wanted to\nplay with you.\rIf you were to use the Pokétch app\nMarking Map, you’d be able to\ftrack the movements of Pokémon.\r What?\nYou don’t have the Marking Map?\r...You should occasionally pay visits\nto the Pokétch Company, you know.\r -Go on, {STRVAR 3, 0}.\rI’m sure that you will keep meeting\ncountless Pokémon and people.\rThose encounters will keep thrilling\nyou in their own special ways.\rI hope you’ll enjoy that experience!\nTake care, {STRVAR 3, 0}.\r +Go on, {STRVAR_1 3, 0}.\rI’m sure that you will keep meeting\ncountless Pokémon and people.\rThose encounters will keep thrilling\nyou in their own special ways.\rI hope you’ll enjoy that experience!\nTake care, {STRVAR_1 3, 0}.\r diff --git a/files/msgdata/msg/narc_0273.key b/files/msgdata/msg/narc_0273.key deleted file mode 100644 index a84c6362..00000000 --- a/files/msgdata/msg/narc_0273.key +++ /dev/null @@ -1 +0,0 @@ -C4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0274.key b/files/msgdata/msg/narc_0274.key deleted file mode 100644 index 15cc2533..00000000 --- a/files/msgdata/msg/narc_0274.key +++ /dev/null @@ -1 +0,0 @@ -O4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0275.key b/files/msgdata/msg/narc_0275.key deleted file mode 100644 index 3bb25e27..00000000 --- a/files/msgdata/msg/narc_0275.key +++ /dev/null @@ -1 +0,0 @@ -K4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0276.key b/files/msgdata/msg/narc_0276.key deleted file mode 100644 index 1629792b..00000000 --- a/files/msgdata/msg/narc_0276.key +++ /dev/null @@ -1 +0,0 @@ -C$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0276.txt b/files/msgdata/msg/narc_0276.txt index 819640cf..0c46f204 100644 --- a/files/msgdata/msg/narc_0276.txt +++ b/files/msgdata/msg/narc_0276.txt @@ -1,2 +1,2 @@ -{STRVAR 3, 0}: What are you doing?\nYou’re not supposed to be here.\rThere’s nothing here anyway.\rIf anything were to happen, it’s in\nmy good hands.\rI’ve got my trusty Pokémon with me\nfor one.\rAnd more than anything, I’m tough,\nand you know it! -{STRVAR 3, 0}: What’d I say?\nI told you I’ll be OK by myself.\rIf you haven’t gone yet, go\nchallenge the Sunyshore Gym.\rI have a feeling things are going\nto keep getting tougher.\rIt could be rough if you don’t\ncollect up some Gym Badges. +{STRVAR_1 3, 0}: What are you doing?\nYou’re not supposed to be here.\rThere’s nothing here anyway.\rIf anything were to happen, it’s in\nmy good hands.\rI’ve got my trusty Pokémon with me\nfor one.\rAnd more than anything, I’m tough,\nand you know it! +{STRVAR_1 3, 0}: What’d I say?\nI told you I’ll be OK by myself.\rIf you haven’t gone yet, go\nchallenge the Sunyshore Gym.\rI have a feeling things are going\nto keep getting tougher.\rIt could be rough if you don’t\ncollect up some Gym Badges. diff --git a/files/msgdata/msg/narc_0277.key b/files/msgdata/msg/narc_0277.key deleted file mode 100644 index 84eab83c..00000000 --- a/files/msgdata/msg/narc_0277.key +++ /dev/null @@ -1 +0,0 @@ -O$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0277.txt b/files/msgdata/msg/narc_0277.txt index af4242b4..f854369b 100644 --- a/files/msgdata/msg/narc_0277.txt +++ b/files/msgdata/msg/narc_0277.txt @@ -1,6 +1,6 @@ -{STRVAR 3, 0}: !\rYou’re not getting away with this,\nTeam Galactic!\r +{STRVAR_1 3, 0}: !\rYou’re not getting away with this,\nTeam Galactic!\r Jupiter: Oh?\nAre you finished already?\rYour Pokémon aren’t bad, but you’re\nlaughably weak.\rYou honestly thought you could save\nthe Pokémon of the lake?\rAnd become the Pokémon Champion?\nDream on, little kid.\rBut, eww, it’s so cold here.\nLet’s go back to the Veilstone HQ.\r Oh? Don’t I know you?\nWe met in Eterna City.\rListen. Team Galactic is going to do\nsomething huge for everyone’s sake.\rThat’s why you should keep out of\nTeam Galactic’s way.\rDon’t come whining about poor Pokémon\nand other trivial junk like that.\rDon’t waste your time coming to our\nHQ in Veilstone.\rNow, if you’ll excuse me.\r -{STRVAR 3, 0}: ...\n...\rYeah, that’s right!\rI couldn’t do anything against Team\nGalactic!\r +{STRVAR_1 3, 0}: ...\n...\rYeah, that’s right!\rI couldn’t do anything against Team\nGalactic!\r That Pokémon called UXIE...\nIt was suffering...\r I’m going to get tougher...\rIt’s not about winning or losing...\nThat’s not good enough...\fI have to be stronger...\r diff --git a/files/msgdata/msg/narc_0278.key b/files/msgdata/msg/narc_0278.key deleted file mode 100644 index 484b2881..00000000 --- a/files/msgdata/msg/narc_0278.key +++ /dev/null @@ -1 +0,0 @@ -K$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0279.key b/files/msgdata/msg/narc_0279.key deleted file mode 100644 index 7643d043..00000000 --- a/files/msgdata/msg/narc_0279.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0280.key b/files/msgdata/msg/narc_0280.key deleted file mode 100644 index cf781338..00000000 --- a/files/msgdata/msg/narc_0280.key +++ /dev/null @@ -1 +0,0 @@ -b4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0281.key b/files/msgdata/msg/narc_0281.key deleted file mode 100644 index 2b6afc04..00000000 --- a/files/msgdata/msg/narc_0281.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0281.txt b/files/msgdata/msg/narc_0281.txt index 96f36d0e..0e617d7f 100644 --- a/files/msgdata/msg/narc_0281.txt +++ b/files/msgdata/msg/narc_0281.txt @@ -1,10 +1,10 @@ {SIZE 200}Thud!!{SIZE 100}\r What the...\r Whoops, sorry about that!\nI was in a rush.\r -Oh, wait a second...\nAren’t you...\rYou’re {STRVAR 3, 1} from Twinleaf!\nWow, that brings back memories!\rSo, if you’re here, he can’t be far\nbehind...\rThis should be fun.\nSee you!\r +Oh, wait a second...\nAren’t you...\rYou’re {STRVAR_1 3, 1} from Twinleaf!\nWow, that brings back memories!\rSo, if you’re here, he can’t be far\nbehind...\rThis should be fun.\nSee you!\r {SIZE 200}Thud!!{SIZE 100}\r -{STRVAR 3, 0}: What the...\rOh, hey, {STRVAR 3, 1}!\rYou came to the Battle Tower too,\nhuh?\rI decided I’ll see how I measure up\nbefore going to Stark Mountain.\rBut that guy you were just talking\nto...\r...Nah, it’s all right!\nI got here on my own power.\fIt won’t take long before I see him.\rSee ya, {STRVAR 3, 1}!\nI’m going to toughen up here!\r -{STRVAR 3, 0}: What the...\rOh, hey, {STRVAR 3, 1}!\rYou came to the Battle Tower too,\nhuh?\rI decided I’ll see how I measure up\nfor my quest to be the greatest!\rBut that guy you were just talking\nto...\r...Nah, it’s all right!\nI got here on my own power.\fIt won’t take long before I see him.\rSee ya, {STRVAR 3, 1}!\nI’m going to toughen up here!\r +{STRVAR_1 3, 0}: What the...\rOh, hey, {STRVAR_1 3, 1}!\rYou came to the Battle Tower too,\nhuh?\rI decided I’ll see how I measure up\nbefore going to Stark Mountain.\rBut that guy you were just talking\nto...\r...Nah, it’s all right!\nI got here on my own power.\fIt won’t take long before I see him.\rSee ya, {STRVAR_1 3, 1}!\nI’m going to toughen up here!\r +{STRVAR_1 3, 0}: What the...\rOh, hey, {STRVAR_1 3, 1}!\rYou came to the Battle Tower too,\nhuh?\rI decided I’ll see how I measure up\nfor my quest to be the greatest!\rBut that guy you were just talking\nto...\r...Nah, it’s all right!\nI got here on my own power.\fIt won’t take long before I see him.\rSee ya, {STRVAR_1 3, 1}!\nI’m going to toughen up here!\r Exchange Service Corner\nA Cornucopia of Fabulous Prizes! Battle Tower\nGather, All Ye Greatest! In the Battle Rooms, the seventh\nTrainer you face is the room’s boss.\rYou’ll need to stay focused if you\nwant to win! diff --git a/files/msgdata/msg/narc_0282.key b/files/msgdata/msg/narc_0282.key deleted file mode 100644 index dcb33d2b..00000000 --- a/files/msgdata/msg/narc_0282.key +++ /dev/null @@ -1 +0,0 @@ -b$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0282.txt b/files/msgdata/msg/narc_0282.txt index 4d981440..7ddd557e 100644 --- a/files/msgdata/msg/narc_0282.txt +++ b/files/msgdata/msg/narc_0282.txt @@ -1,11 +1,11 @@ Welcome to the Exchange Service\nCorner!\rWe can exchange your BP\nfor fabulous items.\r Which prize would you like in\nexchange for your BP? -You’ve chosen the {STRVAR 8, 0}.\nIs that correct? +You’ve chosen the {STRVAR_1 8, 0}.\nIs that correct? Here is your prize!\r I’m so sorry...\nYou don’t have enough BP...\r -Sorry, your Bag has no room for\nthis {STRVAR 8, 0}...\r +Sorry, your Bag has no room for\nthis {STRVAR_1 8, 0}...\r Thank you for visiting.\rPlease visit us again when you have\nsaved up BP. -You’ve chosen {STRVAR 8, 0},\n{STRVAR 6, 1}. Is that correct? +You’ve chosen {STRVAR_1 8, 0},\n{STRVAR_1 6, 1}. Is that correct? What to get today...\nPerhaps a Technical Machine will do. What I most care about is the\ncrushing power of my darling Pokémon.\rAre there any prizes that would\nhelp them get more power? How’s it going?\rIf things aren’t going well, why not\ngrab some prizes here?\rIt might toughen up your Pokémon\njust enough to do better. diff --git a/files/msgdata/msg/narc_0283.key b/files/msgdata/msg/narc_0283.key deleted file mode 100644 index f8f5a185..00000000 --- a/files/msgdata/msg/narc_0283.key +++ /dev/null @@ -1 +0,0 @@ -z$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0283.txt b/files/msgdata/msg/narc_0283.txt index b00351e7..06f4bbfc 100644 --- a/files/msgdata/msg/narc_0283.txt +++ b/files/msgdata/msg/narc_0283.txt @@ -11,7 +11,7 @@ Your Pokémon must all be different.\r Hold items must all be different.\r I will now show you to the\nBattle Room. Congratulations!\nYou’ve beaten all seven Trainers!\r -Congratulations!\nYou’ve beaten the Tower Tycoon!\rWe present you with these Battle\nPoints in recognition of your talent!\r{STRVAR 3, 0} received\n{STRVAR 50, 1} BP!\r +Congratulations!\nYou’ve beaten the Tower Tycoon!\rWe present you with these Battle\nPoints in recognition of your talent!\r{STRVAR_1 3, 0} received\n{STRVAR_1 50, 1} BP!\r Saving...\nDon’t turn off the power. We hope to see you again. We’ve been waiting for you!\rBefore entering a Battle Room, your\nprogress will be saved.\rSaving...\nDon’t turn off the power. @@ -31,8 +31,8 @@ One Trainer should select\n“BECOME LEADER.”\rThe other Trainer must select\n I’ll direct you to your\nMulti Battle Room now. -Both Trainers have chosen the\nPokémon {STRVAR 0, 0}.\rPlease confer with the other Trainer\nand choose different Pokémon.\r -Both Trainers have chosen the\nPokémon {STRVAR 0, 0} and\f{STRVAR 0, 1}.\rPlease confer with the other Trainer\nand choose different Pokémon.\r +Both Trainers have chosen the\nPokémon {STRVAR_1 0, 0}.\rPlease confer with the other Trainer\nand choose different Pokémon.\r +Both Trainers have chosen the\nPokémon {STRVAR_1 0, 0} and\f{STRVAR_1 0, 1}.\rPlease confer with the other Trainer\nand choose different Pokémon.\r I will now show you to the\nBattle Salon.\r Welcome to the Battle Tower!\rI am your guide to the Wi-Fi\nBattle Rooms.\r Would you like to take the Wi-Fi\nBattle Room challenge? @@ -50,27 +50,27 @@ Would you like to save and\ninterrupt your challenge? -I’ve downloaded the Rank {STRVAR 51, 0}, Battle\nRoom {STRVAR 52, 1}’s past leader history.\rPlease confirm it on the Performance\nMonitor next to me. +I’ve downloaded the Rank {STRVAR_1 51, 0}, Battle\nRoom {STRVAR_1 52, 1}’s past leader history.\rPlease confirm it on the Performance\nMonitor next to me. Thank you for playing!\r Congratulations!\nYou’ve beaten all seven Trainers!\r -{STRVAR 3, 0}, you have also been\npromoted to Rank {STRVAR 51, 1}!\r +{STRVAR_1 3, 0}, you have also been\npromoted to Rank {STRVAR_1 51, 1}!\r Saving...\nDon’t turn off the power. Would you like to send these results\nusing Nintendo WFC? -For your 7-win streak, we present\nyou these Battle Points!\r{STRVAR 3, 0} obtained\n{STRVAR 50, 1} BP.\r +For your 7-win streak, we present\nyou these Battle Points!\r{STRVAR_1 3, 0} obtained\n{STRVAR_1 50, 1} BP.\r Your results were sent out using\nNintendo WFC!\r It’s good to see you back.\rYour previous results were not sent\nout using Nintendo WFC.\rWould you like to send them now? -It’s very unfortunate, but you have\nbeen demoted to Rank {STRVAR 51, 0}...\r +It’s very unfortunate, but you have\nbeen demoted to Rank {STRVAR_1 51, 0}...\r Your record will be saved.\nPlease wait. -Congratulations on achieving\nRank {STRVAR 51, 0}.\rYour winning Pokémon team has won\nspecial Ribbons for this feat! -Congratulations on achieving {STRVAR 52, 0}\nconsecutive wins!\rYour winning Pokémon team has been\ngiven a special award for this feat! -{STRVAR 3, 0} obtained {STRVAR 8, 1}! +Congratulations on achieving\nRank {STRVAR_1 51, 0}.\rYour winning Pokémon team has won\nspecial Ribbons for this feat! +Congratulations on achieving {STRVAR_1 52, 0}\nconsecutive wins!\rYour winning Pokémon team has been\ngiven a special award for this feat! +{STRVAR_1 3, 0} obtained {STRVAR_1 8, 1}! Congratulations on achieving your\n50-win streak.\rYour winning Pokémon team has won\nspecial Ribbons for this feat! Yeah, I used to live in a place\ncalled Hoenn.\rThere was a place like this back\nthere, too. The Wi-Fi Battle Rooms are full of\nsurprises.\rCan you imagine running into an old\nrival who moved far away?\rWho knows what cool encounters you’ll\nhave? @@ -81,36 +81,36 @@ Ooh-la-la!\nYou look tremendously powerful!\rVerily, I shall look forward to\nen There are so many tough Trainers\naround...\rIt’s scary, but let’s do our best,\nPIKACHU! PIKACHU: Pichuu! Pichuu! Congratulations on achieving\na 50-win streak!\rThe Pokémon on your team will be\nprovided with commemorative Ribbons. -Congratulations on advancing to\nRank {STRVAR 50, 0}!\rThe Pokémon on your team will be\nprovided with commemorative Ribbons. +Congratulations on advancing to\nRank {STRVAR_1 50, 0}!\rThe Pokémon on your team will be\nprovided with commemorative Ribbons. Congratulations on defeating\nthe Tower Tycoon!\rThe Pokémon on your team will be\nprovided with commemorative Ribbons. -Congratulations on achieving\nyour {STRVAR 52, 0}-win streak!\rPlease accept this trophy for your\nfantastic achievement!\r +Congratulations on achieving\nyour {STRVAR_1 52, 0}-win streak!\rPlease accept this trophy for your\nfantastic achievement!\r ...Uh-oh... You’ve run out of room\nfor decoration goods.\rPlease make room, and come back\nfor your prize. -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs are not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs and {STRVAR 0, 1} are\nnot allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, and {STRVAR 0, 2}\nare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\nand {STRVAR 0, 3} are not allowed.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, and {STRVAR 0, 4}\fare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4}, and\f{STRVAR 0, 5} are not allowed.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, and {STRVAR 0, 6}\nare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6}, and\n{STRVAR 0, 7} are not allowed.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, and {STRVAR 0, 8}\fare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\fand {STRVAR 0, 9} are not allowed.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, and {STRVAR 0, 10}\nare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\nand {STRVAR 0, 11} are ineligible.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\n{STRVAR 0, 11}, and {STRVAR 0, 12}\fare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\n{STRVAR 0, 11}, {STRVAR 0, 12},\fand {STRVAR 0, 13} are not allowed.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\n{STRVAR 0, 11}, {STRVAR 0, 12},\r{STRVAR 0, 13}, and {STRVAR 0, 14}\nare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\n{STRVAR 0, 11}, {STRVAR 0, 12},\r{STRVAR 0, 13}, {STRVAR 0, 14},\nand {STRVAR 0, 15} are not allowed.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\n{STRVAR 0, 11}, {STRVAR 0, 12},\r{STRVAR 0, 13}, {STRVAR 0, 14},\n{STRVAR 0, 15}, and {STRVAR 0, 16}\fare not allowed to enter.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\n{STRVAR 0, 11}, {STRVAR 0, 12},\r{STRVAR 0, 13}, {STRVAR 0, 14},\n{STRVAR 0, 15}, {STRVAR 0, 16},\fand {STRVAR 0, 17} are not allowed.\rPlease come see me when you are\nready.\r -Excuse me!\rYou don’t have {STRVAR 50, 0} eligible Pokémon.\rYou must have {STRVAR 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR 0, 1}, {STRVAR 0, 2},\n{STRVAR 0, 3}, {STRVAR 0, 4},\r{STRVAR 0, 5}, {STRVAR 0, 6},\n{STRVAR 0, 7}, {STRVAR 0, 8},\r{STRVAR 0, 9}, {STRVAR 0, 10},\n{STRVAR 0, 11}, {STRVAR 0, 12},\r{STRVAR 0, 13}, {STRVAR 0, 14},\n{STRVAR 0, 15}, {STRVAR 0, 16},\r{STRVAR 0, 17}, and {STRVAR 0, 18}\nare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs are not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs and {STRVAR_1 0, 1} are\nnot allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, and {STRVAR_1 0, 2}\nare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\nand {STRVAR_1 0, 3} are not allowed.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, and {STRVAR_1 0, 4}\fare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4}, and\f{STRVAR_1 0, 5} are not allowed.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, and {STRVAR_1 0, 6}\nare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6}, and\n{STRVAR_1 0, 7} are not allowed.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, and {STRVAR_1 0, 8}\fare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\fand {STRVAR_1 0, 9} are not allowed.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, and {STRVAR_1 0, 10}\nare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\nand {STRVAR_1 0, 11} are ineligible.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\n{STRVAR_1 0, 11}, and {STRVAR_1 0, 12}\fare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\n{STRVAR_1 0, 11}, {STRVAR_1 0, 12},\fand {STRVAR_1 0, 13} are not allowed.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\n{STRVAR_1 0, 11}, {STRVAR_1 0, 12},\r{STRVAR_1 0, 13}, and {STRVAR_1 0, 14}\nare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\n{STRVAR_1 0, 11}, {STRVAR_1 0, 12},\r{STRVAR_1 0, 13}, {STRVAR_1 0, 14},\nand {STRVAR_1 0, 15} are not allowed.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\n{STRVAR_1 0, 11}, {STRVAR_1 0, 12},\r{STRVAR_1 0, 13}, {STRVAR_1 0, 14},\n{STRVAR_1 0, 15}, and {STRVAR_1 0, 16}\fare not allowed to enter.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\n{STRVAR_1 0, 11}, {STRVAR_1 0, 12},\r{STRVAR_1 0, 13}, {STRVAR_1 0, 14},\n{STRVAR_1 0, 15}, {STRVAR_1 0, 16},\fand {STRVAR_1 0, 17} are not allowed.\rPlease come see me when you are\nready.\r +Excuse me!\rYou don’t have {STRVAR_1 50, 0} eligible Pokémon.\rYou must have {STRVAR_1 50, 0} different Pokémon\nto enter.\rThey also must be holding different\nkinds of items.\rEggs, {STRVAR_1 0, 1}, {STRVAR_1 0, 2},\n{STRVAR_1 0, 3}, {STRVAR_1 0, 4},\r{STRVAR_1 0, 5}, {STRVAR_1 0, 6},\n{STRVAR_1 0, 7}, {STRVAR_1 0, 8},\r{STRVAR_1 0, 9}, {STRVAR_1 0, 10},\n{STRVAR_1 0, 11}, {STRVAR_1 0, 12},\r{STRVAR_1 0, 13}, {STRVAR_1 0, 14},\n{STRVAR_1 0, 15}, {STRVAR_1 0, 16},\r{STRVAR_1 0, 17}, and {STRVAR_1 0, 18}\nare not allowed to enter.\rPlease come see me when you are\nready.\r Thank you so much for participating!\nPlease come again! Hi, there!\rCan you tell me how you’d introduce\nyourself before a battle, and what\fyou’d say if you won or lost? OK! So, how would you introduce\nyourself before a battle? OK! So, what would you say if \nyou lost a battle? OK! So, what would you say if \nyou won a battle? -Thanks for telling me. You’d say\n“{STRVAR 284}”... +Thanks for telling me. You’d say\n“{STRVAR_1 28}”... Oh? You’re not going to tell me?\nThat’s too bad... There doesn’t appear to be any\ndata yet...\r DS Wireless Communications will\nbe launched. diff --git a/files/msgdata/msg/narc_0284.key b/files/msgdata/msg/narc_0284.key deleted file mode 100644 index 26ff7d06..00000000 --- a/files/msgdata/msg/narc_0284.key +++ /dev/null @@ -1 +0,0 @@ -j$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0284.txt b/files/msgdata/msg/narc_0284.txt index 8d4b04ee..cfbcd2f9 100644 --- a/files/msgdata/msg/narc_0284.txt +++ b/files/msgdata/msg/narc_0284.txt @@ -1,14 +1,14 @@ Your Pokémon will be restored to\nfull health. -You will be facing opponent no. {STRVAR 50, 0}.\nAre you ready? +You will be facing opponent no. {STRVAR_1 50, 0}.\nAre you ready? Would you like to save and\nquit the game? Would you like to cancel your\nBattle Room challenge? Saving...\nDon’t turn off the power. Your Pokémon will be restored to\nfull health. -You will be facing opponent no. {STRVAR 50, 0}.\nAre you ready? +You will be facing opponent no. {STRVAR_1 50, 0}.\nAre you ready? Would you like to save and\nquit the game? Would you like to cancel your\nBattle Room challenge? Congratulations on your winning\nstreak, challenger!\rThe Tower Tycoon has sent word\nthat he is impressed with you.\rHe recognizes your skill, and he’d\nlike to challenge you to a battle!\rAre you ready to battle the Tower\nTycoon? -Hi!\nMy name’s Palmer.\rI remember you from when you were\nin Twinleaf, {STRVAR 3, 0}.\rYou were always playing with my son\n{STRVAR 3, 1}, right?\rYou’ve grown up since then, and\nmost impressively, too!\rSo, I’d like you to show me.\rShow me the bond you’ve built\nwith your Pokémon.\rShow me the skill you’ve acquired\nas a Trainer!\r +Hi!\nMy name’s Palmer.\rI remember you from when you were\nin Twinleaf, {STRVAR_1 3, 0}.\rYou were always playing with my son\n{STRVAR_1 3, 1}, right?\rYou’ve grown up since then, and\nmost impressively, too!\rSo, I’d like you to show me.\rShow me the bond you’ve built\nwith your Pokémon.\rShow me the skill you’ve acquired\nas a Trainer!\r Palmer: So, you’ve come this far!\rAs the Tower Tycoon, I’ll have to\ngive you my best effort.\rThat’s how the best Trainers show\nrespect to each other.\rBy battling all out as dedicated\nstudents of Pokémon!\r Bravo!\rOne day, I imagine my son will come\nchallenge me just as you have.\rThat’s something I look forward\nto a great deal.\rYou will become even more skilled,\nthe very same way your father did.\rKeep battling Trainers from around\nthe world and keep growing greater\fin stature!\r Bravo!\nI feel inspired in my heart!\rIt brings back a memory of that day\nlong ago...\rI went out to the lake with your\nfather that day...\rWe were attacked by a wild Pokémon.\rWe fended it off, but I don’t recall \nhow. It was that desperate.\rThat was my first step as\na Trainer.\rI wonder if the professor is doing\nwell?\r...That’s enough reminiscing.\rMy young friend, the world and\nyour future hold infinite promise.\rGo on, you can be all that you\ndesire!\rThere is no limit to where you\ncan go!\r diff --git a/files/msgdata/msg/narc_0285.key b/files/msgdata/msg/narc_0285.key deleted file mode 100644 index 589d9185..00000000 --- a/files/msgdata/msg/narc_0285.key +++ /dev/null @@ -1 +0,0 @@ -f$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0285.txt b/files/msgdata/msg/narc_0285.txt index 24a24e97..574d51cb 100644 --- a/files/msgdata/msg/narc_0285.txt +++ b/files/msgdata/msg/narc_0285.txt @@ -1,7 +1,7 @@ Thank you so much for participating!\rPlease wait while I save the game.\nDon’t turn off the power. We hope to see you again! Your Pokémon will be restored to\nfull health. -Up next, opponent pair no. {STRVAR 50, 0}.\nAre you ready? +Up next, opponent pair no. {STRVAR_1 50, 0}.\nAre you ready? Would you like to save and\nquit the game? Would you like to cancel your\nBattle Room challenge? You have chosen to retire from\nthis Battle Room challenge. diff --git a/files/msgdata/msg/narc_0286.key b/files/msgdata/msg/narc_0286.key deleted file mode 100644 index dcb33d2b..00000000 --- a/files/msgdata/msg/narc_0286.key +++ /dev/null @@ -1 +0,0 @@ -b$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0286.txt b/files/msgdata/msg/narc_0286.txt index 0fd6ac41..a8f01385 100644 --- a/files/msgdata/msg/narc_0286.txt +++ b/files/msgdata/msg/narc_0286.txt @@ -1,18 +1,18 @@ Please find a partner from the Trainers\nthat are gathered here.\r -{STRVAR 3, 0}, you have not found\na partner for your tag team.\rWould you like to quit looking and\nreturn to the reception counter? +{STRVAR_1 3, 0}, you have not found\na partner for your tag team.\rWould you like to quit looking and\nreturn to the reception counter? Thank you for choosing a partner.\rI will now show you to your\nMulti Battle Room.\r -Riley: The partners I have now?\rWell, my {STRVAR 0, 0}’s nasty with its\n{STRVAR 6, 1}.\rAnd there’s my {STRVAR 0, 2}, which\nis a sure hand with {STRVAR 6, 3}.\rWould you like to team up with me? +Riley: The partners I have now?\rWell, my {STRVAR_1 0, 0}’s nasty with its\n{STRVAR_1 6, 1}.\rAnd there’s my {STRVAR_1 0, 2}, which\nis a sure hand with {STRVAR_1 6, 3}.\rWould you like to team up with me? Riley: ...Oh, is that so?\nThat’s too bad. Riley: Ahaha, thanks.\nI’ll be waiting for you.\r -Cheryl: I have {STRVAR 0, 0} that\nis very good with {STRVAR 6, 1},\rand {STRVAR 0, 2} that likes to\nshow off its {STRVAR 6, 3}.\rWill you team up with me again? +Cheryl: I have {STRVAR_1 0, 0} that\nis very good with {STRVAR_1 6, 1},\rand {STRVAR_1 0, 2} that likes to\nshow off its {STRVAR_1 6, 3}.\rWill you team up with me again? Cheryl: Oh...\nToo bad... Cheryl: I’ll go on ahead, then.\r -Buck: Yo, are you looking to team\nup? Let me tell you what I’ve got.\rMy {STRVAR 0, 0}’s first-rate\nwith {STRVAR 6, 1}.\rAnd my {STRVAR 0, 2} is the best when\nit comes to using {STRVAR 6, 3}.\rYou want to go with me, don’t you? +Buck: Yo, are you looking to team\nup? Let me tell you what I’ve got.\rMy {STRVAR_1 0, 0}’s first-rate\nwith {STRVAR_1 6, 1}.\rAnd my {STRVAR_1 0, 2} is the best when\nit comes to using {STRVAR_1 6, 3}.\rYou want to go with me, don’t you? Buck: Huh? What?\nThat’s pretty cold of you! Buck: Hehehe! Good choice!\nThere’s no problem when I’m around!\r -Marley: ...My {STRVAR 0, 0} uses\n{STRVAR 6, 1} well...\rAnd my {STRVAR 0, 2} likes to use\n{STRVAR 6, 3}.\r...What do you want?\nAm I supposed to go with you? +Marley: ...My {STRVAR_1 0, 0} uses\n{STRVAR_1 6, 1} well...\rAnd my {STRVAR_1 0, 2} likes to use\n{STRVAR_1 6, 3}.\r...What do you want?\nAm I supposed to go with you? Marley: ...Whatever... Marley: ...I’ll go ahead...\r -Mira: Hi, hi!\nI’m with my {STRVAR 0, 0}!\fIt’s really good with {STRVAR 6, 1}!\rThe other one is my {STRVAR 0, 2}.\nIts {STRVAR 6, 3} is awesome!\r{STRVAR 3, 4}, do you want to\ngo with me? +Mira: Hi, hi!\nI’m with my {STRVAR_1 0, 0}!\fIt’s really good with {STRVAR_1 6, 1}!\rThe other one is my {STRVAR_1 0, 2}.\nIts {STRVAR_1 6, 3} is awesome!\r{STRVAR_1 3, 4}, do you want to\ngo with me? Mira: Oh, OK.\nLet’s go another time! -Mira: OK! I’ll wait for you!\n{STRVAR 3, 0}, don’t be long!\r +Mira: OK! I’ll wait for you!\n{STRVAR_1 3, 0}, don’t be long!\r diff --git a/files/msgdata/msg/narc_0287.key b/files/msgdata/msg/narc_0287.key deleted file mode 100644 index 16577e1d..00000000 --- a/files/msgdata/msg/narc_0287.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0288.key b/files/msgdata/msg/narc_0288.key deleted file mode 100644 index ada140b8..00000000 --- a/files/msgdata/msg/narc_0288.key +++ /dev/null @@ -1 +0,0 @@ -Rx
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0289.key b/files/msgdata/msg/narc_0289.key deleted file mode 100644 index 351c01c5..00000000 --- a/files/msgdata/msg/narc_0289.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0290.key b/files/msgdata/msg/narc_0290.key deleted file mode 100644 index 602e4c38..00000000 --- a/files/msgdata/msg/narc_0290.key +++ /dev/null @@ -1 +0,0 @@ -w
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0291.key b/files/msgdata/msg/narc_0291.key deleted file mode 100644 index db6f8515..00000000 --- a/files/msgdata/msg/narc_0291.key +++ /dev/null @@ -1 +0,0 @@ -f
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0291.txt b/files/msgdata/msg/narc_0291.txt index 0f3b508b..dbb6ae03 100644 --- a/files/msgdata/msg/narc_0291.txt +++ b/files/msgdata/msg/narc_0291.txt @@ -1,7 +1,7 @@ -Target {STRVAR 50, 3} -Effect No. {STRVAR 52, 0} -Effect name {STRVAR 6, 1} -No. of turns {STRVAR 51, 2} +Target {STRVAR_1 50, 3} +Effect No. {STRVAR_1 52, 0} +Effect name {STRVAR_1 6, 1} +No. of turns {STRVAR_1 51, 2} Shadow (perspective) Shadow (direct) Shadow (basic) diff --git a/files/msgdata/msg/narc_0292.key b/files/msgdata/msg/narc_0292.key deleted file mode 100644 index 93e847b3..00000000 --- a/files/msgdata/msg/narc_0292.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0293.key b/files/msgdata/msg/narc_0293.key deleted file mode 100644 index 3c5f4275..00000000 --- a/files/msgdata/msg/narc_0293.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0294.key b/files/msgdata/msg/narc_0294.key deleted file mode 100644 index bd499c3e..00000000 --- a/files/msgdata/msg/narc_0294.key +++ /dev/null @@ -1 +0,0 @@ -~T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0295.key b/files/msgdata/msg/narc_0295.key deleted file mode 100644 index c0d35f55..00000000 --- a/files/msgdata/msg/narc_0295.key +++ /dev/null @@ -1 +0,0 @@ -<
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0296.key b/files/msgdata/msg/narc_0296.key deleted file mode 100644 index 29175a90..00000000 --- a/files/msgdata/msg/narc_0296.key +++ /dev/null @@ -1 +0,0 @@ -{n
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0297.key b/files/msgdata/msg/narc_0297.key deleted file mode 100644 index 5fd913ba..00000000 --- a/files/msgdata/msg/narc_0297.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0298.key b/files/msgdata/msg/narc_0298.key deleted file mode 100644 index f151cc58..00000000 --- a/files/msgdata/msg/narc_0298.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0298.txt b/files/msgdata/msg/narc_0298.txt index e1eea2ca..57512862 100644 --- a/files/msgdata/msg/narc_0298.txt +++ b/files/msgdata/msg/narc_0298.txt @@ -32,8 +32,8 @@ Pokémon icon Item icon F Note Clear x -{STRVAR 8, 0} -{STRVAR 52, 0} +{STRVAR_1 8, 0} +{STRVAR_1 52, 0} Class Level Exp. Points @@ -96,12 +96,12 @@ None - ON OFF -{STRVAR 59, 0} -{STRVAR 0, 0} -{STRVAR 6, 0} -{STRVAR 8, 0} -{STRVAR 5, 0} -{STRVAR 7, 0} +{STRVAR_1 59, 0} +{STRVAR_1 0, 0} +{STRVAR_1 6, 0} +{STRVAR_1 8, 0} +{STRVAR_1 5, 0} +{STRVAR_1 7, 0} Added a Pokémon to your party. Added a Pokémon to the Box. Create Pokémon\n LR: Switch START: Add @@ -112,5 +112,5 @@ Diamond Pearl Emerald Sapphire -{STRVAR 0, 0} -{STRVAR 8, 0} +{STRVAR_1 0, 0} +{STRVAR_1 8, 0} diff --git a/files/msgdata/msg/narc_0299.key b/files/msgdata/msg/narc_0299.key deleted file mode 100644 index 62d0913f..00000000 --- a/files/msgdata/msg/narc_0299.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0299.txt b/files/msgdata/msg/narc_0299.txt index 0cb4a7ea..b39761da 100644 --- a/files/msgdata/msg/narc_0299.txt +++ b/files/msgdata/msg/narc_0299.txt @@ -58,6 +58,6 @@ Script ON ---------- ---------- ---------- -{STRVAR 53, 1} +{STRVAR_1 53, 1} ---------- ---------- diff --git a/files/msgdata/msg/narc_0300.key b/files/msgdata/msg/narc_0300.key deleted file mode 100644 index 72594ff5..00000000 --- a/files/msgdata/msg/narc_0300.key +++ /dev/null @@ -1 +0,0 @@ -k
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0300.txt b/files/msgdata/msg/narc_0300.txt index 91901752..ce83e828 100644 --- a/files/msgdata/msg/narc_0300.txt +++ b/files/msgdata/msg/narc_0300.txt @@ -1,4 +1,4 @@ -{STRVAR 50, 0} +{STRVAR_1 50, 0} Battle Tower Count up Rec Contest diff --git a/files/msgdata/msg/narc_0301.key b/files/msgdata/msg/narc_0301.key deleted file mode 100644 index 398d7075..00000000 --- a/files/msgdata/msg/narc_0301.key +++ /dev/null @@ -1 +0,0 @@ -N
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0302.key b/files/msgdata/msg/narc_0302.key deleted file mode 100644 index a940ea38..00000000 --- a/files/msgdata/msg/narc_0302.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0303.key b/files/msgdata/msg/narc_0303.key deleted file mode 100644 index 52b586fd..00000000 --- a/files/msgdata/msg/narc_0303.key +++ /dev/null @@ -1 +0,0 @@ -I
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0304.key b/files/msgdata/msg/narc_0304.key deleted file mode 100644 index 8a56dfbd..00000000 --- a/files/msgdata/msg/narc_0304.key +++ /dev/null @@ -1 +0,0 @@ -x
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0305.key b/files/msgdata/msg/narc_0305.key deleted file mode 100644 index c7d48d2a..00000000 --- a/files/msgdata/msg/narc_0305.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0306.key b/files/msgdata/msg/narc_0306.key deleted file mode 100644 index dbc3e112..00000000 --- a/files/msgdata/msg/narc_0306.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0306.txt b/files/msgdata/msg/narc_0306.txt index 60b1195c..6a4a0aea 100644 --- a/files/msgdata/msg/narc_0306.txt +++ b/files/msgdata/msg/narc_0306.txt @@ -11,4 +11,4 @@ Wi-Fi Test Trainer graphics Save data corrupted Modify RTC -{STRVAR 74, 0} {STRVAR 51, 1} Time: {STRVAR 51, 2}:{STRVAR 51, 3} +{STRVAR_1 74, 0} {STRVAR_1 51, 1} Time: {STRVAR_1 51, 2}:{STRVAR_1 51, 3} diff --git a/files/msgdata/msg/narc_0307.key b/files/msgdata/msg/narc_0307.key deleted file mode 100644 index a50764ab..00000000 --- a/files/msgdata/msg/narc_0307.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0308.key b/files/msgdata/msg/narc_0308.key deleted file mode 100644 index e8e3c01b..00000000 --- a/files/msgdata/msg/narc_0308.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0308.txt b/files/msgdata/msg/narc_0308.txt index fd6eb7d5..29db7e9e 100644 --- a/files/msgdata/msg/narc_0308.txt +++ b/files/msgdata/msg/narc_0308.txt @@ -14,9 +14,9 @@ Confirm data Questionnaire (player) Observation (player) Records (player) -Questionnaire {STRVAR 50, 0} (another player) -Observation {STRVAR 50, 0} (another player) -Records {STRVAR 50, 0} (another player) -Id{STRVAR 51, 0} Preview{STRVAR 50, 1} {STRVAR 51, 2}/{STRVAR 51, 3}/{STRVAR 51, 4} CRC {STRVAR 54, 5} +Questionnaire {STRVAR_1 50, 0} (another player) +Observation {STRVAR_1 50, 0} (another player) +Records {STRVAR_1 50, 0} (another player) +Id{STRVAR_1 51, 0} Preview{STRVAR_1 50, 1} {STRVAR_1 51, 2}/{STRVAR_1 51, 3}/{STRVAR_1 51, 4} CRC {STRVAR_1 54, 5} No data -ID: {STRVAR 54, 0} {STRVAR 3, 1} Country: {STRVAR 51, 2} +ID: {STRVAR_1 54, 0} {STRVAR_1 3, 1} Country: {STRVAR_1 51, 2} diff --git a/files/msgdata/msg/narc_0309.key b/files/msgdata/msg/narc_0309.key deleted file mode 100644 index 78065ddb..00000000 --- a/files/msgdata/msg/narc_0309.key +++ /dev/null @@ -1 +0,0 @@ -=
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0310.key b/files/msgdata/msg/narc_0310.key deleted file mode 100644 index 064bc5f7..00000000 --- a/files/msgdata/msg/narc_0310.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0311.key b/files/msgdata/msg/narc_0311.key deleted file mode 100644 index 720bd1f8..00000000 --- a/files/msgdata/msg/narc_0311.key +++ /dev/null @@ -1 +0,0 @@ -x
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0311.txt b/files/msgdata/msg/narc_0311.txt index 2f1b46cc..cbec8c0a 100644 --- a/files/msgdata/msg/narc_0311.txt +++ b/files/msgdata/msg/narc_0311.txt @@ -1,6 +1,6 @@ -{STRVAR 0, 0} will be\nsent to {STRVAR 3, 2}. -Bye-bye, {STRVAR 0, 0}! -{STRVAR 3, 2} sent over\n{STRVAR 0, 1}. -Take good care of {STRVAR 0, 1}! -{STRVAR 0, 0} will be put on offer. -{STRVAR 0, 1} was taken out. +{STRVAR_1 0, 0} will be\nsent to {STRVAR_1 3, 2}. +Bye-bye, {STRVAR_1 0, 0}! +{STRVAR_1 3, 2} sent over\n{STRVAR_1 0, 1}. +Take good care of {STRVAR_1 0, 1}! +{STRVAR_1 0, 0} will be put on offer. +{STRVAR_1 0, 1} was taken out. diff --git a/files/msgdata/msg/narc_0312.key b/files/msgdata/msg/narc_0312.key deleted file mode 100644 index df8fa51d..00000000 --- a/files/msgdata/msg/narc_0312.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0312.txt b/files/msgdata/msg/narc_0312.txt index f342a0e8..85df0f7e 100644 --- a/files/msgdata/msg/narc_0312.txt +++ b/files/msgdata/msg/narc_0312.txt @@ -1,14 +1,14 @@ Welcome to the\nHall of Fame! -{STRVAR 0, 0} ♂ Lv.{STRVAR 52, 1} -{STRVAR 0, 0} ♀ Lv.{STRVAR 52, 1} -{STRVAR 0, 0} Lv.{STRVAR 52, 1} -OT/{STRVAR 3, 0} -Met at\n{STRVAR 4, 0}. -Hatched at\n{STRVAR 4, 0}. +{STRVAR_1 0, 0} ♂ Lv.{STRVAR_1 52, 1} +{STRVAR_1 0, 0} ♀ Lv.{STRVAR_1 52, 1} +{STRVAR_1 0, 0} Lv.{STRVAR_1 52, 1} +OT/{STRVAR_1 3, 0} +Met at\n{STRVAR_1 4, 0}. +Hatched at\n{STRVAR_1 4, 0}. Obtained in a link\ntrade. Arrived from the Kanto\nregion. Arrived from the Hoenn\nregion. Arrived from a distant\nland. Obtained in a fateful\nencounter. League Champion! Congratulations! -{STRVAR 3, 0} ID: {STRVAR 54, 1} Time: {STRVAR 52, 2}:{STRVAR 51, 3} +{STRVAR_1 3, 0} ID: {STRVAR_1 54, 1} Time: {STRVAR_1 52, 2}:{STRVAR_1 51, 3} diff --git a/files/msgdata/msg/narc_0313.key b/files/msgdata/msg/narc_0313.key deleted file mode 100644 index 08057804..00000000 --- a/files/msgdata/msg/narc_0313.key +++ /dev/null @@ -1 +0,0 @@ -zk
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0313.txt b/files/msgdata/msg/narc_0313.txt index d9288e7e..304a69d2 100644 --- a/files/msgdata/msg/narc_0313.txt +++ b/files/msgdata/msg/narc_0313.txt @@ -1,5 +1,5 @@ -HALL OF FAME No. {STRVAR 53, 0} {STRVAR 74, 2} {STRVAR 51, 3}, {STRVAR 53, 1} -Lv.{STRVAR 52, 0} +HALL OF FAME No. {STRVAR_1 53, 0} {STRVAR_1 74, 2} {STRVAR_1 51, 3}, {STRVAR_1 53, 1} +Lv.{STRVAR_1 52, 0} OT/ {COLOR 2}♂{COLOR 0} {COLOR 1}♀{COLOR 0} diff --git a/files/msgdata/msg/narc_0314.key b/files/msgdata/msg/narc_0314.key deleted file mode 100644 index 258a0881..00000000 --- a/files/msgdata/msg/narc_0314.key +++ /dev/null @@ -1 +0,0 @@ -A
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0314.txt b/files/msgdata/msg/narc_0314.txt index 207d8cd2..c58ae18e 100644 --- a/files/msgdata/msg/narc_0314.txt +++ b/files/msgdata/msg/narc_0314.txt @@ -1,9 +1,9 @@ There appears to be a problem... -Waiting for {STRVAR 3, 1}’s\nresponse... -Asking {STRVAR 3, 1} to do member\nregistration. Please wait. +Waiting for {STRVAR_1 3, 1}’s\nresponse... +Asking {STRVAR_1 3, 1} to do member\nregistration. Please wait. Do you want to leave the group? -{STRVAR 3, 1} replied, “OK.” -{STRVAR 3, 1} refused...\r +{STRVAR_1 3, 1} replied, “OK.” +{STRVAR_1 3, 1} refused...\r You have left the group. Single Battle!\nAwaiting contact from your friend. @@ -14,13 +14,13 @@ When the group is ready:\nA Button: Proceed B Button: Cancel Record Corner!\nAwaiting contact from your friend(s). When the group is ready:\nA Button: Proceed B Button: Cancel Battle Tower!\nAwaiting contact from your friend. -{STRVAR 3, 1} has contacted you.\nWould you like to trade? -{STRVAR 3, 1} has contacted you.\nStart a Single Battle? -{STRVAR 3, 1} has contacted you.\nStart a Double Battle? -{STRVAR 3, 1} has contacted you.\nStart a Mix Battle? -{STRVAR 3, 1} has contacted you.\nLet {STRVAR 3, 1} join your group? -{STRVAR 3, 1} has contacted you.\nTake the Battle Tower challenge? -{STRVAR 3, 1} has contacted you.\nLet {STRVAR 3, 1} join your group? +{STRVAR_1 3, 1} has contacted you.\nWould you like to trade? +{STRVAR_1 3, 1} has contacted you.\nStart a Single Battle? +{STRVAR_1 3, 1} has contacted you.\nStart a Double Battle? +{STRVAR_1 3, 1} has contacted you.\nStart a Mix Battle? +{STRVAR_1 3, 1} has contacted you.\nLet {STRVAR_1 3, 1} join your group? +{STRVAR_1 3, 1} has contacted you.\nTake the Battle Tower challenge? +{STRVAR_1 3, 1} has contacted you.\nLet {STRVAR_1 3, 1} join your group? Multi Battle!\nIs this group OK? Is this group OK? Record Corner!\nIs this group OK? @@ -41,18 +41,18 @@ Choose the friend you want to take\nto the Battle Tower. A member has dropped out.\rPlease repeat the registration\nprocess from the beginning. Record mixing with this group will\nbe canceled. A Contest involving this group will\nbe canceled. -Replied “OK” to {STRVAR 3, 1}. +Replied “OK” to {STRVAR_1 3, 1}. Multi Battle!\nWaiting for the rest of the group. Waiting for the rest of the group. Record Corner!\nWaiting for the rest of the group. Contest!\nWaiting for the rest of the group. -{STRVAR 3, 0}\nID{STRVAR 54, 1} -{STRVAR 51, 0}:{STRVAR 3, 1} -{STRVAR 51, 0}: -ID{STRVAR 54, 2} -{STRVAR 3, 0} -{STRVAR 50, 0} more\nneeded. -{STRVAR 50, 0} Players +{STRVAR_1 3, 0}\nID{STRVAR_1 54, 1} +{STRVAR_1 51, 0}:{STRVAR_1 3, 1} +{STRVAR_1 51, 0}: +ID{STRVAR_1 54, 2} +{STRVAR_1 3, 0} +{STRVAR_1 50, 0} more\nneeded. +{STRVAR_1 50, 0} Players STANDARD FANCY @@ -68,18 +68,18 @@ Evolved Pokémon: Special Pokémon: Same Pokémon: Same items: -{STRVAR 50, 0} -Max. {STRVAR 52, 0} -Max. {STRVAR 52, 0} -Max. {STRVAR 50, 0}’ {STRVAR 50, 1}” -Min. {STRVAR 50, 0}’ {STRVAR 50, 1}” -Max. {STRVAR 51, 0} lbs. -Min. {STRVAR 51, 0} lbs. +{STRVAR_1 50, 0} +Max. {STRVAR_1 52, 0} +Max. {STRVAR_1 52, 0} +Max. {STRVAR_1 50, 0}’ {STRVAR_1 50, 1}” +Min. {STRVAR_1 50, 0}’ {STRVAR_1 50, 1}” +Max. {STRVAR_1 51, 0} lbs. +Min. {STRVAR_1 51, 0} lbs. Permitted Banned Permitted Banned -{STRVAR 26, 0} Cup +{STRVAR_1 26, 0} Cup NO RESTRICTIONS Players have chosen different rules.\nThe same rules must be chosen. Cool Contest!\nAwaiting contact from another player. diff --git a/files/msgdata/msg/narc_0315.key b/files/msgdata/msg/narc_0315.key deleted file mode 100644 index 732dde9b..00000000 --- a/files/msgdata/msg/narc_0315.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0315.txt b/files/msgdata/msg/narc_0315.txt index f7d537b8..b0d9c5dc 100644 --- a/files/msgdata/msg/narc_0315.txt +++ b/files/msgdata/msg/narc_0315.txt @@ -3,7 +3,7 @@ You’ll find a cave if you walk straight\ndown this road.\fYou should go there You’ll find a cave if you walk straight\ndown this road.\fYou should go there and check it out!\r A Pokémon Watch is for all Trainers!\nWe call it a Pokétch for short!\r There are various Pokétch apps\nthat you can add to it! -{STRVAR 3, 0} obtained the Digital Watch\nPokétch app!\r +{STRVAR_1 3, 0} obtained the Digital Watch\nPokétch app!\r Wow! You’ve done a great job.\rI can sense that you could be a truly\ngreat Pokémon Trainer.\rYou have the Thorn Pokémon ROSELIA.\nSome Pokémon that haven’t evolved in\rother regions might evolve here in\nthe Sinnoh region.\rHmm... Let’s see what happens with\nyour ROSELIA...\r Wow! You’ve done a great job.\rI can sense that you could be a truly\ngreat Pokémon Trainer.\rYou have the Thorn Pokémon ROSELIA.\nSome Pokémon that haven’t evolved in\rother regions might evolve here in\nthe Sinnoh region.\rLet’s heal your ROSELIA and see what\nhappens...\r A wondrous journey awaits you in\nthe Sinnoh region!\r diff --git a/files/msgdata/msg/narc_0316.key b/files/msgdata/msg/narc_0316.key deleted file mode 100644 index a6804099..00000000 --- a/files/msgdata/msg/narc_0316.key +++ /dev/null @@ -1 +0,0 @@ -#c
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0316.txt b/files/msgdata/msg/narc_0316.txt index 4fb403ab..411695a1 100644 --- a/files/msgdata/msg/narc_0316.txt +++ b/files/msgdata/msg/narc_0316.txt @@ -1,25 +1,25 @@ CANCEL -{STRVAR 3, 0} -{STRVAR 3, 1} -{STRVAR 1, 2} -{STRVAR 1, 3} -{STRVAR 1, 4} -{STRVAR 1, 5} -{STRVAR 1, 6} -{STRVAR 1, 7} -{STRVAR 1, 8} -{STRVAR 1, 9} -{STRVAR 1, 10} -{STRVAR 1, 11} -{STRVAR 1, 12} -{STRVAR 1, 13} +{STRVAR_1 3, 0} +{STRVAR_1 3, 1} +{STRVAR_1 1, 2} +{STRVAR_1 1, 3} +{STRVAR_1 1, 4} +{STRVAR_1 1, 5} +{STRVAR_1 1, 6} +{STRVAR_1 1, 7} +{STRVAR_1 1, 8} +{STRVAR_1 1, 9} +{STRVAR_1 1, 10} +{STRVAR_1 1, 11} +{STRVAR_1 1, 12} +{STRVAR_1 1, 13} Choose a Pokémon. -{STRVAR 1, 0} is\nselected. +{STRVAR_1 1, 0} is\nselected. SUMMARY TRADE CANCEL Communicating. Please standby... -Trade {STRVAR 1, 0} in return for\n{STRVAR 1, 1}? +Trade {STRVAR_1 1, 0} in return for\n{STRVAR_1 1, 1}? YES NO The trade has\nbeen canceled. @@ -28,10 +28,10 @@ YES NO Waiting for your friend to finish... Your friend apparently wants to\ntrade a Pokémon with you. -{STRVAR 1, 0} will be sent to\n{STRVAR 3, 1}. -Take care, {STRVAR 1, 0}! -{STRVAR 3, 1} sent over\n{STRVAR 1, 0}! -Take good care of {STRVAR 1, 0}! +{STRVAR_1 1, 0} will be sent to\n{STRVAR_1 3, 1}. +Take care, {STRVAR_1 1, 0}! +{STRVAR_1 3, 1} sent over\n{STRVAR_1 1, 0}! +Take good care of {STRVAR_1 1, 0}! If you trade that Pokémon, you’ll\nget stuck in your adventure! The Ball Capsule will become detached.\nIs that OK? @@ -39,11 +39,11 @@ The Ball Capsule will become detached.\nIs that OK? ♀ Lv. ITEM -{STRVAR 1, 0} -{STRVAR 52, 1} -{STRVAR 8, 2} -{STRVAR 1, 3} -{STRVAR 52, 4} -{STRVAR 8, 5} +{STRVAR_1 1, 0} +{STRVAR_1 52, 1} +{STRVAR_1 8, 2} +{STRVAR_1 1, 3} +{STRVAR_1 52, 4} +{STRVAR_1 8, 5} None Quit diff --git a/files/msgdata/msg/narc_0317.key b/files/msgdata/msg/narc_0317.key deleted file mode 100644 index 7e7ba193..00000000 --- a/files/msgdata/msg/narc_0317.key +++ /dev/null @@ -1 +0,0 @@ -Yg
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0318.key b/files/msgdata/msg/narc_0318.key deleted file mode 100644 index f52568e5..00000000 --- a/files/msgdata/msg/narc_0318.key +++ /dev/null @@ -1 +0,0 @@ -<
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0318.txt b/files/msgdata/msg/narc_0318.txt index 7e65ac9e..98c0d647 100644 --- a/files/msgdata/msg/narc_0318.txt +++ b/files/msgdata/msg/narc_0318.txt @@ -4,12 +4,12 @@ Here, you may register the location\nof where you live.\rThat information may be Please select the location in which\nyou live. Please select the area in which\nyou live. Once registered, you may not change\nyour registered location data.\rShould this location be registered\nas where you live? -{STRVAR 36, 0} -{STRVAR 37, 0} +{STRVAR_1 36, 0} +{STRVAR_1 37, 0} YES NO SEE LIST REGISTER EXIT -Your registered location:\n{STRVAR 36, 0}\n{STRVAR 37, 1} +Your registered location:\n{STRVAR_1 36, 0}\n{STRVAR_1 37, 1} To display registered locations, line up\nthe cursor, and press the X Button. diff --git a/files/msgdata/msg/narc_0319.key b/files/msgdata/msg/narc_0319.key deleted file mode 100644 index cf68b7af..00000000 --- a/files/msgdata/msg/narc_0319.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0319.txt b/files/msgdata/msg/narc_0319.txt index caef2c30..c85e0618 100644 --- a/files/msgdata/msg/narc_0319.txt +++ b/files/msgdata/msg/narc_0319.txt @@ -1,4 +1,4 @@ -{STRVAR 0, 0} hatched from the Egg! -Would you like to nickname the newly\nhatched {STRVAR 0, 0}? +{STRVAR_1 0, 0} hatched from the Egg! +Would you like to nickname the newly\nhatched {STRVAR_1 0, 0}? Yes No diff --git a/files/msgdata/msg/narc_0320.key b/files/msgdata/msg/narc_0320.key deleted file mode 100644 index 8c114186..00000000 --- a/files/msgdata/msg/narc_0320.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0321.key b/files/msgdata/msg/narc_0321.key deleted file mode 100644 index 5c776ee3..00000000 --- a/files/msgdata/msg/narc_0321.key +++ /dev/null @@ -1 +0,0 @@ -1P
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0321.txt b/files/msgdata/msg/narc_0321.txt index dc95de0e..8e8b909a 100644 --- a/files/msgdata/msg/narc_0321.txt +++ b/files/msgdata/msg/narc_0321.txt @@ -14,7 +14,7 @@ EXIT JOIN GROUP BECOME LEADER Current Floor -{STRVAR 50, 0}F +{STRVAR_1 50, 0}F COOL BEAUTY CUTE @@ -27,11 +27,11 @@ YELLOW CUP LITTLE CUP MIDDLE CUP HEAVY CUP -{STRVAR 26, 0} CUP -{STRVAR 26, 1} CUP -{STRVAR 26, 2} CUP -{STRVAR 26, 3} CUP -{STRVAR 26, 4} CUP +{STRVAR_1 26, 0} CUP +{STRVAR_1 26, 1} CUP +{STRVAR_1 26, 2} CUP +{STRVAR_1 26, 3} CUP +{STRVAR_1 26, 4} CUP HALL OF FAME SWITCH OFF @@ -48,17 +48,17 @@ WATER GRASS BATTLE -{STRVAR 3, 0} -{STRVAR 3, 1} -{STRVAR 3, 2} -{STRVAR 3, 3} +{STRVAR_1 3, 0} +{STRVAR_1 3, 1} +{STRVAR_1 3, 2} +{STRVAR_1 3, 3} FERTILIZE PLANT BERRY DRAW SOMEONE’S PC BEBE’S PC -{STRVAR 3, 0}’s PC +{STRVAR_1 3, 0}’s PC HALL OF FAME OAK’S PC ROWAN’S PC @@ -132,8 +132,8 @@ EXIT OFFER POKéMON? SEEK POKéMON? UNDERSTOOD! -{STRVAR 0, 0}{STRVAR 2, 2}{CURSOR_X 90}Lv. {STRVAR 52, 1} -{STRVAR 0, 0}{STRVAR 2, 2}{CURSOR_X 90}Lv. {STRVAR 52, 1} +{STRVAR_1 0, 0}{STRVAR_1 2, 2}{CURSOR_X 90}Lv. {STRVAR_1 52, 1} +{STRVAR_1 0, 0}{STRVAR_1 2, 2}{CURSOR_X 90}Lv. {STRVAR_1 52, 1} CANCEL RIGHT LEFT @@ -166,7 +166,7 @@ BATTLES FOR FOUR GREET CONVERSE CHAT -{STRVAR 8, 0}{CURSOR_X 96}{STRVAR 54, 1} +{STRVAR_1 8, 0}{CURSOR_X 96}{STRVAR_1 54, 1} NO THANKS @@ -195,7 +195,7 @@ RED SHARD BLUE SHARD YELLOW SHARD GREEN SHARD -{STRVAR 54, 0} Coins +{STRVAR_1 54, 0} Coins BASIC RULES CATCHING SHOW STOCKING POKéMON @@ -228,8 +228,8 @@ GOOEY MULCH{CURSOR_X 90}$200 EXIT Nothing, thanks. What’s recommended? -{STRVAR 53, 0}BP -{STRVAR 8, 0}{CURSOR_X 96}{STRVAR 52, 1}BP +{STRVAR_1 53, 0}BP +{STRVAR_1 8, 0}{CURSOR_X 96}{STRVAR_1 52, 1}BP NO THANKS DIGITAL WATCH STOPWATCH diff --git a/files/msgdata/msg/narc_0322.key b/files/msgdata/msg/narc_0322.key deleted file mode 100644 index bd53b77f..00000000 --- a/files/msgdata/msg/narc_0322.key +++ /dev/null @@ -1 +0,0 @@ -=.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0322.txt b/files/msgdata/msg/narc_0322.txt index b11c2e63..71423feb 100644 --- a/files/msgdata/msg/narc_0322.txt +++ b/files/msgdata/msg/narc_0322.txt @@ -1,5 +1,5 @@ -Started from {STRVAR 4, 0}. -{STRVAR 74, 0} {STRVAR 51, 1} +Started from {STRVAR_1 4, 0}. +{STRVAR_1 74, 0} {STRVAR_1 51, 1} Sunday Monday Tuesday @@ -15,71 +15,71 @@ Did lots of shopping at a Poké Mart. Sold a little at a Poké Mart. Sold a lot at a Poké Mart. Did some business at a Poké Mart. -{STRVAR 32, 0} was too tough... -Beat {STRVAR 32, 0}’s {STRVAR 67, 1}! -Beat Elite 4 {STRVAR 67, 0}! -Defeated the Champion, {STRVAR 67, 0}! -Arrived in {STRVAR 4, 0}. -Got through {STRVAR 4, 0}. -Departed from {STRVAR 4, 0}. -Exited from {STRVAR 4, 0}. +{STRVAR_1 32, 0} was too tough... +Beat {STRVAR_1 32, 0}’s {STRVAR_1 67, 1}! +Beat Elite 4 {STRVAR_1 67, 0}! +Defeated the Champion, {STRVAR_1 67, 0}! +Arrived in {STRVAR_1 4, 0}. +Got through {STRVAR_1 4, 0}. +Departed from {STRVAR_1 4, 0}. +Exited from {STRVAR_1 4, 0}. Had fun at the Game Corner. Went wild on the Safari Game. Dug for Treasure underground. Built a Secret Base underground. -{STRVAR 66, 0} was obtained. -Used Cut at {STRVAR 4, 0}. -Flew to {STRVAR 4, 0}. -Used Surf at {STRVAR 4, 0}. -Used Strength at {STRVAR 4, 0}. -Used Flash at {STRVAR 4, 0}. -Used Rock Smash at {STRVAR 4, 0}. -Used Waterfall at {STRVAR 4, 0}. -Used Rock Climb at {STRVAR 4, 0}. -Used Defog at {STRVAR 4, 0}. -Used Dig at {STRVAR 4, 0}. +{STRVAR_1 66, 0} was obtained. +Used Cut at {STRVAR_1 4, 0}. +Flew to {STRVAR_1 4, 0}. +Used Surf at {STRVAR_1 4, 0}. +Used Strength at {STRVAR_1 4, 0}. +Used Flash at {STRVAR_1 4, 0}. +Used Rock Smash at {STRVAR_1 4, 0}. +Used Waterfall at {STRVAR_1 4, 0}. +Used Rock Climb at {STRVAR_1 4, 0}. +Used Defog at {STRVAR_1 4, 0}. +Used Dig at {STRVAR_1 4, 0}. Lured Pokémon with a sweet aroma. -Warped to {STRVAR 4, 0}. +Warped to {STRVAR_1 4, 0}. Shared HP using Softboiled. Shared HP using Milk Drink. -Caught {STRVAR 69, 0} ({STRVAR 33, 1}). -{STRVAR 69, 0} was caught ({STRVAR 33, 1}). -Caught a male {STRVAR 69, 0}. -Caught a female {STRVAR 69, 0}. -{STRVAR 69, 0} was defeated ({STRVAR 33, 1}). -Defeated {STRVAR 69, 0} ({STRVAR 33, 1}). -Defeated a male {STRVAR 69, 0}. -Defeated a female {STRVAR 69, 0}. -Battled {STRVAR 67, 1} at {STRVAR 70, 0}. -Beat {STRVAR 67, 1} at {STRVAR 71, 0}. -Beat {STRVAR 67, 1} at {STRVAR 72, 0}. -Met {STRVAR 73, 0}’s {STRVAR 67, 1}! -{STRVAR 67, 1} -Beat {STRVAR 75, 0} (Single). -Lost to {STRVAR 75, 0} (Single). -Tied {STRVAR 75, 0} (Single). -Beat {STRVAR 75, 0} (Double). -Lost to {STRVAR 75, 0} (Double). -Tied {STRVAR 75, 0} (Double). -Beat {STRVAR 75, 0} & {STRVAR 75, 1} (Multi). -Lost to {STRVAR 75, 0} & {STRVAR 75, 1} (Multi). -Tied {STRVAR 75, 0} & {STRVAR 75, 1} (Multi). -Beat {STRVAR 75, 0} (Mix). -Lost to {STRVAR 75, 0} (Mix). -Tied {STRVAR 75, 0} (Mix). -Beat {STRVAR 75, 0} & {STRVAR 75, 1} (Mix). -Lost to {STRVAR 75, 0} & {STRVAR 75, 1} (Mix). -Tied {STRVAR 75, 0} & {STRVAR 75, 1} (Mix). -Greeted {STRVAR 67, 0} in Union Room. -Got {STRVAR 68, 1} from {STRVAR 67, 0}. +Caught {STRVAR_1 69, 0} ({STRVAR_1 33, 1}). +{STRVAR_1 69, 0} was caught ({STRVAR_1 33, 1}). +Caught a male {STRVAR_1 69, 0}. +Caught a female {STRVAR_1 69, 0}. +{STRVAR_1 69, 0} was defeated ({STRVAR_1 33, 1}). +Defeated {STRVAR_1 69, 0} ({STRVAR_1 33, 1}). +Defeated a male {STRVAR_1 69, 0}. +Defeated a female {STRVAR_1 69, 0}. +Battled {STRVAR_1 67, 1} at {STRVAR_1 70, 0}. +Beat {STRVAR_1 67, 1} at {STRVAR_1 71, 0}. +Beat {STRVAR_1 67, 1} at {STRVAR_1 72, 0}. +Met {STRVAR_1 73, 0}’s {STRVAR_1 67, 1}! +{STRVAR_1 67, 1} +Beat {STRVAR_1 75, 0} (Single). +Lost to {STRVAR_1 75, 0} (Single). +Tied {STRVAR_1 75, 0} (Single). +Beat {STRVAR_1 75, 0} (Double). +Lost to {STRVAR_1 75, 0} (Double). +Tied {STRVAR_1 75, 0} (Double). +Beat {STRVAR_1 75, 0} & {STRVAR_1 75, 1} (Multi). +Lost to {STRVAR_1 75, 0} & {STRVAR_1 75, 1} (Multi). +Tied {STRVAR_1 75, 0} & {STRVAR_1 75, 1} (Multi). +Beat {STRVAR_1 75, 0} (Mix). +Lost to {STRVAR_1 75, 0} (Mix). +Tied {STRVAR_1 75, 0} (Mix). +Beat {STRVAR_1 75, 0} & {STRVAR_1 75, 1} (Mix). +Lost to {STRVAR_1 75, 0} & {STRVAR_1 75, 1} (Mix). +Tied {STRVAR_1 75, 0} & {STRVAR_1 75, 1} (Mix). +Greeted {STRVAR_1 67, 0} in Union Room. +Got {STRVAR_1 68, 1} from {STRVAR_1 67, 0}. Drew pictures with others. -Got {STRVAR 68, 0} in a friend trade. +Got {STRVAR_1 68, 0} in a friend trade. Chatted with others. -Beat {STRVAR 67, 0} (Union). -Lost to {STRVAR 67, 0} (Union). -Tied {STRVAR 67, 0} (Union). +Beat {STRVAR_1 67, 0} (Union). +Lost to {STRVAR_1 67, 0} (Union). +Tied {STRVAR_1 67, 0} (Union). Mixed records with friends. -Placed no. {STRVAR 50, 0} in a Contest. +Placed no. {STRVAR_1 50, 0} in a Contest. Made Poffins in a group. -Got {STRVAR 67, 0}’s {STRVAR 68, 1} (GTS). +Got {STRVAR_1 67, 0}’s {STRVAR_1 68, 1} (GTS). Won at the Battle Tower! diff --git a/files/msgdata/msg/narc_0323.key b/files/msgdata/msg/narc_0323.key deleted file mode 100644 index 7e74fd12..00000000 --- a/files/msgdata/msg/narc_0323.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0323.txt b/files/msgdata/msg/narc_0323.txt index ced4317c..f8ec2e7b 100644 --- a/files/msgdata/msg/narc_0323.txt +++ b/files/msgdata/msg/narc_0323.txt @@ -1,7 +1,7 @@ POKéDEX POKéMON BAG -{STRVAR 3, 0} +{STRVAR_1 3, 0} SAVE OPTIONS EXIT @@ -9,4 +9,4 @@ CHAT RETIRE SAFARI BALLS PARK BALLS -Stock: {STRVAR 51, 0} +Stock: {STRVAR_1 51, 0} diff --git a/files/msgdata/msg/narc_0324.key b/files/msgdata/msg/narc_0324.key deleted file mode 100644 index 9a5055e6..00000000 --- a/files/msgdata/msg/narc_0324.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0324.txt b/files/msgdata/msg/narc_0324.txt index 141c02d2..d71534aa 100644 --- a/files/msgdata/msg/narc_0324.txt +++ b/files/msgdata/msg/narc_0324.txt @@ -1,777 +1,777 @@ -{STRVAR 1, 0} gained\n{STRVAR 54, 1} Exp. Points!\r -{STRVAR 1, 0} gained a boosted\n{STRVAR 54, 1} Exp. Points!\r -{STRVAR 1, 0} grew to\nLv. {STRVAR 52, 1}!{WAIT 5}{WAIT 2}\r -{STRVAR 1, 0} learned\n{STRVAR 6, 1}!{WAIT 5}{WAIT 2}\r -{STRVAR 1, 0} is trying to\nlearn {STRVAR 6, 1}.\r -But {STRVAR 1, 0} can’t learn\nmore than four moves.\r -Delete a move to make\nroom for {STRVAR 6, 1}?\r -{STRVAR 1, 0} forgot the move\n{STRVAR 6, 2}.\r -Give up on learning the move\n{STRVAR 6, 1}?\r -{STRVAR 1, 0} did not learn\n{STRVAR 6, 1}.\r +{STRVAR_1 1, 0} gained\n{STRVAR_1 54, 1} Exp. Points!\r +{STRVAR_1 1, 0} gained a boosted\n{STRVAR_1 54, 1} Exp. Points!\r +{STRVAR_1 1, 0} grew to\nLv. {STRVAR_1 52, 1}!{WAIT 5}{WAIT 2}\r +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}!{WAIT 5}{WAIT 2}\r +{STRVAR_1 1, 0} is trying to\nlearn {STRVAR_1 6, 1}.\r +But {STRVAR_1 1, 0} can’t learn\nmore than four moves.\r +Delete a move to make\nroom for {STRVAR_1 6, 1}?\r +{STRVAR_1 1, 0} forgot the move\n{STRVAR_1 6, 2}.\r +Give up on learning the move\n{STRVAR_1 6, 1}?\r +{STRVAR_1 1, 0} did not learn\n{STRVAR_1 6, 1}.\r Use next Pokémon?{YESNO 0} -{STRVAR 1, 0}’s\nattack missed! -The wild {STRVAR 1, 0}’s\nattack missed! -The attack of the foe’s\n{STRVAR 1, 0} missed! -{STRVAR 1, 0}\nprotected itself! -The wild {STRVAR 1, 0}\nprotected itself! -The foe’s {STRVAR 1, 0}\nprotected itself! -{STRVAR 1, 0} avoided damage\nby using {STRVAR 5, 1}! -The wild {STRVAR 1, 0} avoided\ndamage by using {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} avoided\ndamage by using {STRVAR 5, 1}! -{STRVAR 1, 0} makes Ground moves\nmiss by using {STRVAR 5, 1}! -The wild {STRVAR 1, 0} makes Ground\nmoves miss by using {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} makes Ground\nmoves miss by using {STRVAR 5, 1}! -{STRVAR 1, 0} avoided\nthe attack! -The wild {STRVAR 1, 0} avoided\nthe attack! -The foe’s {STRVAR 1, 0} avoided\nthe attack! -It doesn’t affect\n{STRVAR 1, 0}... -It doesn’t affect\nthe wild {STRVAR 1, 0}... -It doesn’t affect\nthe foe’s {STRVAR 1, 0}... -{STRVAR 1, 0} fainted!\r -The wild {STRVAR 1, 0} fainted!\r -The foe’s {STRVAR 1, 0} fainted!\r -{STRVAR 3, 0} got ${STRVAR 54, 1}\nfor winning!\r -{STRVAR 3, 0} dropped ${STRVAR 54, 1}\nin panic!\r -{STRVAR 3, 0} paid out ${STRVAR 54, 1}\nto the winner.\r -{STRVAR 3, 0} is out of\nusable Pokémon!\r -{STRVAR 3, 0} blacked out!\r +{STRVAR_1 1, 0}’s\nattack missed! +The wild {STRVAR_1 1, 0}’s\nattack missed! +The attack of the foe’s\n{STRVAR_1 1, 0} missed! +{STRVAR_1 1, 0}\nprotected itself! +The wild {STRVAR_1 1, 0}\nprotected itself! +The foe’s {STRVAR_1 1, 0}\nprotected itself! +{STRVAR_1 1, 0} avoided damage\nby using {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} avoided\ndamage by using {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} avoided\ndamage by using {STRVAR_1 5, 1}! +{STRVAR_1 1, 0} makes Ground moves\nmiss by using {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} makes Ground\nmoves miss by using {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} makes Ground\nmoves miss by using {STRVAR_1 5, 1}! +{STRVAR_1 1, 0} avoided\nthe attack! +The wild {STRVAR_1 1, 0} avoided\nthe attack! +The foe’s {STRVAR_1 1, 0} avoided\nthe attack! +It doesn’t affect\n{STRVAR_1 1, 0}... +It doesn’t affect\nthe wild {STRVAR_1 1, 0}... +It doesn’t affect\nthe foe’s {STRVAR_1 1, 0}... +{STRVAR_1 1, 0} fainted!\r +The wild {STRVAR_1 1, 0} fainted!\r +The foe’s {STRVAR_1 1, 0} fainted!\r +{STRVAR_1 3, 0} got ${STRVAR_1 54, 1}\nfor winning!\r +{STRVAR_1 3, 0} dropped ${STRVAR_1 54, 1}\nin panic!\r +{STRVAR_1 3, 0} paid out ${STRVAR_1 54, 1}\nto the winner.\r +{STRVAR_1 3, 0} is out of\nusable Pokémon!\r +{STRVAR_1 3, 0} blacked out!\r ... ... ... ...\r -{STRVAR 1, 0} prevents\nescape with {STRVAR 5, 1}!\r -The wild {STRVAR 1, 0} prevents\nescape with {STRVAR 5, 1}!\r -The foe’s {STRVAR 1, 0} prevents\nescape with {STRVAR 5, 1}!\r +{STRVAR_1 1, 0} prevents\nescape with {STRVAR_1 5, 1}!\r +The wild {STRVAR_1 1, 0} prevents\nescape with {STRVAR_1 5, 1}!\r +The foe’s {STRVAR_1 1, 0} prevents\nescape with {STRVAR_1 5, 1}!\r Can’t escape!\r -{STRVAR 1, 0} can’t escape!\r -The wild {STRVAR 1, 0} can’t escape!\r -The foe’s {STRVAR 1, 0} can’t escape!\r -Hit {STRVAR 50, 0} time(s)! -{STRVAR 1, 0}\nfell asleep! -The wild {STRVAR 1, 0}\nfell asleep! -The foe’s {STRVAR 1, 0}\nfell asleep! -{STRVAR 1, 0}’s {STRVAR 5, 1} made\n{STRVAR 1, 2} fall asleep! -{STRVAR 1, 0}’s {STRVAR 5, 1} made\nthe wild {STRVAR 1, 2} fall asleep! -{STRVAR 1, 0}’s {STRVAR 5, 1} made\nthe foe’s {STRVAR 1, 2} fall asleep! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made {STRVAR 1, 2}\ffall asleep! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made the wild\f{STRVAR 1, 2} fall asleep! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made {STRVAR 1, 2}\ffall asleep! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made the foe’s\f{STRVAR 1, 2} fall asleep! -{STRVAR 1, 0} is\nalready asleep! -The wild {STRVAR 1, 0} is\nalready asleep! -The foe’s {STRVAR 1, 0} is\nalready asleep! -{STRVAR 1, 0}\nwasn’t affected! -The wild {STRVAR 1, 0}\nwasn’t affected! -The foe’s {STRVAR 1, 0}\nwasn’t affected! -{STRVAR 1, 0}\nwas poisoned! -The wild {STRVAR 1, 0}\nwas poisoned! -The foe’s {STRVAR 1, 0}\nwas poisoned! -{STRVAR 1, 0}’s {STRVAR 5, 1}\npoisoned {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\npoisoned the wild {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\npoisoned the foe’s {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} poisoned\f{STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} poisoned\fthe wild {STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} poisoned\f{STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} poisoned\fthe foe’s {STRVAR 1, 2}! -{STRVAR 1, 0} is hurt\nby poison! -The wild {STRVAR 1, 0} is hurt\nby poison! -The foe’s {STRVAR 1, 0} is hurt\nby poison! -{STRVAR 1, 0} is already\npoisoned. -The wild {STRVAR 1, 0} is already\npoisoned. -The foe’s {STRVAR 1, 0} is already\npoisoned. -{STRVAR 1, 0} was badly\npoisoned! -The wild {STRVAR 1, 0} was badly\npoisoned! -The foe’s {STRVAR 1, 0} was badly\npoisoned! -{STRVAR 1, 0} had its\nenergy drained! -The wild {STRVAR 1, 0} had its\nenergy drained! -The foe’s {STRVAR 1, 0} had its\nenergy drained! -{STRVAR 1, 0} was burned! -The wild {STRVAR 1, 0}\nwas burned! -The foe’s {STRVAR 1, 0}\nwas burned! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nburned {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nburned the wild {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nburned the foe’s {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} burned {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} burned the wild\f{STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} burned {STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} burned the foe’s\f{STRVAR 1, 2}! -{STRVAR 1, 0} is hurt\nby its burn! -The wild {STRVAR 1, 0} is hurt\nby its burn! -The foe’s {STRVAR 1, 0} is hurt\nby its burn! -{STRVAR 1, 0} already\nhas a burn. -The wild {STRVAR 1, 0} already\nhas a burn. -The foe’s {STRVAR 1, 0} already\nhas a burn. -{STRVAR 1, 0} was\nfrozen solid! -The wild {STRVAR 1, 0} was\nfrozen solid! -The foe’s {STRVAR 1, 0} was\nfrozen solid! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nfroze {STRVAR 1, 2} solid! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nfroze the wild {STRVAR 1, 2} solid! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nfroze the foe’s {STRVAR 1, 2} solid! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} froze {STRVAR 1, 2}\fsolid! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} froze the wild\f{STRVAR 1, 2} solid! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} froze {STRVAR 1, 2}\fsolid! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} froze the foe’s\f{STRVAR 1, 2} solid! -{STRVAR 1, 0} is\nfrozen solid! -The wild {STRVAR 1, 0} is\nfrozen solid! -The foe’s {STRVAR 1, 0} is\nfrozen solid! -{STRVAR 1, 0} thawed out! -The wild {STRVAR 1, 0} thawed out! -The foe’s {STRVAR 1, 0} thawed out! -{STRVAR 1, 0} was\ndefrosted by {STRVAR 6, 1}! -The wild {STRVAR 1, 0} was\ndefrosted by {STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} was\ndefrosted by {STRVAR 6, 1}! -{STRVAR 1, 0} is paralyzed!\nIt may be unable to move! -The wild {STRVAR 1, 0} is paralyzed!\nIt may be unable to move! -The foe’s {STRVAR 1, 0} is paralyzed!\nIt may be unable to move! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nparalyzed {STRVAR 1, 2}!\fIt may be unable to move! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nparalyzed the wild {STRVAR 1, 2}!\fIt may be unable to move! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nparalyzed the foe’s {STRVAR 1, 2}!\fIt may be unable to move! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} paralyzed {STRVAR 1, 2}!\fIt may be unable to move! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} paralyzed the wild\f{STRVAR 1, 2}!\fIt may be unable to move! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} paralyzed\f{STRVAR 1, 2}!\fIt may be unable to move! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} paralyzed the foe’s\f{STRVAR 1, 2}!\fIt may be unable to move! -{STRVAR 1, 0} is paralyzed!\nIt can’t move! -The wild {STRVAR 1, 0} is paralyzed!\nIt can’t move! -The foe’s {STRVAR 1, 0} is paralyzed!\nIt can’t move! -{STRVAR 1, 0} is\nalready paralyzed! -The wild {STRVAR 1, 0} is\nalready paralyzed! -The foe’s {STRVAR 1, 0} is\nalready paralyzed! -{STRVAR 1, 0} was\nhealed of paralysis! -The wild {STRVAR 1, 0} was\nhealed of paralysis! -The foe’s {STRVAR 1, 0} was\nhealed of paralysis! -{STRVAR 1, 0}’s\ndream was eaten! -The wild {STRVAR 1, 0}’s\ndream was eaten! -The foe’s {STRVAR 1, 0}’s\ndream was eaten! -{STRVAR 1, 0}’s {STRVAR 13, 1}\nwon’t go higher! -The wild {STRVAR 1, 0}’s {STRVAR 13, 1}\nwon’t go higher! -The foe’s {STRVAR 1, 0}’s {STRVAR 13, 1}\nwon’t go higher! -{STRVAR 1, 0}’s {STRVAR 13, 1}\nwon’t go lower! -The wild {STRVAR 1, 0}’s {STRVAR 13, 1}\nwon’t go lower! -The foe’s {STRVAR 1, 0}’s {STRVAR 13, 1}\nwon’t go lower! -The effect of your team’s\n{STRVAR 6, 0} wore off! -The effect of the foe’s\n{STRVAR 6, 0} wore off! -{STRVAR 1, 0} is\nconfused! -The wild {STRVAR 1, 0} is\nconfused! -The foe’s {STRVAR 1, 0} is\nconfused! -{STRVAR 1, 0} snapped\nout of confusion! -The wild {STRVAR 1, 0} snapped\nout of confusion! -The foe’s {STRVAR 1, 0} snapped\nout of confusion! -{STRVAR 1, 0} became\nconfused! -The wild {STRVAR 1, 0} became\nconfused! -The foe’s {STRVAR 1, 0} became\nconfused! -{STRVAR 1, 0} is\nalready confused! -The wild {STRVAR 1, 0} is\nalready confused! -The foe’s {STRVAR 1, 0} is\nalready confused! -{STRVAR 1, 0}\nfell in love! -The wild {STRVAR 1, 0}\nfell in love! -The foe’s {STRVAR 1, 0}\nfell in love! -{STRVAR 1, 0} is in love\nwith {STRVAR 1, 1}! -{STRVAR 1, 0} is in love\nwith the wild {STRVAR 1, 1}! -{STRVAR 1, 0} is in love\nwith the foe’s {STRVAR 1, 1}! -The wild {STRVAR 1, 0} is in love\nwith {STRVAR 1, 1}! -The wild {STRVAR 1, 0} is in love\nwith the wild {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} is in love\nwith {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} is in love\nwith the foe’s {STRVAR 1, 1}! -{STRVAR 1, 0} is\nimmobilized by love! -The wild {STRVAR 1, 0} is\nimmobilized by love! -The foe’s {STRVAR 1, 0} is\nimmobilized by love! -{STRVAR 1, 0} was\nblown away! -The wild {STRVAR 1, 0} was\nblown away! -The foe’s {STRVAR 1, 0} was\nblown away! -{STRVAR 1, 0} transformed\ninto the {STRVAR 15, 1} type! -The wild {STRVAR 1, 0} transformed\ninto the {STRVAR 15, 1} type! -The foe’s {STRVAR 1, 0} transformed\ninto the {STRVAR 15, 1} type! -{STRVAR 1, 0} flinched! -The wild {STRVAR 1, 0} flinched! -The foe’s {STRVAR 1, 0} flinched! -{STRVAR 1, 0} regained\nhealth! -The wild {STRVAR 1, 0} regained\nhealth! -The foe’s {STRVAR 1, 0} regained\nhealth! -{STRVAR 1, 0}’s\nHP is full! -The wild {STRVAR 1, 0}’s\nHP is full! -The foe’s {STRVAR 1, 0}’s\nHP is full! -{STRVAR 6, 0} raised your team’s\nSpecial Defense! -The foe’s {STRVAR 6, 0} raised\nits team’s Special Defense! -{STRVAR 6, 0} raised your team’s\nSpecial Defense slightly! -The foe’s {STRVAR 6, 0} raised\nits team’s Special Defense slightly! -{STRVAR 6, 0} raised your team’s\nDefense! -The foe’s {STRVAR 6, 0} raised\nits team’s Defense! -{STRVAR 6, 0} raised your team’s\nDefense slightly! -The foe’s {STRVAR 6, 0} raised\nits team’s Defense slightly! +{STRVAR_1 1, 0} can’t escape!\r +The wild {STRVAR_1 1, 0} can’t escape!\r +The foe’s {STRVAR_1 1, 0} can’t escape!\r +Hit {STRVAR_1 50, 0} time(s)! +{STRVAR_1 1, 0}\nfell asleep! +The wild {STRVAR_1 1, 0}\nfell asleep! +The foe’s {STRVAR_1 1, 0}\nfell asleep! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1} made\n{STRVAR_1 1, 2} fall asleep! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1} made\nthe wild {STRVAR_1 1, 2} fall asleep! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1} made\nthe foe’s {STRVAR_1 1, 2} fall asleep! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made {STRVAR_1 1, 2}\ffall asleep! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made the wild\f{STRVAR_1 1, 2} fall asleep! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made {STRVAR_1 1, 2}\ffall asleep! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made the foe’s\f{STRVAR_1 1, 2} fall asleep! +{STRVAR_1 1, 0} is\nalready asleep! +The wild {STRVAR_1 1, 0} is\nalready asleep! +The foe’s {STRVAR_1 1, 0} is\nalready asleep! +{STRVAR_1 1, 0}\nwasn’t affected! +The wild {STRVAR_1 1, 0}\nwasn’t affected! +The foe’s {STRVAR_1 1, 0}\nwasn’t affected! +{STRVAR_1 1, 0}\nwas poisoned! +The wild {STRVAR_1 1, 0}\nwas poisoned! +The foe’s {STRVAR_1 1, 0}\nwas poisoned! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\npoisoned {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\npoisoned the wild {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\npoisoned the foe’s {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} poisoned\f{STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} poisoned\fthe wild {STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} poisoned\f{STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} poisoned\fthe foe’s {STRVAR_1 1, 2}! +{STRVAR_1 1, 0} is hurt\nby poison! +The wild {STRVAR_1 1, 0} is hurt\nby poison! +The foe’s {STRVAR_1 1, 0} is hurt\nby poison! +{STRVAR_1 1, 0} is already\npoisoned. +The wild {STRVAR_1 1, 0} is already\npoisoned. +The foe’s {STRVAR_1 1, 0} is already\npoisoned. +{STRVAR_1 1, 0} was badly\npoisoned! +The wild {STRVAR_1 1, 0} was badly\npoisoned! +The foe’s {STRVAR_1 1, 0} was badly\npoisoned! +{STRVAR_1 1, 0} had its\nenergy drained! +The wild {STRVAR_1 1, 0} had its\nenergy drained! +The foe’s {STRVAR_1 1, 0} had its\nenergy drained! +{STRVAR_1 1, 0} was burned! +The wild {STRVAR_1 1, 0}\nwas burned! +The foe’s {STRVAR_1 1, 0}\nwas burned! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nburned {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nburned the wild {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nburned the foe’s {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} burned {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} burned the wild\f{STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} burned {STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} burned the foe’s\f{STRVAR_1 1, 2}! +{STRVAR_1 1, 0} is hurt\nby its burn! +The wild {STRVAR_1 1, 0} is hurt\nby its burn! +The foe’s {STRVAR_1 1, 0} is hurt\nby its burn! +{STRVAR_1 1, 0} already\nhas a burn. +The wild {STRVAR_1 1, 0} already\nhas a burn. +The foe’s {STRVAR_1 1, 0} already\nhas a burn. +{STRVAR_1 1, 0} was\nfrozen solid! +The wild {STRVAR_1 1, 0} was\nfrozen solid! +The foe’s {STRVAR_1 1, 0} was\nfrozen solid! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nfroze {STRVAR_1 1, 2} solid! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nfroze the wild {STRVAR_1 1, 2} solid! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nfroze the foe’s {STRVAR_1 1, 2} solid! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} froze {STRVAR_1 1, 2}\fsolid! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} froze the wild\f{STRVAR_1 1, 2} solid! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} froze {STRVAR_1 1, 2}\fsolid! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} froze the foe’s\f{STRVAR_1 1, 2} solid! +{STRVAR_1 1, 0} is\nfrozen solid! +The wild {STRVAR_1 1, 0} is\nfrozen solid! +The foe’s {STRVAR_1 1, 0} is\nfrozen solid! +{STRVAR_1 1, 0} thawed out! +The wild {STRVAR_1 1, 0} thawed out! +The foe’s {STRVAR_1 1, 0} thawed out! +{STRVAR_1 1, 0} was\ndefrosted by {STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} was\ndefrosted by {STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} was\ndefrosted by {STRVAR_1 6, 1}! +{STRVAR_1 1, 0} is paralyzed!\nIt may be unable to move! +The wild {STRVAR_1 1, 0} is paralyzed!\nIt may be unable to move! +The foe’s {STRVAR_1 1, 0} is paralyzed!\nIt may be unable to move! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nparalyzed {STRVAR_1 1, 2}!\fIt may be unable to move! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nparalyzed the wild {STRVAR_1 1, 2}!\fIt may be unable to move! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nparalyzed the foe’s {STRVAR_1 1, 2}!\fIt may be unable to move! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} paralyzed {STRVAR_1 1, 2}!\fIt may be unable to move! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} paralyzed the wild\f{STRVAR_1 1, 2}!\fIt may be unable to move! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} paralyzed\f{STRVAR_1 1, 2}!\fIt may be unable to move! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} paralyzed the foe’s\f{STRVAR_1 1, 2}!\fIt may be unable to move! +{STRVAR_1 1, 0} is paralyzed!\nIt can’t move! +The wild {STRVAR_1 1, 0} is paralyzed!\nIt can’t move! +The foe’s {STRVAR_1 1, 0} is paralyzed!\nIt can’t move! +{STRVAR_1 1, 0} is\nalready paralyzed! +The wild {STRVAR_1 1, 0} is\nalready paralyzed! +The foe’s {STRVAR_1 1, 0} is\nalready paralyzed! +{STRVAR_1 1, 0} was\nhealed of paralysis! +The wild {STRVAR_1 1, 0} was\nhealed of paralysis! +The foe’s {STRVAR_1 1, 0} was\nhealed of paralysis! +{STRVAR_1 1, 0}’s\ndream was eaten! +The wild {STRVAR_1 1, 0}’s\ndream was eaten! +The foe’s {STRVAR_1 1, 0}’s\ndream was eaten! +{STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nwon’t go higher! +The wild {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nwon’t go higher! +The foe’s {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nwon’t go higher! +{STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nwon’t go lower! +The wild {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nwon’t go lower! +The foe’s {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nwon’t go lower! +The effect of your team’s\n{STRVAR_1 6, 0} wore off! +The effect of the foe’s\n{STRVAR_1 6, 0} wore off! +{STRVAR_1 1, 0} is\nconfused! +The wild {STRVAR_1 1, 0} is\nconfused! +The foe’s {STRVAR_1 1, 0} is\nconfused! +{STRVAR_1 1, 0} snapped\nout of confusion! +The wild {STRVAR_1 1, 0} snapped\nout of confusion! +The foe’s {STRVAR_1 1, 0} snapped\nout of confusion! +{STRVAR_1 1, 0} became\nconfused! +The wild {STRVAR_1 1, 0} became\nconfused! +The foe’s {STRVAR_1 1, 0} became\nconfused! +{STRVAR_1 1, 0} is\nalready confused! +The wild {STRVAR_1 1, 0} is\nalready confused! +The foe’s {STRVAR_1 1, 0} is\nalready confused! +{STRVAR_1 1, 0}\nfell in love! +The wild {STRVAR_1 1, 0}\nfell in love! +The foe’s {STRVAR_1 1, 0}\nfell in love! +{STRVAR_1 1, 0} is in love\nwith {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} is in love\nwith the wild {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} is in love\nwith the foe’s {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} is in love\nwith {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} is in love\nwith the wild {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} is in love\nwith {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} is in love\nwith the foe’s {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} is\nimmobilized by love! +The wild {STRVAR_1 1, 0} is\nimmobilized by love! +The foe’s {STRVAR_1 1, 0} is\nimmobilized by love! +{STRVAR_1 1, 0} was\nblown away! +The wild {STRVAR_1 1, 0} was\nblown away! +The foe’s {STRVAR_1 1, 0} was\nblown away! +{STRVAR_1 1, 0} transformed\ninto the {STRVAR_1 15, 1} type! +The wild {STRVAR_1 1, 0} transformed\ninto the {STRVAR_1 15, 1} type! +The foe’s {STRVAR_1 1, 0} transformed\ninto the {STRVAR_1 15, 1} type! +{STRVAR_1 1, 0} flinched! +The wild {STRVAR_1 1, 0} flinched! +The foe’s {STRVAR_1 1, 0} flinched! +{STRVAR_1 1, 0} regained\nhealth! +The wild {STRVAR_1 1, 0} regained\nhealth! +The foe’s {STRVAR_1 1, 0} regained\nhealth! +{STRVAR_1 1, 0}’s\nHP is full! +The wild {STRVAR_1 1, 0}’s\nHP is full! +The foe’s {STRVAR_1 1, 0}’s\nHP is full! +{STRVAR_1 6, 0} raised your team’s\nSpecial Defense! +The foe’s {STRVAR_1 6, 0} raised\nits team’s Special Defense! +{STRVAR_1 6, 0} raised your team’s\nSpecial Defense slightly! +The foe’s {STRVAR_1 6, 0} raised\nits team’s Special Defense slightly! +{STRVAR_1 6, 0} raised your team’s\nDefense! +The foe’s {STRVAR_1 6, 0} raised\nits team’s Defense! +{STRVAR_1 6, 0} raised your team’s\nDefense slightly! +The foe’s {STRVAR_1 6, 0} raised\nits team’s Defense slightly! Your team became cloaked in\na mystical veil! The foe’s team became\ncloaked in a mystical veil! -{STRVAR 1, 0} is protected\nby Safeguard! -The wild {STRVAR 1, 0} is protected\nby Safeguard! -The foe’s {STRVAR 1, 0} is protected\nby Safeguard! +{STRVAR_1 1, 0} is protected\nby Safeguard! +The wild {STRVAR_1 1, 0} is protected\nby Safeguard! +The foe’s {STRVAR_1 1, 0} is protected\nby Safeguard! Your team is no longer protected\nby Safeguard! The foe is no longer protected\nby Safeguard! -{STRVAR 1, 0} went\nto sleep! -The wild {STRVAR 1, 0} went\nto sleep! -The foe’s {STRVAR 1, 0} went\nto sleep! -{STRVAR 1, 0} slept and\nbecame healthy! -The wild {STRVAR 1, 0} slept and\nbecame healthy! -The foe’s {STRVAR 1, 0} slept and\nbecame healthy! -{STRVAR 1, 0} whipped\nup a whirlwind! -The wild {STRVAR 1, 0} whipped\nup a whirlwind! -The foe’s {STRVAR 1, 0} whipped\nup a whirlwind! -{STRVAR 1, 0} absorbed\nlight! -The wild {STRVAR 1, 0} absorbed\nlight! -The foe’s {STRVAR 1, 0} absorbed\nlight! -{STRVAR 1, 0} tucked in\nits head! -The wild {STRVAR 1, 0} tucked in\nits head! -The foe’s {STRVAR 1, 0} tucked in\nits head! -{STRVAR 1, 0} became\ncloaked in a harsh light! -The wild {STRVAR 1, 0} became\ncloaked in a harsh light! -The foe’s {STRVAR 1, 0} became\ncloaked in a harsh light! -{STRVAR 1, 0} flew\nup high! -The wild {STRVAR 1, 0} flew\nup high! -The foe’s {STRVAR 1, 0} flew\nup high! -{STRVAR 1, 0} burrowed its\nway under the ground! -The wild {STRVAR 1, 0} burrowed\nits way under the ground! -The foe’s {STRVAR 1, 0} burrowed its\nway under the ground! -{STRVAR 1, 0} hid\nunderwater! -The wild {STRVAR 1, 0} hid\nunderwater! -The foe’s {STRVAR 1, 0} hid\nunderwater! -{STRVAR 1, 0} sprang up! -The wild {STRVAR 1, 0} sprang up! -The foe’s {STRVAR 1, 0} sprang up! -{STRVAR 1, 0} was squeezed\nby {STRVAR 1, 1}! -{STRVAR 1, 0} was squeezed\nby the wild {STRVAR 1, 1}! -{STRVAR 1, 0} was squeezed\nby the foe’s {STRVAR 1, 1}! -The wild {STRVAR 1, 0} was squeezed\nby {STRVAR 1, 1}! -The wild {STRVAR 1, 0} was squeezed\nby the wild {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} was squeezed\nby {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} was squeezed\nby the foe’s {STRVAR 1, 1}! -{STRVAR 1, 0} was trapped\nin the vortex! -The wild {STRVAR 1, 0} was trapped\nin the vortex! -The foe’s {STRVAR 1, 0} was trapped\nin the vortex! -{STRVAR 1, 0} was trapped\nby Sand Tomb! -The wild {STRVAR 1, 0} was trapped\nby Sand Tomb! -The foe’s {STRVAR 1, 0} was trapped\nby Sand Tomb! -{STRVAR 1, 0} was wrapped by\n{STRVAR 1, 1}! -{STRVAR 1, 0} was wrapped by\nthe wild {STRVAR 1, 1}! -{STRVAR 1, 0} was wrapped by\nthe foe’s {STRVAR 1, 1}! -The wild {STRVAR 1, 0} was wrapped\nby {STRVAR 1, 1}! -The wild {STRVAR 1, 0} was wrapped\nby the wild {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} was wrapped\nby {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} was wrapped\nby the foe’s {STRVAR 1, 1}! -{STRVAR 1, 1} clamped\n{STRVAR 1, 0}! -The wild {STRVAR 1, 1} clamped\n{STRVAR 1, 0}! -The foe’s {STRVAR 1, 1} clamped\n{STRVAR 1, 0}! -{STRVAR 1, 1} clamped\nthe wild {STRVAR 1, 0}! -The wild {STRVAR 1, 1} clamped\nthe wild {STRVAR 1, 0}! -{STRVAR 1, 1} clamped\nthe foe’s {STRVAR 1, 0}! -The foe’s {STRVAR 1, 1} clamped\nthe foe’s {STRVAR 1, 0}! -{STRVAR 1, 0} is hurt\nby {STRVAR 6, 1}! -The wild {STRVAR 1, 0} is hurt\nby {STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} is hurt\nby {STRVAR 6, 1}! -{STRVAR 1, 0} was freed\nfrom {STRVAR 6, 1}! -The wild {STRVAR 1, 0} was freed\nfrom {STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} was freed\nfrom {STRVAR 6, 1}! -{STRVAR 1, 0} kept going\nand crashed! -The wild {STRVAR 1, 0} kept going\nand crashed! -The foe’s {STRVAR 1, 0} kept going\nand crashed! +{STRVAR_1 1, 0} went\nto sleep! +The wild {STRVAR_1 1, 0} went\nto sleep! +The foe’s {STRVAR_1 1, 0} went\nto sleep! +{STRVAR_1 1, 0} slept and\nbecame healthy! +The wild {STRVAR_1 1, 0} slept and\nbecame healthy! +The foe’s {STRVAR_1 1, 0} slept and\nbecame healthy! +{STRVAR_1 1, 0} whipped\nup a whirlwind! +The wild {STRVAR_1 1, 0} whipped\nup a whirlwind! +The foe’s {STRVAR_1 1, 0} whipped\nup a whirlwind! +{STRVAR_1 1, 0} absorbed\nlight! +The wild {STRVAR_1 1, 0} absorbed\nlight! +The foe’s {STRVAR_1 1, 0} absorbed\nlight! +{STRVAR_1 1, 0} tucked in\nits head! +The wild {STRVAR_1 1, 0} tucked in\nits head! +The foe’s {STRVAR_1 1, 0} tucked in\nits head! +{STRVAR_1 1, 0} became\ncloaked in a harsh light! +The wild {STRVAR_1 1, 0} became\ncloaked in a harsh light! +The foe’s {STRVAR_1 1, 0} became\ncloaked in a harsh light! +{STRVAR_1 1, 0} flew\nup high! +The wild {STRVAR_1 1, 0} flew\nup high! +The foe’s {STRVAR_1 1, 0} flew\nup high! +{STRVAR_1 1, 0} burrowed its\nway under the ground! +The wild {STRVAR_1 1, 0} burrowed\nits way under the ground! +The foe’s {STRVAR_1 1, 0} burrowed its\nway under the ground! +{STRVAR_1 1, 0} hid\nunderwater! +The wild {STRVAR_1 1, 0} hid\nunderwater! +The foe’s {STRVAR_1 1, 0} hid\nunderwater! +{STRVAR_1 1, 0} sprang up! +The wild {STRVAR_1 1, 0} sprang up! +The foe’s {STRVAR_1 1, 0} sprang up! +{STRVAR_1 1, 0} was squeezed\nby {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} was squeezed\nby the wild {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} was squeezed\nby the foe’s {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} was squeezed\nby {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} was squeezed\nby the wild {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} was squeezed\nby {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} was squeezed\nby the foe’s {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} was trapped\nin the vortex! +The wild {STRVAR_1 1, 0} was trapped\nin the vortex! +The foe’s {STRVAR_1 1, 0} was trapped\nin the vortex! +{STRVAR_1 1, 0} was trapped\nby Sand Tomb! +The wild {STRVAR_1 1, 0} was trapped\nby Sand Tomb! +The foe’s {STRVAR_1 1, 0} was trapped\nby Sand Tomb! +{STRVAR_1 1, 0} was wrapped by\n{STRVAR_1 1, 1}! +{STRVAR_1 1, 0} was wrapped by\nthe wild {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} was wrapped by\nthe foe’s {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} was wrapped\nby {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} was wrapped\nby the wild {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} was wrapped\nby {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} was wrapped\nby the foe’s {STRVAR_1 1, 1}! +{STRVAR_1 1, 1} clamped\n{STRVAR_1 1, 0}! +The wild {STRVAR_1 1, 1} clamped\n{STRVAR_1 1, 0}! +The foe’s {STRVAR_1 1, 1} clamped\n{STRVAR_1 1, 0}! +{STRVAR_1 1, 1} clamped\nthe wild {STRVAR_1 1, 0}! +The wild {STRVAR_1 1, 1} clamped\nthe wild {STRVAR_1 1, 0}! +{STRVAR_1 1, 1} clamped\nthe foe’s {STRVAR_1 1, 0}! +The foe’s {STRVAR_1 1, 1} clamped\nthe foe’s {STRVAR_1 1, 0}! +{STRVAR_1 1, 0} is hurt\nby {STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} is hurt\nby {STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} is hurt\nby {STRVAR_1 6, 1}! +{STRVAR_1 1, 0} was freed\nfrom {STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} was freed\nfrom {STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} was freed\nfrom {STRVAR_1 6, 1}! +{STRVAR_1 1, 0} kept going\nand crashed! +The wild {STRVAR_1 1, 0} kept going\nand crashed! +The foe’s {STRVAR_1 1, 0} kept going\nand crashed! Your team became\nshrouded in mist! The foe’s team became\nshrouded in mist! -{STRVAR 1, 0} is protected\nby Mist! -The wild {STRVAR 1, 0} is protected\nby Mist! -The foe’s {STRVAR 1, 0} is protected\nby Mist! -{STRVAR 1, 0} is getting\npumped! -The wild {STRVAR 1, 0} is getting\npumped! -The foe’s {STRVAR 1, 0} is getting\npumped! -{STRVAR 1, 0} is hit\nwith recoil! -The wild {STRVAR 1, 0} is hit\nwith recoil! -The foe’s {STRVAR 1, 0} is hit\nwith recoil! -{STRVAR 1, 0} protected\nitself! -The wild {STRVAR 1, 0} protected\nitself! -The foe’s {STRVAR 1, 0} protected\nitself! -{STRVAR 1, 1} is buffeted\nby the {STRVAR 6, 0}! -The wild {STRVAR 1, 1} is buffeted\nby the {STRVAR 6, 0}! -The foe’s {STRVAR 1, 1} is buffeted\nby the {STRVAR 6, 0}! -Your team’s {STRVAR 6, 0}\nwore off! -The foe’s {STRVAR 6, 0}\nwore off! -{STRVAR 1, 0} was seeded! -The wild {STRVAR 1, 0}\nwas seeded! -The foe’s {STRVAR 1, 0}\nwas seeded! -{STRVAR 1, 0} evaded\nthe attack! -The wild {STRVAR 1, 0} evaded\nthe attack! -The foe’s {STRVAR 1, 0} evaded\nthe attack! -{STRVAR 1, 0}’s health is\nsapped by Leech Seed! -The wild {STRVAR 1, 0}’s health is\nsapped by Leech Seed! -The foe’s {STRVAR 1, 0}’s health is\nsapped by Leech Seed! -{STRVAR 1, 0} is fast\nasleep. -The wild {STRVAR 1, 0} is fast\nasleep. -The foe’s {STRVAR 1, 0} is fast\nasleep. -{STRVAR 1, 0} woke up! -The wild {STRVAR 1, 0}\nwoke up! -The foe’s {STRVAR 1, 0}\nwoke up! -The uproar woke up\nthe {STRVAR 1, 0}! -The uproar woke up the\nwild {STRVAR 1, 0}! -The uproar woke up the\nfoe’s {STRVAR 1, 0}! -{STRVAR 1, 0} caused\nan uproar! -The wild {STRVAR 1, 0} caused\nan uproar! -The foe’s {STRVAR 1, 0} caused\nan uproar! -{STRVAR 1, 0} is making\nan uproar! -The wild {STRVAR 1, 0} is making\nan uproar! -The foe’s {STRVAR 1, 0} is making\nan uproar! -{STRVAR 1, 0}\ncalmed down. -The wild {STRVAR 1, 0}\ncalmed down. -The foe’s {STRVAR 1, 0}\ncalmed down. -{STRVAR 1, 0} stockpiled {STRVAR 50, 1}! -The wild {STRVAR 1, 0} stockpiled {STRVAR 50, 1}! -The foe’s {STRVAR 1, 0} stockpiled {STRVAR 50, 1}! -{STRVAR 1, 0} can’t\nstockpile any more! -The wild {STRVAR 1, 0} can’t\nstockpile any more! -The foe’s {STRVAR 1, 0} can’t\nstockpile any more! -But {STRVAR 1, 0} can’t\nsleep in an uproar! -But the wild {STRVAR 1, 0} can’t\nsleep in an uproar! -But the foe’s {STRVAR 1, 0} can’t\nsleep in an uproar! -But the uproar kept\n{STRVAR 1, 0} awake! -But the uproar kept\nthe wild {STRVAR 1, 0} awake! -But the uproar kept\nthe foe’s {STRVAR 1, 0} awake! -{STRVAR 1, 0} stayed awake\nbecause of its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} stayed awake\nbecause of its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} stayed awake\nbecause of its {STRVAR 5, 1}! -{STRVAR 1, 0} is storing\nenergy! -The wild {STRVAR 1, 0} is storing\nenergy! -The foe’s {STRVAR 1, 0} is storing\nenergy! -{STRVAR 1, 0} unleashed\nenergy! -The wild {STRVAR 1, 0} unleashed\nenergy! -The foe’s {STRVAR 1, 0} unleashed\nenergy! -{STRVAR 1, 0} became\nconfused due to fatigue! -The wild {STRVAR 1, 0} became\nconfused due to fatigue! -The foe’s {STRVAR 1, 0} became\nconfused due to fatigue! -{STRVAR 3, 0} picked up\n${STRVAR 54, 1}!\r -{STRVAR 1, 0} is\nunaffected! -The wild {STRVAR 1, 0} is\nunaffected! -The foe’s {STRVAR 1, 0} is\nunaffected! -{STRVAR 1, 0} transformed\ninto {STRVAR 0, 1}! -The wild {STRVAR 1, 0} transformed\ninto {STRVAR 0, 1}! -The foe’s {STRVAR 1, 0} transformed\ninto {STRVAR 0, 1}! -{STRVAR 1, 0} made\na substitute! -The wild {STRVAR 1, 0} made\na substitute! -The foe’s {STRVAR 1, 0} made\na substitute! -{STRVAR 1, 0} already\nhas a substitute! -The wild {STRVAR 1, 0} already\nhas a substitute! -The foe’s {STRVAR 1, 0} already\nhas a substitute! -The substitute took damage\nfor {STRVAR 1, 0}!\r -The substitute took damage\nfor the wild {STRVAR 1, 0}!\r -The substitute took damage\nfor the foe’s {STRVAR 1, 0}!\r -{STRVAR 1, 0}’s\nsubstitute faded!\r -The wild {STRVAR 1, 0}’s\nsubstitute faded!\r -The foe’s {STRVAR 1, 0}’s\nsubstitute faded!\r -{STRVAR 1, 0} must\nrecharge! -The wild {STRVAR 1, 0} must\nrecharge! -The foe’s {STRVAR 1, 0} must\nrecharge! -{STRVAR 1, 0}’s rage\nis building! -The wild {STRVAR 1, 0}’s rage\nis building! -The foe’s {STRVAR 1, 0}’s rage\nis building! -{STRVAR 1, 0}’s {STRVAR 6, 1}\nwas disabled! -The wild {STRVAR 1, 0}’s\n{STRVAR 6, 1} was disabled! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 6, 1} was disabled! -{STRVAR 1, 0} is no\nlonger disabled! -The wild {STRVAR 1, 0} is no\nlonger disabled! -The foe’s {STRVAR 1, 0} is no\nlonger disabled! -{STRVAR 1, 0} received\nan encore! -The wild {STRVAR 1, 0} received\nan encore! -The foe’s {STRVAR 1, 0} received\nan encore! -{STRVAR 1, 0}’s encore\nended! -The wild {STRVAR 1, 0}’s encore\nended! -The foe’s {STRVAR 1, 0}’s encore\nended! -{STRVAR 1, 0} took aim at\n{STRVAR 1, 1}! -{STRVAR 1, 0} took aim at\nthe wild {STRVAR 1, 1}! -{STRVAR 1, 0} took aim at\nthe foe’s {STRVAR 1, 1}! -The wild {STRVAR 1, 0} took aim at\n{STRVAR 1, 1}! -The wild {STRVAR 1, 0} took aim at\nthe wild {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} took aim at\n{STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} took aim at\nthe foe’s {STRVAR 1, 1}! -{STRVAR 1, 0} sketched\n{STRVAR 6, 1}! -The wild {STRVAR 1, 0} sketched\n{STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} sketched\n{STRVAR 6, 1}! -{STRVAR 1, 0} is trying\nto take its foe with it! -The wild {STRVAR 1, 0} is trying\nto take its foe with it! -The foe’s {STRVAR 1, 0} is trying\nto take its foe with it! -{STRVAR 1, 0} took\n{STRVAR 1, 1} down with it! -{STRVAR 1, 0} took the wild\n{STRVAR 1, 1} down with it! -{STRVAR 1, 0} took the foe’s\n{STRVAR 1, 1} down with it! -The wild {STRVAR 1, 0} took\n{STRVAR 1, 1} down with it! -The wild {STRVAR 1, 0} took\nthe wild {STRVAR 1, 1} down with it! -The foe’s {STRVAR 1, 0} took\n{STRVAR 1, 1} down with it! -The foe’s {STRVAR 1, 0} took\nthe foe’s {STRVAR 1, 1} down with it! -It reduced the PP of {STRVAR 1, 0}’s\n{STRVAR 6, 1} by {STRVAR 50, 2}! -It reduced the PP of the wild\n{STRVAR 1, 0}’s {STRVAR 6, 1} by {STRVAR 50, 2}! -It reduced the PP of the foe’s\n{STRVAR 1, 0}’s {STRVAR 6, 1} by {STRVAR 50, 2}! -{STRVAR 1, 0} stole\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -{STRVAR 1, 0} stole the wild\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -{STRVAR 1, 0} stole the foe’s\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The wild {STRVAR 1, 0} stole\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The wild {STRVAR 1, 0} stole the wild\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The foe’s {STRVAR 1, 0} stole\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The foe’s {STRVAR 1, 0} stole the\nfoe’s {STRVAR 1, 1}’s {STRVAR 8, 2}! -{STRVAR 1, 0} can no\nlonger escape! -The wild {STRVAR 1, 0} can no\nlonger escape! -The foe’s {STRVAR 1, 0} can no\nlonger escape! -{STRVAR 1, 0} began having\na nightmare! -The wild {STRVAR 1, 0} began\nhaving a nightmare! -The foe’s {STRVAR 1, 0} began\nhaving a nightmare! -{STRVAR 1, 0} is locked\nin a nightmare! -The wild {STRVAR 1, 0} is locked\nin a nightmare! -The foe’s {STRVAR 1, 0} is locked\nin a nightmare! -{STRVAR 1, 0} cut its own HP\nand laid a curse on {STRVAR 1, 1}! -{STRVAR 1, 0} cut its own HP\nand laid a curse on the wild\f{STRVAR 1, 1}! -{STRVAR 1, 0} cut its own HP\nand laid a curse on the foe’s\f{STRVAR 1, 1}! -The wild {STRVAR 1, 0} cut its own HP\nand laid a curse on {STRVAR 1, 1}! -The wild {STRVAR 1, 0} cut its own HP\nand laid a curse on the wild\f{STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} cut its own HP\nand laid a curse on {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} cut its own HP\nand laid a curse on the foe’s\f{STRVAR 1, 1}! -{STRVAR 1, 0} is afflicted\nby the curse! -The wild {STRVAR 1, 0} is afflicted\nby the curse! -The foe’s {STRVAR 1, 0} is afflicted\nby the curse! +{STRVAR_1 1, 0} is protected\nby Mist! +The wild {STRVAR_1 1, 0} is protected\nby Mist! +The foe’s {STRVAR_1 1, 0} is protected\nby Mist! +{STRVAR_1 1, 0} is getting\npumped! +The wild {STRVAR_1 1, 0} is getting\npumped! +The foe’s {STRVAR_1 1, 0} is getting\npumped! +{STRVAR_1 1, 0} is hit\nwith recoil! +The wild {STRVAR_1 1, 0} is hit\nwith recoil! +The foe’s {STRVAR_1 1, 0} is hit\nwith recoil! +{STRVAR_1 1, 0} protected\nitself! +The wild {STRVAR_1 1, 0} protected\nitself! +The foe’s {STRVAR_1 1, 0} protected\nitself! +{STRVAR_1 1, 1} is buffeted\nby the {STRVAR_1 6, 0}! +The wild {STRVAR_1 1, 1} is buffeted\nby the {STRVAR_1 6, 0}! +The foe’s {STRVAR_1 1, 1} is buffeted\nby the {STRVAR_1 6, 0}! +Your team’s {STRVAR_1 6, 0}\nwore off! +The foe’s {STRVAR_1 6, 0}\nwore off! +{STRVAR_1 1, 0} was seeded! +The wild {STRVAR_1 1, 0}\nwas seeded! +The foe’s {STRVAR_1 1, 0}\nwas seeded! +{STRVAR_1 1, 0} evaded\nthe attack! +The wild {STRVAR_1 1, 0} evaded\nthe attack! +The foe’s {STRVAR_1 1, 0} evaded\nthe attack! +{STRVAR_1 1, 0}’s health is\nsapped by Leech Seed! +The wild {STRVAR_1 1, 0}’s health is\nsapped by Leech Seed! +The foe’s {STRVAR_1 1, 0}’s health is\nsapped by Leech Seed! +{STRVAR_1 1, 0} is fast\nasleep. +The wild {STRVAR_1 1, 0} is fast\nasleep. +The foe’s {STRVAR_1 1, 0} is fast\nasleep. +{STRVAR_1 1, 0} woke up! +The wild {STRVAR_1 1, 0}\nwoke up! +The foe’s {STRVAR_1 1, 0}\nwoke up! +The uproar woke up\nthe {STRVAR_1 1, 0}! +The uproar woke up the\nwild {STRVAR_1 1, 0}! +The uproar woke up the\nfoe’s {STRVAR_1 1, 0}! +{STRVAR_1 1, 0} caused\nan uproar! +The wild {STRVAR_1 1, 0} caused\nan uproar! +The foe’s {STRVAR_1 1, 0} caused\nan uproar! +{STRVAR_1 1, 0} is making\nan uproar! +The wild {STRVAR_1 1, 0} is making\nan uproar! +The foe’s {STRVAR_1 1, 0} is making\nan uproar! +{STRVAR_1 1, 0}\ncalmed down. +The wild {STRVAR_1 1, 0}\ncalmed down. +The foe’s {STRVAR_1 1, 0}\ncalmed down. +{STRVAR_1 1, 0} stockpiled {STRVAR_1 50, 1}! +The wild {STRVAR_1 1, 0} stockpiled {STRVAR_1 50, 1}! +The foe’s {STRVAR_1 1, 0} stockpiled {STRVAR_1 50, 1}! +{STRVAR_1 1, 0} can’t\nstockpile any more! +The wild {STRVAR_1 1, 0} can’t\nstockpile any more! +The foe’s {STRVAR_1 1, 0} can’t\nstockpile any more! +But {STRVAR_1 1, 0} can’t\nsleep in an uproar! +But the wild {STRVAR_1 1, 0} can’t\nsleep in an uproar! +But the foe’s {STRVAR_1 1, 0} can’t\nsleep in an uproar! +But the uproar kept\n{STRVAR_1 1, 0} awake! +But the uproar kept\nthe wild {STRVAR_1 1, 0} awake! +But the uproar kept\nthe foe’s {STRVAR_1 1, 0} awake! +{STRVAR_1 1, 0} stayed awake\nbecause of its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} stayed awake\nbecause of its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} stayed awake\nbecause of its {STRVAR_1 5, 1}! +{STRVAR_1 1, 0} is storing\nenergy! +The wild {STRVAR_1 1, 0} is storing\nenergy! +The foe’s {STRVAR_1 1, 0} is storing\nenergy! +{STRVAR_1 1, 0} unleashed\nenergy! +The wild {STRVAR_1 1, 0} unleashed\nenergy! +The foe’s {STRVAR_1 1, 0} unleashed\nenergy! +{STRVAR_1 1, 0} became\nconfused due to fatigue! +The wild {STRVAR_1 1, 0} became\nconfused due to fatigue! +The foe’s {STRVAR_1 1, 0} became\nconfused due to fatigue! +{STRVAR_1 3, 0} picked up\n${STRVAR_1 54, 1}!\r +{STRVAR_1 1, 0} is\nunaffected! +The wild {STRVAR_1 1, 0} is\nunaffected! +The foe’s {STRVAR_1 1, 0} is\nunaffected! +{STRVAR_1 1, 0} transformed\ninto {STRVAR_1 0, 1}! +The wild {STRVAR_1 1, 0} transformed\ninto {STRVAR_1 0, 1}! +The foe’s {STRVAR_1 1, 0} transformed\ninto {STRVAR_1 0, 1}! +{STRVAR_1 1, 0} made\na substitute! +The wild {STRVAR_1 1, 0} made\na substitute! +The foe’s {STRVAR_1 1, 0} made\na substitute! +{STRVAR_1 1, 0} already\nhas a substitute! +The wild {STRVAR_1 1, 0} already\nhas a substitute! +The foe’s {STRVAR_1 1, 0} already\nhas a substitute! +The substitute took damage\nfor {STRVAR_1 1, 0}!\r +The substitute took damage\nfor the wild {STRVAR_1 1, 0}!\r +The substitute took damage\nfor the foe’s {STRVAR_1 1, 0}!\r +{STRVAR_1 1, 0}’s\nsubstitute faded!\r +The wild {STRVAR_1 1, 0}’s\nsubstitute faded!\r +The foe’s {STRVAR_1 1, 0}’s\nsubstitute faded!\r +{STRVAR_1 1, 0} must\nrecharge! +The wild {STRVAR_1 1, 0} must\nrecharge! +The foe’s {STRVAR_1 1, 0} must\nrecharge! +{STRVAR_1 1, 0}’s rage\nis building! +The wild {STRVAR_1 1, 0}’s rage\nis building! +The foe’s {STRVAR_1 1, 0}’s rage\nis building! +{STRVAR_1 1, 0}’s {STRVAR_1 6, 1}\nwas disabled! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} was disabled! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} was disabled! +{STRVAR_1 1, 0} is no\nlonger disabled! +The wild {STRVAR_1 1, 0} is no\nlonger disabled! +The foe’s {STRVAR_1 1, 0} is no\nlonger disabled! +{STRVAR_1 1, 0} received\nan encore! +The wild {STRVAR_1 1, 0} received\nan encore! +The foe’s {STRVAR_1 1, 0} received\nan encore! +{STRVAR_1 1, 0}’s encore\nended! +The wild {STRVAR_1 1, 0}’s encore\nended! +The foe’s {STRVAR_1 1, 0}’s encore\nended! +{STRVAR_1 1, 0} took aim at\n{STRVAR_1 1, 1}! +{STRVAR_1 1, 0} took aim at\nthe wild {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} took aim at\nthe foe’s {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} took aim at\n{STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} took aim at\nthe wild {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} took aim at\n{STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} took aim at\nthe foe’s {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} sketched\n{STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} sketched\n{STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} sketched\n{STRVAR_1 6, 1}! +{STRVAR_1 1, 0} is trying\nto take its foe with it! +The wild {STRVAR_1 1, 0} is trying\nto take its foe with it! +The foe’s {STRVAR_1 1, 0} is trying\nto take its foe with it! +{STRVAR_1 1, 0} took\n{STRVAR_1 1, 1} down with it! +{STRVAR_1 1, 0} took the wild\n{STRVAR_1 1, 1} down with it! +{STRVAR_1 1, 0} took the foe’s\n{STRVAR_1 1, 1} down with it! +The wild {STRVAR_1 1, 0} took\n{STRVAR_1 1, 1} down with it! +The wild {STRVAR_1 1, 0} took\nthe wild {STRVAR_1 1, 1} down with it! +The foe’s {STRVAR_1 1, 0} took\n{STRVAR_1 1, 1} down with it! +The foe’s {STRVAR_1 1, 0} took\nthe foe’s {STRVAR_1 1, 1} down with it! +It reduced the PP of {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} by {STRVAR_1 50, 2}! +It reduced the PP of the wild\n{STRVAR_1 1, 0}’s {STRVAR_1 6, 1} by {STRVAR_1 50, 2}! +It reduced the PP of the foe’s\n{STRVAR_1 1, 0}’s {STRVAR_1 6, 1} by {STRVAR_1 50, 2}! +{STRVAR_1 1, 0} stole\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +{STRVAR_1 1, 0} stole the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +{STRVAR_1 1, 0} stole the foe’s\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The wild {STRVAR_1 1, 0} stole\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The wild {STRVAR_1 1, 0} stole the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The foe’s {STRVAR_1 1, 0} stole\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The foe’s {STRVAR_1 1, 0} stole the\nfoe’s {STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +{STRVAR_1 1, 0} can no\nlonger escape! +The wild {STRVAR_1 1, 0} can no\nlonger escape! +The foe’s {STRVAR_1 1, 0} can no\nlonger escape! +{STRVAR_1 1, 0} began having\na nightmare! +The wild {STRVAR_1 1, 0} began\nhaving a nightmare! +The foe’s {STRVAR_1 1, 0} began\nhaving a nightmare! +{STRVAR_1 1, 0} is locked\nin a nightmare! +The wild {STRVAR_1 1, 0} is locked\nin a nightmare! +The foe’s {STRVAR_1 1, 0} is locked\nin a nightmare! +{STRVAR_1 1, 0} cut its own HP\nand laid a curse on {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} cut its own HP\nand laid a curse on the wild\f{STRVAR_1 1, 1}! +{STRVAR_1 1, 0} cut its own HP\nand laid a curse on the foe’s\f{STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} cut its own HP\nand laid a curse on {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} cut its own HP\nand laid a curse on the wild\f{STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} cut its own HP\nand laid a curse on {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} cut its own HP\nand laid a curse on the foe’s\f{STRVAR_1 1, 1}! +{STRVAR_1 1, 0} is afflicted\nby the curse! +The wild {STRVAR_1 1, 0} is afflicted\nby the curse! +The foe’s {STRVAR_1 1, 0} is afflicted\nby the curse! Spikes were scattered all around\nyour team’s feet! Spikes were scattered all around\nthe feet of the foe’s team! -{STRVAR 1, 0} is hurt\nby the spikes! -The wild {STRVAR 1, 0} is hurt\nby the spikes! -The foe’s {STRVAR 1, 0} is hurt\nby the spikes! -{STRVAR 1, 0} identified\n{STRVAR 1, 1}! -{STRVAR 1, 0} identified\nthe wild {STRVAR 1, 1}! -{STRVAR 1, 0} identified\nthe foe’s {STRVAR 1, 1}! -The wild {STRVAR 1, 0} identified\n{STRVAR 1, 1}! -The wild {STRVAR 1, 0} identified\nthe wild {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} identified\n{STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} identified\nthe foe’s {STRVAR 1, 1}! -{STRVAR 1, 0}’s perish count\nfell to {STRVAR 50, 1}! -The wild {STRVAR 1, 0}’s perish count\nfell to {STRVAR 50, 1}! -The foe’s {STRVAR 1, 0}’s perish count\nfell to {STRVAR 50, 1}! -{STRVAR 1, 0} braced\nitself! -The wild {STRVAR 1, 0} braced\nitself! -The foe’s {STRVAR 1, 0} braced\nitself! -{STRVAR 1, 0} endured\nthe hit! -The wild {STRVAR 1, 0} endured\nthe hit! -The foe’s {STRVAR 1, 0} endured\nthe hit! -Magnitude {STRVAR 50, 0}! -{STRVAR 1, 0} cut its own HP\nand maximized its Attack! -The wild {STRVAR 1, 0} cut its own HP\nand maximized its Attack! -The foe’s {STRVAR 1, 0} cut its own HP\nand maximized its Attack! -{STRVAR 1, 0} copied\n{STRVAR 1, 1}’s stat changes! -{STRVAR 1, 0} copied the wild\n{STRVAR 1, 1}’s stat changes! -{STRVAR 1, 0} copied the foe’s\n{STRVAR 1, 1}’s stat changes! -The wild {STRVAR 1, 0} copied\n{STRVAR 1, 1}’s stat changes! -The wild {STRVAR 1, 0} copied the\nwild {STRVAR 1, 1}’s stat changes! -The foe’s {STRVAR 1, 0} copied\n{STRVAR 1, 1}’s stat changes! -The foe’s {STRVAR 1, 0} copied the \nfoe’s {STRVAR 1, 1}’s stat changes! -{STRVAR 1, 0} got free of\n{STRVAR 1, 1}’s {STRVAR 6, 2}! -{STRVAR 1, 0} got free of the wild\n{STRVAR 1, 1}’s {STRVAR 6, 2}! -{STRVAR 1, 0} got free of the foe’s\n{STRVAR 1, 1}’s {STRVAR 6, 2}! -The wild {STRVAR 1, 0} got free of\n{STRVAR 1, 1}’s {STRVAR 6, 2}! -The wild {STRVAR 1, 0} got free of the\nwild {STRVAR 1, 1}’s {STRVAR 6, 2}! -The foe’s {STRVAR 1, 0} got free of\n{STRVAR 1, 1}’s {STRVAR 6, 2}! -The foe’s {STRVAR 1, 0} got free of\nthe foe’s {STRVAR 1, 1}’s\f{STRVAR 6, 2}! -{STRVAR 1, 0} blew away\n{STRVAR 6, 1}! -The wild {STRVAR 1, 0} blew away\n{STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} blew away\n{STRVAR 6, 1}! -{STRVAR 1, 0} fled from\nbattle! -The wild {STRVAR 1, 0} fled from\nbattle! -The foe’s {STRVAR 1, 0} fled from\nbattle! -{STRVAR 1, 0} foresaw\nan attack! -The wild {STRVAR 1, 0} foresaw\nan attack! -The foe’s {STRVAR 1, 0} foresaw\nan attack! -{STRVAR 1, 0} took\nthe {STRVAR 6, 1} attack! -The wild {STRVAR 1, 0} took\nthe {STRVAR 6, 1} attack! -The foe’s {STRVAR 1, 0} took\nthe {STRVAR 6, 1} attack! -{STRVAR 1, 0} chose\n{STRVAR 6, 1} as its destiny! -The wild {STRVAR 1, 0} chose\n{STRVAR 6, 1} as its destiny! -The foe’s {STRVAR 1, 0} chose\n{STRVAR 6, 1} as its destiny! -{STRVAR 1, 0}’s attack! -The wild {STRVAR 1, 0}’s attack! -The foe’s {STRVAR 1, 0}’s attack! -{STRVAR 1, 0} became\nthe center of attention! -The wild {STRVAR 1, 0} became\nthe center of attention! -The foe’s {STRVAR 1, 0} became\nthe center of attention! -{STRVAR 1, 0} began\ncharging power! -The wild {STRVAR 1, 0} began\ncharging power! -The foe’s {STRVAR 1, 0} began\ncharging power! -{STRVAR 6, 0} turned into\n{STRVAR 6, 1}! -{STRVAR 1, 0}’s status\nreturned to normal! -The wild {STRVAR 1, 0}’s status\nreturned to normal! -The foe’s {STRVAR 1, 0}’s status\nreturned to normal! -{STRVAR 1, 0} was subjected\nto Torment! -The wild {STRVAR 1, 0} was subjected\nto Torment! -The foe’s {STRVAR 1, 0} was subjected\nto Torment! -{STRVAR 1, 0} is tightening\nits focus! -The wild {STRVAR 1, 0} is tightening\nits focus! -The foe’s {STRVAR 1, 0} is tightening\nits focus! -{STRVAR 1, 0} fell for\nthe taunt! -The wild {STRVAR 1, 0} fell for\nthe taunt! -The foe’s {STRVAR 1, 0} fell for\nthe taunt! -{STRVAR 1, 0} is ready to\nhelp {STRVAR 1, 1}! -{STRVAR 1, 0} is ready to\nhelp the wild {STRVAR 1, 1}! -{STRVAR 1, 0} is ready to\nhelp the foe’s {STRVAR 1, 1}! -The wild {STRVAR 1, 0} is ready to\nhelp {STRVAR 1, 1}! -The wild {STRVAR 1, 0} is ready to\nhelp the wild {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} is ready to\nhelp {STRVAR 1, 1}! -The foe’s {STRVAR 1, 0} is ready to\nhelp the foe’s {STRVAR 1, 1}! -{STRVAR 1, 0} switched\nitems with its target! -The wild {STRVAR 1, 0} switched\nitems with its target! -The foe’s {STRVAR 1, 0} switched\nitems with its target! -{STRVAR 1, 0} obtained\none {STRVAR 8, 1}. -The wild {STRVAR 1, 0} obtained\none {STRVAR 8, 1}. -The foe’s {STRVAR 1, 0} obtained\none {STRVAR 8, 1}. -{STRVAR 1, 0} obtained\none {STRVAR 8, 1}.\r{STRVAR 1, 2} obtained\none {STRVAR 8, 3}. -{STRVAR 1, 0} obtained\none {STRVAR 8, 1}.\rThe wild {STRVAR 1, 2} obtained\none {STRVAR 8, 3}.\r -{STRVAR 1, 0} obtained\none {STRVAR 8, 1}.\rThe foe’s {STRVAR 1, 2} obtained\none {STRVAR 8, 3}.\r -The wild {STRVAR 1, 0} obtained\none {STRVAR 8, 1}.\r{STRVAR 1, 2} obtained\none {STRVAR 8, 3}.\r -The wild {STRVAR 1, 0} obtained\none {STRVAR 8, 1}.\rThe wild {STRVAR 1, 2} obtained\none {STRVAR 8, 3}.\r -The foe’s {STRVAR 1, 0} obtained\none {STRVAR 8, 1}.\r{STRVAR 1, 2} obtained\none {STRVAR 8, 3}.\r -The foe’s {STRVAR 1, 0} obtained\none {STRVAR 8, 1}.\rThe foe’s {STRVAR 1, 2} obtained\none {STRVAR 8, 3}.\r -{STRVAR 1, 0} copied\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -{STRVAR 1, 0} copied the wild\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -{STRVAR 1, 0} copied the foe’s\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -The wild {STRVAR 1, 0} copied\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -The wild {STRVAR 1, 0} copied the wild\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -The foe’s {STRVAR 1, 0} copied\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -The foe’s {STRVAR 1, 0} copied the\nfoe’s {STRVAR 1, 1}’s {STRVAR 5, 2}! -{STRVAR 1, 0} made a wish! -The wild {STRVAR 1, 0}\nmade a wish! -The foe’s {STRVAR 1, 0}\nmade a wish! -{STRVAR 1, 0}’s wish\ncame true! -The wild {STRVAR 1, 0}’s wish\ncame true! -The foe’s {STRVAR 1, 0}’s wish\ncame true! -{STRVAR 1, 0} planted its roots! -The wild {STRVAR 1, 0} planted\nits roots! -The foe’s {STRVAR 1, 0} planted\nits roots! -{STRVAR 1, 0} absorbed\nnutrients with its roots! -The wild {STRVAR 1, 0} absorbed\nnutrients with its roots! -The foe’s {STRVAR 1, 0} absorbed\nnutrients with its roots! -{STRVAR 1, 0} anchored\nitself with its roots! -The wild {STRVAR 1, 0} anchored\nitself with its roots! -The foe’s {STRVAR 1, 0} anchored\nitself with its roots! -{STRVAR 1, 0} made\n{STRVAR 1, 1} drowsy! -{STRVAR 1, 0} made the wild\n{STRVAR 1, 1} drowsy! -{STRVAR 1, 0} made the foe’s\n{STRVAR 1, 1} drowsy! -The wild {STRVAR 1, 0} made\n{STRVAR 1, 1} drowsy! -The wild {STRVAR 1, 0} made\nthe wild {STRVAR 1, 1} drowsy! -The foe’s {STRVAR 1, 0} made\n{STRVAR 1, 1} drowsy! -The foe’s {STRVAR 1, 0} made\nthe foe’s {STRVAR 1, 1} drowsy! -{STRVAR 1, 0} knocked off\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -{STRVAR 1, 0} knocked off the wild\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -{STRVAR 1, 0} knocked off the foe’s\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The wild {STRVAR 1, 0} knocked off\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The wild {STRVAR 1, 0} knocked off the\nwild {STRVAR 1, 1}’s {STRVAR 8, 2}! -The foe’s {STRVAR 1, 0} knocked off\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The foe’s {STRVAR 1, 0} knocked off\nthe foe’s {STRVAR 1, 1}’s\f{STRVAR 8, 2}! -{STRVAR 1, 0} swapped\nabilities with its target! -The wild {STRVAR 1, 0} swapped\nabilities with its target! -The foe’s {STRVAR 1, 0} swapped\nabilities with its opponent! -{STRVAR 1, 0} sealed the\nopponent’s move(s)! -The wild {STRVAR 1, 0} sealed the\nopponent’s move(s)! -The foe’s {STRVAR 1, 0} sealed the\nopponent’s move(s)! -{STRVAR 1, 0} wants the\nfoe to bear a grudge! -The wild {STRVAR 1, 0} wants the\nfoe to bear a grudge! -The foe’s {STRVAR 1, 0} wants the\nfoe to bear a grudge! -{STRVAR 1, 0}’s {STRVAR 6, 1} lost\nall its PP due to the grudge! -The wild {STRVAR 1, 0}’s\n{STRVAR 6, 1} lost all its PP\fdue to the grudge! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 6, 1} lost all its PP\fdue to the grudge! -{STRVAR 1, 0} shrouded\nitself with Magic Coat! -The wild {STRVAR 1, 0} shrouded\nitself with Magic Coat! -The foe’s {STRVAR 1, 0} shrouded\nitself with Magic Coat! -{STRVAR 1, 0}’s {STRVAR 6, 1}\nwas bounced back by Magic Coat! -The wild {STRVAR 1, 0}’s\n{STRVAR 6, 1} was bounced back by\fMagic Coat! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 6, 1} was bounced back by\fMagic Coat! -{STRVAR 1, 0} waits for a target\nto make a move! -The wild {STRVAR 1, 0} waits for\na target to make a move! -The foe’s {STRVAR 1, 0} waits for\na target to make a move! -{STRVAR 1, 0} snatched\n{STRVAR 1, 1}’s move! -{STRVAR 1, 0} snatched the wild\n{STRVAR 1, 1}’s move! -{STRVAR 1, 0} snatched the foe’s\n{STRVAR 1, 1}’s move! -The wild {STRVAR 1, 0} snatched\n{STRVAR 1, 1}’s move! -The wild {STRVAR 1, 0} snatched\nthe wild {STRVAR 1, 1}’s move! -The foe’s {STRVAR 1, 0} snatched\n{STRVAR 1, 1}’s move! -The foe’s {STRVAR 1, 0} snatched\nthe foe’s {STRVAR 1, 1}’s move! +{STRVAR_1 1, 0} is hurt\nby the spikes! +The wild {STRVAR_1 1, 0} is hurt\nby the spikes! +The foe’s {STRVAR_1 1, 0} is hurt\nby the spikes! +{STRVAR_1 1, 0} identified\n{STRVAR_1 1, 1}! +{STRVAR_1 1, 0} identified\nthe wild {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} identified\nthe foe’s {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} identified\n{STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} identified\nthe wild {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} identified\n{STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} identified\nthe foe’s {STRVAR_1 1, 1}! +{STRVAR_1 1, 0}’s perish count\nfell to {STRVAR_1 50, 1}! +The wild {STRVAR_1 1, 0}’s perish count\nfell to {STRVAR_1 50, 1}! +The foe’s {STRVAR_1 1, 0}’s perish count\nfell to {STRVAR_1 50, 1}! +{STRVAR_1 1, 0} braced\nitself! +The wild {STRVAR_1 1, 0} braced\nitself! +The foe’s {STRVAR_1 1, 0} braced\nitself! +{STRVAR_1 1, 0} endured\nthe hit! +The wild {STRVAR_1 1, 0} endured\nthe hit! +The foe’s {STRVAR_1 1, 0} endured\nthe hit! +Magnitude {STRVAR_1 50, 0}! +{STRVAR_1 1, 0} cut its own HP\nand maximized its Attack! +The wild {STRVAR_1 1, 0} cut its own HP\nand maximized its Attack! +The foe’s {STRVAR_1 1, 0} cut its own HP\nand maximized its Attack! +{STRVAR_1 1, 0} copied\n{STRVAR_1 1, 1}’s stat changes! +{STRVAR_1 1, 0} copied the wild\n{STRVAR_1 1, 1}’s stat changes! +{STRVAR_1 1, 0} copied the foe’s\n{STRVAR_1 1, 1}’s stat changes! +The wild {STRVAR_1 1, 0} copied\n{STRVAR_1 1, 1}’s stat changes! +The wild {STRVAR_1 1, 0} copied the\nwild {STRVAR_1 1, 1}’s stat changes! +The foe’s {STRVAR_1 1, 0} copied\n{STRVAR_1 1, 1}’s stat changes! +The foe’s {STRVAR_1 1, 0} copied the \nfoe’s {STRVAR_1 1, 1}’s stat changes! +{STRVAR_1 1, 0} got free of\n{STRVAR_1 1, 1}’s {STRVAR_1 6, 2}! +{STRVAR_1 1, 0} got free of the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 6, 2}! +{STRVAR_1 1, 0} got free of the foe’s\n{STRVAR_1 1, 1}’s {STRVAR_1 6, 2}! +The wild {STRVAR_1 1, 0} got free of\n{STRVAR_1 1, 1}’s {STRVAR_1 6, 2}! +The wild {STRVAR_1 1, 0} got free of the\nwild {STRVAR_1 1, 1}’s {STRVAR_1 6, 2}! +The foe’s {STRVAR_1 1, 0} got free of\n{STRVAR_1 1, 1}’s {STRVAR_1 6, 2}! +The foe’s {STRVAR_1 1, 0} got free of\nthe foe’s {STRVAR_1 1, 1}’s\f{STRVAR_1 6, 2}! +{STRVAR_1 1, 0} blew away\n{STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} blew away\n{STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} blew away\n{STRVAR_1 6, 1}! +{STRVAR_1 1, 0} fled from\nbattle! +The wild {STRVAR_1 1, 0} fled from\nbattle! +The foe’s {STRVAR_1 1, 0} fled from\nbattle! +{STRVAR_1 1, 0} foresaw\nan attack! +The wild {STRVAR_1 1, 0} foresaw\nan attack! +The foe’s {STRVAR_1 1, 0} foresaw\nan attack! +{STRVAR_1 1, 0} took\nthe {STRVAR_1 6, 1} attack! +The wild {STRVAR_1 1, 0} took\nthe {STRVAR_1 6, 1} attack! +The foe’s {STRVAR_1 1, 0} took\nthe {STRVAR_1 6, 1} attack! +{STRVAR_1 1, 0} chose\n{STRVAR_1 6, 1} as its destiny! +The wild {STRVAR_1 1, 0} chose\n{STRVAR_1 6, 1} as its destiny! +The foe’s {STRVAR_1 1, 0} chose\n{STRVAR_1 6, 1} as its destiny! +{STRVAR_1 1, 0}’s attack! +The wild {STRVAR_1 1, 0}’s attack! +The foe’s {STRVAR_1 1, 0}’s attack! +{STRVAR_1 1, 0} became\nthe center of attention! +The wild {STRVAR_1 1, 0} became\nthe center of attention! +The foe’s {STRVAR_1 1, 0} became\nthe center of attention! +{STRVAR_1 1, 0} began\ncharging power! +The wild {STRVAR_1 1, 0} began\ncharging power! +The foe’s {STRVAR_1 1, 0} began\ncharging power! +{STRVAR_1 6, 0} turned into\n{STRVAR_1 6, 1}! +{STRVAR_1 1, 0}’s status\nreturned to normal! +The wild {STRVAR_1 1, 0}’s status\nreturned to normal! +The foe’s {STRVAR_1 1, 0}’s status\nreturned to normal! +{STRVAR_1 1, 0} was subjected\nto Torment! +The wild {STRVAR_1 1, 0} was subjected\nto Torment! +The foe’s {STRVAR_1 1, 0} was subjected\nto Torment! +{STRVAR_1 1, 0} is tightening\nits focus! +The wild {STRVAR_1 1, 0} is tightening\nits focus! +The foe’s {STRVAR_1 1, 0} is tightening\nits focus! +{STRVAR_1 1, 0} fell for\nthe taunt! +The wild {STRVAR_1 1, 0} fell for\nthe taunt! +The foe’s {STRVAR_1 1, 0} fell for\nthe taunt! +{STRVAR_1 1, 0} is ready to\nhelp {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} is ready to\nhelp the wild {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} is ready to\nhelp the foe’s {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} is ready to\nhelp {STRVAR_1 1, 1}! +The wild {STRVAR_1 1, 0} is ready to\nhelp the wild {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} is ready to\nhelp {STRVAR_1 1, 1}! +The foe’s {STRVAR_1 1, 0} is ready to\nhelp the foe’s {STRVAR_1 1, 1}! +{STRVAR_1 1, 0} switched\nitems with its target! +The wild {STRVAR_1 1, 0} switched\nitems with its target! +The foe’s {STRVAR_1 1, 0} switched\nitems with its target! +{STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}. +The wild {STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}. +The foe’s {STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}. +{STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}.\r{STRVAR_1 1, 2} obtained\none {STRVAR_1 8, 3}. +{STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}.\rThe wild {STRVAR_1 1, 2} obtained\none {STRVAR_1 8, 3}.\r +{STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}.\rThe foe’s {STRVAR_1 1, 2} obtained\none {STRVAR_1 8, 3}.\r +The wild {STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}.\r{STRVAR_1 1, 2} obtained\none {STRVAR_1 8, 3}.\r +The wild {STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}.\rThe wild {STRVAR_1 1, 2} obtained\none {STRVAR_1 8, 3}.\r +The foe’s {STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}.\r{STRVAR_1 1, 2} obtained\none {STRVAR_1 8, 3}.\r +The foe’s {STRVAR_1 1, 0} obtained\none {STRVAR_1 8, 1}.\rThe foe’s {STRVAR_1 1, 2} obtained\none {STRVAR_1 8, 3}.\r +{STRVAR_1 1, 0} copied\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +{STRVAR_1 1, 0} copied the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +{STRVAR_1 1, 0} copied the foe’s\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The wild {STRVAR_1 1, 0} copied\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The wild {STRVAR_1 1, 0} copied the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The foe’s {STRVAR_1 1, 0} copied\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The foe’s {STRVAR_1 1, 0} copied the\nfoe’s {STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +{STRVAR_1 1, 0} made a wish! +The wild {STRVAR_1 1, 0}\nmade a wish! +The foe’s {STRVAR_1 1, 0}\nmade a wish! +{STRVAR_1 1, 0}’s wish\ncame true! +The wild {STRVAR_1 1, 0}’s wish\ncame true! +The foe’s {STRVAR_1 1, 0}’s wish\ncame true! +{STRVAR_1 1, 0} planted its roots! +The wild {STRVAR_1 1, 0} planted\nits roots! +The foe’s {STRVAR_1 1, 0} planted\nits roots! +{STRVAR_1 1, 0} absorbed\nnutrients with its roots! +The wild {STRVAR_1 1, 0} absorbed\nnutrients with its roots! +The foe’s {STRVAR_1 1, 0} absorbed\nnutrients with its roots! +{STRVAR_1 1, 0} anchored\nitself with its roots! +The wild {STRVAR_1 1, 0} anchored\nitself with its roots! +The foe’s {STRVAR_1 1, 0} anchored\nitself with its roots! +{STRVAR_1 1, 0} made\n{STRVAR_1 1, 1} drowsy! +{STRVAR_1 1, 0} made the wild\n{STRVAR_1 1, 1} drowsy! +{STRVAR_1 1, 0} made the foe’s\n{STRVAR_1 1, 1} drowsy! +The wild {STRVAR_1 1, 0} made\n{STRVAR_1 1, 1} drowsy! +The wild {STRVAR_1 1, 0} made\nthe wild {STRVAR_1 1, 1} drowsy! +The foe’s {STRVAR_1 1, 0} made\n{STRVAR_1 1, 1} drowsy! +The foe’s {STRVAR_1 1, 0} made\nthe foe’s {STRVAR_1 1, 1} drowsy! +{STRVAR_1 1, 0} knocked off\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +{STRVAR_1 1, 0} knocked off the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +{STRVAR_1 1, 0} knocked off the foe’s\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The wild {STRVAR_1 1, 0} knocked off\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The wild {STRVAR_1 1, 0} knocked off the\nwild {STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The foe’s {STRVAR_1 1, 0} knocked off\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The foe’s {STRVAR_1 1, 0} knocked off\nthe foe’s {STRVAR_1 1, 1}’s\f{STRVAR_1 8, 2}! +{STRVAR_1 1, 0} swapped\nabilities with its target! +The wild {STRVAR_1 1, 0} swapped\nabilities with its target! +The foe’s {STRVAR_1 1, 0} swapped\nabilities with its opponent! +{STRVAR_1 1, 0} sealed the\nopponent’s move(s)! +The wild {STRVAR_1 1, 0} sealed the\nopponent’s move(s)! +The foe’s {STRVAR_1 1, 0} sealed the\nopponent’s move(s)! +{STRVAR_1 1, 0} wants the\nfoe to bear a grudge! +The wild {STRVAR_1 1, 0} wants the\nfoe to bear a grudge! +The foe’s {STRVAR_1 1, 0} wants the\nfoe to bear a grudge! +{STRVAR_1 1, 0}’s {STRVAR_1 6, 1} lost\nall its PP due to the grudge! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} lost all its PP\fdue to the grudge! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} lost all its PP\fdue to the grudge! +{STRVAR_1 1, 0} shrouded\nitself with Magic Coat! +The wild {STRVAR_1 1, 0} shrouded\nitself with Magic Coat! +The foe’s {STRVAR_1 1, 0} shrouded\nitself with Magic Coat! +{STRVAR_1 1, 0}’s {STRVAR_1 6, 1}\nwas bounced back by Magic Coat! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} was bounced back by\fMagic Coat! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} was bounced back by\fMagic Coat! +{STRVAR_1 1, 0} waits for a target\nto make a move! +The wild {STRVAR_1 1, 0} waits for\na target to make a move! +The foe’s {STRVAR_1 1, 0} waits for\na target to make a move! +{STRVAR_1 1, 0} snatched\n{STRVAR_1 1, 1}’s move! +{STRVAR_1 1, 0} snatched the wild\n{STRVAR_1 1, 1}’s move! +{STRVAR_1 1, 0} snatched the foe’s\n{STRVAR_1 1, 1}’s move! +The wild {STRVAR_1 1, 0} snatched\n{STRVAR_1 1, 1}’s move! +The wild {STRVAR_1 1, 0} snatched\nthe wild {STRVAR_1 1, 1}’s move! +The foe’s {STRVAR_1 1, 0} snatched\n{STRVAR_1 1, 1}’s move! +The foe’s {STRVAR_1 1, 0} snatched\nthe foe’s {STRVAR_1 1, 1}’s move! Electricity’s power was weakened! Fire’s power was weakened! -{STRVAR 1, 0} found\none {STRVAR 8, 1}! -The wild {STRVAR 1, 0} found\none {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} found\none {STRVAR 8, 1}! +{STRVAR_1 1, 0} found\none {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} found\none {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} found\none {STRVAR_1 8, 1}! A soothing aroma wafted\nthrough the area! Items can’t be used here.\r -For {STRVAR 1, 1}, the\n{STRVAR 8, 0} was {STRVAR 16, 2}! -For the wild {STRVAR 1, 1}, the\n{STRVAR 8, 0} was {STRVAR 16, 2}! -For the foe’s {STRVAR 1, 1}, the\n{STRVAR 8, 0} was {STRVAR 16, 2}! -{STRVAR 1, 0} used\nthe {STRVAR 8, 1} to get pumped! -The wild {STRVAR 1, 0} used\nthe {STRVAR 8, 1} to get pumped! -The foe’s {STRVAR 1, 0} used\nthe {STRVAR 8, 1} to get pumped! -{STRVAR 1, 0} lost its\nfocus and couldn’t move! -The wild {STRVAR 1, 0} lost its\nfocus and couldn’t move! -The foe’s {STRVAR 1, 0} lost its\nfocus and couldn’t move! -{STRVAR 1, 0} was\ndragged out!\r -The wild {STRVAR 1, 0} was\ndragged out!\r -The foe’s {STRVAR 1, 0} was\ndragged out!\r +For {STRVAR_1 1, 1}, the\n{STRVAR_1 8, 0} was {STRVAR_1 16, 2}! +For the wild {STRVAR_1 1, 1}, the\n{STRVAR_1 8, 0} was {STRVAR_1 16, 2}! +For the foe’s {STRVAR_1 1, 1}, the\n{STRVAR_1 8, 0} was {STRVAR_1 16, 2}! +{STRVAR_1 1, 0} used\nthe {STRVAR_1 8, 1} to get pumped! +The wild {STRVAR_1 1, 0} used\nthe {STRVAR_1 8, 1} to get pumped! +The foe’s {STRVAR_1 1, 0} used\nthe {STRVAR_1 8, 1} to get pumped! +{STRVAR_1 1, 0} lost its\nfocus and couldn’t move! +The wild {STRVAR_1 1, 0} lost its\nfocus and couldn’t move! +The foe’s {STRVAR_1 1, 0} lost its\nfocus and couldn’t move! +{STRVAR_1 1, 0} was\ndragged out!\r +The wild {STRVAR_1 1, 0} was\ndragged out!\r +The foe’s {STRVAR_1 1, 0} was\ndragged out!\r It shattered the barrier! But it had no effect! -{STRVAR 1, 0} has no\nmoves left!\r -{STRVAR 1, 0}’s {STRVAR 6, 1}\nis disabled!\r -The wild {STRVAR 1, 0}’s\n{STRVAR 6, 1} is disabled!\r -The foe’s {STRVAR 1, 0}’s\n{STRVAR 6, 1} is disabled!\r -{STRVAR 1, 0} can’t use the same move\ntwice in a row due to the torment!\r -{STRVAR 1, 0} can’t use\n{STRVAR 6, 1} after the taunt!\r -The wild {STRVAR 1, 0} can’t use\n{STRVAR 6, 1} after the taunt!\r -The foe’s {STRVAR 1, 0} can’t use\n{STRVAR 6, 1} after the taunt!\r -{STRVAR 1, 0} can’t use\nthe sealed {STRVAR 6, 1}!\r -The wild {STRVAR 1, 0} can’t use\nthe sealed {STRVAR 6, 1}!\r -The foe’s {STRVAR 1, 0} can’t use\nthe sealed {STRVAR 6, 1}!\r -{STRVAR 1, 0}’s {STRVAR 5, 1}\nmade it rain! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made it rain! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made it rain! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nraised its {STRVAR 13, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} raised its {STRVAR 13, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} raised its {STRVAR 13, 2}! -{STRVAR 1, 0} was protected\nby {STRVAR 5, 1}! -The wild {STRVAR 1, 0} was protected\nby {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} was protected\nby {STRVAR 5, 1}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents {STRVAR 1, 2}\ffrom using {STRVAR 6, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents the wild {STRVAR 1, 2}\ffrom using {STRVAR 6, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents the foe’s {STRVAR 1, 2}\ffrom using {STRVAR 6, 3}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents {STRVAR 1, 2}\ffrom using {STRVAR 6, 3}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents\fthe wild {STRVAR 1, 2}\ffrom using {STRVAR 6, 3}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents {STRVAR 1, 2}\ffrom using {STRVAR 6, 3}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents\fthe foe’s {STRVAR 1, 2}\ffrom using {STRVAR 6, 3}! -{STRVAR 1, 0} restored HP\nusing its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} restored HP\nusing its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} restored HP\nusing its {STRVAR 5, 1}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nmade {STRVAR 6, 2} useless! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made {STRVAR 6, 2}\fuseless! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made {STRVAR 6, 2}\fuseless! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nmade it the {STRVAR 15, 2} type! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made it the\f{STRVAR 15, 2} type! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made it the\f{STRVAR 15, 2} type! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents paralysis! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents paralysis! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents paralysis! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents romance! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents romance! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents romance! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents poisoning! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents poisoning! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents poisoning! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents confusion! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents confusion! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents confusion! -{STRVAR 1, 0}’s {STRVAR 5, 1} raised\nthe power of its Fire-type moves! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} raised the power\fof its Fire-type moves! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} raised the power\fof its Fire-type moves! -{STRVAR 1, 0} anchors\nitself with {STRVAR 5, 1}! -The wild {STRVAR 1, 0} anchors\nitself with {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} anchors\nitself with {STRVAR 5, 1}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ncuts {STRVAR 1, 2}’s {STRVAR 13, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ncuts the wild {STRVAR 1, 2}’s\f{STRVAR 13, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ncuts the foe’s {STRVAR 1, 2}’s\f{STRVAR 13, 3}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} cuts {STRVAR 1, 2}’s\f{STRVAR 13, 3}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} cuts the wild\f{STRVAR 1, 2}’s {STRVAR 13, 3}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} cuts {STRVAR 1, 2}’s\f{STRVAR 13, 3}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} cuts the foe’s\f{STRVAR 1, 2}’s {STRVAR 13, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents stat loss! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents stat loss! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents stat loss! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nhurt {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nhurt the wild {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nhurt the foe’s {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} hurt {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} hurt the wild\f{STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} hurt {STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} hurt the foe’s\f{STRVAR 1, 2}! -{STRVAR 1, 0} traced\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -{STRVAR 1, 0} traced the wild\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -{STRVAR 1, 0} traced the foe’s\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -The wild {STRVAR 1, 0} traced\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -The wild {STRVAR 1, 0} traced the\nwild {STRVAR 1, 1}’s {STRVAR 5, 2}! -The foe’s {STRVAR 1, 0} traced\n{STRVAR 1, 1}’s {STRVAR 5, 2}! -The foe’s {STRVAR 1, 0} traced the\nfoe’s {STRVAR 1, 1}’s {STRVAR 5, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents burns! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents burns! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents burns! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nblocks {STRVAR 6, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} blocks\f{STRVAR 6, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} blocks\f{STRVAR 6, 2}! -{STRVAR 1, 0} regained a little\nHP with its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} regained\na little HP with its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} regained\na little HP with its {STRVAR 5, 1}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nwhipped up a sandstorm! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} whipped up\fa sandstorm! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} whipped up\fa sandstorm! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nintensified the sun’s rays! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} intensified\fthe sun’s rays! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} intensified\fthe sun’s rays! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nwhipped up a hailstorm! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} whipped up\fa hailstorm! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} whipped up\fa hailstorm! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nprevents {STRVAR 13, 2} loss! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents\f{STRVAR 13, 2} loss! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} prevents\f{STRVAR 13, 2} loss! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ninfatuated {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ninfatuated the wild {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ninfatuated the foe’s {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} infatuated\f{STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} infatuated the wild\f{STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} infatuated\f{STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} infatuated the foe’s\f{STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nmade {STRVAR 6, 2} ineffective! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made {STRVAR 6, 2}\fineffective! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made {STRVAR 6, 2}\fineffective! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ncured its {STRVAR 17, 2} status! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} cured its\f{STRVAR 17, 2} status! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} cured its\f{STRVAR 17, 2} status! +{STRVAR_1 1, 0} has no\nmoves left!\r +{STRVAR_1 1, 0}’s {STRVAR_1 6, 1}\nis disabled!\r +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} is disabled!\r +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} is disabled!\r +{STRVAR_1 1, 0} can’t use the same move\ntwice in a row due to the torment!\r +{STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 1} after the taunt!\r +The wild {STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 1} after the taunt!\r +The foe’s {STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 1} after the taunt!\r +{STRVAR_1 1, 0} can’t use\nthe sealed {STRVAR_1 6, 1}!\r +The wild {STRVAR_1 1, 0} can’t use\nthe sealed {STRVAR_1 6, 1}!\r +The foe’s {STRVAR_1 1, 0} can’t use\nthe sealed {STRVAR_1 6, 1}!\r +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nmade it rain! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made it rain! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made it rain! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nraised its {STRVAR_1 13, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} raised its {STRVAR_1 13, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} raised its {STRVAR_1 13, 2}! +{STRVAR_1 1, 0} was protected\nby {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} was protected\nby {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} was protected\nby {STRVAR_1 5, 1}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents {STRVAR_1 1, 2}\ffrom using {STRVAR_1 6, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents the wild {STRVAR_1 1, 2}\ffrom using {STRVAR_1 6, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents the foe’s {STRVAR_1 1, 2}\ffrom using {STRVAR_1 6, 3}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents {STRVAR_1 1, 2}\ffrom using {STRVAR_1 6, 3}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents\fthe wild {STRVAR_1 1, 2}\ffrom using {STRVAR_1 6, 3}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents {STRVAR_1 1, 2}\ffrom using {STRVAR_1 6, 3}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents\fthe foe’s {STRVAR_1 1, 2}\ffrom using {STRVAR_1 6, 3}! +{STRVAR_1 1, 0} restored HP\nusing its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} restored HP\nusing its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} restored HP\nusing its {STRVAR_1 5, 1}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nmade {STRVAR_1 6, 2} useless! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made {STRVAR_1 6, 2}\fuseless! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made {STRVAR_1 6, 2}\fuseless! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nmade it the {STRVAR_1 15, 2} type! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made it the\f{STRVAR_1 15, 2} type! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made it the\f{STRVAR_1 15, 2} type! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents paralysis! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents paralysis! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents paralysis! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents romance! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents romance! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents romance! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents poisoning! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents poisoning! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents poisoning! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents confusion! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents confusion! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents confusion! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1} raised\nthe power of its Fire-type moves! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} raised the power\fof its Fire-type moves! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} raised the power\fof its Fire-type moves! +{STRVAR_1 1, 0} anchors\nitself with {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} anchors\nitself with {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} anchors\nitself with {STRVAR_1 5, 1}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ncuts {STRVAR_1 1, 2}’s {STRVAR_1 13, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ncuts the wild {STRVAR_1 1, 2}’s\f{STRVAR_1 13, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ncuts the foe’s {STRVAR_1 1, 2}’s\f{STRVAR_1 13, 3}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} cuts {STRVAR_1 1, 2}’s\f{STRVAR_1 13, 3}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} cuts the wild\f{STRVAR_1 1, 2}’s {STRVAR_1 13, 3}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} cuts {STRVAR_1 1, 2}’s\f{STRVAR_1 13, 3}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} cuts the foe’s\f{STRVAR_1 1, 2}’s {STRVAR_1 13, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents stat loss! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents stat loss! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents stat loss! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nhurt {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nhurt the wild {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nhurt the foe’s {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} hurt {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} hurt the wild\f{STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} hurt {STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} hurt the foe’s\f{STRVAR_1 1, 2}! +{STRVAR_1 1, 0} traced\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +{STRVAR_1 1, 0} traced the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +{STRVAR_1 1, 0} traced the foe’s\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The wild {STRVAR_1 1, 0} traced\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The wild {STRVAR_1 1, 0} traced the\nwild {STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The foe’s {STRVAR_1 1, 0} traced\n{STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +The foe’s {STRVAR_1 1, 0} traced the\nfoe’s {STRVAR_1 1, 1}’s {STRVAR_1 5, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents burns! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents burns! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents burns! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nblocks {STRVAR_1 6, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} blocks\f{STRVAR_1 6, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} blocks\f{STRVAR_1 6, 2}! +{STRVAR_1 1, 0} regained a little\nHP with its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} regained\na little HP with its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} regained\na little HP with its {STRVAR_1 5, 1}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nwhipped up a sandstorm! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} whipped up\fa sandstorm! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} whipped up\fa sandstorm! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nintensified the sun’s rays! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} intensified\fthe sun’s rays! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} intensified\fthe sun’s rays! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nwhipped up a hailstorm! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} whipped up\fa hailstorm! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} whipped up\fa hailstorm! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nprevents {STRVAR_1 13, 2} loss! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents\f{STRVAR_1 13, 2} loss! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} prevents\f{STRVAR_1 13, 2} loss! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ninfatuated {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ninfatuated the wild {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ninfatuated the foe’s {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} infatuated\f{STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} infatuated the wild\f{STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} infatuated\f{STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} infatuated the foe’s\f{STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nmade {STRVAR_1 6, 2} ineffective! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made {STRVAR_1 6, 2}\fineffective! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made {STRVAR_1 6, 2}\fineffective! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ncured its {STRVAR_1 17, 2} status! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} cured its\f{STRVAR_1 17, 2} status! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} cured its\f{STRVAR_1 17, 2} status! It sucked up the\nliquid ooze! -{STRVAR 1, 0} transformed! -The wild {STRVAR 1, 0}\ntransformed! -The foe’s {STRVAR 1, 0}\ntransformed! -{STRVAR 1, 0}’s {STRVAR 5, 1}\ntook the attack! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} took the attack! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} took the attack! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nsuppressed {STRVAR 1, 2}’s\f{STRVAR 5, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nsuppressed the wild {STRVAR 1, 2}’s\f{STRVAR 5, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nsuppressed the foe’s {STRVAR 1, 2}’s\f{STRVAR 5, 3}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} suppressed\f{STRVAR 1, 2}’s {STRVAR 5, 3}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} suppressed the wild\f{STRVAR 1, 2}’s {STRVAR 5, 3}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} suppressed\f{STRVAR 1, 2}’s {STRVAR 5, 3}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} suppressed the foe’s\f{STRVAR 1, 2}’s {STRVAR 5, 3}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nmade it ineffective! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made it ineffective! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made it ineffective! -{STRVAR 1, 0} won’t flinch\nbecause of its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} won’t flinch\nbecause of its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} won’t flinch\nbecause of its {STRVAR 5, 1}! -{STRVAR 1, 0} cured its {STRVAR 17, 2}\nstatus with its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} cured its\n{STRVAR 17, 2} status\fwith its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} cured its\n{STRVAR 17, 2} status\fwith its {STRVAR 5, 1}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nhad no effect on {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1} had no\neffect on the wild {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 5, 1} had no\neffect on the foe’s {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} had no effect\fon {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} had no effect\fon the wild {STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} had no effect\fon {STRVAR 1, 2}! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} had no effect\fon the foe’s {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 13, 1}\nrose! -The wild {STRVAR 1, 0}’s\n{STRVAR 13, 1} rose! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 13, 1} rose! -{STRVAR 1, 0}’s {STRVAR 13, 1}\nsharply rose! -The wild {STRVAR 1, 0}’s {STRVAR 13, 1}\nsharply rose! -The foe’s {STRVAR 1, 0}’s {STRVAR 13, 1}\nsharply rose! -The {STRVAR 8, 1} raised\n{STRVAR 1, 0}’s {STRVAR 13, 2}! -The {STRVAR 8, 1} raised the wild\n{STRVAR 1, 0}’s {STRVAR 13, 2}! -The {STRVAR 8, 1} raised the foe’s\n{STRVAR 1, 0}’s {STRVAR 13, 2}! -The {STRVAR 8, 1} sharply raised\n{STRVAR 1, 0}’s {STRVAR 13, 2}! -The {STRVAR 8, 1} sharply raised\nthe wild {STRVAR 1, 0}’s {STRVAR 13, 2}! -The {STRVAR 8, 1} sharply raised\nthe foe’s {STRVAR 1, 0}’s {STRVAR 13, 2}! -{STRVAR 1, 0}’s {STRVAR 13, 1}\nfell! -The wild {STRVAR 1, 0}’s {STRVAR 13, 1}\nfell! -The foe’s {STRVAR 1, 0}’s {STRVAR 13, 1}\nfell! -{STRVAR 1, 0}’s {STRVAR 13, 1}\nharshly fell! -The wild {STRVAR 1, 0}’s {STRVAR 13, 1}\nharshly fell! -The foe’s {STRVAR 1, 0}’s {STRVAR 13, 1}\nharshly fell! -{STRVAR 1, 0}’s stats won’t\ngo any higher! -The wild {STRVAR 1, 0}’s stats\nwon’t go any higher! -The foe’s {STRVAR 1, 0}’s stats\nwon’t go any higher! -{STRVAR 1, 0}’s stats won’t\ngo any lower! -The wild {STRVAR 1, 0}’s stats\nwon’t go any lower! -The foe’s {STRVAR 1, 0}’s stats\nwon’t go any lower! +{STRVAR_1 1, 0} transformed! +The wild {STRVAR_1 1, 0}\ntransformed! +The foe’s {STRVAR_1 1, 0}\ntransformed! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\ntook the attack! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} took the attack! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} took the attack! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nsuppressed {STRVAR_1 1, 2}’s\f{STRVAR_1 5, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nsuppressed the wild {STRVAR_1 1, 2}’s\f{STRVAR_1 5, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nsuppressed the foe’s {STRVAR_1 1, 2}’s\f{STRVAR_1 5, 3}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} suppressed\f{STRVAR_1 1, 2}’s {STRVAR_1 5, 3}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} suppressed the wild\f{STRVAR_1 1, 2}’s {STRVAR_1 5, 3}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} suppressed\f{STRVAR_1 1, 2}’s {STRVAR_1 5, 3}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} suppressed the foe’s\f{STRVAR_1 1, 2}’s {STRVAR_1 5, 3}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nmade it ineffective! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made it ineffective! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made it ineffective! +{STRVAR_1 1, 0} won’t flinch\nbecause of its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} won’t flinch\nbecause of its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} won’t flinch\nbecause of its {STRVAR_1 5, 1}! +{STRVAR_1 1, 0} cured its {STRVAR_1 17, 2}\nstatus with its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} cured its\n{STRVAR_1 17, 2} status\fwith its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} cured its\n{STRVAR_1 17, 2} status\fwith its {STRVAR_1 5, 1}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nhad no effect on {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1} had no\neffect on the wild {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1} had no\neffect on the foe’s {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} had no effect\fon {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} had no effect\fon the wild {STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} had no effect\fon {STRVAR_1 1, 2}! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} had no effect\fon the foe’s {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nrose! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 13, 1} rose! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 13, 1} rose! +{STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nsharply rose! +The wild {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nsharply rose! +The foe’s {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nsharply rose! +The {STRVAR_1 8, 1} raised\n{STRVAR_1 1, 0}’s {STRVAR_1 13, 2}! +The {STRVAR_1 8, 1} raised the wild\n{STRVAR_1 1, 0}’s {STRVAR_1 13, 2}! +The {STRVAR_1 8, 1} raised the foe’s\n{STRVAR_1 1, 0}’s {STRVAR_1 13, 2}! +The {STRVAR_1 8, 1} sharply raised\n{STRVAR_1 1, 0}’s {STRVAR_1 13, 2}! +The {STRVAR_1 8, 1} sharply raised\nthe wild {STRVAR_1 1, 0}’s {STRVAR_1 13, 2}! +The {STRVAR_1 8, 1} sharply raised\nthe foe’s {STRVAR_1 1, 0}’s {STRVAR_1 13, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nfell! +The wild {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nfell! +The foe’s {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nfell! +{STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nharshly fell! +The wild {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nharshly fell! +The foe’s {STRVAR_1 1, 0}’s {STRVAR_1 13, 1}\nharshly fell! +{STRVAR_1 1, 0}’s stats won’t\ngo any higher! +The wild {STRVAR_1 1, 0}’s stats\nwon’t go any higher! +The foe’s {STRVAR_1 1, 0}’s stats\nwon’t go any higher! +{STRVAR_1 1, 0}’s stats won’t\ngo any lower! +The wild {STRVAR_1 1, 0}’s stats\nwon’t go any lower! +The foe’s {STRVAR_1 1, 0}’s stats\nwon’t go any lower! A critical hit! It’s a one-hit KO! 1, 2, and... ... ... Poof! @@ -780,17 +780,17 @@ And... It’s not very effective... It’s super effective! Got away safely!\r -{STRVAR 1, 0} fled\nusing its {STRVAR 8, 1}!\r -{STRVAR 1, 0} fled\nusing {STRVAR 5, 1}!\r -The wild {STRVAR 1, 0} fled! -Player defeated\n{STRVAR 3, 0}! -Player defeated {STRVAR 3, 0}\nand {STRVAR 3, 1}! -Player lost against\n{STRVAR 3, 0}! -Player lost to {STRVAR 3, 0}\nand {STRVAR 3, 1}! -Player battled to a draw against\n{STRVAR 3, 0}! -Player battled to a draw against\n{STRVAR 3, 0} and {STRVAR 3, 1}! -{STRVAR 3, 0} fled! -{STRVAR 3, 0} and\n{STRVAR 3, 1} fled! +{STRVAR_1 1, 0} fled\nusing its {STRVAR_1 8, 1}!\r +{STRVAR_1 1, 0} fled\nusing {STRVAR_1 5, 1}!\r +The wild {STRVAR_1 1, 0} fled! +Player defeated\n{STRVAR_1 3, 0}! +Player defeated {STRVAR_1 3, 0}\nand {STRVAR_1 3, 1}! +Player lost against\n{STRVAR_1 3, 0}! +Player lost to {STRVAR_1 3, 0}\nand {STRVAR_1 3, 1}! +Player battled to a draw against\n{STRVAR_1 3, 0}! +Player battled to a draw against\n{STRVAR_1 3, 0} and {STRVAR_1 3, 1}! +{STRVAR_1 3, 0} fled! +{STRVAR_1 3, 0} and\n{STRVAR_1 3, 1} fled! No! There’s no running\nfrom a Trainer battle!\r Can’t escape!\r But nothing happened! @@ -823,40 +823,40 @@ A bell chimed! All Pokémon hearing the song\nwill faint in three turns! There’s no PP left for this move! But there was no PP left\nfor the move! -{STRVAR 1, 0} ignored\norders while asleep! -{STRVAR 1, 0} ignored orders! -{STRVAR 1, 0} began to nap! -{STRVAR 1, 0} is\nloafing around! -{STRVAR 1, 0} won’t obey! -{STRVAR 1, 0} turned away! -{STRVAR 1, 0} pretended\nnot to notice! -{STRVAR 1, 0} is\nloafing around! -The wild {STRVAR 1, 0} is\nloafing around! -The foe’s {STRVAR 1, 0} is\nloafing around! -{STRVAR 14, 0} {STRVAR 3, 1} is\nabout to send in {STRVAR 1, 2}.\rWill {STRVAR 3, 3} change\nPokémon?{YESNO 0} -{STRVAR 1, 0} learned\n{STRVAR 6, 1}! -The wild {STRVAR 1, 0} learned\n{STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} learned\n{STRVAR 6, 1}! -Player defeated\n{STRVAR 14, 0} {STRVAR 3, 1}! -{STRVAR 3, 0} crept closer to\n{STRVAR 1, 1}! -{STRVAR 3, 0} can’t get any closer! -{STRVAR 1, 0} is watching\ncarefully! -{STRVAR 1, 0} is curious about\nthe {STRVAR 265}! -{STRVAR 1, 0} is enthralled by\nthe {STRVAR 265}! -{STRVAR 1, 0} completely ignored\nthe {STRVAR 265}! -{STRVAR 3, 0} threw a Poffin\nat the {STRVAR 1, 1}! +{STRVAR_1 1, 0} ignored\norders while asleep! +{STRVAR_1 1, 0} ignored orders! +{STRVAR_1 1, 0} began to nap! +{STRVAR_1 1, 0} is\nloafing around! +{STRVAR_1 1, 0} won’t obey! +{STRVAR_1 1, 0} turned away! +{STRVAR_1 1, 0} pretended\nnot to notice! +{STRVAR_1 1, 0} is\nloafing around! +The wild {STRVAR_1 1, 0} is\nloafing around! +The foe’s {STRVAR_1 1, 0} is\nloafing around! +{STRVAR_1 14, 0} {STRVAR_1 3, 1} is\nabout to send in {STRVAR_1 1, 2}.\rWill {STRVAR_1 3, 3} change\nPokémon?{YESNO 0} +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}! +Player defeated\n{STRVAR_1 14, 0} {STRVAR_1 3, 1}! +{STRVAR_1 3, 0} crept closer to\n{STRVAR_1 1, 1}! +{STRVAR_1 3, 0} can’t get any closer! +{STRVAR_1 1, 0} is watching\ncarefully! +{STRVAR_1 1, 0} is curious about\nthe {STRVAR_1 9}! +{STRVAR_1 1, 0} is enthralled by\nthe {STRVAR_1 9}! +{STRVAR_1 1, 0} completely ignored\nthe {STRVAR_1 9}! +{STRVAR_1 3, 0} threw a Poffin\nat the {STRVAR_1 1, 1}! Announcer: You’re out of\nSafari Balls!\fGame over!\r -{STRVAR 3, 0} threw\na Safari Ball! -{STRVAR 0, 0} is watching\ncarefully! +{STRVAR_1 3, 0} threw\na Safari Ball! +{STRVAR_1 0, 0} is watching\ncarefully! Announcer: You’re out of\nSafari Balls! Game over! -{STRVAR 3, 0} threw some Bait\nat the {STRVAR 0, 1}! -{STRVAR 0, 0} is eating! -{STRVAR 0, 0} is busy eating! -{STRVAR 3, 0} threw mud at\nthe {STRVAR 0, 1}! -{STRVAR 0, 0} is angry! -{STRVAR 0, 0} is beside itself\nwith anger! -{STRVAR 3, 0} used\none {STRVAR 8, 1}! -{STRVAR 14, 0} {STRVAR 3, 1}\nused one {STRVAR 8, 2}! +{STRVAR_1 3, 0} threw some Bait\nat the {STRVAR_1 0, 1}! +{STRVAR_1 0, 0} is eating! +{STRVAR_1 0, 0} is busy eating! +{STRVAR_1 3, 0} threw mud at\nthe {STRVAR_1 0, 1}! +{STRVAR_1 0, 0} is angry! +{STRVAR_1 0, 0} is beside itself\nwith anger! +{STRVAR_1 3, 0} used\none {STRVAR_1 8, 1}! +{STRVAR_1 14, 0} {STRVAR_1 3, 1}\nused one {STRVAR_1 8, 2}! The Trainer blocked the Ball! Don’t be a thief! It dodged the thrown Ball!\nThis Pokémon can’t be caught! @@ -865,62 +865,62 @@ Oh, no!\nThe Pokémon broke free! Aww!\nIt appeared to be caught! Aargh!\nAlmost had it! Shoot!\nIt was so close, too! -{WAIT 3}Gotcha!\n{STRVAR 1, 0} was caught!{WAIT 2}\r -Give a nickname to the\ncaught {STRVAR 1, 0}?{YESNO 0} -{STRVAR 1, 0} was sent to\nsomeone’s PC. -{STRVAR 1, 0} was sent to\nBebe’s PC! -{STRVAR 1, 0}’s data was\nadded to the Pokédex.\r +{WAIT 3}Gotcha!\n{STRVAR_1 1, 0} was caught!{WAIT 2}\r +Give a nickname to the\ncaught {STRVAR_1 1, 0}?{YESNO 0} +{STRVAR_1 1, 0} was sent to\nsomeone’s PC. +{STRVAR_1 1, 0} was sent to\nBebe’s PC! +{STRVAR_1 1, 0}’s data was\nadded to the Pokédex.\r It is raining. A sandstorm is raging. -{STRVAR 1, 0}’s {STRVAR 8, 1}\ncured its paralysis! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} cured its paralysis! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} cured its paralysis! -{STRVAR 1, 0}’s {STRVAR 8, 1}\ncured its poison! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} cured its poison! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} cured its poison! -{STRVAR 1, 0}’s {STRVAR 8, 1}\nhealed its burn! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} healed its burn! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} healed its burn! -{STRVAR 1, 0}’s {STRVAR 8, 1}\ndefrosted it! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} defrosted it! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} defrosted it! -{STRVAR 1, 0}’s {STRVAR 8, 1}\nwoke it up! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} woke it up! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} woke it up! -{STRVAR 1, 0}’s {STRVAR 8, 1}\nsnapped it out of confusion! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} snapped it out of\fconfusion! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} snapped it out of\fconfusion! -{STRVAR 1, 0} cured its {STRVAR 17, 2}\nstatus using its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} cured its\n{STRVAR 17, 2} status\fusing its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} cured its\n{STRVAR 17, 2} status\fusing its {STRVAR 8, 1}! -{STRVAR 1, 0} normalized its\nstatus using its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} normalized its\nstatus using its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} normalized its\nstatus using its {STRVAR 8, 1}! -{STRVAR 1, 0} restored its\nhealth using its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} restored its\nhealth using its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} restored its\nhealth using its {STRVAR 8, 1}! -{STRVAR 1, 0} restored\n{STRVAR 6, 2}’s PP using its\f{STRVAR 8, 1}! -The wild {STRVAR 1, 0} restored\n{STRVAR 6, 2}’s PP using its\f{STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} restored\n{STRVAR 6, 2}’s PP using its\f{STRVAR 8, 1}! -{STRVAR 1, 0} restored its\nstatus using its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} restored its\nstatus using its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} restored its\nstatus using its {STRVAR 8, 1}! -{STRVAR 1, 0} restored\na little HP using its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} restored\na little HP using its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} restored\na little HP using its {STRVAR 8, 1}! -The {STRVAR 8, 0} allows the\nuse of only {STRVAR 6, 1}!\r -{STRVAR 1, 0} hung on\nusing its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} hung on\nusing its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} hung on\nusing its {STRVAR 8, 1}! -What?\n{STRVAR 1, 0} is evolving! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\ncured its paralysis! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} cured its paralysis! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} cured its paralysis! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\ncured its poison! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} cured its poison! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} cured its poison! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\nhealed its burn! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} healed its burn! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} healed its burn! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\ndefrosted it! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} defrosted it! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} defrosted it! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\nwoke it up! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} woke it up! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} woke it up! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\nsnapped it out of confusion! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} snapped it out of\fconfusion! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} snapped it out of\fconfusion! +{STRVAR_1 1, 0} cured its {STRVAR_1 17, 2}\nstatus using its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} cured its\n{STRVAR_1 17, 2} status\fusing its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} cured its\n{STRVAR_1 17, 2} status\fusing its {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} normalized its\nstatus using its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} normalized its\nstatus using its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} normalized its\nstatus using its {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} restored its\nhealth using its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} restored its\nhealth using its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} restored its\nhealth using its {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} restored\n{STRVAR_1 6, 2}’s PP using its\f{STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} restored\n{STRVAR_1 6, 2}’s PP using its\f{STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} restored\n{STRVAR_1 6, 2}’s PP using its\f{STRVAR_1 8, 1}! +{STRVAR_1 1, 0} restored its\nstatus using its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} restored its\nstatus using its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} restored its\nstatus using its {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} restored\na little HP using its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} restored\na little HP using its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} restored\na little HP using its {STRVAR_1 8, 1}! +The {STRVAR_1 8, 0} allows the\nuse of only {STRVAR_1 6, 1}!\r +{STRVAR_1 1, 0} hung on\nusing its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} hung on\nusing its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} hung on\nusing its {STRVAR_1 8, 1}! +What?\n{STRVAR_1 1, 0} is evolving! What?{YESNO 2}\r -{STRVAR 1, 0} is evolving! -{WAIT 3}Congratulations! Your {STRVAR 1, 0}\nevolved into {STRVAR 1, 1}!{WAIT 2}\r -Huh? {STRVAR 1, 0}\nstopped evolving!\r +{STRVAR_1 1, 0} is evolving! +{WAIT 3}Congratulations! Your {STRVAR_1 1, 0}\nevolved into {STRVAR_1 1, 1}!{WAIT 2}\r +Huh? {STRVAR_1 1, 0}\nstopped evolving!\r ... ...?\r -What will {STRVAR 1, 0} do?{YESNO 0} -What will {STRVAR 3, 0} throw?{YESNO 0} +What will {STRVAR_1 1, 0} do?{YESNO 0} +What will {STRVAR_1 3, 0} throw?{YESNO 0} Communicating. Please standby... FIGHT BAG @@ -935,326 +935,326 @@ MUD RUN -{STRVAR 51, 0}/{STRVAR 51, 1} +{STRVAR_1 51, 0}/{STRVAR_1 51, 1} PP Which move should\nbe forgotten? Yes No Quit the battle?{YESNO 0} -{STRVAR 1, 0}{COLOR 1}♂{COLOR 0}\nLv. {STRVAR 52, 1} -{STRVAR 1, 0}{COLOR 2}♀{COLOR 0}\nLv. {STRVAR 52, 1} -{STRVAR 1, 0}\nLv. {STRVAR 52, 1} -{STRVAR 13, 0} -+{STRVAR 51, 0} -{STRVAR 52, 0} +{STRVAR_1 1, 0}{COLOR 1}♂{COLOR 0}\nLv. {STRVAR_1 52, 1} +{STRVAR_1 1, 0}{COLOR 2}♀{COLOR 0}\nLv. {STRVAR_1 52, 1} +{STRVAR_1 1, 0}\nLv. {STRVAR_1 52, 1} +{STRVAR_1 13, 0} ++{STRVAR_1 51, 0} +{STRVAR_1 52, 0} SAFARI BALLS -Left: {STRVAR 51, 0} +Left: {STRVAR_1 51, 0} -Player beat\n{STRVAR 14, 0} {STRVAR 3, 1}\fand {STRVAR 14, 2} {STRVAR 3, 3}!\r +Player beat\n{STRVAR_1 14, 0} {STRVAR_1 3, 1}\fand {STRVAR_1 14, 2} {STRVAR_1 3, 3}!\r Would you like to forfeit the match\nand quit now?{YESNO 0} -{STRVAR 3, 0}\nforfeited the match! +{STRVAR_1 3, 0}\nforfeited the match! -{STRVAR 14, 0} {STRVAR 3, 1} fled! -Player lost against\n{STRVAR 14, 0} {STRVAR 3, 1}! -Player battled to a draw against\n{STRVAR 14, 0} {STRVAR 3, 1}! -{STRVAR 1, 0}{COLOR 3}♂{COLOR 0} -{STRVAR 1, 0}{COLOR 4}♀{COLOR 0} -{STRVAR 1, 0} -A wild {STRVAR 1, 0} appeared!\r -A wild {STRVAR 1, 0} appeared!\r -A wild {STRVAR 1, 0} and\n{STRVAR 1, 1} appeared!\r -A wild {STRVAR 1, 0} appeared from\nthe tree you slathered with Honey!\r -You are challenged by\n{STRVAR 14, 0} {STRVAR 3, 1}!\r -You are challenged by\n{STRVAR 3, 0}!\r -You are challenged by\n{STRVAR 3, 0} and {STRVAR 3, 1}!\r -{STRVAR 14, 0} {STRVAR 3, 1} sent\nout {STRVAR 1, 2}! -{STRVAR 14, 0} {STRVAR 3, 1} sent\nout {STRVAR 1, 2} and {STRVAR 1, 3}! -{STRVAR 3, 0} sent out\n{STRVAR 1, 1}! -{STRVAR 3, 0} sent out\n{STRVAR 1, 1} and {STRVAR 1, 2}! -{STRVAR 3, 0} sent out {STRVAR 1, 1}!\n{STRVAR 3, 2} sent out {STRVAR 1, 3}! -{STRVAR 3, 0} sent out\n{STRVAR 1, 1}!\fGo! {STRVAR 1, 2}! -Go! {STRVAR 1, 0} and\n{STRVAR 1, 1}! -Go! {STRVAR 1, 0}! -You’re in charge, {STRVAR 1, 0}! -Go for it, {STRVAR 1, 0}! -Your foe’s weak!\nGet ’em, {STRVAR 1, 0}! -Just a little more!\nHang in there, {STRVAR 1, 0}! -{STRVAR 1, 0}, switch out!\nCome back! -{STRVAR 1, 0}, come back! -{STRVAR 1, 0}, OK!\nCome back! -{STRVAR 1, 0}, enough!\nGet back! -{STRVAR 1, 0}, good!\nCome back! -{STRVAR 14, 0} {STRVAR 3, 1}\nwithdrew {STRVAR 1, 2}! -{STRVAR 3, 0} withdrew\n{STRVAR 1, 1}! -{STRVAR 14, 0} {STRVAR 3, 1} sent\nout {STRVAR 1, 2}!\r{STRVAR 14, 3} {STRVAR 3, 4} sent\nout {STRVAR 1, 5}!\r -You are challenged by\n{STRVAR 14, 0} {STRVAR 3, 1} and\f{STRVAR 14, 2} {STRVAR 3, 3}!\r -{STRVAR 14, 0} {STRVAR 3, 1} sent\nout {STRVAR 1, 2}!\fGo! {STRVAR 1, 3}! -{STRVAR 1, 0}’s stockpiled\neffect wore off! -The wild {STRVAR 1, 0}’s stockpiled\neffect wore off! -The foe’s {STRVAR 1, 0}’s stockpiled\neffect wore off! +{STRVAR_1 14, 0} {STRVAR_1 3, 1} fled! +Player lost against\n{STRVAR_1 14, 0} {STRVAR_1 3, 1}! +Player battled to a draw against\n{STRVAR_1 14, 0} {STRVAR_1 3, 1}! +{STRVAR_1 1, 0}{COLOR 3}♂{COLOR 0} +{STRVAR_1 1, 0}{COLOR 4}♀{COLOR 0} +{STRVAR_1 1, 0} +A wild {STRVAR_1 1, 0} appeared!\r +A wild {STRVAR_1 1, 0} appeared!\r +A wild {STRVAR_1 1, 0} and\n{STRVAR_1 1, 1} appeared!\r +A wild {STRVAR_1 1, 0} appeared from\nthe tree you slathered with Honey!\r +You are challenged by\n{STRVAR_1 14, 0} {STRVAR_1 3, 1}!\r +You are challenged by\n{STRVAR_1 3, 0}!\r +You are challenged by\n{STRVAR_1 3, 0} and {STRVAR_1 3, 1}!\r +{STRVAR_1 14, 0} {STRVAR_1 3, 1} sent\nout {STRVAR_1 1, 2}! +{STRVAR_1 14, 0} {STRVAR_1 3, 1} sent\nout {STRVAR_1 1, 2} and {STRVAR_1 1, 3}! +{STRVAR_1 3, 0} sent out\n{STRVAR_1 1, 1}! +{STRVAR_1 3, 0} sent out\n{STRVAR_1 1, 1} and {STRVAR_1 1, 2}! +{STRVAR_1 3, 0} sent out {STRVAR_1 1, 1}!\n{STRVAR_1 3, 2} sent out {STRVAR_1 1, 3}! +{STRVAR_1 3, 0} sent out\n{STRVAR_1 1, 1}!\fGo! {STRVAR_1 1, 2}! +Go! {STRVAR_1 1, 0} and\n{STRVAR_1 1, 1}! +Go! {STRVAR_1 1, 0}! +You’re in charge, {STRVAR_1 1, 0}! +Go for it, {STRVAR_1 1, 0}! +Your foe’s weak!\nGet ’em, {STRVAR_1 1, 0}! +Just a little more!\nHang in there, {STRVAR_1 1, 0}! +{STRVAR_1 1, 0}, switch out!\nCome back! +{STRVAR_1 1, 0}, come back! +{STRVAR_1 1, 0}, OK!\nCome back! +{STRVAR_1 1, 0}, enough!\nGet back! +{STRVAR_1 1, 0}, good!\nCome back! +{STRVAR_1 14, 0} {STRVAR_1 3, 1}\nwithdrew {STRVAR_1 1, 2}! +{STRVAR_1 3, 0} withdrew\n{STRVAR_1 1, 1}! +{STRVAR_1 14, 0} {STRVAR_1 3, 1} sent\nout {STRVAR_1 1, 2}!\r{STRVAR_1 14, 3} {STRVAR_1 3, 4} sent\nout {STRVAR_1 1, 5}!\r +You are challenged by\n{STRVAR_1 14, 0} {STRVAR_1 3, 1} and\f{STRVAR_1 14, 2} {STRVAR_1 3, 3}!\r +{STRVAR_1 14, 0} {STRVAR_1 3, 1} sent\nout {STRVAR_1 1, 2}!\fGo! {STRVAR_1 1, 3}! +{STRVAR_1 1, 0}’s stockpiled\neffect wore off! +The wild {STRVAR_1 1, 0}’s stockpiled\neffect wore off! +The foe’s {STRVAR_1 1, 0}’s stockpiled\neffect wore off! Gravity intensified! -{STRVAR 1, 0} couldn’t stay\nairborne because of gravity! -The wild {STRVAR 1, 0} couldn’t stay\nairborne because of gravity! -The foe’s {STRVAR 1, 0} couldn’t stay\nairborne because of gravity! -{STRVAR 1, 0} can’t use\n{STRVAR 6, 1} because of gravity! -The wild {STRVAR 1, 0} can’t use\n{STRVAR 6, 1} because of gravity! -The foe’s {STRVAR 1, 0} can’t use\n{STRVAR 6, 1} because of gravity!\r +{STRVAR_1 1, 0} couldn’t stay\nairborne because of gravity! +The wild {STRVAR_1 1, 0} couldn’t stay\nairborne because of gravity! +The foe’s {STRVAR_1 1, 0} couldn’t stay\nairborne because of gravity! +{STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 1} because of gravity! +The wild {STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 1} because of gravity! +The foe’s {STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 1} because of gravity!\r Gravity returned to normal! The healing wish came true! It became cloaked in mystical\nmoonlight! A tailwind started blowing! The tailwind petered out! -{STRVAR 1, 0} switched\nits Attack and Defense! -The wild {STRVAR 1, 0} switched\nits Attack and Defense! -The foe’s {STRVAR 1, 0} switched\nits Attack and Defense! -{STRVAR 1, 0}’s ability\nwas suppressed! -The wild {STRVAR 1, 0}’s ability\nwas suppressed! -The foe’s {STRVAR 1, 0}’s ability\nwas suppressed! -{STRVAR 1, 0} switched all\nchanges to its Attack and Sp. Atk\fwith the target! -The wild {STRVAR 1, 0} switched all\nchanges to its Attack and Sp. Atk\fwith the target! -The foe’s {STRVAR 1, 0} switched all\nchanges to its Attack and Sp. Atk\fwith the target! -{STRVAR 1, 0} switched all\nchanges to its Defense and Sp. Def\fwith the target! -The wild {STRVAR 1, 0} switched all\nchanges to its Defense and Sp. Def\fwith the target! -The foe’s {STRVAR 1, 0} switched all\nchanges to its Defense and Sp. Def\fwith the target! -{STRVAR 1, 0} acquired\n{STRVAR 5, 1}! -The wild {STRVAR 1, 0} acquired\n{STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} acquired\n{STRVAR 5, 1}! -{STRVAR 1, 0} switched stat\nchanges with the target! -The wild {STRVAR 1, 0} switched stat\nchanges with the target! -The foe’s {STRVAR 1, 0} switched stat\nchanges with the target! -{STRVAR 1, 0} surrounded\nitself with a veil of water! -The wild {STRVAR 1, 0} surrounded\nitself with a veil of water! -The foe’s {STRVAR 1, 0} surrounded\nitself with a veil of water! -{STRVAR 6, 1} restored\n{STRVAR 1, 0}’s HP! -{STRVAR 6, 1} restored\nthe wild {STRVAR 1, 0}’s HP! -{STRVAR 6, 1} restored\nthe foe’s {STRVAR 1, 0}’s HP! -{STRVAR 1, 0} levitated\non electromagnetism! -The wild {STRVAR 1, 0} levitated\non electromagnetism! -The foe’s {STRVAR 1, 0} levitated\non electromagnetism! -{STRVAR 1, 0} evades\nGround moves with {STRVAR 6, 1}! -The wild {STRVAR 1, 0} evades\nGround moves with {STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} evades\nGround moves with {STRVAR 6, 1}! -{STRVAR 1, 0}’s\nelectromagnetism wore off! -The wild {STRVAR 1, 0}’s\nelectromagnetism wore off! -The electromagnetism of the foe’s\n{STRVAR 1, 0} wore off! -{STRVAR 1, 0} blew away\n{STRVAR 6, 1}! -The wild {STRVAR 1, 0} blew away\n{STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} blew away\n{STRVAR 6, 1}! -{STRVAR 1, 0} blew away\nthe deep fog with {STRVAR 6, 1}! -The wild {STRVAR 1, 0} blew away\nthe deep fog with {STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} blew away\nthe deep fog with {STRVAR 6, 1}! -{STRVAR 1, 0} fell for\nthe feint! -The wild {STRVAR 1, 0} fell for\nthe feint! -The foe’s {STRVAR 1, 0} fell for\nthe feint! -{STRVAR 1, 0} was prevented\nfrom healing! -The wild {STRVAR 1, 0} was prevented\nfrom healing! -The foe’s {STRVAR 1, 0} was prevented\nfrom healing! -{STRVAR 1, 0} was prevented\nfrom healing due to {STRVAR 6, 1}! -The wild {STRVAR 1, 0} was prevented\nfrom healing due to {STRVAR 6, 1}! -The foe’s {STRVAR 1, 0} was prevented\nfrom healing due to {STRVAR 6, 1}! -{STRVAR 1, 0} can’t use\n{STRVAR 6, 2} because of\f{STRVAR 6, 1}!\r -The wild {STRVAR 1, 0} can’t use\n{STRVAR 6, 2} because of\f{STRVAR 6, 1}!\r -The foe’s {STRVAR 1, 0} can’t use\n{STRVAR 6, 2} because of\f{STRVAR 6, 1}!\r -{STRVAR 1, 0}’s {STRVAR 6, 1}\nwore off! -The wild {STRVAR 1, 0}’s\n{STRVAR 6, 1} wore off! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 6, 1} wore off! +{STRVAR_1 1, 0} switched\nits Attack and Defense! +The wild {STRVAR_1 1, 0} switched\nits Attack and Defense! +The foe’s {STRVAR_1 1, 0} switched\nits Attack and Defense! +{STRVAR_1 1, 0}’s ability\nwas suppressed! +The wild {STRVAR_1 1, 0}’s ability\nwas suppressed! +The foe’s {STRVAR_1 1, 0}’s ability\nwas suppressed! +{STRVAR_1 1, 0} switched all\nchanges to its Attack and Sp. Atk\fwith the target! +The wild {STRVAR_1 1, 0} switched all\nchanges to its Attack and Sp. Atk\fwith the target! +The foe’s {STRVAR_1 1, 0} switched all\nchanges to its Attack and Sp. Atk\fwith the target! +{STRVAR_1 1, 0} switched all\nchanges to its Defense and Sp. Def\fwith the target! +The wild {STRVAR_1 1, 0} switched all\nchanges to its Defense and Sp. Def\fwith the target! +The foe’s {STRVAR_1 1, 0} switched all\nchanges to its Defense and Sp. Def\fwith the target! +{STRVAR_1 1, 0} acquired\n{STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} acquired\n{STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} acquired\n{STRVAR_1 5, 1}! +{STRVAR_1 1, 0} switched stat\nchanges with the target! +The wild {STRVAR_1 1, 0} switched stat\nchanges with the target! +The foe’s {STRVAR_1 1, 0} switched stat\nchanges with the target! +{STRVAR_1 1, 0} surrounded\nitself with a veil of water! +The wild {STRVAR_1 1, 0} surrounded\nitself with a veil of water! +The foe’s {STRVAR_1 1, 0} surrounded\nitself with a veil of water! +{STRVAR_1 6, 1} restored\n{STRVAR_1 1, 0}’s HP! +{STRVAR_1 6, 1} restored\nthe wild {STRVAR_1 1, 0}’s HP! +{STRVAR_1 6, 1} restored\nthe foe’s {STRVAR_1 1, 0}’s HP! +{STRVAR_1 1, 0} levitated\non electromagnetism! +The wild {STRVAR_1 1, 0} levitated\non electromagnetism! +The foe’s {STRVAR_1 1, 0} levitated\non electromagnetism! +{STRVAR_1 1, 0} evades\nGround moves with {STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} evades\nGround moves with {STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} evades\nGround moves with {STRVAR_1 6, 1}! +{STRVAR_1 1, 0}’s\nelectromagnetism wore off! +The wild {STRVAR_1 1, 0}’s\nelectromagnetism wore off! +The electromagnetism of the foe’s\n{STRVAR_1 1, 0} wore off! +{STRVAR_1 1, 0} blew away\n{STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} blew away\n{STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} blew away\n{STRVAR_1 6, 1}! +{STRVAR_1 1, 0} blew away\nthe deep fog with {STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} blew away\nthe deep fog with {STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} blew away\nthe deep fog with {STRVAR_1 6, 1}! +{STRVAR_1 1, 0} fell for\nthe feint! +The wild {STRVAR_1 1, 0} fell for\nthe feint! +The foe’s {STRVAR_1 1, 0} fell for\nthe feint! +{STRVAR_1 1, 0} was prevented\nfrom healing! +The wild {STRVAR_1 1, 0} was prevented\nfrom healing! +The foe’s {STRVAR_1 1, 0} was prevented\nfrom healing! +{STRVAR_1 1, 0} was prevented\nfrom healing due to {STRVAR_1 6, 1}! +The wild {STRVAR_1 1, 0} was prevented\nfrom healing due to {STRVAR_1 6, 1}! +The foe’s {STRVAR_1 1, 0} was prevented\nfrom healing due to {STRVAR_1 6, 1}! +{STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 2} because of\f{STRVAR_1 6, 1}!\r +The wild {STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 2} because of\f{STRVAR_1 6, 1}!\r +The foe’s {STRVAR_1 1, 0} can’t use\n{STRVAR_1 6, 2} because of\f{STRVAR_1 6, 1}!\r +{STRVAR_1 1, 0}’s {STRVAR_1 6, 1}\nwore off! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} wore off! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} wore off! Poison spikes were scattered all\naround your team’s feet! Poison spikes were scattered all\naround the enemy team’s feet! The poison spikes disappeared from\naround your team’s feet! The poison spikes disappeared from\naround the enemy team’s feet! -{STRVAR 1, 0} went back\nto {STRVAR 3, 1}! -The wild {STRVAR 1, 0} went back\nto {STRVAR 3, 1}! -The foe’s {STRVAR 1, 0} went back\nto {STRVAR 3, 1}! -{STRVAR 1, 0} twisted\nthe dimensions! -The wild {STRVAR 1, 0} twisted\nthe dimensions! -The foe’s {STRVAR 1, 0} twisted\nthe dimensions! -{STRVAR 1, 0} restored\nthe twisted dimensions! -The wild {STRVAR 1, 0} restored\nthe twisted dimensions! -The foe’s {STRVAR 1, 0} restored\nthe twisted dimensions! +{STRVAR_1 1, 0} went back\nto {STRVAR_1 3, 1}! +The wild {STRVAR_1 1, 0} went back\nto {STRVAR_1 3, 1}! +The foe’s {STRVAR_1 1, 0} went back\nto {STRVAR_1 3, 1}! +{STRVAR_1 1, 0} twisted\nthe dimensions! +The wild {STRVAR_1 1, 0} twisted\nthe dimensions! +The foe’s {STRVAR_1 1, 0} twisted\nthe dimensions! +{STRVAR_1 1, 0} restored\nthe twisted dimensions! +The wild {STRVAR_1 1, 0} restored\nthe twisted dimensions! +The foe’s {STRVAR_1 1, 0} restored\nthe twisted dimensions! The twisted dimensions returned to\nnormal! Pointed stones float in the air\naround your team! Pointed stones float in the air\naround your foe’s team! -Pointed stones dug into\n{STRVAR 1, 0}! -Pointed stones dug into\nthe wild {STRVAR 1, 0}! -Pointed stones dug into\nthe foe’s {STRVAR 1, 0}! -{STRVAR 1, 0} vanished\ninstantly! -The wild {STRVAR 1, 0} vanished\ninstantly! -The foe’s {STRVAR 1, 0} vanished\ninstantly! +Pointed stones dug into\n{STRVAR_1 1, 0}! +Pointed stones dug into\nthe wild {STRVAR_1 1, 0}! +Pointed stones dug into\nthe foe’s {STRVAR_1 1, 0}! +{STRVAR_1 1, 0} vanished\ninstantly! +The wild {STRVAR_1 1, 0} vanished\ninstantly! +The foe’s {STRVAR_1 1, 0} vanished\ninstantly! Your team’s Lucky Chant wore off! The foe’s Lucky Chant wore off! -{STRVAR 1, 0} has\n{STRVAR 5, 1}! -The wild {STRVAR 1, 0} has\n{STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} has\n{STRVAR 5, 1}! -{STRVAR 1, 0} is hurt\nby its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} is hurt\nby its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} is hurt\nby its {STRVAR 5, 1}! -{STRVAR 1, 0} maxed its\n{STRVAR 13, 2} with {STRVAR 5, 1}! -The wild {STRVAR 1, 0} maxed its\n{STRVAR 13, 2} with {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} maxed its\n{STRVAR 13, 2} with {STRVAR 5, 1}! -{STRVAR 1, 0} lost some HP\nbecause of its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} lost some HP\nbecause of its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} lost some HP\nbecause of its {STRVAR 5, 1}! -{STRVAR 1, 2} was hurt by\n{STRVAR 1, 0}’s {STRVAR 5, 1}! -The wild {STRVAR 1, 2} was hurt by\n{STRVAR 1, 0}’s {STRVAR 5, 1}! -The foe’s {STRVAR 1, 2} was hurt by\n{STRVAR 1, 0}’s {STRVAR 5, 1}! -{STRVAR 1, 2} was hurt by the wild\n{STRVAR 1, 0}’s {STRVAR 5, 1}! -The wild {STRVAR 1, 2} was hurt by the\nwild {STRVAR 1, 0}’s {STRVAR 5, 1}! -{STRVAR 1, 2} was hurt by the foe’s\n{STRVAR 1, 0}’s {STRVAR 5, 1}! -The foe’s {STRVAR 1, 2} was hurt by\nthe foe’s {STRVAR 1, 0}’s\f{STRVAR 5, 1}! -{STRVAR 1, 1}’s {STRVAR 5, 0} made\nit shudder! -The wild {STRVAR 1, 1}’s\n{STRVAR 5, 0} made it shudder! -The foe’s {STRVAR 1, 1}’s\n{STRVAR 5, 0} made it shudder! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nalerted it to {STRVAR 6, 2}! -The wild {STRVAR 1, 0}’s Forewarn\nalerted it to {STRVAR 6, 2}! -The foe’s {STRVAR 1, 0}’s Forewarn\nalerted it to {STRVAR 6, 2}! -{STRVAR 1, 0} can’t get it\ngoing because of its {STRVAR 5, 1}! -The wild {STRVAR 1, 0} can’t get it\ngoing because of its {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} can’t get it\ngoing because of its {STRVAR 5, 1}! -{STRVAR 1, 0} finally got\nits act together! -The wild {STRVAR 1, 0} finally got\nits act together! -The foe’s {STRVAR 1, 0} finally got\nits act together! -{STRVAR 1, 0} frisked its\nfoe and found one {STRVAR 8, 1}! -The wild {STRVAR 1, 0} frisked its\nfoe and found one {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} frisked its\nfoe and found one {STRVAR 8, 1}! -{STRVAR 1, 2} is tormented\nby {STRVAR 1, 0}’s {STRVAR 5, 1}! -The wild {STRVAR 1, 2} is tormented\nby {STRVAR 1, 0}’s {STRVAR 5, 1}! -The foe’s {STRVAR 1, 2} is tormented\nby {STRVAR 1, 0}’s {STRVAR 5, 1}! -{STRVAR 1, 2} is tormented\nby the wild {STRVAR 1, 0}’s\f{STRVAR 5, 1}! -The wild {STRVAR 1, 2} is tormented\nby the wild {STRVAR 1, 0}’s\f{STRVAR 5, 1}! -{STRVAR 1, 2} is tormented\nby the foe’s {STRVAR 1, 0}’s\f{STRVAR 5, 1}! -The foe’s {STRVAR 1, 2} is tormented\nby the foe’s {STRVAR 1, 0}’s\f{STRVAR 5, 1}! -{STRVAR 1, 0} maxed its\n{STRVAR 13, 2} with its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} maxed its\n{STRVAR 13, 2} with its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} maxed its\n{STRVAR 13, 2} with its {STRVAR 8, 1}! -The {STRVAR 8, 0} weakened\n{STRVAR 6, 1}’s power! -{STRVAR 1, 0} is hurt\nby its {STRVAR 8, 1}! -The wild {STRVAR 1, 0}\nis hurt by its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0}\nis hurt by its {STRVAR 8, 1}! -{STRVAR 1, 0} can’t use\nitems anymore! -The wild {STRVAR 1, 0} can’t use\nitems anymore! -The foe’s {STRVAR 1, 0} can’t use\nitems anymore! -{STRVAR 1, 0} can use\nitems again! -The wild {STRVAR 1, 0} can use\nitems again! -The foe’s {STRVAR 1, 0} can use\nitems again! -{STRVAR 1, 0} stole and\nate its foe’s {STRVAR 8, 1}! -The wild {STRVAR 1, 0} stole and\nate its foe’s {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} stole and\nate its foe’s {STRVAR 8, 1}! -{STRVAR 1, 0} flung\nits {STRVAR 8, 1}! -The wild {STRVAR 1, 0} flung\nits {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} flung\nits {STRVAR 8, 1}! -{STRVAR 1, 0}’s {STRVAR 5, 1}\nmade the {STRVAR 8, 2} ineffective! -The wild {STRVAR 1, 0}’s\n{STRVAR 5, 1} made the\f{STRVAR 8, 2} ineffective! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 5, 1} made the\f{STRVAR 8, 2} ineffective! -{STRVAR 1, 0}’s {STRVAR 8, 1}\ninfatuated {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 8, 1}\ninfatuated the wild {STRVAR 1, 2}! -{STRVAR 1, 0}’s {STRVAR 8, 1}\ninfatuated the foe’s {STRVAR 1, 2}! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} made {STRVAR 1, 2}\finfatuated! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} made the wild\f{STRVAR 1, 2} infatuated! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} made {STRVAR 1, 2}\finfatuated! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} made the foe’s\f{STRVAR 1, 2} infatuated! -{STRVAR 1, 0} boosted\nthe accuracy of its next move\fusing its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} boosted\nthe accuracy of its next move\fusing its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} boosted\nthe accuracy of its next move\fusing its {STRVAR 8, 1}! -{STRVAR 1, 0} is hurt by\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -{STRVAR 1, 0} is hurt by the wild\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -{STRVAR 1, 0} is hurt by the foe’s\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The wild {STRVAR 1, 0} is hurt by\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The wild {STRVAR 1, 0} is hurt by the\nwild {STRVAR 1, 1}’s {STRVAR 8, 2}! -The foe’s {STRVAR 1, 0} is hurt by\n{STRVAR 1, 1}’s {STRVAR 8, 2}! -The foe’s {STRVAR 1, 0} is hurt by the\nfoe’s {STRVAR 1, 1}’s {STRVAR 8, 2}! -Whoa!\nA wild {STRVAR 1, 0} came charging! -{STRVAR 1, 0} was badly\npoisoned by the {STRVAR 8, 1}! -The wild {STRVAR 1, 0} was badly\npoisoned by the {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} was badly\npoisoned by the {STRVAR 8, 1}! -{STRVAR 1, 0} got a burn\nfrom the {STRVAR 8, 1}! -The wild {STRVAR 1, 0} got a burn\nfrom the {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} got a burn\nfrom the {STRVAR 8, 1}! -{STRVAR 1, 0} was transferred to\n{STRVAR 11, 1} in someone’s PC! -{STRVAR 1, 0} was transferred to\n{STRVAR 11, 1} in Bebe’s PC! -{STRVAR 11, 1} in someone’s PC is full.\r{STRVAR 1, 0} was transferred to\n{STRVAR 11, 2} instead! -{STRVAR 11, 1} in Bebe’s PC is full.\r{STRVAR 1, 0} was transferred to\n{STRVAR 11, 2} instead! -{STRVAR 1, 0} wants to learn the\nmove {STRVAR 6, 1}.\r -But {STRVAR 1, 0} can’t learn\nmore than four moves.\r +{STRVAR_1 1, 0} has\n{STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} has\n{STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} has\n{STRVAR_1 5, 1}! +{STRVAR_1 1, 0} is hurt\nby its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} is hurt\nby its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} is hurt\nby its {STRVAR_1 5, 1}! +{STRVAR_1 1, 0} maxed its\n{STRVAR_1 13, 2} with {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} maxed its\n{STRVAR_1 13, 2} with {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} maxed its\n{STRVAR_1 13, 2} with {STRVAR_1 5, 1}! +{STRVAR_1 1, 0} lost some HP\nbecause of its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} lost some HP\nbecause of its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} lost some HP\nbecause of its {STRVAR_1 5, 1}! +{STRVAR_1 1, 2} was hurt by\n{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 2} was hurt by\n{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 2} was hurt by\n{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +{STRVAR_1 1, 2} was hurt by the wild\n{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 2} was hurt by the\nwild {STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +{STRVAR_1 1, 2} was hurt by the foe’s\n{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 2} was hurt by\nthe foe’s {STRVAR_1 1, 0}’s\f{STRVAR_1 5, 1}! +{STRVAR_1 1, 1}’s {STRVAR_1 5, 0} made\nit shudder! +The wild {STRVAR_1 1, 1}’s\n{STRVAR_1 5, 0} made it shudder! +The foe’s {STRVAR_1 1, 1}’s\n{STRVAR_1 5, 0} made it shudder! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nalerted it to {STRVAR_1 6, 2}! +The wild {STRVAR_1 1, 0}’s Forewarn\nalerted it to {STRVAR_1 6, 2}! +The foe’s {STRVAR_1 1, 0}’s Forewarn\nalerted it to {STRVAR_1 6, 2}! +{STRVAR_1 1, 0} can’t get it\ngoing because of its {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} can’t get it\ngoing because of its {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} can’t get it\ngoing because of its {STRVAR_1 5, 1}! +{STRVAR_1 1, 0} finally got\nits act together! +The wild {STRVAR_1 1, 0} finally got\nits act together! +The foe’s {STRVAR_1 1, 0} finally got\nits act together! +{STRVAR_1 1, 0} frisked its\nfoe and found one {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} frisked its\nfoe and found one {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} frisked its\nfoe and found one {STRVAR_1 8, 1}! +{STRVAR_1 1, 2} is tormented\nby {STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 2} is tormented\nby {STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 2} is tormented\nby {STRVAR_1 1, 0}’s {STRVAR_1 5, 1}! +{STRVAR_1 1, 2} is tormented\nby the wild {STRVAR_1 1, 0}’s\f{STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 2} is tormented\nby the wild {STRVAR_1 1, 0}’s\f{STRVAR_1 5, 1}! +{STRVAR_1 1, 2} is tormented\nby the foe’s {STRVAR_1 1, 0}’s\f{STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 2} is tormented\nby the foe’s {STRVAR_1 1, 0}’s\f{STRVAR_1 5, 1}! +{STRVAR_1 1, 0} maxed its\n{STRVAR_1 13, 2} with its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} maxed its\n{STRVAR_1 13, 2} with its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} maxed its\n{STRVAR_1 13, 2} with its {STRVAR_1 8, 1}! +The {STRVAR_1 8, 0} weakened\n{STRVAR_1 6, 1}’s power! +{STRVAR_1 1, 0} is hurt\nby its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0}\nis hurt by its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0}\nis hurt by its {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} can’t use\nitems anymore! +The wild {STRVAR_1 1, 0} can’t use\nitems anymore! +The foe’s {STRVAR_1 1, 0} can’t use\nitems anymore! +{STRVAR_1 1, 0} can use\nitems again! +The wild {STRVAR_1 1, 0} can use\nitems again! +The foe’s {STRVAR_1 1, 0} can use\nitems again! +{STRVAR_1 1, 0} stole and\nate its foe’s {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} stole and\nate its foe’s {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} stole and\nate its foe’s {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} flung\nits {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} flung\nits {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} flung\nits {STRVAR_1 8, 1}! +{STRVAR_1 1, 0}’s {STRVAR_1 5, 1}\nmade the {STRVAR_1 8, 2} ineffective! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made the\f{STRVAR_1 8, 2} ineffective! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 5, 1} made the\f{STRVAR_1 8, 2} ineffective! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\ninfatuated {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\ninfatuated the wild {STRVAR_1 1, 2}! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\ninfatuated the foe’s {STRVAR_1 1, 2}! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} made {STRVAR_1 1, 2}\finfatuated! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} made the wild\f{STRVAR_1 1, 2} infatuated! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} made {STRVAR_1 1, 2}\finfatuated! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} made the foe’s\f{STRVAR_1 1, 2} infatuated! +{STRVAR_1 1, 0} boosted\nthe accuracy of its next move\fusing its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} boosted\nthe accuracy of its next move\fusing its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} boosted\nthe accuracy of its next move\fusing its {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} is hurt by\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +{STRVAR_1 1, 0} is hurt by the wild\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +{STRVAR_1 1, 0} is hurt by the foe’s\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The wild {STRVAR_1 1, 0} is hurt by\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The wild {STRVAR_1 1, 0} is hurt by the\nwild {STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The foe’s {STRVAR_1 1, 0} is hurt by\n{STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +The foe’s {STRVAR_1 1, 0} is hurt by the\nfoe’s {STRVAR_1 1, 1}’s {STRVAR_1 8, 2}! +Whoa!\nA wild {STRVAR_1 1, 0} came charging! +{STRVAR_1 1, 0} was badly\npoisoned by the {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} was badly\npoisoned by the {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} was badly\npoisoned by the {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} got a burn\nfrom the {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} got a burn\nfrom the {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} got a burn\nfrom the {STRVAR_1 8, 1}! +{STRVAR_1 1, 0} was transferred to\n{STRVAR_1 11, 1} in someone’s PC! +{STRVAR_1 1, 0} was transferred to\n{STRVAR_1 11, 1} in Bebe’s PC! +{STRVAR_1 11, 1} in someone’s PC is full.\r{STRVAR_1 1, 0} was transferred to\n{STRVAR_1 11, 2} instead! +{STRVAR_1 11, 1} in Bebe’s PC is full.\r{STRVAR_1 1, 0} was transferred to\n{STRVAR_1 11, 2} instead! +{STRVAR_1 1, 0} wants to learn the\nmove {STRVAR_1 6, 1}.\r +But {STRVAR_1 1, 0} can’t learn\nmore than four moves.\r Make it forget\nanother move?{YESNO 0} Forget a move! Keep old moves! Which move should\nbe forgotten?{YESNO 0} Well, then...\r Should this Pokémon give up on\nlearning this new move?{YESNO 0} -Give up on {STRVAR 6, 0}! -Don’t give up on {STRVAR 6, 0}! -{STRVAR 1, 0} did not learn\n{STRVAR 6, 1}.\r +Give up on {STRVAR_1 6, 0}! +Don’t give up on {STRVAR_1 6, 0}! +{STRVAR_1 1, 0} did not learn\n{STRVAR_1 6, 1}.\r 1, {PAUSE 20}2, and{PAUSE 20}... {PAUSE 20}... {PAUSE 20}{WAIT 4}Poof!\r -{STRVAR 1, 0} forgot how to\nuse {STRVAR 6, 1}.\r +{STRVAR_1 1, 0} forgot how to\nuse {STRVAR_1 6, 1}.\r And...\r -{STRVAR 1, 0} learned\n{STRVAR 6, 1}!{WAIT 5}{WAIT 2}\r -{STRVAR 1, 0} wants to learn\nthe move {STRVAR 6, 1}.\r -However, {STRVAR 1, 0} already\nknows four moves.\r +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}!{WAIT 5}{WAIT 2}\r +{STRVAR_1 1, 0} wants to learn\nthe move {STRVAR_1 6, 1}.\r +However, {STRVAR_1 1, 0} already\nknows four moves.\r Should a move be deleted? Which move should be forgotten?\r -Stop trying to teach\n{STRVAR 6, 0}? -{STRVAR 1, 0} did not learn the\nmove {STRVAR 6, 1}.\r +Stop trying to teach\n{STRVAR_1 6, 0}? +{STRVAR_1 1, 0} did not learn the\nmove {STRVAR_1 6, 1}.\r 1, {PAUSE 20}2, and{PAUSE 20}... {PAUSE 20}... {PAUSE 20}{WAIT 4}Poof!\r -{STRVAR 1, 0} forgot how to\nuse {STRVAR 6, 1}.\r +{STRVAR_1 1, 0} forgot how to\nuse {STRVAR_1 6, 1}.\r And...\r -{STRVAR 1, 0} learned\n{STRVAR 6, 1}!{WAIT 5}{WAIT 2}\r -{STRVAR 1, 0}’s\n{STRVAR 13, 1} rose! +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}!{WAIT 5}{WAIT 2}\r +{STRVAR_1 1, 0}’s\n{STRVAR_1 13, 1} rose! Your team became shrouded in\na white fog! -{STRVAR 1, 0} is getting\npumped! -Used the {STRVAR 8, 0}! -{STRVAR 1, 0} was cured of its\npoisoning. -{STRVAR 1, 0} was cured of\nparalysis. -{STRVAR 1, 0}’s burn was healed. -{STRVAR 1, 0} woke up. -{STRVAR 1, 0} was thawed out. -{STRVAR 1, 0} snapped out of its\nconfusion. -{STRVAR 1, 0} got over its\ninfatuation. -{STRVAR 1, 0}’s HP was restored\nby {STRVAR 52, 1} point(s). +{STRVAR_1 1, 0} is getting\npumped! +Used the {STRVAR_1 8, 0}! +{STRVAR_1 1, 0} was cured of its\npoisoning. +{STRVAR_1 1, 0} was cured of\nparalysis. +{STRVAR_1 1, 0}’s burn was healed. +{STRVAR_1 1, 0} woke up. +{STRVAR_1 1, 0} was thawed out. +{STRVAR_1 1, 0} snapped out of its\nconfusion. +{STRVAR_1 1, 0} got over its\ninfatuation. +{STRVAR_1 1, 0}’s HP was restored\nby {STRVAR_1 52, 1} point(s). Switch Pokémon Keep battling Use next Pokémon Flee -Wow! {STRVAR 3, 0}’s {STRVAR 1, 1}\nis drawing close! +Wow! {STRVAR_1 3, 0}’s {STRVAR_1 1, 1}\nis drawing close! PARK BALLS -Left: {STRVAR 51, 0} -What will {STRVAR 3, 0} do?{YESNO 0} +Left: {STRVAR_1 51, 0} +What will {STRVAR_1 3, 0} do?{YESNO 0} BALL RUN -{STRVAR 1, 0}, come back! +{STRVAR_1 1, 0}, come back! All right! I got its HP down!\nTime to throw a Poké Ball!{YESNO 0} OK! Its HP is down!\nIt’s ready for a Poké Ball!{YESNO 0} -{STRVAR 3, 0} used\na Poké Ball! -{STRVAR 1, 0} got over its status\ntrouble! +{STRVAR_1 3, 0} used\na Poké Ball! +{STRVAR_1 1, 0} got over its status\ntrouble! The tailwind blew from behind\nyour team! The tailwind blew from behind\nthe foe! Your team’s tailwind petered out! The foe’s tailwind petered out! But there was no target... -It failed to affect\n{STRVAR 1, 0}! -It failed to affect\nthe wild {STRVAR 1, 0}! -It failed to affect\nthe foe’s {STRVAR 1, 0}! -{STRVAR 1, 0} is exerting\nits {STRVAR 5, 1}! -The wild {STRVAR 1, 0} is exerting\nits {STRVAR 5, 1}! -The foe’s {STRVAR 1, 0} is exerting\nits {STRVAR 5, 1}! +It failed to affect\n{STRVAR_1 1, 0}! +It failed to affect\nthe wild {STRVAR_1 1, 0}! +It failed to affect\nthe foe’s {STRVAR_1 1, 0}! +{STRVAR_1 1, 0} is exerting\nits {STRVAR_1 5, 1}! +The wild {STRVAR_1 1, 0} is exerting\nits {STRVAR_1 5, 1}! +The foe’s {STRVAR_1 1, 0} is exerting\nits {STRVAR_1 5, 1}! The lucky chant shielded your team\nfrom critical hits! The lucky chant shielded the foe\nfrom critical hits! -It broke through\n{STRVAR 1, 0}’s protection! -It broke through the wild\n{STRVAR 1, 0}’s protection! -It broke through the foe’s\n{STRVAR 1, 0}’s protection! -A wild {STRVAR 1, 0} appeared! -{STRVAR 1, 0} became\ntrapped by swirling magma! -The wild {STRVAR 1, 0} became\ntrapped by swirling magma! -The foe’s {STRVAR 1, 0} became\ntrapped by swirling magma! -{STRVAR 1, 0} became healthy. -{STRVAR 1, 0} became fully\ncharged due to its {STRVAR 8, 1}! -The wild {STRVAR 1, 0} became fully\ncharged due to its {STRVAR 8, 1}! -The foe’s {STRVAR 1, 0} became fully\ncharged due to its {STRVAR 8, 1}! -{STRVAR 1, 0}’s {STRVAR 8, 1}\nlet it move first! -The wild {STRVAR 1, 0}’s\n{STRVAR 8, 1} let it move first! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 8, 1} let it move first! -{STRVAR 1, 0}’s {STRVAR 6, 1}\nwore off! -The wild {STRVAR 1, 0}’s\n{STRVAR 6, 1} wore off! -The foe’s {STRVAR 1, 0}’s\n{STRVAR 6, 1} wore off! +It broke through\n{STRVAR_1 1, 0}’s protection! +It broke through the wild\n{STRVAR_1 1, 0}’s protection! +It broke through the foe’s\n{STRVAR_1 1, 0}’s protection! +A wild {STRVAR_1 1, 0} appeared! +{STRVAR_1 1, 0} became\ntrapped by swirling magma! +The wild {STRVAR_1 1, 0} became\ntrapped by swirling magma! +The foe’s {STRVAR_1 1, 0} became\ntrapped by swirling magma! +{STRVAR_1 1, 0} became healthy. +{STRVAR_1 1, 0} became fully\ncharged due to its {STRVAR_1 8, 1}! +The wild {STRVAR_1 1, 0} became fully\ncharged due to its {STRVAR_1 8, 1}! +The foe’s {STRVAR_1 1, 0} became fully\ncharged due to its {STRVAR_1 8, 1}! +{STRVAR_1 1, 0}’s {STRVAR_1 8, 1}\nlet it move first! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} let it move first! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 8, 1} let it move first! +{STRVAR_1 1, 0}’s {STRVAR_1 6, 1}\nwore off! +The wild {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} wore off! +The foe’s {STRVAR_1 1, 0}’s\n{STRVAR_1 6, 1} wore off! diff --git a/files/msgdata/msg/narc_0325.key b/files/msgdata/msg/narc_0325.key deleted file mode 100644 index 97f2a3df..00000000 --- a/files/msgdata/msg/narc_0325.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0325.txt b/files/msgdata/msg/narc_0325.txt index d27bd2a6..af9dee82 100644 --- a/files/msgdata/msg/narc_0325.txt +++ b/files/msgdata/msg/narc_0325.txt @@ -1,10 +1,10 @@ -{STRVAR 3, 0} obtained\nthe {STRVAR 8, 1}! +{STRVAR_1 3, 0} obtained\nthe {STRVAR_1 8, 1}! The Bag is full... -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the {STRVAR 8, 2} Pocket. -{STRVAR 3, 0} found\n{STRVAR 8, 1}! -Obtained the {STRVAR 8, 0}!\rToo bad!\nThe Bag is full... -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the Bag. -{STRVAR 3, 0} found\n{STRVAR 8, 1} {STRVAR 6, 2}! -{STRVAR 3, 0} obtained\nthe {STRVAR 8, 1}! -{STRVAR 3, 0} obtained\nthe {STRVAR 8, 1}! -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the {COLOR 2}{STRVAR 60, 2}{COLOR 0} Pocket. +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the {STRVAR_1 8, 2} Pocket. +{STRVAR_1 3, 0} found\n{STRVAR_1 8, 1}! +Obtained the {STRVAR_1 8, 0}!\rToo bad!\nThe Bag is full... +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the Bag. +{STRVAR_1 3, 0} found\n{STRVAR_1 8, 1} {STRVAR_1 6, 2}! +{STRVAR_1 3, 0} obtained\nthe {STRVAR_1 8, 1}! +{STRVAR_1 3, 0} obtained\nthe {STRVAR_1 8, 1}! +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the {COLOR 2}{STRVAR_1 60, 2}{COLOR 0} Pocket. diff --git a/files/msgdata/msg/narc_0326.key b/files/msgdata/msg/narc_0326.key deleted file mode 100644 index 4dfabf22..00000000 --- a/files/msgdata/msg/narc_0326.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0327.key b/files/msgdata/msg/narc_0327.key deleted file mode 100644 index 1c18eba6..00000000 --- a/files/msgdata/msg/narc_0327.key +++ /dev/null @@ -1 +0,0 @@ -А
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0327.txt b/files/msgdata/msg/narc_0327.txt index 6b1ea59a..e1e6a175 100644 --- a/files/msgdata/msg/narc_0327.txt +++ b/files/msgdata/msg/narc_0327.txt @@ -1,2 +1,2 @@ EVERYONE HAPPY\nWI-FI CONNECTION -{STRVAR 28, 0} {STRVAR 28, 1}\n{STRVAR 28, 2} {STRVAR 28, 3} +{STRVAR_1 28, 0} {STRVAR_1 28, 1}\n{STRVAR_1 28, 2} {STRVAR_1 28, 3} diff --git a/files/msgdata/msg/narc_0328.key b/files/msgdata/msg/narc_0328.key deleted file mode 100644 index c4a265aa..00000000 --- a/files/msgdata/msg/narc_0328.key +++ /dev/null @@ -1 +0,0 @@ -k
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0328.txt b/files/msgdata/msg/narc_0328.txt index bb1551f7..7c0aa7ba 100644 --- a/files/msgdata/msg/narc_0328.txt +++ b/files/msgdata/msg/narc_0328.txt @@ -1,5 +1,5 @@ -{STRVAR 3, 0} scurried to\na Pokémon Center, protecting\nthe exhausted and fainted\nPokémon from further harm... -{STRVAR 3, 0} scurried back\nhome, protecting the exhausted\nand fainted Pokémon from further\nharm... +{STRVAR_1 3, 0} scurried to\na Pokémon Center, protecting\nthe exhausted and fainted\nPokémon from further harm... +{STRVAR_1 3, 0} scurried back\nhome, protecting the exhausted\nand fainted Pokémon from further\nharm... diff --git a/files/msgdata/msg/narc_0329.key b/files/msgdata/msg/narc_0329.key deleted file mode 100644 index 6d0fc7b3..00000000 --- a/files/msgdata/msg/narc_0329.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0329.txt b/files/msgdata/msg/narc_0329.txt index 78d568ab..0d758494 100644 --- a/files/msgdata/msg/narc_0329.txt +++ b/files/msgdata/msg/narc_0329.txt @@ -1,23 +1,23 @@ -Hi!\nHow’s it going?\rYou’re in the {STRVAR 61, 1} group with\n{STRVAR 3, 0} as leader, right?\rWould you like to leave that group\nand join another one? -Hi!\nHow’s it going?\rYou’re in the {STRVAR 61, 1} group with\n{STRVAR 3, 0} as leader, right?\rWould you like to leave that group\nand make a new one? +Hi!\nHow’s it going?\rYou’re in the {STRVAR_1 61, 1} group with\n{STRVAR_1 3, 0} as leader, right?\rWould you like to leave that group\nand join another one? +Hi!\nHow’s it going?\rYou’re in the {STRVAR_1 61, 1} group with\n{STRVAR_1 3, 0} as leader, right?\rWould you like to leave that group\nand make a new one? Hi, I know it’s a little sudden, but\nwould you like to join a group?\rIf you join a group, you can compete\nor cooperate with fellow members.\rIt’s a lot of fun.\nWant to join?\r Which group would you like to join? Oh.\nThat’s too bad. Oh, you want to make a new group?\nSure thing!\rThe group you made before will be\ndisbanded, though. Is that OK? Yay, cool! What do you want to name\nyour group? -The {STRVAR 61, 0} group, huh?\nThat’s a great name!\rThe leader is {STRVAR 3, 1}.\nI hope the group gets more members. -The {STRVAR 61, 0} group?\n{STRVAR 3, 1} is the leader.\fWould you like to join this group? -OK! {STRVAR 3, 0} is now a member\nof the {STRVAR 61, 1} group. +The {STRVAR_1 61, 0} group, huh?\nThat’s a great name!\rThe leader is {STRVAR_1 3, 1}.\nI hope the group gets more members. +The {STRVAR_1 61, 0} group?\n{STRVAR_1 3, 1} is the leader.\fWould you like to join this group? +OK! {STRVAR_1 3, 0} is now a member\nof the {STRVAR_1 61, 1} group. When you form or join a new group,\nbe sure to visit any Union Room.\rMix your records with group members,\nand you’ll become integrated.\rWhen you’re in the same group,\nevents can happen simultaneously.\rIt makes things a lot more fun\nplaying in a group!\rAnyone can make a group, and anyone\ncan join.\rI hope you recruit lots of friends\nso everyone can have fun! MAKE GROUP JOIN GROUP INFO EXIT -{STRVAR 61, 0} Group -{STRVAR 61, 1} Group -{STRVAR 61, 2} Group -{STRVAR 61, 3} Group -{STRVAR 61, 4} Group +{STRVAR_1 61, 0} Group +{STRVAR_1 61, 1} Group +{STRVAR_1 61, 2} Group +{STRVAR_1 61, 3} Group +{STRVAR_1 61, 4} Group EXIT -That group?\nDidn’t {STRVAR 3, 0} make it already? +That group?\nDidn’t {STRVAR_1 3, 0} make it already? Isn’t there already another group\nwith that name? diff --git a/files/msgdata/msg/narc_0330.key b/files/msgdata/msg/narc_0330.key deleted file mode 100644 index db9c2787..00000000 --- a/files/msgdata/msg/narc_0330.key +++ /dev/null @@ -1 +0,0 @@ -V
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0331.key b/files/msgdata/msg/narc_0331.key deleted file mode 100644 index 41e0514a..00000000 --- a/files/msgdata/msg/narc_0331.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0332.key b/files/msgdata/msg/narc_0332.key deleted file mode 100644 index 222c44de..00000000 --- a/files/msgdata/msg/narc_0332.key +++ /dev/null @@ -1 +0,0 @@ -0
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0332.txt b/files/msgdata/msg/narc_0332.txt index 09c7a7d0..86c2a360 100644 --- a/files/msgdata/msg/narc_0332.txt +++ b/files/msgdata/msg/narc_0332.txt @@ -1,21 +1,21 @@ -Good morning. You must be\n{STRVAR 3, 0}.\rI’ve received a gift for you.\nHere you go!\r -Good day. You must be\n{STRVAR 3, 0}.\rI’ve received a gift for you.\nHere you go!\r -Good evening. You must be\n{STRVAR 3, 0}.\rI’ve received a gift for you.\nHere you go!\r +Good morning. You must be\n{STRVAR_1 3, 0}.\rI’ve received a gift for you.\nHere you go!\r +Good day. You must be\n{STRVAR_1 3, 0}.\rI’ve received a gift for you.\nHere you go!\r +Good evening. You must be\n{STRVAR_1 3, 0}.\rI’ve received a gift for you.\nHere you go!\r I haven’t received any other gifts\nfor you.\rWe look forward to your next visit. Your party is full, I’m afraid.\nI can’t give this to you yet. -Another {STRVAR 8, 0}? You already\nhave too many to accept any more. +Another {STRVAR_1 8, 0}? You already\nhave too many to accept any more. To accept this, you need to make\nroom for decoration goods. -{STRVAR 3, 0} received\n{COLOR 101}{STRVAR 0, 1}{COLOR 0}!\r -{STRVAR 3, 0} received\na {COLOR 1}Pokémon Egg{COLOR 0}!\r -{STRVAR 3, 0} received\nthe gift {COLOR 1}{STRVAR 8, 1}{COLOR 0}!\r -{STRVAR 3, 0} received the\n{COLOR 1}{STRVAR 26, 1} Rules{COLOR 0}.\r -{STRVAR 3, 0} received\nthe gift {COLOR 1}{STRVAR 10, 1}{COLOR 0}!\r -{STRVAR 3, 0} received\nthe gift {COLOR 1}{STRVAR 31, 1}{COLOR 0}.\r -{STRVAR 3, 0} received\nthe {COLOR 1}MANAPHY Egg{COLOR 0}!\r -{STRVAR 3, 0} received\na {COLOR 1}Member’s Card{COLOR 0}.\r -{STRVAR 3, 0} received\n{COLOR 1}Oak’s Letter{COLOR 0}!\r -{STRVAR 3, 0} received\nan {COLOR 1}Azure Flute{COLOR 0}!\r +{STRVAR_1 3, 0} received\n{COLOR 101}{STRVAR_1 0, 1}{COLOR 0}!\r +{STRVAR_1 3, 0} received\na {COLOR 1}Pokémon Egg{COLOR 0}!\r +{STRVAR_1 3, 0} received\nthe gift {COLOR 1}{STRVAR_1 8, 1}{COLOR 0}!\r +{STRVAR_1 3, 0} received the\n{COLOR 1}{STRVAR_1 26, 1} Rules{COLOR 0}.\r +{STRVAR_1 3, 0} received\nthe gift {COLOR 1}{STRVAR_1 10, 1}{COLOR 0}!\r +{STRVAR_1 3, 0} received\nthe gift {COLOR 1}{STRVAR_1 31, 1}{COLOR 0}.\r +{STRVAR_1 3, 0} received\nthe {COLOR 1}MANAPHY Egg{COLOR 0}!\r +{STRVAR_1 3, 0} received\na {COLOR 1}Member’s Card{COLOR 0}.\r +{STRVAR_1 3, 0} received\n{COLOR 1}Oak’s Letter{COLOR 0}!\r +{STRVAR_1 3, 0} received\nan {COLOR 1}Azure Flute{COLOR 0}!\r We look forward to your next visit. -{STRVAR 3, 0} received the Pokétch\napp {COLOR 1}{STRVAR 24, 1}{COLOR 0}!\r -...Uh-oh. {STRVAR 3, 0}, you haven’t\nobtained a Pokétch yet.\rI can’t give you this app if you\ndon’t have a Pokétch.\r -{STRVAR 3, 0} was awarded\nthe {COLOR 1}{STRVAR 39, 1}{COLOR 0}!\rThe {STRVAR 39, 1}\nwas given to {STRVAR 1, 2}.\r +{STRVAR_1 3, 0} received the Pokétch\napp {COLOR 1}{STRVAR_1 24, 1}{COLOR 0}!\r +...Uh-oh. {STRVAR_1 3, 0}, you haven’t\nobtained a Pokétch yet.\rI can’t give you this app if you\ndon’t have a Pokétch.\r +{STRVAR_1 3, 0} was awarded\nthe {COLOR 1}{STRVAR_1 39, 1}{COLOR 0}!\rThe {STRVAR_1 39, 1}\nwas given to {STRVAR_1 1, 2}.\r diff --git a/files/msgdata/msg/narc_0333.key b/files/msgdata/msg/narc_0333.key deleted file mode 100644 index 85e24a11..00000000 --- a/files/msgdata/msg/narc_0333.key +++ /dev/null @@ -1 +0,0 @@ -XO
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0333.txt b/files/msgdata/msg/narc_0333.txt index 8dbfaae6..086c9f53 100644 --- a/files/msgdata/msg/narc_0333.txt +++ b/files/msgdata/msg/narc_0333.txt @@ -1,10 +1,10 @@ -{STRVAR 3, 0} obtained\nthe {STRVAR 8, 1}! +{STRVAR_1 3, 0} obtained\nthe {STRVAR_1 8, 1}! The Bag is full... -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the {STRVAR 8, 2} Pocket. -{STRVAR 3, 0} found\n{STRVAR 8, 1}! -Obtained the {STRVAR 8, 0}!\rToo bad!\nThe Bag is full... -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the Bag. -{STRVAR 3, 0} found\n{STRVAR 8, 1} {STRVAR 6, 2}! -{STRVAR 3, 0} obtained\nthe {COLOR 2}{STRVAR 8, 1}{COLOR 0}! -{STRVAR 3, 0} obtained\nthe {COLOR 1}{STRVAR 8, 1}{COLOR 0}! -{STRVAR 3, 0} put the {STRVAR 8, 1}\nin the {COLOR 2}{STRVAR 60, 2}{COLOR 0} Pocket. +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the {STRVAR_1 8, 2} Pocket. +{STRVAR_1 3, 0} found\n{STRVAR_1 8, 1}! +Obtained the {STRVAR_1 8, 0}!\rToo bad!\nThe Bag is full... +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the Bag. +{STRVAR_1 3, 0} found\n{STRVAR_1 8, 1} {STRVAR_1 6, 2}! +{STRVAR_1 3, 0} obtained\nthe {COLOR 2}{STRVAR_1 8, 1}{COLOR 0}! +{STRVAR_1 3, 0} obtained\nthe {COLOR 1}{STRVAR_1 8, 1}{COLOR 0}! +{STRVAR_1 3, 0} put the {STRVAR_1 8, 1}\nin the {COLOR 2}{STRVAR_1 60, 2}{COLOR 0} Pocket. diff --git a/files/msgdata/msg/narc_0334.key b/files/msgdata/msg/narc_0334.key deleted file mode 100644 index 7acc66c0..00000000 --- a/files/msgdata/msg/narc_0334.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0334.txt b/files/msgdata/msg/narc_0334.txt index f8f18996..0a94e5b6 100644 --- a/files/msgdata/msg/narc_0334.txt +++ b/files/msgdata/msg/narc_0334.txt @@ -1,27 +1,27 @@ This tree looks like it can be\ncut down! Would you like to cut it? -{STRVAR 0, 0} used Cut!\r +{STRVAR_1 0, 0} used Cut!\r This tree looks like it can be\ncut down! This rock appears to be breakable.\nWould you like to use Rock Smash? It’s a rugged rock, but a Pokémon\nmay be able to smash it. -{STRVAR 0, 0} used Rock Smash!\r +{STRVAR_1 0, 0} used Rock Smash!\r It’s a big boulder, but a Pokémon\nmay be able to push it aside.\rWould you like to use Strength? It’s a big boulder, but a Pokémon\nmay be able to push it aside. Strength made it possible to move\nboulders around. -{STRVAR 0, 0} used Strength!\r -{STRVAR 0, 0}’s Strength made it\npossible to move boulders around! +{STRVAR_1 0, 0} used Strength!\r +{STRVAR_1 0, 0}’s Strength made it\npossible to move boulders around! The water is a deep blue color...\nWould you like to surf on it? -{STRVAR 0, 0} used Surf!\r +{STRVAR_1 0, 0} used Surf!\r Surf can’t be used if you have\nsomeone with you. A deep fog drapes the area...\nWould you like to use Defog? -{STRVAR 0, 0} used Defog!\r +{STRVAR_1 0, 0} used Defog!\r A deep fog drapes the area...\nWill a Pokémon’s move lift it? The wall is very rocky...\nWould you like to use Rock Climb? -{STRVAR 0, 0} used Rock Climb!\r +{STRVAR_1 0, 0} used Rock Climb!\r The wall is very rocky...\nWill a Pokémon’s move scale it? Rock Climb can’t be used if you have\nsomeone with you. It’s a large waterfall.\nWould you like to use Waterfall? -{STRVAR 0, 0} used Waterfall.\r +{STRVAR_1 0, 0} used Waterfall.\r A wall of water is crashing down with\na mighty roar. -{STRVAR 0, 0} used Flash!\r +{STRVAR_1 0, 0} used Flash!\r diff --git a/files/msgdata/msg/narc_0335.key b/files/msgdata/msg/narc_0335.key deleted file mode 100644 index 197af668..00000000 --- a/files/msgdata/msg/narc_0335.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0335.txt b/files/msgdata/msg/narc_0335.txt index f914421c..81388e8c 100644 --- a/files/msgdata/msg/narc_0335.txt +++ b/files/msgdata/msg/narc_0335.txt @@ -1,8 +1,8 @@ -Rowan: Ah, {STRVAR 3, 0}!\rYou’ve come to show me the progress\nyou’ve made on your Pokédex? -Hmm...\rYou’ve spotted {STRVAR 52, 0} Pokémon in\nSinnoh...\r +Rowan: Ah, {STRVAR_1 3, 0}!\rYou’ve come to show me the progress\nyou’ve made on your Pokédex? +Hmm...\rYou’ve spotted {STRVAR_1 52, 0} Pokémon in\nSinnoh...\r What’s wrong?\rYou’re not suggesting you’ve seen so\nfew that you’re afraid to show me? Rowan: You’re working hard on your\nNational Pokédex I see.\rI expect big things from you! -I see!\rYou’ve met all the Pokémon there\nare in Sinnoh!\r{STRVAR 3, 0}, I need to see you\nat my lab. I’ll be waiting! +I see!\rYou’ve met all the Pokémon there\nare in Sinnoh!\r{STRVAR_1 3, 0}, I need to see you\nat my lab. I’ll be waiting! I see!\rYou’ve met all the Pokémon there\nare in Sinnoh! Look harder for wild Pokémon.\rDon’t be afraid of going into tall\ngrass. Your pace is picking up.\nThings can only get better! @@ -13,9 +13,9 @@ Are you fishing with rods?\rPokémon that live underwater need\nto be caught by The Trainers that challenge you to\nbattle have Pokémon, obviously.\rThey may have rare ones with them,\nand that can add to your Pokédex. Your Pokédex is well on the way to\nbeing filled up.\rThis Pokédex can be considered\na journal of your adventure. You’re not far from seeing every\nPokémon there is to see in Sinnoh! -Oak: Ah, {STRVAR 3, 0}!\rYou’ve come to show me how\nyour Pokédex is coming along? -Oak: Ah, {STRVAR 3, 0}!\rYou’ve come to show me how\nyour Pokédex is coming along? -Hmhm...\nYou’ve caught {STRVAR 52, 0} so far...\r +Oak: Ah, {STRVAR_1 3, 0}!\rYou’ve come to show me how\nyour Pokédex is coming along? +Oak: Ah, {STRVAR_1 3, 0}!\rYou’ve come to show me how\nyour Pokédex is coming along? +Hmhm...\nYou’ve caught {STRVAR_1 52, 0} so far...\r I see...\rCome see me if you’d like me to have\na look at your Pokédex. They say there are at least 400\nspecies of Pokémon nationwide.\rIf you’re planning to catch them all,\nyou’d better be a committed Trainer. Hm! Little by little, you’re filling\nthe Pokédex with complete\fdata on Pokémon you’ve gotten.\rKeep up the good work! @@ -29,14 +29,14 @@ Apparently, there are some Pokémon\nthat appear in swarms on occasion.\rDon’t Amazing! You’ve already gotten over\n300 Pokémon!\rThat’s already a major achievement,\nbut I know you’re capable of more! Some wild Pokémon only appear during\ncertain times of the day.\rYou’ll need to look for Pokémon\naround the clock. I’ve been getting reports of\ndifferent Pokémon sightings.\rBy different, I mean Pokémon that\naren’t native to the Sinnoh region.\rYou should perhaps go back to\nareas you’ve already scoured.\rYou may end up seeing Pokémon\nthat weren’t there before. -{STRVAR 3, 0}, have you visited\nthe Pal Park recently?\rThere still may be Pokémon that are\nrarely seen in Sinnoh. -{STRVAR 3, 0}, have you visited\nthe Pal Park recently?\rThere still may be Pokémon that are\nrarely seen in Sinnoh. +{STRVAR_1 3, 0}, have you visited\nthe Pal Park recently?\rThere still may be Pokémon that are\nrarely seen in Sinnoh. +{STRVAR_1 3, 0}, have you visited\nthe Pal Park recently?\rThere still may be Pokémon that are\nrarely seen in Sinnoh. Hm! Your Pokédex is getting closer\nto completion.\rHave you ever considered a career\nas a Pokémon professor? Hmm... You’ve caught quite the\nimpressive collection of Pokémon.\rYou’ve obviously had to employ many\nmeans to seek them all out.\rKeep an eye out for rustling tall\ngrass and search it thoroughly. I can only marvel at the diversity\nof Pokémon.\rI’m still very much in awe of\nthem. Good, good, you’re getting close to\ncompleting the Pokédex.\rI’m looking forward to seeing its\ncompletion.\rWhen that happens, your views about\nPokémon will likely have changed! Hmm... You are so very close to\ncompleting your Pokédex.\rThink about what’s missing.\nRecall what you’ve overlooked.\rYou’re so close--please finish\nthe Pokédex! -{STRVAR 3, 0}!\nYou’ve finally done it!\rYou’ve finally completed\nthe National Pokédex!\rThis is better than meeting any\nexotic Pokémon for the first time!\rI feel blessed to have become friends\nwith a Trainer like you!\rSincerely, I thank you from the\nbottom of my heart! -{STRVAR 3, 0}!\nYou’ve finally done it!\rYou’ve finally completed\nthe National Pokédex!\rThis is better than meeting any\nexotic Pokémon for the first time!\rI feel blessed to have become friends\nwith a Trainer like you!\rSincerely, I thank you from the\nbottom of my heart! +{STRVAR_1 3, 0}!\nYou’ve finally done it!\rYou’ve finally completed\nthe National Pokédex!\rThis is better than meeting any\nexotic Pokémon for the first time!\rI feel blessed to have become friends\nwith a Trainer like you!\rSincerely, I thank you from the\nbottom of my heart! +{STRVAR_1 3, 0}!\nYou’ve finally done it!\rYou’ve finally completed\nthe National Pokédex!\rThis is better than meeting any\nexotic Pokémon for the first time!\rI feel blessed to have become friends\nwith a Trainer like you!\rSincerely, I thank you from the\nbottom of my heart! Accessed Professor Rowan’s PC.\r Accessed Professor Oak’s PC.\r diff --git a/files/msgdata/msg/narc_0336.key b/files/msgdata/msg/narc_0336.key deleted file mode 100644 index aef641e3..00000000 --- a/files/msgdata/msg/narc_0336.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0337.key b/files/msgdata/msg/narc_0337.key deleted file mode 100644 index c54410e5..00000000 --- a/files/msgdata/msg/narc_0337.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0337.txt b/files/msgdata/msg/narc_0337.txt index a02c0848..633fc06c 100644 --- a/files/msgdata/msg/narc_0337.txt +++ b/files/msgdata/msg/narc_0337.txt @@ -39,11 +39,11 @@ OK, our theme this time is...\n“The Flexible”!\r OK, our theme this time is...\n“The Festive”!\r OK, our theme this time is...\n“The Intangible”!\r OK, our theme this time is...\n“The Relaxed”!\r -The time limit is 60 seconds!\nYou are allowed {STRVAR 51, 0} Accessories!\rMake sure they are securely set!\nBegin dressing up now!\r -The time limit is 60 seconds!\nYou are allowed {STRVAR 51, 0} Accessories!\rYour fashion sense is on trial!\nBegin dressing up now!\r -{STRVAR 34, 0} {STRVAR 35, 1} -{STRVAR 3, 3}’s {STRVAR 1, 4} -{STRVAR 28, 0} +The time limit is 60 seconds!\nYou are allowed {STRVAR_1 51, 0} Accessories!\rMake sure they are securely set!\nBegin dressing up now!\r +The time limit is 60 seconds!\nYou are allowed {STRVAR_1 51, 0} Accessories!\rYour fashion sense is on trial!\nBegin dressing up now!\r +{STRVAR_1 34, 0} {STRVAR_1 35, 1} +{STRVAR_1 3, 3}’s {STRVAR_1 1, 4} +{STRVAR_1 28, 0} Communicating. Please standby... You can see your Accessories on the\nleft side of the lower screen.\rTouch an Accessory, drag it to\nyour Pokémon on the right, and\fposition it securely.\rYou can put on ten Accessories,\nso you should check for the right\fones using the arrow buttons.\rChange the background with the\nsquare button at the center right.\rOK? Let’s begin dressing up! diff --git a/files/msgdata/msg/narc_0338.key b/files/msgdata/msg/narc_0338.key deleted file mode 100644 index dc4fd017..00000000 --- a/files/msgdata/msg/narc_0338.key +++ /dev/null @@ -1 +0,0 @@ -M{
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0339.key b/files/msgdata/msg/narc_0339.key deleted file mode 100644 index d4428320..00000000 --- a/files/msgdata/msg/narc_0339.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0340.key b/files/msgdata/msg/narc_0340.key deleted file mode 100644 index a1462060..00000000 --- a/files/msgdata/msg/narc_0340.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0341.key b/files/msgdata/msg/narc_0341.key deleted file mode 100644 index 8a5c15d2..00000000 --- a/files/msgdata/msg/narc_0341.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0341.txt b/files/msgdata/msg/narc_0341.txt index cbba4c2a..28965e43 100644 --- a/files/msgdata/msg/narc_0341.txt +++ b/files/msgdata/msg/narc_0341.txt @@ -23,12 +23,12 @@ Are you a boy?\nOr are you a girl?\r All right, so you’re a boy?\r All right, so you’re a girl?\r Tell me, what is your name?\r -Your name is {STRVAR 3, 0}?\r -Your name is {STRVAR 3, 0}?\r -OK...\nSo, you’re {STRVAR 3, 0}?\rA fine name that is!\rNow, this boy here...\nI believe he’s your friend.\r +Your name is {STRVAR_1 3, 0}?\r +Your name is {STRVAR_1 3, 0}?\r +OK...\nSo, you’re {STRVAR_1 3, 0}?\rA fine name that is!\rNow, this boy here...\nI believe he’s your friend.\r What might his name be?\r -{STRVAR 3, 1}, is it?\nThat’s your friend’s name?\r -All right, {STRVAR 3, 0}, the time\nhas come.\rYour very own tale of grand\nadventure is about to unfold.\rOn your journey, you will meet\ncountless Pokémon and people.\rI’m sure that along the way you will\ndiscover many things, perhaps even\fsomething about yourself.\rNow, go on, leap into the world of\nPokémon!\r +{STRVAR_1 3, 1}, is it?\nThat’s your friend’s name?\r +All right, {STRVAR_1 3, 0}, the time\nhas come.\rYour very own tale of grand\nadventure is about to unfold.\rOn your journey, you will meet\ncountless Pokémon and people.\rI’m sure that along the way you will\ndiscover many things, perhaps even\fsomething about yourself.\rNow, go on, leap into the world of\nPokémon!\r CONTROL INFO ADVENTURE INFO NO INFO NEEDED diff --git a/files/msgdata/msg/narc_0342.key b/files/msgdata/msg/narc_0342.key deleted file mode 100644 index e86a84df..00000000 --- a/files/msgdata/msg/narc_0342.key +++ /dev/null @@ -1 +0,0 @@ -?
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0343.key b/files/msgdata/msg/narc_0343.key deleted file mode 100644 index 4da5a1d7..00000000 --- a/files/msgdata/msg/narc_0343.key +++ /dev/null @@ -1 +0,0 @@ -^
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0344.key b/files/msgdata/msg/narc_0344.key deleted file mode 100644 index 8bb673e6..00000000 --- a/files/msgdata/msg/narc_0344.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0345.key b/files/msgdata/msg/narc_0345.key deleted file mode 100644 index e973203c..00000000 --- a/files/msgdata/msg/narc_0345.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0346.key b/files/msgdata/msg/narc_0346.key deleted file mode 100644 index 16e6db59..00000000 --- a/files/msgdata/msg/narc_0346.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0347.key b/files/msgdata/msg/narc_0347.key deleted file mode 100644 index dfe8d7ef..00000000 --- a/files/msgdata/msg/narc_0347.key +++ /dev/null @@ -1 +0,0 @@ -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0348.key b/files/msgdata/msg/narc_0348.key deleted file mode 100644 index 16429775..00000000 --- a/files/msgdata/msg/narc_0348.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0349.key b/files/msgdata/msg/narc_0349.key deleted file mode 100644 index dc2bb8aa..00000000 --- a/files/msgdata/msg/narc_0349.key +++ /dev/null @@ -1 +0,0 @@ -I
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0350.key b/files/msgdata/msg/narc_0350.key deleted file mode 100644 index 200901ee..00000000 --- a/files/msgdata/msg/narc_0350.key +++ /dev/null @@ -1 +0,0 @@ -)
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0350.txt b/files/msgdata/msg/narc_0350.txt index afdc425b..ec43903f 100644 --- a/files/msgdata/msg/narc_0350.txt +++ b/files/msgdata/msg/narc_0350.txt @@ -1,5 +1,5 @@ It’s soft, earthy soil.\r -{STRVAR 8, 0} has been laid down.\r +{STRVAR_1 8, 0} has been laid down.\r FERTILIZE PLANT BERRY EXIT @@ -9,30 +9,30 @@ NO Want to plant a Berry? YES NO -The {STRVAR 8, 0} was scattered\non the soil.\r -The {STRVAR 8, 0} was planted\nin the soft, earthy soil. -{STRVAR 8, 0} was planted\nhere.\r -The {STRVAR 8, 0} Berry Plant\nhas sprouted.\r -This {STRVAR 8, 0} Plant is growing\nbigger.\r -This {STRVAR 8, 0} Plant is\nin bloom!\r +The {STRVAR_1 8, 0} was scattered\non the soil.\r +The {STRVAR_1 8, 0} was planted\nin the soft, earthy soil. +{STRVAR_1 8, 0} was planted\nhere.\r +The {STRVAR_1 8, 0} Berry Plant\nhas sprouted.\r +This {STRVAR_1 8, 0} Plant is growing\nbigger.\r +This {STRVAR_1 8, 0} Plant is\nin bloom!\r Want to sprinkle some water? YES NO There! All happy! -There are {STRVAR 51, 1} {STRVAR 8, 0}!\nWant to pick them? +There are {STRVAR_1 51, 1} {STRVAR_1 8, 0}!\nWant to pick them? YES NO -{STRVAR 3, 0} left the {STRVAR 8, 1}\nwhere they were. -You picked the {STRVAR 51, 1} {STRVAR 8, 0}.\r -Your Bag is full.\nThe {STRVAR 8, 0} couldn’t be taken. -{STRVAR 3, 0} put away the {STRVAR 8, 1}\nin the Bag’s {STRVAR 18, 3} Pocket.\rThe soil returned to its soft and\nearthy state. +{STRVAR_1 3, 0} left the {STRVAR_1 8, 1}\nwhere they were. +You picked the {STRVAR_1 51, 1} {STRVAR_1 8, 0}.\r +Your Bag is full.\nThe {STRVAR_1 8, 0} couldn’t be taken. +{STRVAR_1 3, 0} put away the {STRVAR_1 8, 1}\nin the Bag’s {STRVAR_1 18, 3} Pocket.\rThe soil returned to its soft and\nearthy state. It’s soft, earthy soil. -{STRVAR 8, 0} has been laid down. -The {STRVAR 8, 0} was scattered\non the soil. -{STRVAR 8, 0} was planted\nhere. -The {STRVAR 8, 0} Berry Plant\nhas sprouted. -The {STRVAR 8, 0} Plant is growing\nbigger. -This {STRVAR 8, 0} Plant is\nin bloom! -There is {STRVAR 8, 0}!\nWant to pick it? -{STRVAR 3, 0} left the {STRVAR 8, 1}\nwhere it was. -You picked the {STRVAR 8, 0}.\r +{STRVAR_1 8, 0} has been laid down. +The {STRVAR_1 8, 0} was scattered\non the soil. +{STRVAR_1 8, 0} was planted\nhere. +The {STRVAR_1 8, 0} Berry Plant\nhas sprouted. +The {STRVAR_1 8, 0} Plant is growing\nbigger. +This {STRVAR_1 8, 0} Plant is\nin bloom! +There is {STRVAR_1 8, 0}!\nWant to pick it? +{STRVAR_1 3, 0} left the {STRVAR_1 8, 1}\nwhere it was. +You picked the {STRVAR_1 8, 0}.\r diff --git a/files/msgdata/msg/narc_0351.key b/files/msgdata/msg/narc_0351.key deleted file mode 100644 index 05659ca6..00000000 --- a/files/msgdata/msg/narc_0351.key +++ /dev/null @@ -1,2 +0,0 @@ - -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0351.txt b/files/msgdata/msg/narc_0351.txt index 9cf2b883..48b088e0 100644 --- a/files/msgdata/msg/narc_0351.txt +++ b/files/msgdata/msg/narc_0351.txt @@ -4,10 +4,10 @@ DRY SWEET BITTER SOUR -{STRVAR 51, 0} -{STRVAR 8, 0} +{STRVAR_1 51, 0} +{STRVAR_1 8, 0} SIZE / -{STRVAR 51, 0}.{STRVAR 50, 1}” +{STRVAR_1 51, 0}.{STRVAR_1 50, 1}” FIRM / Very soft Soft diff --git a/files/msgdata/msg/narc_0352.key b/files/msgdata/msg/narc_0352.key deleted file mode 100644 index 93c2e454..00000000 --- a/files/msgdata/msg/narc_0352.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0352.txt b/files/msgdata/msg/narc_0352.txt index ad1751b8..afee3efd 100644 --- a/files/msgdata/msg/narc_0352.txt +++ b/files/msgdata/msg/narc_0352.txt @@ -1,4 +1,4 @@ -{STRVAR 3, 0}: All right! To the lake!\nLet’s find us a red GYARADOS!\r -{STRVAR 3, 0}: You go ahead...\r...I know we have to go return these\nPokémon. They’re not ours.\rBut I want to spend just a little\nmore time with this little guy...\r -{STRVAR 3, 0}: Hey, hey!\nWhere do you think you’re going?\rWe have to go return these\nPokémon...\r +{STRVAR_1 3, 0}: All right! To the lake!\nLet’s find us a red GYARADOS!\r +{STRVAR_1 3, 0}: You go ahead...\r...I know we have to go return these\nPokémon. They’re not ours.\rBut I want to spend just a little\nmore time with this little guy...\r +{STRVAR_1 3, 0}: Hey, hey!\nWhere do you think you’re going?\rWe have to go return these\nPokémon...\r Lake Verity Ahead\nThe Lake of Emotions diff --git a/files/msgdata/msg/narc_0353.key b/files/msgdata/msg/narc_0353.key Binary files differdeleted file mode 100644 index c2603845..00000000 --- a/files/msgdata/msg/narc_0353.key +++ /dev/null diff --git a/files/msgdata/msg/narc_0354.key b/files/msgdata/msg/narc_0354.key deleted file mode 100644 index ae29f2aa..00000000 --- a/files/msgdata/msg/narc_0354.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0355.key b/files/msgdata/msg/narc_0355.key Binary files differdeleted file mode 100644 index 5574d7ef..00000000 --- a/files/msgdata/msg/narc_0355.key +++ /dev/null diff --git a/files/msgdata/msg/narc_0356.key b/files/msgdata/msg/narc_0356.key deleted file mode 100644 index a7f2ce3f..00000000 --- a/files/msgdata/msg/narc_0356.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0357.key b/files/msgdata/msg/narc_0357.key deleted file mode 100644 index eb994aba..00000000 --- a/files/msgdata/msg/narc_0357.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0358.key b/files/msgdata/msg/narc_0358.key deleted file mode 100644 index 4f57675f..00000000 --- a/files/msgdata/msg/narc_0358.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0359.key b/files/msgdata/msg/narc_0359.key deleted file mode 100644 index e18e4c39..00000000 --- a/files/msgdata/msg/narc_0359.key +++ /dev/null @@ -1 +0,0 @@ -TG
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0360.key b/files/msgdata/msg/narc_0360.key deleted file mode 100644 index 5b1f39db..00000000 --- a/files/msgdata/msg/narc_0360.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0360.txt b/files/msgdata/msg/narc_0360.txt index e176fb1a..2d862c34 100644 --- a/files/msgdata/msg/narc_0360.txt +++ b/files/msgdata/msg/narc_0360.txt @@ -4,7 +4,7 @@ ERASE GIVE CANCEL -What would you like to do with\n{STRVAR 3, 0}’s Mail? +What would you like to do with\n{STRVAR_1 3, 0}’s Mail? The message will be lost.\nIs that OK? The message was erased.\rLet a Pokémon hold this Mail? The Mail’s message was erased,\nand it was put in the Bag. diff --git a/files/msgdata/msg/narc_0361.key b/files/msgdata/msg/narc_0361.key deleted file mode 100644 index f3a0593e..00000000 --- a/files/msgdata/msg/narc_0361.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0362.key b/files/msgdata/msg/narc_0362.key deleted file mode 100644 index 45da088d..00000000 --- a/files/msgdata/msg/narc_0362.key +++ /dev/null @@ -1 +0,0 @@ -,x
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0363.key b/files/msgdata/msg/narc_0363.key deleted file mode 100644 index 74232e41..00000000 --- a/files/msgdata/msg/narc_0363.key +++ /dev/null @@ -1 +0,0 @@ -!
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0364.key b/files/msgdata/msg/narc_0364.key deleted file mode 100644 index c2c9d83e..00000000 --- a/files/msgdata/msg/narc_0364.key +++ /dev/null @@ -1 +0,0 @@ -\
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0365.key b/files/msgdata/msg/narc_0365.key deleted file mode 100644 index 5cccfe83..00000000 --- a/files/msgdata/msg/narc_0365.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0365.txt b/files/msgdata/msg/narc_0365.txt index b2d63ccc..5a2e0dcd 100644 --- a/files/msgdata/msg/narc_0365.txt +++ b/files/msgdata/msg/narc_0365.txt @@ -6,42 +6,42 @@ -DJ: Wa-hey!\rThis is the Battle Tower Corner going\nout to battle maniacs nationwide!\rToday, we look at {STRVAR 3, 1}, who\nracked up {STRVAR 52, 0} straight wins at\fthe Battle Tower!\rLet’s hear what that brave\nTrainer had to say about it.\rTake it away, {STRVAR 3, 1}!\r“{STRVAR 28, 2}!”\rWa-hey! Bravo!\rYou can tell the Trainer’s loving\nthat {STRVAR 52, 0}-win streak!\rAll right, gang, come on down to\nthe Battle Tower and get down!\rKeep it real! Wa-hey! -DJ: Wa-hey!\rThis is the Battle Tower Corner going\nout to battle maniacs nationwide!\rToday, we look at {STRVAR 3, 1}, who\nmissed getting {STRVAR 52, 0} straight wins at\fthe Battle Tower!\rLet’s hear what that brokenhearted\nTrainer had to say about it.\rTake it away, {STRVAR 3, 1}!\r“{STRVAR 28, 2}!”\rWa-hey! That’s real hurting!\rThe harsh realities of battling are\nlaid bare, and they’re not pretty!\rAll right, gang, come on down to\nthe Battle Tower and get down!\rKeep it real! Wa-hey! -MC: Hello, this is Your Pokémon\nCorner.\rToday, we look at {STRVAR 3, 0}’s\nbeloved {STRVAR 0, 1} {STRVAR 1, 2}.\rTo {STRVAR 3, 0}, {STRVAR 1, 2} is said\nto be, “{STRVAR 28, 3}!”\rOK, viewers, keep showing us the\nPokémon that are your pride and joy!\rLet’s meet again! -MC: Hello, this is Your Pokémon\nCorner.\rToday, we look at {STRVAR 3, 0}’s\nbeloved {STRVAR 0, 1}.\rTo {STRVAR 3, 0}, this {STRVAR 0, 1} is\nsaid to be, “{STRVAR 28, 3}!”\rOK, viewers, keep showing us the\nPokémon that are your pride and joy!\rLet’s meet again! +DJ: Wa-hey!\rThis is the Battle Tower Corner going\nout to battle maniacs nationwide!\rToday, we look at {STRVAR_1 3, 1}, who\nracked up {STRVAR_1 52, 0} straight wins at\fthe Battle Tower!\rLet’s hear what that brave\nTrainer had to say about it.\rTake it away, {STRVAR_1 3, 1}!\r“{STRVAR_1 28, 2}!”\rWa-hey! Bravo!\rYou can tell the Trainer’s loving\nthat {STRVAR_1 52, 0}-win streak!\rAll right, gang, come on down to\nthe Battle Tower and get down!\rKeep it real! Wa-hey! +DJ: Wa-hey!\rThis is the Battle Tower Corner going\nout to battle maniacs nationwide!\rToday, we look at {STRVAR_1 3, 1}, who\nmissed getting {STRVAR_1 52, 0} straight wins at\fthe Battle Tower!\rLet’s hear what that brokenhearted\nTrainer had to say about it.\rTake it away, {STRVAR_1 3, 1}!\r“{STRVAR_1 28, 2}!”\rWa-hey! That’s real hurting!\rThe harsh realities of battling are\nlaid bare, and they’re not pretty!\rAll right, gang, come on down to\nthe Battle Tower and get down!\rKeep it real! Wa-hey! +MC: Hello, this is Your Pokémon\nCorner.\rToday, we look at {STRVAR_1 3, 0}’s\nbeloved {STRVAR_1 0, 1} {STRVAR_1 1, 2}.\rTo {STRVAR_1 3, 0}, {STRVAR_1 1, 2} is said\nto be, “{STRVAR_1 28, 3}!”\rOK, viewers, keep showing us the\nPokémon that are your pride and joy!\rLet’s meet again! +MC: Hello, this is Your Pokémon\nCorner.\rToday, we look at {STRVAR_1 3, 0}’s\nbeloved {STRVAR_1 0, 1}.\rTo {STRVAR_1 3, 0}, this {STRVAR_1 0, 1} is\nsaid to be, “{STRVAR_1 28, 3}!”\rOK, viewers, keep showing us the\nPokémon that are your pride and joy!\rLet’s meet again! -MC: Sorry to keep you waiting.\nIt’s time for The Pokétch Watch!\rToday, we examine {STRVAR 3, 0}’s\nfavorite Pokétch app.\rThe app {STRVAR 3, 0} likes best is\nthe {STRVAR 24, 1}.\rAsked why, the Trainer replied,\n“{STRVAR 28, 2}.”\rCredit to you, {STRVAR 3, 0}.\nYour choice is cool and calculated.\rWhy not be like {STRVAR 3, 0} and\nshow off your coolness with the\f{STRVAR 24, 1} app too?\rSee you again, darlings... -Reporter: We’re bringing you this live\nfrom the Contest Hall!\rThe atmosphere is charged with the\nfervent passion of Trainers with high\fhopes on their prized Pokémon!\rOh! Here come some contestants!\nThey’ve just finished a Contest!\rLet’s hit them up for an impromptu\ninterview!\rReporter! Hello! Jubilife TV!\nWas this {STRVAR 0, 0} in a Contest?\rOh, you entered a {STRVAR 35, 2}\n{STRVAR 34, 1}?\rAnd you placed...?\n...No. {STRVAR 50, 3}.\rHow do you feel about this result?\r{STRVAR 3, 4}: “{STRVAR 28, 5}.”\rReporter: I see!\nThanks for your time!\rThat’s it for my report from the\nContest Hall! -Reporter: We’re bringing you this live\nfrom the Contest Hall!\rThe atmosphere is charged with the\nfervent passion of Trainers with high\fhopes on their prized Pokémon!\rOh! Here come some contestants!\nThey’ve just finished a Contest!\rOh, wow, there’s this Contest’s\nwinner!\rLet’s hit the winner up for an\nimpromptu interview!\rReporter! Hello! Jubilife TV!\nCongratulations on your win!\rThis {STRVAR 0, 0} won the\n{STRVAR 35, 2}\f{STRVAR 34, 1}?\rHow do you feel about this result?\r{STRVAR 3, 4}: “{STRVAR 28, 5}.”\rReporter: I see!\nThanks for your time!\rThat’s it for my report from the\nContest Hall! +MC: Sorry to keep you waiting.\nIt’s time for The Pokétch Watch!\rToday, we examine {STRVAR_1 3, 0}’s\nfavorite Pokétch app.\rThe app {STRVAR_1 3, 0} likes best is\nthe {STRVAR_1 24, 1}.\rAsked why, the Trainer replied,\n“{STRVAR_1 28, 2}.”\rCredit to you, {STRVAR_1 3, 0}.\nYour choice is cool and calculated.\rWhy not be like {STRVAR_1 3, 0} and\nshow off your coolness with the\f{STRVAR_1 24, 1} app too?\rSee you again, darlings... +Reporter: We’re bringing you this live\nfrom the Contest Hall!\rThe atmosphere is charged with the\nfervent passion of Trainers with high\fhopes on their prized Pokémon!\rOh! Here come some contestants!\nThey’ve just finished a Contest!\rLet’s hit them up for an impromptu\ninterview!\rReporter! Hello! Jubilife TV!\nWas this {STRVAR_1 0, 0} in a Contest?\rOh, you entered a {STRVAR_1 35, 2}\n{STRVAR_1 34, 1}?\rAnd you placed...?\n...No. {STRVAR_1 50, 3}.\rHow do you feel about this result?\r{STRVAR_1 3, 4}: “{STRVAR_1 28, 5}.”\rReporter: I see!\nThanks for your time!\rThat’s it for my report from the\nContest Hall! +Reporter: We’re bringing you this live\nfrom the Contest Hall!\rThe atmosphere is charged with the\nfervent passion of Trainers with high\fhopes on their prized Pokémon!\rOh! Here come some contestants!\nThey’ve just finished a Contest!\rOh, wow, there’s this Contest’s\nwinner!\rLet’s hit the winner up for an\nimpromptu interview!\rReporter! Hello! Jubilife TV!\nCongratulations on your win!\rThis {STRVAR_1 0, 0} won the\n{STRVAR_1 35, 2}\f{STRVAR_1 34, 1}?\rHow do you feel about this result?\r{STRVAR_1 3, 4}: “{STRVAR_1 28, 5}.”\rReporter: I see!\nThanks for your time!\rThat’s it for my report from the\nContest Hall! -MC: Thanks for tuning in to the\nRight-On Photo Corner!\rAudience: Right on!\rMC: Today’s photo features\n{STRVAR 3, 0}’s {STRVAR 0, 1}.\rIs everyone good with that?\rAudience: Right on!\rMC: Here it is, then!\n{STRVAR 3, 0}’s photo!\rAudience: Right on!\rMC: I’m up with that call!\nThis is a beauty of a photo!\rIt captures the easily overlooked\ncharm of their {STRVAR 0, 1}.\rAudience: Right on!\rMC: We also got {STRVAR 3, 0}’s\nword about the thoughts behind\fthe photo.\rThe Trainer replied,\n“{STRVAR 28, 2}.”\rAudience: Owooooh!\rMC: If someone puts up another photo,\nI’d like to cover it on this show.\rWhat do you say to that, folks?\rAudience: Right on! -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Normal type as their favorite.\rSo, what sort of personality likes\nthe Normal type?\rOur experts say they are cheerful\nbut actually quite shy.\rThey tend to be boisterous and\nfun loving in a group.\rBut they clam up if you get them\nalone with another person.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Fire type as their favorite.\rSo, what sort of personality likes\nthe Fire type?\rOur experts say they tend to be\nvery self-reliant.\rIf their friends are depressed,\nthey’re the first to cheer them up.\rBut if they are hurting, they will\ntry to deal with it themselves.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Water type as their favorite.\rSo, what sort of personality likes\nthe Water type?\rOur experts say they tend to be\nvery sure of their own values.\rThey are not easily swayed by\nfashion movements or trends.\rThey tend to loyally stick with\nwhatever they like.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Electric type as their favorite.\rSo, what sort of personality likes\nthe Electric type?\rOur experts say they tend to be\nvery fashion conscious.\rThey may appear to be nonchalant\nabout things, but don’t be fooled.\rThey tend to be particular about\naesthetics down to even their clothes\fhangers and what erasers they use.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Grass type as their favorite.\rSo, what sort of personality likes\nthe Grass type?\rOur experts say they march to the\nbeat of their own drummer.\rThey are self-motivated and capable\nof finishing projects on their own.\rHowever, they have trouble deciding\nwhen a job is done well enough.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Ice type as their favorite.\rSo, what sort of personality likes\nthe Ice type?\rOur experts say they tend to be\npure of heart and well intentioned.\rThey work selflessly to help friends\nthat are dear to them.\rHowever, they may also become upset\nif their efforts go unnoticed.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Fighting type as their favorite.\rSo, what sort of personality likes\nthe Fighting type?\rOur experts say they tend to be\ndreamy-eyed romantics.\rThey are very loyal to ideas and\nthings that they hold dear.\rThey constantly try to reinvent\nthemselves to chase their dreams.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Poison type as their favorite.\rSo, what sort of personality likes\nthe Poison type?\rOur experts say they tend to be\nsensitive and compassionate.\rThey know how to cheer up people\nwhen they are feeling down.\rBut they also know when to let\npeople despair in peace.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Ground type as their favorite.\rSo, what sort of personality likes\nthe Ground type?\rOur experts say they are people\nthat love new things.\rThey are always alert to things that\nsound entertaining, even those that\faren’t appealing to themselves.\rTheir rooms are easily identifiable\nby stacks of books, games, etc.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Flying type as their favorite.\rSo, what sort of personality likes\nthe Flying type?\rOur experts say they tend to be\nsmart but quite modest.\rWhen solving problems in groups, they\ncome up with solutions first.\rHowever, they will only give out hints\nto make it appear as if the group\fcame up with the solution.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Psychic type as their favorite.\rSo, what sort of personality likes\nthe Psychic type?\rOur experts say they tend to be\nvery upbeat and happy.\rIf they battle friends, battling itself\nmakes them happy.\rThey can thank their opponents with\na smile regardless of the outcome.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Bug type as their favorite.\rSo, what sort of personality likes\nthe Bug type?\rOur experts say they tend to be\nenthusiastic and happy.\rIf they find something they like,\nthey will try to popularize it.\rThey won’t think twice before taking\nhours to explain their hobbies.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Rock type as their favorite.\rSo, what sort of personality likes\nthe Rock type?\rOur experts say they are calm,\ncollected, and supportive.\rThey remain calm and optimistic even\nwhen others are panicking.\rThey can be counted on to provide\nsure support in tight situations.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Ghost type as their favorite.\rSo, what sort of personality likes\nthe Ghost type?\rOur experts say they tend to be\nfun-loving types.\rIf something makes them happy, they’d\nrather not tell others about it.\rInstead, they’ll try to replicate the\nexperience for their friends.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Dragon type as their favorite.\rSo, what sort of personality likes\nthe Dragon type?\rOur experts say they tend to be\ntimid and shy.\rThey’re thoughtful enough to buy\nbirthday gifts for friends.\r...But they would rather leave the\ngifts at the friend’s door.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Dark type as their favorite.\rSo, what sort of personality likes\nthe Dark type?\rOur experts say they tend to be\nvery particular about their likes.\rThey have defined tastes in music,\nbooks, movies, and so on.\rThey can be entertained by their\nfavorite things over and over.\rDid this analysis sound good\nto you? -Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Steel type as their favorite.\rSo, what sort of personality likes\nthe Steel type?\rOur experts say they tend to be\nmiraculous sorts.\rThey are dreamers that go to sleep\nwith their heads filled with everything\fthey hope to achieve.\rThe miraculous part is how they make\none of their dreams come true.\rDid this analysis sound good\nto you? -MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR 9, 1}, yeah!\rEating this would be like stuffing my\nmouth with a Poffin jewelry box!\rMC: Upon seeing the finished Poffin,\n{STRVAR 3, 0} had this to say:\f“{STRVAR 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! -MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR 9, 1}, yeah!\rEating this would be like having\na Poffin orchestra in my mouth!\rMC: Upon seeing the finished Poffin,\n{STRVAR 3, 0} had this to say:\f“{STRVAR 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! -MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR 9, 1}, yeah!\rEating this would be like having\na Poffin trampoline in my mouth!\rMC: Upon seeing the finished Poffin,\n{STRVAR 3, 0} had this to say:\f“{STRVAR 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! -MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR 9, 1}, yeah!\rI didn’t prepare a comment for\nthis unexpected outcome!\rMC: Upon seeing the finished Poffin,\n{STRVAR 3, 0} had this to say:\f“{STRVAR 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! -MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR 9, 1}, yeah!\rEating this would be like having the\nNintendo WFC in my mouth!\rMC: Upon seeing the finished Poffin,\n{STRVAR 3, 0} had this to say:\f“{STRVAR 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! +MC: Thanks for tuning in to the\nRight-On Photo Corner!\rAudience: Right on!\rMC: Today’s photo features\n{STRVAR_1 3, 0}’s {STRVAR_1 0, 1}.\rIs everyone good with that?\rAudience: Right on!\rMC: Here it is, then!\n{STRVAR_1 3, 0}’s photo!\rAudience: Right on!\rMC: I’m up with that call!\nThis is a beauty of a photo!\rIt captures the easily overlooked\ncharm of their {STRVAR_1 0, 1}.\rAudience: Right on!\rMC: We also got {STRVAR_1 3, 0}’s\nword about the thoughts behind\fthe photo.\rThe Trainer replied,\n“{STRVAR_1 28, 2}.”\rAudience: Owooooh!\rMC: If someone puts up another photo,\nI’d like to cover it on this show.\rWhat do you say to that, folks?\rAudience: Right on! +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Normal type as their favorite.\rSo, what sort of personality likes\nthe Normal type?\rOur experts say they are cheerful\nbut actually quite shy.\rThey tend to be boisterous and\nfun loving in a group.\rBut they clam up if you get them\nalone with another person.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Fire type as their favorite.\rSo, what sort of personality likes\nthe Fire type?\rOur experts say they tend to be\nvery self-reliant.\rIf their friends are depressed,\nthey’re the first to cheer them up.\rBut if they are hurting, they will\ntry to deal with it themselves.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Water type as their favorite.\rSo, what sort of personality likes\nthe Water type?\rOur experts say they tend to be\nvery sure of their own values.\rThey are not easily swayed by\nfashion movements or trends.\rThey tend to loyally stick with\nwhatever they like.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Electric type as their favorite.\rSo, what sort of personality likes\nthe Electric type?\rOur experts say they tend to be\nvery fashion conscious.\rThey may appear to be nonchalant\nabout things, but don’t be fooled.\rThey tend to be particular about\naesthetics down to even their clothes\fhangers and what erasers they use.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Grass type as their favorite.\rSo, what sort of personality likes\nthe Grass type?\rOur experts say they march to the\nbeat of their own drummer.\rThey are self-motivated and capable\nof finishing projects on their own.\rHowever, they have trouble deciding\nwhen a job is done well enough.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Ice type as their favorite.\rSo, what sort of personality likes\nthe Ice type?\rOur experts say they tend to be\npure of heart and well intentioned.\rThey work selflessly to help friends\nthat are dear to them.\rHowever, they may also become upset\nif their efforts go unnoticed.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Fighting type as their favorite.\rSo, what sort of personality likes\nthe Fighting type?\rOur experts say they tend to be\ndreamy-eyed romantics.\rThey are very loyal to ideas and\nthings that they hold dear.\rThey constantly try to reinvent\nthemselves to chase their dreams.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Poison type as their favorite.\rSo, what sort of personality likes\nthe Poison type?\rOur experts say they tend to be\nsensitive and compassionate.\rThey know how to cheer up people\nwhen they are feeling down.\rBut they also know when to let\npeople despair in peace.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Ground type as their favorite.\rSo, what sort of personality likes\nthe Ground type?\rOur experts say they are people\nthat love new things.\rThey are always alert to things that\nsound entertaining, even those that\faren’t appealing to themselves.\rTheir rooms are easily identifiable\nby stacks of books, games, etc.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Flying type as their favorite.\rSo, what sort of personality likes\nthe Flying type?\rOur experts say they tend to be\nsmart but quite modest.\rWhen solving problems in groups, they\ncome up with solutions first.\rHowever, they will only give out hints\nto make it appear as if the group\fcame up with the solution.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Psychic type as their favorite.\rSo, what sort of personality likes\nthe Psychic type?\rOur experts say they tend to be\nvery upbeat and happy.\rIf they battle friends, battling itself\nmakes them happy.\rThey can thank their opponents with\na smile regardless of the outcome.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Bug type as their favorite.\rSo, what sort of personality likes\nthe Bug type?\rOur experts say they tend to be\nenthusiastic and happy.\rIf they find something they like,\nthey will try to popularize it.\rThey won’t think twice before taking\nhours to explain their hobbies.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Rock type as their favorite.\rSo, what sort of personality likes\nthe Rock type?\rOur experts say they are calm,\ncollected, and supportive.\rThey remain calm and optimistic even\nwhen others are panicking.\rThey can be counted on to provide\nsure support in tight situations.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Ghost type as their favorite.\rSo, what sort of personality likes\nthe Ghost type?\rOur experts say they tend to be\nfun-loving types.\rIf something makes them happy, they’d\nrather not tell others about it.\rInstead, they’ll try to replicate the\nexperience for their friends.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Dragon type as their favorite.\rSo, what sort of personality likes\nthe Dragon type?\rOur experts say they tend to be\ntimid and shy.\rThey’re thoughtful enough to buy\nbirthday gifts for friends.\r...But they would rather leave the\ngifts at the friend’s door.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Dark type as their favorite.\rSo, what sort of personality likes\nthe Dark type?\rOur experts say they tend to be\nvery particular about their likes.\rThey have defined tastes in music,\nbooks, movies, and so on.\rThey can be entertained by their\nfavorite things over and over.\rDid this analysis sound good\nto you? +Announcer: It’s the Street Corner\nPersonality Checkup!\r{STRVAR_1 3, 0} is our featured Trainer\ntoday.\rIn our interview, our Trainer picked\nthe Steel type as their favorite.\rSo, what sort of personality likes\nthe Steel type?\rOur experts say they tend to be\nmiraculous sorts.\rThey are dreamers that go to sleep\nwith their heads filled with everything\fthey hope to achieve.\rThe miraculous part is how they make\none of their dreams come true.\rDid this analysis sound good\nto you? +MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR_1 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR_1 9, 1}, yeah!\rEating this would be like stuffing my\nmouth with a Poffin jewelry box!\rMC: Upon seeing the finished Poffin,\n{STRVAR_1 3, 0} had this to say:\f“{STRVAR_1 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR_1 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! +MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR_1 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR_1 9, 1}, yeah!\rEating this would be like having\na Poffin orchestra in my mouth!\rMC: Upon seeing the finished Poffin,\n{STRVAR_1 3, 0} had this to say:\f“{STRVAR_1 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR_1 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! +MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR_1 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR_1 9, 1}, yeah!\rEating this would be like having\na Poffin trampoline in my mouth!\rMC: Upon seeing the finished Poffin,\n{STRVAR_1 3, 0} had this to say:\f“{STRVAR_1 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR_1 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! +MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR_1 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR_1 9, 1}, yeah!\rI didn’t prepare a comment for\nthis unexpected outcome!\rMC: Upon seeing the finished Poffin,\n{STRVAR_1 3, 0} had this to say:\f“{STRVAR_1 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR_1 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! +MC: It’s the Three Cheers for Poffin\nCorner! How do you do?\rWe bring you the Poffin Maniac as our\nreturning guest.\rPoffin Maniac: How do you do?\rMC: Today, we have a Poffin stirred,\nnot shaken, by {STRVAR_1 3, 0}.\rPoffin Maniac: Oh!\n{STRVAR_1 9, 1}, yeah!\rEating this would be like having the\nNintendo WFC in my mouth!\rMC: Upon seeing the finished Poffin,\n{STRVAR_1 3, 0} had this to say:\f“{STRVAR_1 28, 2}!”\rPoffin Maniac: Oh, I’d dearly love to\neat one of those!\rMC: Viewers, take a cue from\n{STRVAR_1 3, 0} and get cooking!\rBack next time with more\nmouthwatering Poffins! -MC: Hello, ladies and gentlemen.\nI trust you’ve been well.\rThank you for joining me in the\nAmity Square Watch.\rToday, I wish to cast your eyes upon\n{STRVAR 3, 0}’s stroll.\rI’m sure you’ll agree it’s most\nenchantingly endearing.\r{STRVAR 3, 0} strolled with\ntrusted partner {STRVAR 0, 1}.\rThey walked, and they walked, and\nstill they walked...\r{STRVAR 0, 1} so enjoyed the time,\nit sought out items like a pretty\f{STRVAR 31, 3}.\r{STRVAR 3, 0} and {STRVAR 0, 1} had\na simply scintillating time together.\r{STRVAR 3, 0} described their feelings\ntogether as, “{STRVAR 28, 5}.”\rBonding with Pokémon...\nIt makes me feel warm all over.\rUntil next time, adieu. -MC: Hello, ladies and gentlemen.\nI trust you’ve been well.\rThank you for joining me in the\nAmity Square Watch.\rToday, I wish to cast your eyes upon\n{STRVAR 3, 0}’s stroll.\rI’m sure you’ll agree it’s most\nenchantingly endearing.\r{STRVAR 3, 0} strolled with\ntrusted partner {STRVAR 0, 1}.\rThey walked, and they walked, and\nstill they walked...\r{STRVAR 3, 0} and {STRVAR 0, 1} had\na simply scintillating time together.\r{STRVAR 3, 0} described their feeling\ntogether as, “{STRVAR 28, 5}.”\rBonding with Pokémon...\nIt makes me feel warm all over.\rUntil next time, adieu. -MC: Hello, ladies and gentlemen.\nI trust you’ve been well.\rThank you for joining me in the\nAmity Square Watch.\rToday, I wish to cast your eyes upon\n{STRVAR 3, 0}’s stroll.\rI’m sure you’ll agree it’s most\nenchantingly endearing.\r{STRVAR 3, 0} strolled with\ntrusted partner {STRVAR 0, 1}.\rThey walked, and they walked, and\nstill they walked...\r{STRVAR 0, 1} so enjoyed the time,\nit sought out items like a tasty\f{STRVAR 8, 3} to please the Trainer.\r{STRVAR 3, 0} and {STRVAR 0, 1} had\na simply scintillating time together.\r{STRVAR 3, 0} described their feeling\ntogether as, “{STRVAR 28, 5}.”\rBonding with Pokémon...\nIt makes me feel warm all over.\rUntil next time, adieu. +MC: Hello, ladies and gentlemen.\nI trust you’ve been well.\rThank you for joining me in the\nAmity Square Watch.\rToday, I wish to cast your eyes upon\n{STRVAR_1 3, 0}’s stroll.\rI’m sure you’ll agree it’s most\nenchantingly endearing.\r{STRVAR_1 3, 0} strolled with\ntrusted partner {STRVAR_1 0, 1}.\rThey walked, and they walked, and\nstill they walked...\r{STRVAR_1 0, 1} so enjoyed the time,\nit sought out items like a pretty\f{STRVAR_1 31, 3}.\r{STRVAR_1 3, 0} and {STRVAR_1 0, 1} had\na simply scintillating time together.\r{STRVAR_1 3, 0} described their feelings\ntogether as, “{STRVAR_1 28, 5}.”\rBonding with Pokémon...\nIt makes me feel warm all over.\rUntil next time, adieu. +MC: Hello, ladies and gentlemen.\nI trust you’ve been well.\rThank you for joining me in the\nAmity Square Watch.\rToday, I wish to cast your eyes upon\n{STRVAR_1 3, 0}’s stroll.\rI’m sure you’ll agree it’s most\nenchantingly endearing.\r{STRVAR_1 3, 0} strolled with\ntrusted partner {STRVAR_1 0, 1}.\rThey walked, and they walked, and\nstill they walked...\r{STRVAR_1 3, 0} and {STRVAR_1 0, 1} had\na simply scintillating time together.\r{STRVAR_1 3, 0} described their feeling\ntogether as, “{STRVAR_1 28, 5}.”\rBonding with Pokémon...\nIt makes me feel warm all over.\rUntil next time, adieu. +MC: Hello, ladies and gentlemen.\nI trust you’ve been well.\rThank you for joining me in the\nAmity Square Watch.\rToday, I wish to cast your eyes upon\n{STRVAR_1 3, 0}’s stroll.\rI’m sure you’ll agree it’s most\nenchantingly endearing.\r{STRVAR_1 3, 0} strolled with\ntrusted partner {STRVAR_1 0, 1}.\rThey walked, and they walked, and\nstill they walked...\r{STRVAR_1 0, 1} so enjoyed the time,\nit sought out items like a tasty\f{STRVAR_1 8, 3} to please the Trainer.\r{STRVAR_1 3, 0} and {STRVAR_1 0, 1} had\na simply scintillating time together.\r{STRVAR_1 3, 0} described their feeling\ntogether as, “{STRVAR_1 28, 5}.”\rBonding with Pokémon...\nIt makes me feel warm all over.\rUntil next time, adieu. diff --git a/files/msgdata/msg/narc_0366.key b/files/msgdata/msg/narc_0366.key deleted file mode 100644 index 36bf9b5e..00000000 --- a/files/msgdata/msg/narc_0366.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0366.txt b/files/msgdata/msg/narc_0366.txt index 29aaa2e9..40fc7aa8 100644 --- a/files/msgdata/msg/narc_0366.txt +++ b/files/msgdata/msg/narc_0366.txt @@ -1,38 +1,38 @@ -DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR 3, 0} catch?\rWhy, none other than a mighty fine\n{STRVAR 0, 1}!\rNice one, {STRVAR 3, 0}!\nThat’s one slick takedown!\rThe Pokémon was nabbed with an\nexpertly tossed {STRVAR 8, 2}.\rAnd out of {STRVAR 52, 3} thrown, it was\nthe very last one!\rLame joking aside, we’re talking about\none great Trainer in {STRVAR 3, 0}!\r...Oh? Hang on a second...\nI’ve got a hot new update!\rWe just got told what {STRVAR 3, 0}\nnicknamed the caught {STRVAR 0, 1}!\rThe nickname’s {STRVAR 1, 4}!\nYow, {STRVAR 3, 0}!\rYou’re the last word in cool!\nYou’re so cool, you’re absolute zero!\rListen up, folks!\nYou go out and emulate {STRVAR 3, 0}!\rGet out there and catch Pokémon\nlike there’s no tomorrow! -DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR 3, 0} catch?\rWhy, none other than a mighty fine\n{STRVAR 0, 1}!\rNice one, {STRVAR 3, 0}!\nThat’s one slick takedown!\rThe Pokémon was nabbed with an\nexpertly tossed {STRVAR 8, 2}.\rAnd out of {STRVAR 52, 3} thrown, it was\nthe very last one!\rLame joking aside, we’re talking about\none great Trainer in {STRVAR 3, 0}!\r...Oh? Hang on a second...\nI’ve got a hot new update!\rIt turns out {STRVAR 3, 0} opted not\nto nickname the {STRVAR 0, 1}!\rYow, {STRVAR 3, 0}!\nThat is so nihilistically cool!\rListen up, folks!\nYou go out and emulate {STRVAR 3, 0}!\rGet out there and catch Pokémon\nlike there’s no tomorrow! -DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR 3, 0} catch?\rThe Pokémon was a...\n...Huh? Hold on, here...\r{STRVAR 3, 0} blew this catch\ncompletely...\rNot one Ball out of the {STRVAR 52, 1} thrown\ndid the job...\rAnd {STRVAR 3, 0} ended up making\nthe quarry faint...\rOh, what a major downer...\rThis is too tragic to be a good\nnews piece...\r{STRVAR 3, 0}!\nDon’t let it get you down!\rForget about that Pokémon!\nIt wasn’t meant to be yours!\rSinnoh is jam-packed with Pokémon\nwaiting for a Trainer like you! -DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR 3, 0} catch?\rThe Pokémon was a...\n...Huh? Hold on, here...\r{STRVAR 3, 0} blew this catch\ncompletely...\rNot one Ball did the job out of\nthe {STRVAR 52, 1} thrown...\rOh, what a major downer...\rThis is too tragic to be a good\nnews piece...\r{STRVAR 3, 0}!\nDon’t let it get you down!\rForget about that Pokémon!\nIt wasn’t meant to be yours!\rSinnoh is jam-packed with Pokémon\nwaiting for a Trainer like you! -MC: Welcome to another episode of\nWhat’s Fishing? Trainers with Rods.\rAs always, we have the Fishing Master\nas our guest speaker.\rFishing Master: Hm!\rMC: Today, we look at {STRVAR 3, 0}’s\nattempts at fishing...\rUsing a trusty {STRVAR 8, 1}, \n{STRVAR 3, 0} caught a feisty\f{STRVAR 0, 2}!\rFishing Master: Hm!\rMC: Fishing Master, how would you\nrate {STRVAR 3, 0} as an angler?\rFishing Master: Hm! The handling of\nthe rod is confident, yet delicate!\rNeed I say it?\nThis Trainer gets an undisputed 100!\rMC: A perfect 100!\nCongratulations, {STRVAR 3, 0}!\rUntil next time!\nKeep on fishing! -MC: Welcome to another episode of\nWhat’s Fishing? Trainers with Rods.\rAs always, we have the Fishing Master\nas our guest speaker.\rFishing Master: Hm!\rMC: Today, we look at {STRVAR 3, 0}’s\nattempts at fishing...\r...Well, it looks like {STRVAR 3, 0}\nhad the quarry slip away...\rFishing Master: Hm!\rMC: Fishing Master, how would you\nrate {STRVAR 3, 0} as an angler?\rFishing Master: Hm! {STRVAR 3, 0} puts\nno spine into holding the rod.\rThe lack of passion is obvious!\nThis Trainer rates only a generous 5!\rMC: Ouch! Just 5 points!\n{STRVAR 3, 0}, try harder!\rUntil next time!\nKeep on fishing! -MC: It’s time for the Love That Group\nCorner.\rToday, we have the Group Maniac back\nas a guest speaker.\rGroup Maniac: Yeahah!\rMC: We’ve heard that {STRVAR 3, 0}\nhas switched allegiances to a group\fnamed {STRVAR 61, 1}.\rWhat’s your take on this startling\nnew development?\rGroup Maniac: Yeahah!\nDoes it really matter any which way?\rMC: You’re making a lot of sense!\nTune in next time! +DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR_1 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR_1 3, 0} catch?\rWhy, none other than a mighty fine\n{STRVAR_1 0, 1}!\rNice one, {STRVAR_1 3, 0}!\nThat’s one slick takedown!\rThe Pokémon was nabbed with an\nexpertly tossed {STRVAR_1 8, 2}.\rAnd out of {STRVAR_1 52, 3} thrown, it was\nthe very last one!\rLame joking aside, we’re talking about\none great Trainer in {STRVAR_1 3, 0}!\r...Oh? Hang on a second...\nI’ve got a hot new update!\rWe just got told what {STRVAR_1 3, 0}\nnicknamed the caught {STRVAR_1 0, 1}!\rThe nickname’s {STRVAR_1 1, 4}!\nYow, {STRVAR_1 3, 0}!\rYou’re the last word in cool!\nYou’re so cool, you’re absolute zero!\rListen up, folks!\nYou go out and emulate {STRVAR_1 3, 0}!\rGet out there and catch Pokémon\nlike there’s no tomorrow! +DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR_1 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR_1 3, 0} catch?\rWhy, none other than a mighty fine\n{STRVAR_1 0, 1}!\rNice one, {STRVAR_1 3, 0}!\nThat’s one slick takedown!\rThe Pokémon was nabbed with an\nexpertly tossed {STRVAR_1 8, 2}.\rAnd out of {STRVAR_1 52, 3} thrown, it was\nthe very last one!\rLame joking aside, we’re talking about\none great Trainer in {STRVAR_1 3, 0}!\r...Oh? Hang on a second...\nI’ve got a hot new update!\rIt turns out {STRVAR_1 3, 0} opted not\nto nickname the {STRVAR_1 0, 1}!\rYow, {STRVAR_1 3, 0}!\nThat is so nihilistically cool!\rListen up, folks!\nYou go out and emulate {STRVAR_1 3, 0}!\rGet out there and catch Pokémon\nlike there’s no tomorrow! +DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR_1 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR_1 3, 0} catch?\rThe Pokémon was a...\n...Huh? Hold on, here...\r{STRVAR_1 3, 0} blew this catch\ncompletely...\rNot one Ball out of the {STRVAR_1 52, 1} thrown\ndid the job...\rAnd {STRVAR_1 3, 0} ended up making\nthe quarry faint...\rOh, what a major downer...\rThis is too tragic to be a good\nnews piece...\r{STRVAR_1 3, 0}!\nDon’t let it get you down!\rForget about that Pokémon!\nIt wasn’t meant to be yours!\rSinnoh is jam-packed with Pokémon\nwaiting for a Trainer like you! +DJ: Gotta catch ’em all!\nIt’s the Catch That Pokémon Show!\rSo, let me tell you about this show’s\nfeatured Pokémon-catching Trainer.\rThe Trainer that caught our eye with\na dandy of a catch is none other\fthan the inestimable {STRVAR_1 3, 0}!\rAnd what, you may ask yourself, did\n{STRVAR_1 3, 0} catch?\rThe Pokémon was a...\n...Huh? Hold on, here...\r{STRVAR_1 3, 0} blew this catch\ncompletely...\rNot one Ball did the job out of\nthe {STRVAR_1 52, 1} thrown...\rOh, what a major downer...\rThis is too tragic to be a good\nnews piece...\r{STRVAR_1 3, 0}!\nDon’t let it get you down!\rForget about that Pokémon!\nIt wasn’t meant to be yours!\rSinnoh is jam-packed with Pokémon\nwaiting for a Trainer like you! +MC: Welcome to another episode of\nWhat’s Fishing? Trainers with Rods.\rAs always, we have the Fishing Master\nas our guest speaker.\rFishing Master: Hm!\rMC: Today, we look at {STRVAR_1 3, 0}’s\nattempts at fishing...\rUsing a trusty {STRVAR_1 8, 1}, \n{STRVAR_1 3, 0} caught a feisty\f{STRVAR_1 0, 2}!\rFishing Master: Hm!\rMC: Fishing Master, how would you\nrate {STRVAR_1 3, 0} as an angler?\rFishing Master: Hm! The handling of\nthe rod is confident, yet delicate!\rNeed I say it?\nThis Trainer gets an undisputed 100!\rMC: A perfect 100!\nCongratulations, {STRVAR_1 3, 0}!\rUntil next time!\nKeep on fishing! +MC: Welcome to another episode of\nWhat’s Fishing? Trainers with Rods.\rAs always, we have the Fishing Master\nas our guest speaker.\rFishing Master: Hm!\rMC: Today, we look at {STRVAR_1 3, 0}’s\nattempts at fishing...\r...Well, it looks like {STRVAR_1 3, 0}\nhad the quarry slip away...\rFishing Master: Hm!\rMC: Fishing Master, how would you\nrate {STRVAR_1 3, 0} as an angler?\rFishing Master: Hm! {STRVAR_1 3, 0} puts\nno spine into holding the rod.\rThe lack of passion is obvious!\nThis Trainer rates only a generous 5!\rMC: Ouch! Just 5 points!\n{STRVAR_1 3, 0}, try harder!\rUntil next time!\nKeep on fishing! +MC: It’s time for the Love That Group\nCorner.\rToday, we have the Group Maniac back\nas a guest speaker.\rGroup Maniac: Yeahah!\rMC: We’ve heard that {STRVAR_1 3, 0}\nhas switched allegiances to a group\fnamed {STRVAR_1 61, 1}.\rWhat’s your take on this startling\nnew development?\rGroup Maniac: Yeahah!\nDoes it really matter any which way?\rMC: You’re making a lot of sense!\nTune in next time! -Newscaster: We bring you this\nbreaking news story.\rWhile traveling in the vicinity of\n{STRVAR 4, 0}, {STRVAR 3, 1}\fdiscovered a hidden {STRVAR 8, 2}.\rThe methodology employed by\n{STRVAR 3, 1} is unknown.\rEyewitnesses report {STRVAR 3, 1}\nappeared to be very furtive.\r{STRVAR 3, 1} reportedly scanned the\narea often, as if fearing detection.\rThis concludes this special news\nstory. +Newscaster: We bring you this\nbreaking news story.\rWhile traveling in the vicinity of\n{STRVAR_1 4, 0}, {STRVAR_1 3, 1}\fdiscovered a hidden {STRVAR_1 8, 2}.\rThe methodology employed by\n{STRVAR_1 3, 1} is unknown.\rEyewitnesses report {STRVAR_1 3, 1}\nappeared to be very furtive.\r{STRVAR_1 3, 1} reportedly scanned the\narea often, as if fearing detection.\rThis concludes this special news\nstory. -MC: It’s time for the Happy-Happy\nEgg Club.\rI just want to report {STRVAR 3, 0}’s\nEgg hatched around {STRVAR 4, 1}.\r{STRVAR 3, 0} now has a baby\n{STRVAR 0, 2}!\r{STRVAR 3, 0}, congratulations!\nBe good to your new family member!\rTill next time, adieu! +MC: It’s time for the Happy-Happy\nEgg Club.\rI just want to report {STRVAR_1 3, 0}’s\nEgg hatched around {STRVAR_1 4, 1}.\r{STRVAR_1 3, 0} now has a baby\n{STRVAR_1 0, 2}!\r{STRVAR_1 3, 0}, congratulations!\nBe good to your new family member!\rTill next time, adieu! -MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR 3, 0}’s {STRVAR 0, 1}.\r{STRVAR 3, 0} chose the nickname\n{STRVAR 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR 1, 2} is\nmagnificence itself!\r{STRVAR 1, 2} will surely grow more\nattractive.\rBut, it comes at a price!\n{STRVAR 3, 0} will be mired in bogs!\rMC: {STRVAR 3, 0}, changing your\nPokémon’s nickname was a great idea!\rTry giving lots and lots of Poffins\nto {STRVAR 1, 2}, too.\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! -MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR 3, 0}’s {STRVAR 0, 1}.\r{STRVAR 3, 0} chose the nickname\n{STRVAR 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR 1, 2} is\nmagnificence itself!\r{STRVAR 1, 2} will definitely grow\nspeedier than ever before.\rBut, it comes at a price!\n{STRVAR 3, 0} will be mired in bogs!\rMC: {STRVAR 3, 0}, changing your\nPokémon’s nickname was a great idea!\rTry giving lots and lots of Carbos\nto {STRVAR 1, 2}, too.\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! -MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR 3, 0}’s {STRVAR 0, 1}.\r{STRVAR 3, 0} chose the nickname\n{STRVAR 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR 1, 2} is\nmagnificence itself!\r{STRVAR 1, 2} will most certainly\nbecome more aromatic.\rBut, it comes at a price!\n{STRVAR 3, 0} will be mired in bogs!\rMC: {STRVAR 3, 0}, changing your\nPokémon’s nickname was a great idea!\r{STRVAR 1, 2} is going to become\nmore aromatic! How nice!\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! -MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR 3, 0}’s {STRVAR 0, 1}.\r{STRVAR 3, 0} chose the nickname\n{STRVAR 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR 1, 2} is\nmagnificence itself!\r{STRVAR 1, 2} will grow stronger\nand stronger and stronger still.\rBut, it comes at a price!\n{STRVAR 3, 0} will be mired in bogs!\rMC: {STRVAR 3, 0}, changing your\nPokémon’s nickname was a great idea!\rTry putting {STRVAR 1, 2} at the head\nof your team on your travels, too.\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! -MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR 3, 0}’s {STRVAR 0, 1}.\r{STRVAR 3, 0} chose the nickname\n{STRVAR 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR 1, 2} is\nmagnificence itself!\r{STRVAR 1, 2} is going to become\nhappier as time goes on.\rBut, it comes at a price!\n{STRVAR 3, 0} will be mired in bogs!\rMC: {STRVAR 3, 0}, changing your\nPokémon’s nickname was a great idea!\r{STRVAR 1, 2} is going to become\nhappier! It makes me sort of envious!\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! +MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR_1 3, 0}’s {STRVAR_1 0, 1}.\r{STRVAR_1 3, 0} chose the nickname\n{STRVAR_1 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR_1 1, 2} is\nmagnificence itself!\r{STRVAR_1 1, 2} will surely grow more\nattractive.\rBut, it comes at a price!\n{STRVAR_1 3, 0} will be mired in bogs!\rMC: {STRVAR_1 3, 0}, changing your\nPokémon’s nickname was a great idea!\rTry giving lots and lots of Poffins\nto {STRVAR_1 1, 2}, too.\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! +MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR_1 3, 0}’s {STRVAR_1 0, 1}.\r{STRVAR_1 3, 0} chose the nickname\n{STRVAR_1 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR_1 1, 2} is\nmagnificence itself!\r{STRVAR_1 1, 2} will definitely grow\nspeedier than ever before.\rBut, it comes at a price!\n{STRVAR_1 3, 0} will be mired in bogs!\rMC: {STRVAR_1 3, 0}, changing your\nPokémon’s nickname was a great idea!\rTry giving lots and lots of Carbos\nto {STRVAR_1 1, 2}, too.\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! +MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR_1 3, 0}’s {STRVAR_1 0, 1}.\r{STRVAR_1 3, 0} chose the nickname\n{STRVAR_1 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR_1 1, 2} is\nmagnificence itself!\r{STRVAR_1 1, 2} will most certainly\nbecome more aromatic.\rBut, it comes at a price!\n{STRVAR_1 3, 0} will be mired in bogs!\rMC: {STRVAR_1 3, 0}, changing your\nPokémon’s nickname was a great idea!\r{STRVAR_1 1, 2} is going to become\nmore aromatic! How nice!\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! +MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR_1 3, 0}’s {STRVAR_1 0, 1}.\r{STRVAR_1 3, 0} chose the nickname\n{STRVAR_1 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR_1 1, 2} is\nmagnificence itself!\r{STRVAR_1 1, 2} will grow stronger\nand stronger and stronger still.\rBut, it comes at a price!\n{STRVAR_1 3, 0} will be mired in bogs!\rMC: {STRVAR_1 3, 0}, changing your\nPokémon’s nickname was a great idea!\rTry putting {STRVAR_1 1, 2} at the head\nof your team on your travels, too.\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! +MC: Does changing nicknames change\nattributes? We decide for you!\rIt’s time for Rate That Name Change\nonce again!\rIn the spotlight today is the Trainer\n{STRVAR_1 3, 0}’s {STRVAR_1 0, 1}.\r{STRVAR_1 3, 0} chose the nickname\n{STRVAR_1 1, 2}.\rLet’s get an expert assessment\nfrom our appraiser. How is it?\rAppraiser: ...How should I say this?\nFine, I’ll be blunt.\rThe nickname {STRVAR_1 1, 2} is\nmagnificence itself!\r{STRVAR_1 1, 2} is going to become\nhappier as time goes on.\rBut, it comes at a price!\n{STRVAR_1 3, 0} will be mired in bogs!\rMC: {STRVAR_1 3, 0}, changing your\nPokémon’s nickname was a great idea!\r{STRVAR_1 1, 2} is going to become\nhappier! It makes me sort of envious!\rOh, but beware if you ever travel to\nthe Great Marsh!\rUntil next time, farewell! -MC: You’ve just tuned in to the\nUnderground Treasures Corner.\rWe have a Ruin Maniac with us as\nour guest again.\rRuin Maniac: Hi!\nHope you’re digging this!\rMC: Today, we bring you a report on\n{STRVAR 3, 0}, who dug up a nice\f{STRVAR 25, 1} underground.\rRuin Maniac: There’re plenty of\ntreasures waiting to be discovered.\rIt’s not surprising to see something\nlike that {STRVAR 25, 1}.\rMC: May I say something? You haven’t\nhad much success with treasures...\rRuin Maniac: Now that’s a low blow.\nI’ve been digging away...\rMC: Let’s hope {STRVAR 3, 0} will\nkeep on digging hidden treasures\funderground.\rUntil next time...\nKeep on digging! +MC: You’ve just tuned in to the\nUnderground Treasures Corner.\rWe have a Ruin Maniac with us as\nour guest again.\rRuin Maniac: Hi!\nHope you’re digging this!\rMC: Today, we bring you a report on\n{STRVAR_1 3, 0}, who dug up a nice\f{STRVAR_1 25, 1} underground.\rRuin Maniac: There’re plenty of\ntreasures waiting to be discovered.\rIt’s not surprising to see something\nlike that {STRVAR_1 25, 1}.\rMC: May I say something? You haven’t\nhad much success with treasures...\rRuin Maniac: Now that’s a low blow.\nI’ve been digging away...\rMC: Let’s hope {STRVAR_1 3, 0} will\nkeep on digging hidden treasures\funderground.\rUntil next time...\nKeep on digging! -Newscaster: We bring you this special\nnews bulletin.\rThe Trainer {STRVAR 3, 0} was\nwitnessed catching Pokémon in\fthe Great Marsh.\rIt is believed the Trainer visited\nthe area while traveling throughout\fSinnoh.\rWitnesses report {STRVAR 3, 0} first\ncaught a snarly {STRVAR 0, 1}.\rApparently delighted by that catch,\n{STRVAR 3, 0} kept at the Safari Game.\rIn the end, {STRVAR 3, 0} reportedly\ncaught {STRVAR 51, 2} Pokémon.\rThis concludes this special news\nbulletin. +Newscaster: We bring you this special\nnews bulletin.\rThe Trainer {STRVAR_1 3, 0} was\nwitnessed catching Pokémon in\fthe Great Marsh.\rIt is believed the Trainer visited\nthe area while traveling throughout\fSinnoh.\rWitnesses report {STRVAR_1 3, 0} first\ncaught a snarly {STRVAR_1 0, 1}.\rApparently delighted by that catch,\n{STRVAR_1 3, 0} kept at the Safari Game.\rIn the end, {STRVAR_1 3, 0} reportedly\ncaught {STRVAR_1 51, 2} Pokémon.\rThis concludes this special news\nbulletin. -Newscaster: We bring you this\ndeveloping news story.\rThe Trainer {STRVAR 3, 0} has been\ntraveling throughout Sinnoh.\rWe’ve received credible reports that\nthey’ve been giving the\rherbal medicine {STRVAR 8, 2} to\nthe naturally reluctant {STRVAR 0, 1}.\rWitnesses report {STRVAR 0, 1} making\ndisgusted faces over the medicine’s\fawful flavor.\rHowever, {STRVAR 3, 0} appeared not\nto notice the Pokémon’s revulsion.\rThis concludes this news report. -MC: It’s time for the Planting and\nWatering Show for Berry Gardeners.\rWe bring you this show with the\nBerry Guru as our returning guest.\rBerry Guru: Ayup, ayup.\rMC: Today, we look at {STRVAR 3, 0}’s\n{STRVAR 8, 1} plant.\rIt appears to have been nurtured\nwith utmost care.\rBerry Guru: Ayup!\nThe plant bore {STRVAR 51, 2} Berries!\r{STRVAR 3, 0} has a brilliant knack for\nplanting and watering Berries.\rMC: My hat’s off to you,\n{STRVAR 3, 0}!\rSee you again! -MC: It’s time for the Planting and\nWatering Show for Berry Gardeners.\rWe bring you this show with the\nBerry Guru as our returning guest.\rBerry Guru: Ayup, ayup.\rMC: Today, we look at {STRVAR 3, 0}’s\n{STRVAR 8, 1} plant.\rIt appears to have been rather\nneglected...\rBerry Guru: Ayup!\nThe plant bore next to no Berries!\rMC: Can you offer any advice?\rBerry Guru: Water!\nYou’ve got to water plants often.\rWatch the color of the soil, and\ndon’t be shy about watering.\rMC: {STRVAR 3, 0}, heed the Berry\nGuru’s sage advice!\rSee you again! -MC: It’s time for the Love That Group\nCorner.\rToday, we have the Group Maniac back\nas a guest speaker.\rGroup Maniac: Yeahah!\rMC: We’ve heard that {STRVAR 3, 0}\nhas made a new group named {STRVAR 61, 1}.\rWhat’s your take on this startling\nnew development?\rGroup Maniac: Yeahah! Sounds A-OK to\nme. Group {STRVAR 61, 1}!\rMC: You’re making a lot of sense!\nTune in next time! -MC: It’s now time for the Seal Club\nShow.\rJoining us as our guest once again\nis the Seal Master.\rSeal Master: Greetings.\rMC: Today, we examine a Ball Capsule\ncrafted by {STRVAR 3, 0}.\rSeal Master: Hmm...\nRemarkable...\rThe {STRVAR 8, 1} scattered on\nthe Capsule...\rThough they may appear to have been\nrandomly applied, you can’t fool me.\rThe Seals are cleverly applied in\na meticulously calculated manner...\rHm!\nAnd what’s this?!\rThe Pokémon inside...!\nIt’s this {STRVAR 0, 2}?!\rThe Trainer crafted this Ball Capsule\nto best highlight the Pokémon’s\femergence from the Ball!\rMC: There you have it!\nEven our Seal Master is impressed!\rTo see {STRVAR 3, 0}’s Ball Capsules,\nchallenge the Trainer to a battle!\rLet’s meet again, same channel,\nsame time! -MC: It’s now time for the Seal Club\nShow.\rJoining us as our guest once again\nis the Seal Master.\rSeal Master: Greetings.\rMC: Today, we examine a Ball Capsule\ncrafted by {STRVAR 3, 0}.\rSeal Master: This is rubbish...\nSuch a foolish waste of Seals...\rIt’s true that {STRVAR 8, 1} is\nfantastic. That’s a given.\rBut applied in such a position, its\ntrue beauty is obscured...\r...Hm?\rWait...\nIt can’t be...\rWhat is this?!\rThe Pokémon inside...!\nIt’s this {STRVAR 0, 2}?!\rWith this {STRVAR 0, 2}, this\n{STRVAR 8, 1}’s placement actually\fenhances its beauty!\rDid {STRVAR 3, 0} position this\n{STRVAR 8, 1} intending to use the\fCapsule on the {STRVAR 0, 2}?\rThe cheekiness of it all!\rHow dare that {STRVAR 3, 0} pull\nsuch an insolent ruse!\rMC: There you have it!\nEven our Seal Master is upset!\rTo see {STRVAR 3, 0}’s Ball Capsules,\nchallenge the Trainer to a battle!\rLet’s meet again, same channel,\nsame time! -MC: It’s now time for the Seal Club\nShow.\rJoining us as our guest once again\nis the Seal Master.\rSeal Master: Greetings.\rMC: Today, we examine a Ball Capsule\ncrafted by {STRVAR 3, 0}.\rSeal Master: Hmm... The Trainer paid\nattention to the fundamentals in\fapplying the {STRVAR 8, 1}.\r{STRVAR 3, 0}’s meticulous sense\nof craftsmanship is obvious...\rAnd inside this Ball Capsule is...\nWhat’s this?! This {STRVAR 0, 2}?!\rWahaha! That {STRVAR 3, 0}!\nWell done, indeed!\rMC: There you have it!\nEven our Seal Master is satisfied!\rTo see {STRVAR 3, 0}’s Ball Capsules,\nchallenge the Trainer to a battle!\rLet’s meet again, same channel,\nsame time! -Newscaster: The time has come!\nIt’s the Capture-the-Flag Digest!\rBack as our guest is the Flag Maniac!\rFlag Maniac: Howdy-do!\rNewscaster: Today, we examine news\nof {STRVAR 3, 0} capturing\f{STRVAR 3, 1}’s Flag.\rFlag Maniac, how do you view this\ndevelopment?\rFlag Maniac: Beaten to the punch!\nI was after {STRVAR 3, 1}’s Flag, too!\rBut, I’ve also got my eyes out for\n{STRVAR 3, 0}’s Flag.\rNewscaster: That’s our Flag Maniac!\nGreed oozes from your comments!\r{STRVAR 3, 0}, you’d better keep\na good eye on your Secret Base!\rGood-bye until next time! -Newscaster: The time has come!\nIt’s the Capture-the-Flag Digest!\rBack as our guest is the Flag Maniac!\rFlag Maniac: Howdy-do!\rNewscaster: Today, we examine news\nof {STRVAR 3, 0} having their Flag\ftaken by {STRVAR 3, 1}.\rFlag Maniac, how do you view this\ndevelopment?\rFlag Maniac: Oh, it hurts!\nLosing a Flag eats at your heart!\rIt hurts me too because I’ve been\nafter {STRVAR 3, 0}’s Flag, too!\rBut, I’ve also got my eyes out for\n{STRVAR 3, 1}’s Flag.\rNewscaster: That’s our Flag Maniac!\nGreed oozes from your comments!\r{STRVAR 3, 0}, here’s hoping you\nrecover your Flag!\rGood-bye until next time! +Newscaster: We bring you this\ndeveloping news story.\rThe Trainer {STRVAR_1 3, 0} has been\ntraveling throughout Sinnoh.\rWe’ve received credible reports that\nthey’ve been giving the\rherbal medicine {STRVAR_1 8, 2} to\nthe naturally reluctant {STRVAR_1 0, 1}.\rWitnesses report {STRVAR_1 0, 1} making\ndisgusted faces over the medicine’s\fawful flavor.\rHowever, {STRVAR_1 3, 0} appeared not\nto notice the Pokémon’s revulsion.\rThis concludes this news report. +MC: It’s time for the Planting and\nWatering Show for Berry Gardeners.\rWe bring you this show with the\nBerry Guru as our returning guest.\rBerry Guru: Ayup, ayup.\rMC: Today, we look at {STRVAR_1 3, 0}’s\n{STRVAR_1 8, 1} plant.\rIt appears to have been nurtured\nwith utmost care.\rBerry Guru: Ayup!\nThe plant bore {STRVAR_1 51, 2} Berries!\r{STRVAR_1 3, 0} has a brilliant knack for\nplanting and watering Berries.\rMC: My hat’s off to you,\n{STRVAR_1 3, 0}!\rSee you again! +MC: It’s time for the Planting and\nWatering Show for Berry Gardeners.\rWe bring you this show with the\nBerry Guru as our returning guest.\rBerry Guru: Ayup, ayup.\rMC: Today, we look at {STRVAR_1 3, 0}’s\n{STRVAR_1 8, 1} plant.\rIt appears to have been rather\nneglected...\rBerry Guru: Ayup!\nThe plant bore next to no Berries!\rMC: Can you offer any advice?\rBerry Guru: Water!\nYou’ve got to water plants often.\rWatch the color of the soil, and\ndon’t be shy about watering.\rMC: {STRVAR_1 3, 0}, heed the Berry\nGuru’s sage advice!\rSee you again! +MC: It’s time for the Love That Group\nCorner.\rToday, we have the Group Maniac back\nas a guest speaker.\rGroup Maniac: Yeahah!\rMC: We’ve heard that {STRVAR_1 3, 0}\nhas made a new group named {STRVAR_1 61, 1}.\rWhat’s your take on this startling\nnew development?\rGroup Maniac: Yeahah! Sounds A-OK to\nme. Group {STRVAR_1 61, 1}!\rMC: You’re making a lot of sense!\nTune in next time! +MC: It’s now time for the Seal Club\nShow.\rJoining us as our guest once again\nis the Seal Master.\rSeal Master: Greetings.\rMC: Today, we examine a Ball Capsule\ncrafted by {STRVAR_1 3, 0}.\rSeal Master: Hmm...\nRemarkable...\rThe {STRVAR_1 8, 1} scattered on\nthe Capsule...\rThough they may appear to have been\nrandomly applied, you can’t fool me.\rThe Seals are cleverly applied in\na meticulously calculated manner...\rHm!\nAnd what’s this?!\rThe Pokémon inside...!\nIt’s this {STRVAR_1 0, 2}?!\rThe Trainer crafted this Ball Capsule\nto best highlight the Pokémon’s\femergence from the Ball!\rMC: There you have it!\nEven our Seal Master is impressed!\rTo see {STRVAR_1 3, 0}’s Ball Capsules,\nchallenge the Trainer to a battle!\rLet’s meet again, same channel,\nsame time! +MC: It’s now time for the Seal Club\nShow.\rJoining us as our guest once again\nis the Seal Master.\rSeal Master: Greetings.\rMC: Today, we examine a Ball Capsule\ncrafted by {STRVAR_1 3, 0}.\rSeal Master: This is rubbish...\nSuch a foolish waste of Seals...\rIt’s true that {STRVAR_1 8, 1} is\nfantastic. That’s a given.\rBut applied in such a position, its\ntrue beauty is obscured...\r...Hm?\rWait...\nIt can’t be...\rWhat is this?!\rThe Pokémon inside...!\nIt’s this {STRVAR_1 0, 2}?!\rWith this {STRVAR_1 0, 2}, this\n{STRVAR_1 8, 1}’s placement actually\fenhances its beauty!\rDid {STRVAR_1 3, 0} position this\n{STRVAR_1 8, 1} intending to use the\fCapsule on the {STRVAR_1 0, 2}?\rThe cheekiness of it all!\rHow dare that {STRVAR_1 3, 0} pull\nsuch an insolent ruse!\rMC: There you have it!\nEven our Seal Master is upset!\rTo see {STRVAR_1 3, 0}’s Ball Capsules,\nchallenge the Trainer to a battle!\rLet’s meet again, same channel,\nsame time! +MC: It’s now time for the Seal Club\nShow.\rJoining us as our guest once again\nis the Seal Master.\rSeal Master: Greetings.\rMC: Today, we examine a Ball Capsule\ncrafted by {STRVAR_1 3, 0}.\rSeal Master: Hmm... The Trainer paid\nattention to the fundamentals in\fapplying the {STRVAR_1 8, 1}.\r{STRVAR_1 3, 0}’s meticulous sense\nof craftsmanship is obvious...\rAnd inside this Ball Capsule is...\nWhat’s this?! This {STRVAR_1 0, 2}?!\rWahaha! That {STRVAR_1 3, 0}!\nWell done, indeed!\rMC: There you have it!\nEven our Seal Master is satisfied!\rTo see {STRVAR_1 3, 0}’s Ball Capsules,\nchallenge the Trainer to a battle!\rLet’s meet again, same channel,\nsame time! +Newscaster: The time has come!\nIt’s the Capture-the-Flag Digest!\rBack as our guest is the Flag Maniac!\rFlag Maniac: Howdy-do!\rNewscaster: Today, we examine news\nof {STRVAR_1 3, 0} capturing\f{STRVAR_1 3, 1}’s Flag.\rFlag Maniac, how do you view this\ndevelopment?\rFlag Maniac: Beaten to the punch!\nI was after {STRVAR_1 3, 1}’s Flag, too!\rBut, I’ve also got my eyes out for\n{STRVAR_1 3, 0}’s Flag.\rNewscaster: That’s our Flag Maniac!\nGreed oozes from your comments!\r{STRVAR_1 3, 0}, you’d better keep\na good eye on your Secret Base!\rGood-bye until next time! +Newscaster: The time has come!\nIt’s the Capture-the-Flag Digest!\rBack as our guest is the Flag Maniac!\rFlag Maniac: Howdy-do!\rNewscaster: Today, we examine news\nof {STRVAR_1 3, 0} having their Flag\ftaken by {STRVAR_1 3, 1}.\rFlag Maniac, how do you view this\ndevelopment?\rFlag Maniac: Oh, it hurts!\nLosing a Flag eats at your heart!\rIt hurts me too because I’ve been\nafter {STRVAR_1 3, 0}’s Flag, too!\rBut, I’ve also got my eyes out for\n{STRVAR_1 3, 1}’s Flag.\rNewscaster: That’s our Flag Maniac!\nGreed oozes from your comments!\r{STRVAR_1 3, 0}, here’s hoping you\nrecover your Flag!\rGood-bye until next time! diff --git a/files/msgdata/msg/narc_0367.key b/files/msgdata/msg/narc_0367.key deleted file mode 100644 index 46e3f110..00000000 --- a/files/msgdata/msg/narc_0367.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0367.txt b/files/msgdata/msg/narc_0367.txt index f7a61de3..04108b3f 100644 --- a/files/msgdata/msg/narc_0367.txt +++ b/files/msgdata/msg/narc_0367.txt @@ -1,9 +1,9 @@ -Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Battle Tower master!\rTanya: A Battle Tower master?\rSerge: You heard right, Tanya!\nI’m talking about {STRVAR 3, 0}’s\f{STRVAR 0, 1}-led team.\rThey set a new Single Battle record\nof {STRVAR 53, 2} straight wins at the tower!\rTanya: They must really enjoy\nclimbing to high places.\rSerge: No, no, you’ve got that all\nwrong!\rThey accomplished a super feat!\nSee you again, folks! -Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Battle Tower master!\rTanya: A Battle Tower master?\rSerge: You heard right, Tanya!\nI’m talking about {STRVAR 3, 0}’s\f{STRVAR 0, 1}-led team.\rThey set a new Double Battle record\nof {STRVAR 53, 2} straight wins at the tower!\rTanya: They must have been scared\nof Single Battles.\rSerge: No, no, that’s not so!\nDouble Battles are rough, too!\rThey accomplished a super feat!\nSee you again, folks! -Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord on Pokémon size. It’s huge!\rTanya: This is about a huge\nPokémon?\rSerge: You said it, Tanya!\nThe record was set by {STRVAR 3, 0}.\r{STRVAR 3, 0}’s {STRVAR 0, 1} reached\nthe record size of {STRVAR 52, 2}.{STRVAR 50, 3} inches!\rTanya: That will never fit in the\npalms of my hands.\rSerge: No, no, Tanya, one’d never\nfit in your hands either way!\r{STRVAR 3, 0} sure set a super record!\nSee you again, folks! -Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a slot-game master!\rTanya: Ooh! Did the record setter\nhave lots of SPOINK and GRUMPIG?\rSerge: Huh? Oh, right! I said slot,\nnot slop, Tanya!\rNope, this is about {STRVAR 3, 0}’s\nbig day at the Game Corner.\r{STRVAR 3, 0} started out with\n{STRVAR 55, 2} Coins.\rIn {STRVAR 59, 1} minutes, guess how\nmany Coins the Trainer ended with?\rTanya: The Trainer lost them all?\rSerge: No, no, no! We wouldn’t be\nreporting a tragedy like that!\rThe Trainer started with {STRVAR 55, 2} Coins\nand ended up with {STRVAR 55, 3} Coins!\rTanya: I’m sure that will buy a lot\nof slops!\rSerge: No, no, Tanya, this isn’t\nabout slops at all!\rIt was a great day at the slots!\nSee you again, folks! +Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Battle Tower master!\rTanya: A Battle Tower master?\rSerge: You heard right, Tanya!\nI’m talking about {STRVAR_1 3, 0}’s\f{STRVAR_1 0, 1}-led team.\rThey set a new Single Battle record\nof {STRVAR_1 53, 2} straight wins at the tower!\rTanya: They must really enjoy\nclimbing to high places.\rSerge: No, no, you’ve got that all\nwrong!\rThey accomplished a super feat!\nSee you again, folks! +Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Battle Tower master!\rTanya: A Battle Tower master?\rSerge: You heard right, Tanya!\nI’m talking about {STRVAR_1 3, 0}’s\f{STRVAR_1 0, 1}-led team.\rThey set a new Double Battle record\nof {STRVAR_1 53, 2} straight wins at the tower!\rTanya: They must have been scared\nof Single Battles.\rSerge: No, no, that’s not so!\nDouble Battles are rough, too!\rThey accomplished a super feat!\nSee you again, folks! +Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord on Pokémon size. It’s huge!\rTanya: This is about a huge\nPokémon?\rSerge: You said it, Tanya!\nThe record was set by {STRVAR_1 3, 0}.\r{STRVAR_1 3, 0}’s {STRVAR_1 0, 1} reached\nthe record size of {STRVAR_1 52, 2}.{STRVAR_1 50, 3} inches!\rTanya: That will never fit in the\npalms of my hands.\rSerge: No, no, Tanya, one’d never\nfit in your hands either way!\r{STRVAR_1 3, 0} sure set a super record!\nSee you again, folks! +Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a slot-game master!\rTanya: Ooh! Did the record setter\nhave lots of SPOINK and GRUMPIG?\rSerge: Huh? Oh, right! I said slot,\nnot slop, Tanya!\rNope, this is about {STRVAR_1 3, 0}’s\nbig day at the Game Corner.\r{STRVAR_1 3, 0} started out with\n{STRVAR_1 55, 2} Coins.\rIn {STRVAR_1 59, 1} minutes, guess how\nmany Coins the Trainer ended with?\rTanya: The Trainer lost them all?\rSerge: No, no, no! We wouldn’t be\nreporting a tragedy like that!\rThe Trainer started with {STRVAR_1 55, 2} Coins\nand ended up with {STRVAR_1 55, 3} Coins!\rTanya: I’m sure that will buy a lot\nof slops!\rSerge: No, no, Tanya, this isn’t\nabout slops at all!\rIt was a great day at the slots!\nSee you again, folks! -Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Berry master!\rTanya: Berries?\nIs this a small record?\rSerge: No, no, Tanya!\nThis isn’t about size!\rNope, this is about {STRVAR 3, 0}\ngrowing a giant {STRVAR 8, 1} plant.\rThe Trainer picked an unreal number\nof Berries from that plant.\rTanya: The Trainer sounds like a real\nglutton.\rSerge: No, no, Tanya!\n{STRVAR 1, 0} isn’t eating the Berries!\rIt’s about how many were picked!\nSee you again, folks! +Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Berry master!\rTanya: Berries?\nIs this a small record?\rSerge: No, no, Tanya!\nThis isn’t about size!\rNope, this is about {STRVAR_1 3, 0}\ngrowing a giant {STRVAR_1 8, 1} plant.\rThe Trainer picked an unreal number\nof Berries from that plant.\rTanya: The Trainer sounds like a real\nglutton.\rSerge: No, no, Tanya!\n{STRVAR_1 1, 0} isn’t eating the Berries!\rIt’s about how many were picked!\nSee you again, folks! -Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Trap-busting master!\rTanya: Ooh! A Trap buster?\nTell me more!\rSerge: ...Tanya, you seem overly\nexcited about this...\r...Anyway, {STRVAR 3, 0} set an\ninspiring record for busting Traps.\rTanya: More! Details!\nTell me more!\rSerge: {STRVAR 3, 0} disarmed\n{STRVAR 52, 2} Traps, including\fthe {STRVAR 25, 1}!\rTanya: I want to hear more!\rSerge: ...More? But, how...?\rTanya: What were {STRVAR 3, 0}’s\nthoughts while disarming Traps?\rSerge: How am I supposed to know\nsomething like that...?\rTanya: Everyone! Let’s do away with\nTraps! Let’s go underground!\n -Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at a super record\nset by a Flag-capturing master!\rTanya: Capture the Flag?\rSerge: You heard right, Tanya!\nIt’s about getting Flags from Secret\fBases underground!\rIn just one session, {STRVAR 3, 0}\ncaptured {STRVAR 52, 1} Flags!\rTanya: Isn’t that greedy?\rSerge: No, no, that’s not so!\nThat’s the way that game’s played!\rIt was a grand undertaking!\nSee you again, folks! +Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at an amazing\nrecord set by a Trap-busting master!\rTanya: Ooh! A Trap buster?\nTell me more!\rSerge: ...Tanya, you seem overly\nexcited about this...\r...Anyway, {STRVAR_1 3, 0} set an\ninspiring record for busting Traps.\rTanya: More! Details!\nTell me more!\rSerge: {STRVAR_1 3, 0} disarmed\n{STRVAR_1 52, 2} Traps, including\fthe {STRVAR_1 25, 1}!\rTanya: I want to hear more!\rSerge: ...More? But, how...?\rTanya: What were {STRVAR_1 3, 0}’s\nthoughts while disarming Traps?\rSerge: How am I supposed to know\nsomething like that...?\rTanya: Everyone! Let’s do away with\nTraps! Let’s go underground!\n +Serge: It’s time for Rack ’Em Up\nRecords!\rToday, we’ll look at a super record\nset by a Flag-capturing master!\rTanya: Capture the Flag?\rSerge: You heard right, Tanya!\nIt’s about getting Flags from Secret\fBases underground!\rIn just one session, {STRVAR_1 3, 0}\ncaptured {STRVAR_1 52, 1} Flags!\rTanya: Isn’t that greedy?\rSerge: No, no, that’s not so!\nThat’s the way that game’s played!\rIt was a grand undertaking!\nSee you again, folks! diff --git a/files/msgdata/msg/narc_0368.key b/files/msgdata/msg/narc_0368.key deleted file mode 100644 index 2ff84cec..00000000 --- a/files/msgdata/msg/narc_0368.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0368.txt b/files/msgdata/msg/narc_0368.txt index 0563ce23..6334736b 100644 --- a/files/msgdata/msg/narc_0368.txt +++ b/files/msgdata/msg/narc_0368.txt @@ -1,16 +1,16 @@ -Reporter: Hello! The time for\nDiscovering Groups is upon us.\rToday, we dropped in to check up on\nthe Trainer {STRVAR 3, 0}.\r{STRVAR 3, 0} is a member of the\ngroup {STRVAR 61, 1}.\rOh, that must be {STRVAR 3, 0}\nover there.\r{STRVAR 3, 0} is obviously enjoying\nbeing a member of the group.\rIt’s like {STRVAR 3, 0} has found\na second home!\rIf I had to describe this group,\nin my uninformed, subjective view,\fit would be the {STRVAR 15, 2} type?\rPlease look forward to the next\nshow! -Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR 4, 0} is blessed with\ncloudless skies!\rI would like to take this opportunity\nto do my piled-up laundry!\rIt will be nice to dry them under\nthe sun here!\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR 4, 0} is under clear\nskies!\rIt’s the perfect sort of day to\ngo cycling.\rIf you were to crash into a stream,\nyou’d dry off quickly today!\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\rIt’s nothing but blue skies over\n{STRVAR 4, 0}!\rIt would be a shame to spend a day\nlike this cooped up indoors.\rWhy not step outside and bask under\nthe sun?\rWhy not amuse yourself with a solo\nwhistling performance?\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\rThere isn’t a cloud in the sky above\n{STRVAR 4, 0}!\rIt’s the sort of day that’s ideal\nfor having your picture taken.\rEveryone looks prettier under\nthe smiling sun!\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR 4, 0} is under gloomy\nclouds.\rBut watch out!\nDon’t be fooled by the sun’s absence.\rIt’s days like this that you can get\nsunburned!\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR 4, 0} is getting doused\nby rain.\rIt’s the sort of weather that’s right\nfor enjoying music at home.\rMaybe have some tea and gaze at\nthe rain-covered plants.\rPerhaps you can giggle at people\nrunning to avoid the downpour.\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\rA steady downpour continues to\nfall on {STRVAR 4, 0}!\rThis is your chance to shout your\nloved one’s name to the skies!\rForget about an umbrella!\nThink of the dramatic possibilities!\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\rIt’s cold!\nSnow is falling on {STRVAR 4, 0}!\rI would like to not act my age and\ntry to charm you with my cuteness...\rBut it’s too cold for me to be\nfrolicking!\rI’m heading home right after this\nto curl up with my CLEFAIRY.\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR 4, 0} is taking cover\nin a blizzard!\rSome of you may brave the weather\nin hopes of finding rare Pokémon\funder these extreme conditions.\rBe sure to dress extra warm, and\ndon’t fall asleep!\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\rA-as y-you c-can see...\r{STRVAR 4, 0} is besieged by \na howling blizzard!\rMy hair, even in my nostrils,\nis caked with ice!\rI’m grateful for having the sense to\nbuy a new coat with my bonus!\rBut even under these brutal\nconditions, there are Trainers about!\rI think they are foolish, and yet\nI can’t help but respect them.\r...May I please go inside now?\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weath...\rGiyaaaah!\nThunder!\rThere is a thunderstorm over\n{STRVAR 4, 0}!\rIt’s...\nGiyaaaaaah!\rThat camera’s like a lightning rod!\nLet’s finish this now!\rThat’s the weather brought to you\nby Helena! -Helena: This is Helena bringing you\non-the-spot weather!\rToday, we bring you a sight you\nvery rarely get to see.\rDiamond dust is visible in the sky\nabove {STRVAR 4, 0}.\rThe glittery cloud of ice is\nfantastically beautiful.\rCouples should step out for a truly\nmagical and romantic experience.\rEvery girl can be a princess\non a day like this.\rGuys, there’s no better setting\nto propose to your girl!\rThat’s the weather brought to you\nby Helena! +Reporter: Hello! The time for\nDiscovering Groups is upon us.\rToday, we dropped in to check up on\nthe Trainer {STRVAR_1 3, 0}.\r{STRVAR_1 3, 0} is a member of the\ngroup {STRVAR_1 61, 1}.\rOh, that must be {STRVAR_1 3, 0}\nover there.\r{STRVAR_1 3, 0} is obviously enjoying\nbeing a member of the group.\rIt’s like {STRVAR_1 3, 0} has found\na second home!\rIf I had to describe this group,\nin my uninformed, subjective view,\fit would be the {STRVAR_1 15, 2} type?\rPlease look forward to the next\nshow! +Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR_1 4, 0} is blessed with\ncloudless skies!\rI would like to take this opportunity\nto do my piled-up laundry!\rIt will be nice to dry them under\nthe sun here!\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR_1 4, 0} is under clear\nskies!\rIt’s the perfect sort of day to\ngo cycling.\rIf you were to crash into a stream,\nyou’d dry off quickly today!\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\rIt’s nothing but blue skies over\n{STRVAR_1 4, 0}!\rIt would be a shame to spend a day\nlike this cooped up indoors.\rWhy not step outside and bask under\nthe sun?\rWhy not amuse yourself with a solo\nwhistling performance?\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\rThere isn’t a cloud in the sky above\n{STRVAR_1 4, 0}!\rIt’s the sort of day that’s ideal\nfor having your picture taken.\rEveryone looks prettier under\nthe smiling sun!\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR_1 4, 0} is under gloomy\nclouds.\rBut watch out!\nDon’t be fooled by the sun’s absence.\rIt’s days like this that you can get\nsunburned!\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR_1 4, 0} is getting doused\nby rain.\rIt’s the sort of weather that’s right\nfor enjoying music at home.\rMaybe have some tea and gaze at\nthe rain-covered plants.\rPerhaps you can giggle at people\nrunning to avoid the downpour.\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\rA steady downpour continues to\nfall on {STRVAR_1 4, 0}!\rThis is your chance to shout your\nloved one’s name to the skies!\rForget about an umbrella!\nThink of the dramatic possibilities!\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\rIt’s cold!\nSnow is falling on {STRVAR_1 4, 0}!\rI would like to not act my age and\ntry to charm you with my cuteness...\rBut it’s too cold for me to be\nfrolicking!\rI’m heading home right after this\nto curl up with my CLEFAIRY.\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\r{STRVAR_1 4, 0} is taking cover\nin a blizzard!\rSome of you may brave the weather\nin hopes of finding rare Pokémon\funder these extreme conditions.\rBe sure to dress extra warm, and\ndon’t fall asleep!\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\rA-as y-you c-can see...\r{STRVAR_1 4, 0} is besieged by \na howling blizzard!\rMy hair, even in my nostrils,\nis caked with ice!\rI’m grateful for having the sense to\nbuy a new coat with my bonus!\rBut even under these brutal\nconditions, there are Trainers about!\rI think they are foolish, and yet\nI can’t help but respect them.\r...May I please go inside now?\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weath...\rGiyaaaah!\nThunder!\rThere is a thunderstorm over\n{STRVAR_1 4, 0}!\rIt’s...\nGiyaaaaaah!\rThat camera’s like a lightning rod!\nLet’s finish this now!\rThat’s the weather brought to you\nby Helena! +Helena: This is Helena bringing you\non-the-spot weather!\rToday, we bring you a sight you\nvery rarely get to see.\rDiamond dust is visible in the sky\nabove {STRVAR_1 4, 0}.\rThe glittery cloud of ice is\nfantastically beautiful.\rCouples should step out for a truly\nmagical and romantic experience.\rEvery girl can be a princess\non a day like this.\rGuys, there’s no better setting\nto propose to your girl!\rThat’s the weather brought to you\nby Helena! @@ -26,21 +26,21 @@ Helena: This is Helena bringing you\non-the-spot weather!\rToday, we bring you a -Newscaster: We bring you this\nnews flash.\rWe’ve just received word that hordes\nof {STRVAR 0, 1} have been spotted in\fthe vicinity of {STRVAR 4, 0}.\rIf you’ve ever had the desire to be\nsurrounded by {STRVAR 0, 1}...\rOr wished to make a team full of\n{STRVAR 0, 1}...\rOr wanted to wear them on your\nhead...\rIf you’re a true viva {STRVAR 0, 1}\nsort of Trainer...\rThen make your way to\n{STRVAR 4, 0} right now!\rThat concludes this news flash. +Newscaster: We bring you this\nnews flash.\rWe’ve just received word that hordes\nof {STRVAR_1 0, 1} have been spotted in\fthe vicinity of {STRVAR_1 4, 0}.\rIf you’ve ever had the desire to be\nsurrounded by {STRVAR_1 0, 1}...\rOr wished to make a team full of\n{STRVAR_1 0, 1}...\rOr wanted to wear them on your\nhead...\rIf you’re a true viva {STRVAR_1 0, 1}\nsort of Trainer...\rThen make your way to\n{STRVAR_1 4, 0} right now!\rThat concludes this news flash. -Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR 15, 0}-type moves, right?\rThey’re super effective against\n{STRVAR 15, 1}-type Pokémon!\rI’m telling you, the effect is like\nseeing me in person!\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! -Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR 15, 0}-type moves, right?\rThey’re, like, not much better than\nOK against {STRVAR 15, 1}-type Pokémon!\rThey’re plain, like other Ace\nTrainers are plain next to me.\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! -Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR 15, 0}-type moves, right?\rThey’re not very effective against\n{STRVAR 15, 1}-type Pokémon!\rIn fact, they’re wimpy like the many\nwannabe Trainers that copy me!\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! -Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR 15, 0}-type moves, right?\rThey’re absolutely hopeless against\n{STRVAR 15, 1}-type Pokémon!\rIt’s a totally wasted effort, like the\nway other Trainers try to mess\fwith me out of jealousy!\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! +Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR_1 15, 0}-type moves, right?\rThey’re super effective against\n{STRVAR_1 15, 1}-type Pokémon!\rI’m telling you, the effect is like\nseeing me in person!\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! +Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR_1 15, 0}-type moves, right?\rThey’re, like, not much better than\nOK against {STRVAR_1 15, 1}-type Pokémon!\rThey’re plain, like other Ace\nTrainers are plain next to me.\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! +Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR_1 15, 0}-type moves, right?\rThey’re not very effective against\n{STRVAR_1 15, 1}-type Pokémon!\rIn fact, they’re wimpy like the many\nwannabe Trainers that copy me!\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! +Ace Trainer: Hey, how are y’all doing,\nPoké fans?\rThanks for tuning in to the Matchup\nChannel!\rHey, fans, you’ve all used\n{STRVAR_1 15, 0}-type moves, right?\rThey’re absolutely hopeless against\n{STRVAR_1 15, 1}-type Pokémon!\rIt’s a totally wasted effort, like the\nway other Trainers try to mess\fwith me out of jealousy!\rThat’s all for today, but don’t\nforget to send me fan mail!\rGive it to your bird Pokémon, then\nset them free into the skies!\rA chance encounter with greatness--\nthat’s me--is always possible!\rSee you again! -Berry Prof: Say hey, hey, how are\nyour Berries growing today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling about, let me roll it\nright out, today’s Berry Lookout!\r{STRVAR 4, 0} is where I went,\nhoping to find Berries by scent!\rAnd there I found them!\rMy journey was rewarded!\rMy heart raced!\nI felt enfevered!\rBut there I left them.\nAs gifts for you!\rSay hey! Check your Berries today!\nThanks, everyone! -Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rStill, there is hope!\nFor flowers were in bloom.\rThe aroma tickled and danced in\nmy nose!\rFlowers bloomed in the cockles of\nmy heart!\rI grew heartened, for the Berries\nthey will come, they will come!\rSay hey! Check your Berries today!\nThanks, everyone! -Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rStill, all is not lost!\rThe plant’s stem grows thick, and\nwith it my hope!\rI surely look forward to seeing\nits flowers in bloom!\rSay hey! Check your Berries today!\nThanks, everyone! -Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rStill, all is not lost!\rThe plant’s sprout has burst up!\nIt’s a celebration of life!\rAll of you watching, don’t trample\nit under!\rSay hey! Check your Berries today!\nThanks, everyone! -Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rMy time had been wasted!\nI had traveled in vain!\rMy excitement shriveled and withered\naway...\rBut it must mean someone’s happy\nfor having picked Berries!\rSay hey! Plant your Berries today!\nThanks, everyone! +Berry Prof: Say hey, hey, how are\nyour Berries growing today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling about, let me roll it\nright out, today’s Berry Lookout!\r{STRVAR_1 4, 0} is where I went,\nhoping to find Berries by scent!\rAnd there I found them!\rMy journey was rewarded!\rMy heart raced!\nI felt enfevered!\rBut there I left them.\nAs gifts for you!\rSay hey! Check your Berries today!\nThanks, everyone! +Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR_1 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rStill, there is hope!\nFor flowers were in bloom.\rThe aroma tickled and danced in\nmy nose!\rFlowers bloomed in the cockles of\nmy heart!\rI grew heartened, for the Berries\nthey will come, they will come!\rSay hey! Check your Berries today!\nThanks, everyone! +Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR_1 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rStill, all is not lost!\rThe plant’s stem grows thick, and\nwith it my hope!\rI surely look forward to seeing\nits flowers in bloom!\rSay hey! Check your Berries today!\nThanks, everyone! +Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR_1 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rStill, all is not lost!\rThe plant’s sprout has burst up!\nIt’s a celebration of life!\rAll of you watching, don’t trample\nit under!\rSay hey! Check your Berries today!\nThanks, everyone! +Berry Prof: Say hey, hey, how do\nyour Berries grow today?\rSay hey, Berry fans, how goes\nit today? OK?\rEnough fooling around, let me lay it\nright out, today’s Berry Lookout!\r{STRVAR_1 4, 0} is where I went,\nhoping to find Berries by scent!\rBut!\nNo Berries there were...\rMy time had been wasted!\nI had traveled in vain!\rMy excitement shriveled and withered\naway...\rBut it must mean someone’s happy\nfor having picked Berries!\rSay hey! Plant your Berries today!\nThanks, everyone! -Researcher: It’s the Pokémon\nResearch Corner!\rToday, we’ll examine a wild Pokémon\nlive in the field.\rAh, here we go, a wild {STRVAR 0, 0}\nconveniently just came along...\rOh? It’s holding something!\nLet’s roll on up and take a look!\rHi, there!\nCan I take a look...\rYow! Ouch!\nIt scratched my finger!\rBut OK, we now know that wild\n{STRVAR 0, 0} have the possibility\fof holding the item {STRVAR 8, 1}.\rThank you, {STRVAR 0, 0}, here’s your\n{STRVAR 8, 1} back...\rAiyaaah! Ow, ow, ow!\nScratched me again!\rAs usual, I got a Pokémon riled up\nat me!\rIt’s time for me to go!\nSo long! +Researcher: It’s the Pokémon\nResearch Corner!\rToday, we’ll examine a wild Pokémon\nlive in the field.\rAh, here we go, a wild {STRVAR_1 0, 0}\nconveniently just came along...\rOh? It’s holding something!\nLet’s roll on up and take a look!\rHi, there!\nCan I take a look...\rYow! Ouch!\nIt scratched my finger!\rBut OK, we now know that wild\n{STRVAR_1 0, 0} have the possibility\fof holding the item {STRVAR_1 8, 1}.\rThank you, {STRVAR_1 0, 0}, here’s your\n{STRVAR_1 8, 1} back...\rAiyaaah! Ow, ow, ow!\nScratched me again!\rAs usual, I got a Pokémon riled up\nat me!\rIt’s time for me to go!\nSo long! @@ -48,7 +48,7 @@ Researcher: It’s the Pokémon\nResearch Corner!\rToday, we’ll examine a wild -Reporter: I’m bringing you this report\nfrom the second floor of Jubilife TV.\rI’m here to examine a recently added\nphoto titled “{STRVAR 28, 1}”\fwhich belongs to {STRVAR 3, 0}.\rOh, is this it here?\nLet’s see...\rThe title “{STRVAR 28, 1}” does\nsound fitting for this photo...\rBut one can’t help but think perhaps\na better title could have been found.\rAll controversy aside, it’s certainly\nworth seeing. Please do visit! +Reporter: I’m bringing you this report\nfrom the second floor of Jubilife TV.\rI’m here to examine a recently added\nphoto titled “{STRVAR_1 28, 1}”\fwhich belongs to {STRVAR_1 3, 0}.\rOh, is this it here?\nLet’s see...\rThe title “{STRVAR_1 28, 1}” does\nsound fitting for this photo...\rBut one can’t help but think perhaps\na better title could have been found.\rAll controversy aside, it’s certainly\nworth seeing. Please do visit! diff --git a/files/msgdata/msg/narc_0369.key b/files/msgdata/msg/narc_0369.key deleted file mode 100644 index 0732e483..00000000 --- a/files/msgdata/msg/narc_0369.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0369.txt b/files/msgdata/msg/narc_0369.txt index c9031a5d..a1787e59 100644 --- a/files/msgdata/msg/narc_0369.txt +++ b/files/msgdata/msg/narc_0369.txt @@ -6,7 +6,7 @@ Last question: describe how you’d feel\nif you became number one.\r Hunh? You changed your mind?\nI guess you’re fickle. Thank you!\nCan you answer another question? Gotcha! Thanks! -Gotcha! Thanks!\nOK, {STRVAR 28, 0}... +Gotcha! Thanks!\nOK, {STRVAR_1 28, 0}... Before battle Upon winning Upon losing diff --git a/files/msgdata/msg/narc_0370.key b/files/msgdata/msg/narc_0370.key deleted file mode 100644 index 1ec47126..00000000 --- a/files/msgdata/msg/narc_0370.key +++ /dev/null @@ -1 +0,0 @@ -"*
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0370.txt b/files/msgdata/msg/narc_0370.txt index e32b5eff..23997382 100644 --- a/files/msgdata/msg/narc_0370.txt +++ b/files/msgdata/msg/narc_0370.txt @@ -39,7 +39,7 @@ Please pick up your gift from the\ndeliveryman in any Poké Mart. You have already received\nthis gift before. This card does not have\na gift attached. Date received -This gift can be distributed {STRVAR 52, 0} time(s). +This gift can be distributed {STRVAR_1 52, 0} time(s). INFO SHARE TRASH @@ -47,14 +47,14 @@ EXIT Would you like to share this gift? YES NO -{STRVAR 74, 1} {STRVAR 51, 2}, {STRVAR 53, 0} +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, {STRVAR_1 53, 0} This gift can be shared with as\nmany friends as you like. Pal Distribution Registration -{STRVAR 3, 0} -IDNo.{STRVAR 54, 0} +{STRVAR_1 3, 0} +IDNo.{STRVAR_1 54, 0} Current\nentries -{COLOR 1}{STRVAR 50, 0}{COLOR 0}/4 +{COLOR 1}{STRVAR_1 50, 0}{COLOR 0}/4 SEND CANCEL Gift distribution under way...\nDon’t turn off the power. @@ -64,10 +64,10 @@ Throw this card away? Discarding...\nDon’t turn off the power. YES NO -{COLOR 3}{STRVAR 3, 0}{COLOR 2} {COLOR 0}IDNo.{STRVAR 54, 1} +{COLOR 3}{STRVAR_1 3, 0}{COLOR 2} {COLOR 0}IDNo.{STRVAR_1 54, 1} Registration No. -{STRVAR 53, 0}-{STRVAR 53, 1} +{STRVAR_1 53, 0}-{STRVAR_1 53, 1} Receiving a solicitation from\nPokémon Ranger. Awaiting transfer from Pokémon\nRanger. Receiving the MANAPHY Egg...\nDon’t turn off the power. diff --git a/files/msgdata/msg/narc_0371.key b/files/msgdata/msg/narc_0371.key deleted file mode 100644 index e347854b..00000000 --- a/files/msgdata/msg/narc_0371.key +++ /dev/null @@ -1 +0,0 @@ -q
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0371.txt b/files/msgdata/msg/narc_0371.txt index 5c14455d..0c09042b 100644 --- a/files/msgdata/msg/narc_0371.txt +++ b/files/msgdata/msg/narc_0371.txt @@ -1,5 +1,5 @@ Your name?{YESNO 0} -{STRVAR 1, 0}’s nickname?{YESNO 0} +{STRVAR_1 1, 0}’s nickname?{YESNO 0} Box name?{YESNO 0} Your friend’s name?{YESNO 0} Enter the Friend Code.{YESNO 0} diff --git a/files/msgdata/msg/narc_0372.key b/files/msgdata/msg/narc_0372.key deleted file mode 100644 index b814459c..00000000 --- a/files/msgdata/msg/narc_0372.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0373.key b/files/msgdata/msg/narc_0373.key deleted file mode 100644 index 9dc86511..00000000 --- a/files/msgdata/msg/narc_0373.key +++ /dev/null @@ -1 +0,0 @@ -U4
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0374.key b/files/msgdata/msg/narc_0374.key deleted file mode 100644 index 723922d4..00000000 --- a/files/msgdata/msg/narc_0374.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0374.txt b/files/msgdata/msg/narc_0374.txt index 384af84d..4b63ecc4 100644 --- a/files/msgdata/msg/narc_0374.txt +++ b/files/msgdata/msg/narc_0374.txt @@ -1,12 +1,12 @@ -{STRVAR 1, 0} has entered. +{STRVAR_1 1, 0} has entered. Would you like to stop drawing? -{STRVAR 1, 0} has left. -The leader, {STRVAR 1, 0}, has left.\nThis group will be disbanded. +{STRVAR_1 1, 0} has left. +The leader, {STRVAR_1 1, 0}, has left.\nThis group will be disbanded. If the leader leaves, the group will\ndisband. Is that OK? There are no members.\nThe group will be disbanded. The drawing session was ended. QUIT -{STRVAR 1, 0} +{STRVAR_1 1, 0} Write your autograph! Is this OK? Would you like to\nredo your autograph? diff --git a/files/msgdata/msg/narc_0375.key b/files/msgdata/msg/narc_0375.key deleted file mode 100644 index 7196296c..00000000 --- a/files/msgdata/msg/narc_0375.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0376.key b/files/msgdata/msg/narc_0376.key deleted file mode 100644 index 034b4632..00000000 --- a/files/msgdata/msg/narc_0376.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0377.key b/files/msgdata/msg/narc_0377.key deleted file mode 100644 index ece67c45..00000000 --- a/files/msgdata/msg/narc_0377.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0377.txt b/files/msgdata/msg/narc_0377.txt index a2c433c5..965c0b87 100644 --- a/files/msgdata/msg/narc_0377.txt +++ b/files/msgdata/msg/narc_0377.txt @@ -1,9 +1,9 @@ You haven’t caught all your\nPokémon yet, but...\rWould you like to retire from your\nCatching Show? I see...\rI’m disappointed that you dropped\nout. Make up for it next time!\r -That’s the spirit, {STRVAR 3, 0}!\nI like how you don’t give up! -That’s the spirit, {STRVAR 3, 0}!\nI like how you don’t give up! +That’s the spirit, {STRVAR_1 3, 0}!\nI like how you don’t give up! +That’s the spirit, {STRVAR_1 3, 0}!\nI like how you don’t give up! -Ding-dong!\nCongratulations!\r{STRVAR 3, 0} has successfully\ncaught the stocked Pokémon!\r +Ding-dong!\nCongratulations!\r{STRVAR_1 3, 0} has successfully\ncaught the stocked Pokémon!\r Would you like to retire? diff --git a/files/msgdata/msg/narc_0378.key b/files/msgdata/msg/narc_0378.key deleted file mode 100644 index cd2046c9..00000000 --- a/files/msgdata/msg/narc_0378.key +++ /dev/null @@ -1 +0,0 @@ -5
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0378.txt b/files/msgdata/msg/narc_0378.txt index 58cb1758..aa2a5702 100644 --- a/files/msgdata/msg/narc_0378.txt +++ b/files/msgdata/msg/narc_0378.txt @@ -1,27 +1,27 @@ -{STRVAR 3, 0}: Hey, if we run into a\nPokémon, I’m gonna catch it somehow.\rBecause I’m gonna be a Pokémon\nTrainer.\rYou know what a Trainer does, right?\nMakes Pokémon battle and all that? -{STRVAR 3, 0}: Pokémon all have\ndifferent moves, huh?\rA Trainer makes his Pokémon battle\nby ordering them to use moves.\rThat’s so awesomely cool. -{STRVAR 3, 0}: I want Pokémon of my\nown, and not too soon, either.\rI’d be able to go everywhere with my\nPokémon that way. -{STRVAR 3, 0}: That lake has a mirage\nPokémon living in it.\rEveryone says nothing lives there,\nbut I know I’m right. -{STRVAR 3, 0}: I’m gonna become\na Pokémon Trainer for sure.\rNot just any Trainer either.\nI’m going to be the greatest ever.\fThat’s my dream. -{STRVAR 3, 0}: Hey, that’s enough\ntalking already.\rI’m itching to get going to the lake.\nCome on, come on! -{STRVAR 3, 0}: All right!\nLet’s move out! Hustle up! -{STRVAR 3, 0}: We didn’t have any\nchoice in using those people’s\fPokémon, right?\rBut these Pokémon belong to them...\nThey’ll want them back, won’t they?\rBut this is the first Pokémon I’ve\never battled with... -{STRVAR 3, 0}: I wish I could grow\ntougher with this little guy... -{STRVAR 3, 0}: I don’t feel like\ntalking... Let’s go.\r...Are we maybe walking slower than\nwhen we went to the lake? -Cheryl: Wait!\nPlease wait, {STRVAR 3, 0}!\rIf you use an Escape Rope now,\nyou know that you’ll leave me behind? -Cheryl: Wait!\nPlease wait, {STRVAR 3, 0}!\rIf you use Teleport now, you know\nthat you’ll leave me behind? +{STRVAR_1 3, 0}: Hey, if we run into a\nPokémon, I’m gonna catch it somehow.\rBecause I’m gonna be a Pokémon\nTrainer.\rYou know what a Trainer does, right?\nMakes Pokémon battle and all that? +{STRVAR_1 3, 0}: Pokémon all have\ndifferent moves, huh?\rA Trainer makes his Pokémon battle\nby ordering them to use moves.\rThat’s so awesomely cool. +{STRVAR_1 3, 0}: I want Pokémon of my\nown, and not too soon, either.\rI’d be able to go everywhere with my\nPokémon that way. +{STRVAR_1 3, 0}: That lake has a mirage\nPokémon living in it.\rEveryone says nothing lives there,\nbut I know I’m right. +{STRVAR_1 3, 0}: I’m gonna become\na Pokémon Trainer for sure.\rNot just any Trainer either.\nI’m going to be the greatest ever.\fThat’s my dream. +{STRVAR_1 3, 0}: Hey, that’s enough\ntalking already.\rI’m itching to get going to the lake.\nCome on, come on! +{STRVAR_1 3, 0}: All right!\nLet’s move out! Hustle up! +{STRVAR_1 3, 0}: We didn’t have any\nchoice in using those people’s\fPokémon, right?\rBut these Pokémon belong to them...\nThey’ll want them back, won’t they?\rBut this is the first Pokémon I’ve\never battled with... +{STRVAR_1 3, 0}: I wish I could grow\ntougher with this little guy... +{STRVAR_1 3, 0}: I don’t feel like\ntalking... Let’s go.\r...Are we maybe walking slower than\nwhen we went to the lake? +Cheryl: Wait!\nPlease wait, {STRVAR_1 3, 0}!\rIf you use an Escape Rope now,\nyou know that you’ll leave me behind? +Cheryl: Wait!\nPlease wait, {STRVAR_1 3, 0}!\rIf you use Teleport now, you know\nthat you’ll leave me behind? Cheryl: This place...\nThey say it’s a haunted mansion...\rI’m sorry, but it’s too creepy.\nMay we go, please? Cheryl: It’s startling to see two wild\nPokémon appearing at the same time. Cheryl: My Pokémon is an excellent\nhealer.\rBut attacking isn’t its strong point. -Cheryl: {STRVAR 3, 0}, battling with\nyou makes me feel elated.\rIf I could predict what you’re about\nto do, we would make a fierce combo! +Cheryl: {STRVAR_1 3, 0}, battling with\nyou makes me feel elated.\rIf I could predict what you’re about\nto do, we would make a fierce combo! Cheryl: That’s some nice moss... Mira: Are you going to use that?\nI will be left all alone... Mira: Are you going to use that?\nI will be left all alone... Mira: That isn’t the right way.\nI’ll be lost if we go down... Mira: I like helpful Pokémon moves\nlike Growl and Minimize.\rThose kinds of moves are my\nfavorites. Mira: This cave...\nIt’s so easy to get confused here.\fDo you know where we are? -Mira: {STRVAR 3, 0}, did you get to be\nso good because you’re always with\fyour Pokémon?\rYes! That has to be it!\nI will try like you! +Mira: {STRVAR_1 3, 0}, did you get to be\nso good because you’re always with\fyour Pokémon?\rYes! That has to be it!\nI will try like you! Riley: If you use that, I’ll have to\nwave good-bye to you now. Riley: If you use that move, I’ll have\nto wave good-bye to you now. Riley: Haha, I’d have to agree.\rPeople training here would be those\nwith too much time on their hands. @@ -40,8 +40,8 @@ Marley: ...Sorry, but I’m not\ngoing up. Marley: ...It isn’t that way. Marley: ...You’re very chatty... Marley: ...The Pokémon among\nflowers... -Buck: Whoa, {STRVAR 3, 0}!\rIf you use that, me and my Pokémon\nwill be left behind. Don’t do it! -Buck: Whoa, {STRVAR 3, 0}!\rIf you use that, me and my Pokémon\nwill be left behind. Don’t do it! +Buck: Whoa, {STRVAR_1 3, 0}!\rIf you use that, me and my Pokémon\nwill be left behind. Don’t do it! +Buck: Whoa, {STRVAR_1 3, 0}!\rIf you use that, me and my Pokémon\nwill be left behind. Don’t do it! Buck: Why do I like the volcano\nso much?\rI don’t really have a good reason\nfor it, but I don’t really need one. Buck: There’s no law that says\nI have to be tough or anything,\fbut losing isn’t fair to my Pokémon.\rAfter all, they try so hard for me.\rI think it’s my responsibility as a\nTrainer to recognize their hard work. Buck: My big brother’s one of the\nElite Four.\rSo, of course it’s only normal that\nI’d be better than ordinary folks.\rBut that’s not what I want.\nI want to be tough on my own terms.\rIt wouldn’t be fair to the Pokémon\nthat chose to be with me. diff --git a/files/msgdata/msg/narc_0379.key b/files/msgdata/msg/narc_0379.key deleted file mode 100644 index 2afe2c52..00000000 --- a/files/msgdata/msg/narc_0379.key +++ /dev/null @@ -1 +0,0 @@ -9
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0380.key b/files/msgdata/msg/narc_0380.key deleted file mode 100644 index 60f745c6..00000000 --- a/files/msgdata/msg/narc_0380.key +++ /dev/null @@ -1 +0,0 @@ -
g
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0380.txt b/files/msgdata/msg/narc_0380.txt index 63546d59..9062efc7 100644 --- a/files/msgdata/msg/narc_0380.txt +++ b/files/msgdata/msg/narc_0380.txt @@ -1,7 +1,7 @@ It will forget the saying it now\nknows. Is that OK? Press the A or B Button, then speak\ninto the microphone.\r -{STRVAR 1, 0} learned a new saying!\r -{STRVAR 1, 0} failed to learn a new\nsaying.\r +{STRVAR_1 1, 0} learned a new saying!\r +{STRVAR_1 1, 0} failed to learn a new\nsaying.\r Would you like to try again? It seems to be distracted and\nunable to concentrate... Yes diff --git a/files/msgdata/msg/narc_0381.key b/files/msgdata/msg/narc_0381.key deleted file mode 100644 index 8b81d66d..00000000 --- a/files/msgdata/msg/narc_0381.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0382.key b/files/msgdata/msg/narc_0382.key deleted file mode 100644 index 9b685bdb..00000000 --- a/files/msgdata/msg/narc_0382.key +++ /dev/null @@ -1 +0,0 @@ - diff --git a/files/msgdata/msg/narc_0383.key b/files/msgdata/msg/narc_0383.key deleted file mode 100644 index 7051e68d..00000000 --- a/files/msgdata/msg/narc_0383.key +++ /dev/null @@ -1 +0,0 @@ -}\
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0384.key b/files/msgdata/msg/narc_0384.key deleted file mode 100644 index 09fd35d0..00000000 --- a/files/msgdata/msg/narc_0384.key +++ /dev/null @@ -1 +0,0 @@ -x
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0385.key b/files/msgdata/msg/narc_0385.key deleted file mode 100644 index 3ffccd95..00000000 --- a/files/msgdata/msg/narc_0385.key +++ /dev/null @@ -1 +0,0 @@ -u
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0386.key b/files/msgdata/msg/narc_0386.key deleted file mode 100644 index f7909871..00000000 --- a/files/msgdata/msg/narc_0386.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0387.key b/files/msgdata/msg/narc_0387.key deleted file mode 100644 index d9887afa..00000000 --- a/files/msgdata/msg/narc_0387.key +++ /dev/null @@ -1 +0,0 @@ -=
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0388.key b/files/msgdata/msg/narc_0388.key deleted file mode 100644 index e708ac52..00000000 --- a/files/msgdata/msg/narc_0388.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0389.key b/files/msgdata/msg/narc_0389.key deleted file mode 100644 index 023e4752..00000000 --- a/files/msgdata/msg/narc_0389.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0390.key b/files/msgdata/msg/narc_0390.key deleted file mode 100644 index c6a56788..00000000 --- a/files/msgdata/msg/narc_0390.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0391.key b/files/msgdata/msg/narc_0391.key deleted file mode 100644 index 6dd6401e..00000000 --- a/files/msgdata/msg/narc_0391.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0392.key b/files/msgdata/msg/narc_0392.key deleted file mode 100644 index c33a2da7..00000000 --- a/files/msgdata/msg/narc_0392.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0393.key b/files/msgdata/msg/narc_0393.key deleted file mode 100644 index c0f04000..00000000 --- a/files/msgdata/msg/narc_0393.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0394.key b/files/msgdata/msg/narc_0394.key deleted file mode 100644 index 811ab41f..00000000 --- a/files/msgdata/msg/narc_0394.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0395.key b/files/msgdata/msg/narc_0395.key deleted file mode 100644 index a406b010..00000000 --- a/files/msgdata/msg/narc_0395.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0395.txt b/files/msgdata/msg/narc_0395.txt index d8f83185..ebe0c686 100644 --- a/files/msgdata/msg/narc_0395.txt +++ b/files/msgdata/msg/narc_0395.txt @@ -1,20 +1,20 @@ -You win...\n{STRVAR 28, 0}! -{STRVAR 28, 0} was the one\nthing I wanted to avoid... -Waaah!\n{STRVAR 28, 0}! -I want to go home with\n{STRVAR 28, 0}... -{STRVAR 28, 0}!\n{STRVAR 28, 1}! -Could it be...?\n{STRVAR 28, 0}...? -{STRVAR 28, 0}!\nHow awful! -I was confident about\n{STRVAR 28, 0}, too. -You’re {STRVAR 28, 0},\naren’t you? -{STRVAR 28, 0}!\nCan’t be anything else but. -I feel so helplessly angry...\nIt’s {STRVAR 28, 0}! -{STRVAR 28, 0} makes me sad... -I feel sorry for\n{STRVAR 28, 0}! -The way I feel now is\n{STRVAR 28, 0}... -I lost, but I won at\n{STRVAR 28, 0}! -I would’ve won if this\nwere {STRVAR 28, 0}... -My head’s filled with only\n{STRVAR 28, 0} now! -The way I lost...\nIt’s like {STRVAR 28, 0}... -Isn’t {STRVAR 28, 0}\n{STRVAR 28, 1}? -Aww... That’s really\n{STRVAR 28, 0}... +You win...\n{STRVAR_1 28, 0}! +{STRVAR_1 28, 0} was the one\nthing I wanted to avoid... +Waaah!\n{STRVAR_1 28, 0}! +I want to go home with\n{STRVAR_1 28, 0}... +{STRVAR_1 28, 0}!\n{STRVAR_1 28, 1}! +Could it be...?\n{STRVAR_1 28, 0}...? +{STRVAR_1 28, 0}!\nHow awful! +I was confident about\n{STRVAR_1 28, 0}, too. +You’re {STRVAR_1 28, 0},\naren’t you? +{STRVAR_1 28, 0}!\nCan’t be anything else but. +I feel so helplessly angry...\nIt’s {STRVAR_1 28, 0}! +{STRVAR_1 28, 0} makes me sad... +I feel sorry for\n{STRVAR_1 28, 0}! +The way I feel now is\n{STRVAR_1 28, 0}... +I lost, but I won at\n{STRVAR_1 28, 0}! +I would’ve won if this\nwere {STRVAR_1 28, 0}... +My head’s filled with only\n{STRVAR_1 28, 0} now! +The way I lost...\nIt’s like {STRVAR_1 28, 0}... +Isn’t {STRVAR_1 28, 0}\n{STRVAR_1 28, 1}? +Aww... That’s really\n{STRVAR_1 28, 0}... diff --git a/files/msgdata/msg/narc_0396.key b/files/msgdata/msg/narc_0396.key deleted file mode 100644 index e98cd762..00000000 --- a/files/msgdata/msg/narc_0396.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0396.txt b/files/msgdata/msg/narc_0396.txt index f6278a82..4424b9be 100644 --- a/files/msgdata/msg/narc_0396.txt +++ b/files/msgdata/msg/narc_0396.txt @@ -1,20 +1,20 @@ -Hello!\n{STRVAR 28, 0}! -I love {STRVAR 28, 0}! -I love {STRVAR 28, 0}!\nI love {STRVAR 28, 1}, too! -This {STRVAR 28, 0} is\n{STRVAR 28, 1}, isn’t it? -I can do anything for\n{STRVAR 28, 0}! -This {STRVAR 28, 0} is\n{STRVAR 28, 1}! -{STRVAR 28, 0} is the real\n{STRVAR 28, 1}! -It might be {STRVAR 28, 0}... -There’s only {STRVAR 28, 0}\nleft! -It’s {STRVAR 28, 0}!\nIt’s {STRVAR 28, 1}! -I prefer {STRVAR 28, 0}\nafter all! -Is {STRVAR 28, 0}\n{STRVAR 28, 1}? -Do you like {STRVAR 28, 0}? -What do you think of\n{STRVAR 28, 0}? -{STRVAR 28, 0} is so\n{STRVAR 28, 1}! -{STRVAR 28, 0} are\n{STRVAR 28, 1}! -{STRVAR 28, 0}, right? -Did you know {STRVAR 28, 0}?\nIt’s {STRVAR 28, 1}! -Excuse me...\nIt’s {STRVAR 28, 0}! -{STRVAR 28, 0}, right?\n{STRVAR 28, 1}! +Hello!\n{STRVAR_1 28, 0}! +I love {STRVAR_1 28, 0}! +I love {STRVAR_1 28, 0}!\nI love {STRVAR_1 28, 1}, too! +This {STRVAR_1 28, 0} is\n{STRVAR_1 28, 1}, isn’t it? +I can do anything for\n{STRVAR_1 28, 0}! +This {STRVAR_1 28, 0} is\n{STRVAR_1 28, 1}! +{STRVAR_1 28, 0} is the real\n{STRVAR_1 28, 1}! +It might be {STRVAR_1 28, 0}... +There’s only {STRVAR_1 28, 0}\nleft! +It’s {STRVAR_1 28, 0}!\nIt’s {STRVAR_1 28, 1}! +I prefer {STRVAR_1 28, 0}\nafter all! +Is {STRVAR_1 28, 0}\n{STRVAR_1 28, 1}? +Do you like {STRVAR_1 28, 0}? +What do you think of\n{STRVAR_1 28, 0}? +{STRVAR_1 28, 0} is so\n{STRVAR_1 28, 1}! +{STRVAR_1 28, 0} are\n{STRVAR_1 28, 1}! +{STRVAR_1 28, 0}, right? +Did you know {STRVAR_1 28, 0}?\nIt’s {STRVAR_1 28, 1}! +Excuse me...\nIt’s {STRVAR_1 28, 0}! +{STRVAR_1 28, 0}, right?\n{STRVAR_1 28, 1}! diff --git a/files/msgdata/msg/narc_0397.key b/files/msgdata/msg/narc_0397.key deleted file mode 100644 index 088618ad..00000000 --- a/files/msgdata/msg/narc_0397.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0397.txt b/files/msgdata/msg/narc_0397.txt index 64c7d1a7..c1e9266d 100644 --- a/files/msgdata/msg/narc_0397.txt +++ b/files/msgdata/msg/narc_0397.txt @@ -1,20 +1,20 @@ -Please!\n{STRVAR 28, 0}! -Go! {STRVAR 28, 0}! -I’ll battle with\n{STRVAR 28, 0}! -It’s {STRVAR 28, 0}! -{STRVAR 28, 0}, I’m going\nwith {STRVAR 28, 1}! -Look at {STRVAR 28, 0}! -I’ll show you {STRVAR 28, 0}! -Now!\n{STRVAR 28, 0}! -I’ll show you my\n{STRVAR 28, 0} strategy! -I’ll {STRVAR 28, 0}! -I’ll shock you with\n{STRVAR 28, 0}! -This is the beginning\nof {STRVAR 28, 0}! -This battle is\n{STRVAR 28, 0}! -I don’t think I’ll\never lose at {STRVAR 28, 0}! -Team {STRVAR 28, 0} is here! -You think you can beat\n{STRVAR 28, 0}? -{STRVAR 28, 0}!\n{STRVAR 28, 1} power! -This is the {STRVAR 28, 0}\nPokémon! -{STRVAR 28, 0} won’t lose! -Please {STRVAR 28, 0}!\n{STRVAR 28, 1}! +Please!\n{STRVAR_1 28, 0}! +Go! {STRVAR_1 28, 0}! +I’ll battle with\n{STRVAR_1 28, 0}! +It’s {STRVAR_1 28, 0}! +{STRVAR_1 28, 0}, I’m going\nwith {STRVAR_1 28, 1}! +Look at {STRVAR_1 28, 0}! +I’ll show you {STRVAR_1 28, 0}! +Now!\n{STRVAR_1 28, 0}! +I’ll show you my\n{STRVAR_1 28, 0} strategy! +I’ll {STRVAR_1 28, 0}! +I’ll shock you with\n{STRVAR_1 28, 0}! +This is the beginning\nof {STRVAR_1 28, 0}! +This battle is\n{STRVAR_1 28, 0}! +I don’t think I’ll\never lose at {STRVAR_1 28, 0}! +Team {STRVAR_1 28, 0} is here! +You think you can beat\n{STRVAR_1 28, 0}? +{STRVAR_1 28, 0}!\n{STRVAR_1 28, 1} power! +This is the {STRVAR_1 28, 0}\nPokémon! +{STRVAR_1 28, 0} won’t lose! +Please {STRVAR_1 28, 0}!\n{STRVAR_1 28, 1}! diff --git a/files/msgdata/msg/narc_0398.key b/files/msgdata/msg/narc_0398.key deleted file mode 100644 index 6fa7cc9e..00000000 --- a/files/msgdata/msg/narc_0398.key +++ /dev/null @@ -1 +0,0 @@ -b
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0398.txt b/files/msgdata/msg/narc_0398.txt index 7014d304..efd732e8 100644 --- a/files/msgdata/msg/narc_0398.txt +++ b/files/msgdata/msg/narc_0398.txt @@ -1,20 +1,20 @@ -{STRVAR 28, 0}!\nHello! -Glad to meet you!\nI love {STRVAR 28, 0}! -I’m a {STRVAR 28, 0} Trainer!\nPlease battle me! -Please trade!\nI’m offering {STRVAR 28, 0}! -Please trade!\nI want a {STRVAR 28, 0}! +{STRVAR_1 28, 0}!\nHello! +Glad to meet you!\nI love {STRVAR_1 28, 0}! +I’m a {STRVAR_1 28, 0} Trainer!\nPlease battle me! +Please trade!\nI’m offering {STRVAR_1 28, 0}! +Please trade!\nI want a {STRVAR_1 28, 0}! I’ve entered the Union Room. -Let’s draw! I want to draw\n{STRVAR 28, 0}! -I’ve got to go!\n{STRVAR 28, 0}! +Let’s draw! I want to draw\n{STRVAR_1 28, 0}! +I’ve got to go!\n{STRVAR_1 28, 0}! Please leave me alone... -Anyone want to\n{STRVAR 28, 0}? -Let’s {STRVAR 28, 0}! -Want to {STRVAR 28, 0}? -I want to {STRVAR 28, 0}! +Anyone want to\n{STRVAR_1 28, 0}? +Let’s {STRVAR_1 28, 0}! +Want to {STRVAR_1 28, 0}? +I want to {STRVAR_1 28, 0}! OK! -I don’t want to\n{STRVAR 28, 0}. +I don’t want to\n{STRVAR_1 28, 0}. I’ll go wait at the Colosseum\nnow. Please talk to me! Do you know where I am? -I want to trade my {STRVAR 28, 0}.\nPlease talk to me. -I want a {STRVAR 28, 0} battle!\nPlease talk to me! +I want to trade my {STRVAR_1 28, 0}.\nPlease talk to me. +I want a {STRVAR_1 28, 0} battle!\nPlease talk to me! diff --git a/files/msgdata/msg/narc_0399.key b/files/msgdata/msg/narc_0399.key deleted file mode 100644 index 1929473c..00000000 --- a/files/msgdata/msg/narc_0399.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0399.txt b/files/msgdata/msg/narc_0399.txt index 00d29f15..a6743fd1 100644 --- a/files/msgdata/msg/narc_0399.txt +++ b/files/msgdata/msg/narc_0399.txt @@ -1,20 +1,20 @@ -I win!\n{STRVAR 28, 0}! -I won!\nI won with {STRVAR 28, 0}! -{STRVAR 28, 0} is strong,\nisn’t it? -It’s {STRVAR 28, 0}\n{STRVAR 28, 1} after all! -{STRVAR 28, 0}, yay! -Yay, {STRVAR 28, 0}!\n{STRVAR 28, 1}! -Sorry, it’s {STRVAR 28, 0}\n{STRVAR 28, 1}. -{STRVAR 28, 0}!\nThank you! -The way I feel now is\n{STRVAR 28, 0}! -I wanted people to look at\nmy {STRVAR 28, 0}! -It’s all thanks to\n{STRVAR 28, 0}. -I might have won with\n{STRVAR 28, 0}! -I get the happiest with\n{STRVAR 28, 0}! -{STRVAR 28, 0} secured\nthe victory! -This {STRVAR 28, 0}\nwas really good! -{STRVAR 28, 0}\nwas fun, wasn’t it? -Huh?\n{STRVAR 28, 0}?! -{STRVAR 28, 0} is the toughest! -Happy!\n{STRVAR 28, 0} happy! -How’s that?!\n{STRVAR 28, 0}! +I win!\n{STRVAR_1 28, 0}! +I won!\nI won with {STRVAR_1 28, 0}! +{STRVAR_1 28, 0} is strong,\nisn’t it? +It’s {STRVAR_1 28, 0}\n{STRVAR_1 28, 1} after all! +{STRVAR_1 28, 0}, yay! +Yay, {STRVAR_1 28, 0}!\n{STRVAR_1 28, 1}! +Sorry, it’s {STRVAR_1 28, 0}\n{STRVAR_1 28, 1}. +{STRVAR_1 28, 0}!\nThank you! +The way I feel now is\n{STRVAR_1 28, 0}! +I wanted people to look at\nmy {STRVAR_1 28, 0}! +It’s all thanks to\n{STRVAR_1 28, 0}. +I might have won with\n{STRVAR_1 28, 0}! +I get the happiest with\n{STRVAR_1 28, 0}! +{STRVAR_1 28, 0} secured\nthe victory! +This {STRVAR_1 28, 0}\nwas really good! +{STRVAR_1 28, 0}\nwas fun, wasn’t it? +Huh?\n{STRVAR_1 28, 0}?! +{STRVAR_1 28, 0} is the toughest! +Happy!\n{STRVAR_1 28, 0} happy! +How’s that?!\n{STRVAR_1 28, 0}! diff --git a/files/msgdata/msg/narc_0400.key b/files/msgdata/msg/narc_0400.key deleted file mode 100644 index feb5e77b..00000000 --- a/files/msgdata/msg/narc_0400.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0401.key b/files/msgdata/msg/narc_0401.key deleted file mode 100644 index c3c58f7e..00000000 --- a/files/msgdata/msg/narc_0401.key +++ /dev/null @@ -1 +0,0 @@ -T8
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0402.key b/files/msgdata/msg/narc_0402.key deleted file mode 100644 index 1abfa961..00000000 --- a/files/msgdata/msg/narc_0402.key +++ /dev/null @@ -1 +0,0 @@ -N
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0402.txt b/files/msgdata/msg/narc_0402.txt index bda031fd..d743944d 100644 --- a/files/msgdata/msg/narc_0402.txt +++ b/files/msgdata/msg/narc_0402.txt @@ -1,29 +1,29 @@ CONFIRM CANCEL -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 1, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 1, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} / ♂ ♀ @@ -35,7 +35,7 @@ Teach which Pokémon? Choose Pokémon and confirm. Use on which Pokémon? -Do what with\n{STRVAR 1, 0}? +Do what with\n{STRVAR_1 1, 0}? Do what with\nan item? Do what with\nthe Mail? Restore\nwhich move? @@ -50,46 +50,46 @@ Yes No Your PC’s Mailbox is full. Mail was taken from the\nPokémon. -{STRVAR 1, 0} wants to learn the\nmove {STRVAR 6, 1}.\rHowever, {STRVAR 1, 0} already\nknows four moves.\rShould a move be deleted and\nreplaced with {STRVAR 6, 1}? +{STRVAR_1 1, 0} wants to learn the\nmove {STRVAR_1 6, 1}.\rHowever, {STRVAR_1 1, 0} already\nknows four moves.\rShould a move be deleted and\nreplaced with {STRVAR_1 6, 1}? Yes No -Stop trying to teach\n{STRVAR 6, 1}? +Stop trying to teach\n{STRVAR_1 6, 1}? Yes No -{STRVAR 1, 0} did not learn the\nmove {STRVAR 6, 1}. +{STRVAR_1 1, 0} did not learn the\nmove {STRVAR_1 6, 1}. Which move should be\nforgotten? -1, {PAUSE 20}2, and{PAUSE 20}... {PAUSE 20}... {PAUSE 20}... Poof!{WAIT 3}{WAIT 5}\r{STRVAR 1, 0} forgot how to\nuse {STRVAR 6, 1}.\rAnd... -{STRVAR 1, 0} learned\n{STRVAR 6, 1}!{WAIT 4}{WAIT 2} -{STRVAR 1, 0} and {STRVAR 6, 1}\nare not compatible.\r{STRVAR 6, 1} can’t be learned. -{STRVAR 1, 0} already knows\n{STRVAR 6, 1}. -{STRVAR 1, 0}’s HP was restored\nby {STRVAR 52, 1} point(s). -{STRVAR 1, 0} was cured of its\npoisoning. -{STRVAR 1, 0} was cured of\nparalysis. -{STRVAR 1, 0}’s\nburn was healed. -{STRVAR 1, 0} was\nthawed out. +1, {PAUSE 20}2, and{PAUSE 20}... {PAUSE 20}... {PAUSE 20}... Poof!{WAIT 3}{WAIT 5}\r{STRVAR_1 1, 0} forgot how to\nuse {STRVAR_1 6, 1}.\rAnd... +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}!{WAIT 4}{WAIT 2} +{STRVAR_1 1, 0} and {STRVAR_1 6, 1}\nare not compatible.\r{STRVAR_1 6, 1} can’t be learned. +{STRVAR_1 1, 0} already knows\n{STRVAR_1 6, 1}. +{STRVAR_1 1, 0}’s HP was restored\nby {STRVAR_1 52, 1} point(s). +{STRVAR_1 1, 0} was cured of its\npoisoning. +{STRVAR_1 1, 0} was cured of\nparalysis. +{STRVAR_1 1, 0}’s\nburn was healed. +{STRVAR_1 1, 0} was\nthawed out. PP was restored. -{STRVAR 1, 0}\nregained health. -{STRVAR 1, 0}\nbecame healthy. -{STRVAR 6, 0}’s PP\nincreased. -{STRVAR 1, 0} snapped out of its\nconfusion. -{STRVAR 1, 0} got over its\ninfatuation. -{STRVAR 1, 0}’s base {STRVAR 13, 1}\nrose! +{STRVAR_1 1, 0}\nregained health. +{STRVAR_1 1, 0}\nbecame healthy. +{STRVAR_1 6, 0}’s PP\nincreased. +{STRVAR_1 1, 0} snapped out of its\nconfusion. +{STRVAR_1 1, 0} got over its\ninfatuation. +{STRVAR_1 1, 0}’s base {STRVAR_1 13, 1}\nrose! This can’t be used until a new\nBadge is obtained. Must remove Mail before the\nPokémon is allowed to hold an item. -{STRVAR 1, 0} is already holding\n{STRVAR 8, 1}.\rWould you like to switch the\ntwo items? +{STRVAR_1 1, 0} is already holding\n{STRVAR_1 8, 1}.\rWould you like to switch the\ntwo items? Yes No -{STRVAR 1, 0} isn’t holding\nanything. -Received the {STRVAR 8, 1}\nfrom {STRVAR 1, 0}. +{STRVAR_1 1, 0} isn’t holding\nanything. +Received the {STRVAR_1 8, 1}\nfrom {STRVAR_1 1, 0}. The Bag is full. -The {STRVAR 8, 1} was taken and\nreplaced with the {STRVAR 8, 2}. +The {STRVAR_1 8, 1} was taken and\nreplaced with the {STRVAR_1 8, 2}. -{STRVAR 1, 0}\nwoke up. +{STRVAR_1 1, 0}\nwoke up. @@ -108,15 +108,15 @@ It won’t have any effect. Two Pokémon are needed. -{STRVAR 1, 0} became more friendly.\rHowever, its base {STRVAR 13, 1} fell! -{STRVAR 1, 0} adores you!\rIts base {STRVAR 13, 1} fell! -{STRVAR 1, 0} became more friendly.\rIts base {STRVAR 13, 1} can’t go lower. -{STRVAR 1, 0} is already in battle! -{STRVAR 1, 0} has no energy left\nto battle! -{STRVAR 1, 0} can’t be switched out! +{STRVAR_1 1, 0} became more friendly.\rHowever, its base {STRVAR_1 13, 1} fell! +{STRVAR_1 1, 0} adores you!\rIts base {STRVAR_1 13, 1} fell! +{STRVAR_1 1, 0} became more friendly.\rIts base {STRVAR_1 13, 1} can’t go lower. +{STRVAR_1 1, 0} is already in battle! +{STRVAR_1 1, 0} has no energy left\nto battle! +{STRVAR_1 1, 0} can’t be switched out! An Egg can’t battle! -You can’t switch {STRVAR 3, 0}’s\nPokémon with one of yours! -{STRVAR 1, 0} was given the\n{STRVAR 8, 1} to hold. +You can’t switch {STRVAR_1 3, 0}’s\nPokémon with one of yours! +{STRVAR_1 1, 0} was given the\n{STRVAR_1 8, 1} to hold. Three Pokémon are needed. Four Pokémon are needed. Five Pokémon are needed. @@ -154,16 +154,16 @@ CANCEL ENTER NO ENTRY -{COLOR 1}{STRVAR 6, 0}{COLOR 0} -{COLOR 1}{STRVAR 6, 0}{COLOR 0} -{COLOR 1}{STRVAR 6, 0}{COLOR 0} -{COLOR 1}{STRVAR 6, 0}{COLOR 0} +{COLOR 1}{STRVAR_1 6, 0}{COLOR 0} +{COLOR 1}{STRVAR_1 6, 0}{COLOR 0} +{COLOR 1}{STRVAR_1 6, 0}{COLOR 0} +{COLOR 1}{STRVAR_1 6, 0}{COLOR 0} GIVE TAKE -{STRVAR 6, 0} -{STRVAR 6, 0} -{STRVAR 6, 0} -{STRVAR 6, 0} +{STRVAR_1 6, 0} +{STRVAR_1 6, 0} +{STRVAR_1 6, 0} +{STRVAR_1 6, 0} SET NOT ENTERED BANNED @@ -182,16 +182,16 @@ ABLE! UNABLE! Identical Pokémon are not permitted. Some Pokémon are holding identical\nitems. -The total of all party members’\nlevels has gone over {STRVAR 52, 0}. +The total of all party members’\nlevels has gone over {STRVAR_1 52, 0}. MAX HP ATTACK DEFENSE SP. ATK SP. DEF SPEED -+ {STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 1, 0} was elevated to\nLv. {STRVAR 52, 1}.{WAIT 4}{WAIT 2} -{STRVAR 1, 0} learned\n{STRVAR 6, 1}!{WAIT 4}{WAIT 2} ++ {STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 1, 0} was elevated to\nLv. {STRVAR_1 52, 1}.{WAIT 4}{WAIT 2} +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}!{WAIT 4}{WAIT 2} The Ball Capsule will be detached.\nWill that be OK? It can’t be used when you have\nsomeone with you. diff --git a/files/msgdata/msg/narc_0403.key b/files/msgdata/msg/narc_0403.key deleted file mode 100644 index 33dbfa61..00000000 --- a/files/msgdata/msg/narc_0403.key +++ /dev/null @@ -1 +0,0 @@ -Q
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0403.txt b/files/msgdata/msg/narc_0403.txt index 4e27853e..360b94c5 100644 --- a/files/msgdata/msg/narc_0403.txt +++ b/files/msgdata/msg/narc_0403.txt @@ -1,8 +1,8 @@ -Make Pokémon migrate from\n{STRVAR 3, 1}’s Ruby Game Pak? -Make Pokémon migrate from\n{STRVAR 3, 1}’s Sapphire Game Pak? -Make Pokémon migrate from\n{STRVAR 3, 1}’s Emerald Game Pak? -Make Pokémon migrate from\n{STRVAR 3, 1}’s FireRed Game Pak? -Make Pokémon migrate from\n{STRVAR 3, 1}’s LeafGreen Game Pak? +Make Pokémon migrate from\n{STRVAR_1 3, 1}’s Ruby Game Pak? +Make Pokémon migrate from\n{STRVAR_1 3, 1}’s Sapphire Game Pak? +Make Pokémon migrate from\n{STRVAR_1 3, 1}’s Emerald Game Pak? +Make Pokémon migrate from\n{STRVAR_1 3, 1}’s FireRed Game Pak? +Make Pokémon migrate from\n{STRVAR_1 3, 1}’s LeafGreen Game Pak? There aren’t six Pokémon in\nthe PC Boxes. Please choose the six Pokémon\nthat will migrate. This Game Card has already been\nstocked with six migrated Pokémon.\rPlease participate in a Catching\nShow at Pal Park. diff --git a/files/msgdata/msg/narc_0404.key b/files/msgdata/msg/narc_0404.key deleted file mode 100644 index d2ce6a12..00000000 --- a/files/msgdata/msg/narc_0404.key +++ /dev/null @@ -1 +0,0 @@ -G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0404.txt b/files/msgdata/msg/narc_0404.txt index 9d3c1ea3..6f9ee6e5 100644 --- a/files/msgdata/msg/narc_0404.txt +++ b/files/msgdata/msg/narc_0404.txt @@ -1,25 +1,25 @@ -{STRVAR 1, 0} +{STRVAR_1 1, 0} ♂ ♀ -{STRVAR 52, 0} +{STRVAR_1 52, 0} Item -{STRVAR 8, 0} +{STRVAR_1 8, 0} None POKéMON INFO Pokédex No. -{STRVAR 52, 0} +{STRVAR_1 52, 0} Name -{STRVAR 0, 0} +{STRVAR_1 0, 0} Type OT -{STRVAR 3, 0} +{STRVAR_1 3, 0} ID No. -{STRVAR 54, 0} +{STRVAR_1 54, 0} Exp. Points -{STRVAR 56, 0} +{STRVAR_1 56, 0} To Next Lv. -{STRVAR 55, 0} +{STRVAR_1 55, 0} ??? TRAINER MEMO {COLOR 2}Hardy{COLOR 0} nature. @@ -47,22 +47,22 @@ TRAINER MEMO {COLOR 2}Sassy{COLOR 0} nature. {COLOR 2}Careful{COLOR 0} nature. {COLOR 2}Quirky{COLOR 0} nature. -{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nMet at Lv. {STRVAR 52, 3}. -{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nApparently met at\nLv. {STRVAR 52, 3}. -{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nArrived at Lv. {STRVAR 52, 3}. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg hatched. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg apparently hatched. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg received.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg hatched. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg received.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg apparently hatched. -{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nHad a fateful encounter\nat Lv. {STRVAR 52, 3}. -{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nApparently had a\nfateful encounter at\nLv. {STRVAR 52, 3}. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg hatched.\nFateful encounter. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg apparently hatched.\nFateful encounter. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg arrived.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg hatched.\nFateful encounter. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg arrived.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg apparently hatched.\nFateful encounter. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg hatched.\nFateful encounter. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nEgg apparently hatched.\nFateful encounter. -{STRVAR 74, 1} {STRVAR 51, 2}, 20{STRVAR 51, 0}\n{COLOR 2}{STRVAR 4, 4}{COLOR 0}\nArrived at Lv. {STRVAR 52, 3}. +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nMet at Lv. {STRVAR_1 52, 3}. +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nApparently met at\nLv. {STRVAR_1 52, 3}. +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nArrived at Lv. {STRVAR_1 52, 3}. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg hatched. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg apparently hatched. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg received.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg hatched. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg received.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg apparently hatched. +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nHad a fateful encounter\nat Lv. {STRVAR_1 52, 3}. +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nApparently had a\nfateful encounter at\nLv. {STRVAR_1 52, 3}. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg hatched.\nFateful encounter. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg apparently hatched.\nFateful encounter. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg arrived.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg hatched.\nFateful encounter. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg arrived.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg apparently hatched.\nFateful encounter. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg hatched.\nFateful encounter. +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}\nEgg obtained.\n{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nEgg apparently hatched.\nFateful encounter. +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, 20{STRVAR_1 51, 0}\n{COLOR 2}{STRVAR_1 4, 4}{COLOR 0}\nArrived at Lv. {STRVAR_1 52, 3}. Likes {COLOR 2}spicy{COLOR 0} food. Likes {COLOR 2}dry{COLOR 0} food. Likes {COLOR 2}sweet{COLOR 0} food. @@ -99,10 +99,10 @@ Somewhat vain. Strongly defiant. Hates to lose. Somewhat stubborn. -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\nA mysterious Pokémon\nEgg received from\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}.\n -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\nA mysterious Pokémon\nEgg obtained in\n{COLOR 2}{STRVAR 4, 8}{COLOR 0}.\n -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\nA very mysterious\nPokémon Egg obtained\nat {COLOR 1}{STRVAR 4, 8}{COLOR 0}.\n -{STRVAR 74, 6} {STRVAR 51, 7}, 20{STRVAR 51, 5}\nA very mysterious\nPokémon Egg that came\nfrom {COLOR 2}{STRVAR 4, 8}{COLOR 0}.\n +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\nA mysterious Pokémon\nEgg received from\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}.\n +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\nA mysterious Pokémon\nEgg obtained in\n{COLOR 2}{STRVAR_1 4, 8}{COLOR 0}.\n +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\nA very mysterious\nPokémon Egg obtained\nat {COLOR 1}{STRVAR_1 4, 8}{COLOR 0}.\n +{STRVAR_1 74, 6} {STRVAR_1 51, 7}, 20{STRVAR_1 51, 5}\nA very mysterious\nPokémon Egg that came\nfrom {COLOR 2}{STRVAR_1 4, 8}{COLOR 0}.\n “The Egg Watch”\nSounds can be heard\ncoming from inside!\nIt will hatch soon! “The Egg Watch”\nIt appears to move\noccasionally. It may\nbe close to hatching. “The Egg Watch”\nWhat will hatch from\nthis? It doesn’t seem\nclose to hatching. @@ -116,40 +116,40 @@ Sp. Def Speed Ability / -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 5, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 5, 0} CONDITION SHEEN BATTLE MOVES INFO -{STRVAR 6, 0} -{STRVAR 6, 0} -{STRVAR 6, 0} -{STRVAR 6, 0} -{STRVAR 6, 0} +{STRVAR_1 6, 0} +{STRVAR_1 6, 0} +{STRVAR_1 6, 0} +{STRVAR_1 6, 0} +{STRVAR_1 6, 0} PP -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} -{STRVAR 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} +{STRVAR_1 51, 0} CANCEL POWER ACCURACY CATEGORY -{STRVAR 52, 0} -{STRVAR 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} SWITCH -- --- @@ -181,7 +181,7 @@ RIBBONS INFO CANCEL No. of Ribbons: -{STRVAR 52, 0} -{STRVAR 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} / -{STRVAR 52, 0} +{STRVAR_1 52, 0} diff --git a/files/msgdata/msg/narc_0405.key b/files/msgdata/msg/narc_0405.key deleted file mode 100644 index d7ff9ab4..00000000 --- a/files/msgdata/msg/narc_0405.key +++ /dev/null @@ -1 +0,0 @@ -O
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0406.key b/files/msgdata/msg/narc_0406.key deleted file mode 100644 index dd582cdb..00000000 --- a/files/msgdata/msg/narc_0406.key +++ /dev/null @@ -1 +0,0 @@ -b
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0407.key b/files/msgdata/msg/narc_0407.key deleted file mode 100644 index d66787ea..00000000 --- a/files/msgdata/msg/narc_0407.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0408.key b/files/msgdata/msg/narc_0408.key deleted file mode 100644 index 8dc5549c..00000000 --- a/files/msgdata/msg/narc_0408.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0409.key b/files/msgdata/msg/narc_0409.key deleted file mode 100644 index 6c77a16b..00000000 --- a/files/msgdata/msg/narc_0409.key +++ /dev/null @@ -1 +0,0 @@ -z
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0410.key b/files/msgdata/msg/narc_0410.key deleted file mode 100644 index 37b72870..00000000 --- a/files/msgdata/msg/narc_0410.key +++ /dev/null @@ -1 +0,0 @@ -X
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0411.key b/files/msgdata/msg/narc_0411.key deleted file mode 100644 index ceb4a76d..00000000 --- a/files/msgdata/msg/narc_0411.key +++ /dev/null @@ -1 +0,0 @@ -܋
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0411.txt b/files/msgdata/msg/narc_0411.txt index 0917524a..7dd54f80 100644 --- a/files/msgdata/msg/narc_0411.txt +++ b/files/msgdata/msg/narc_0411.txt @@ -1,3 +1,3 @@ -{STRVAR 0, 0} happily ate\nthe Poffin! -{STRVAR 0, 0} disdainfully\nate the Poffin... -{STRVAR 0, 0} ate the Poffin. +{STRVAR_1 0, 0} happily ate\nthe Poffin! +{STRVAR_1 0, 0} disdainfully\nate the Poffin... +{STRVAR_1 0, 0} ate the Poffin. diff --git a/files/msgdata/msg/narc_0412.key b/files/msgdata/msg/narc_0412.key deleted file mode 100644 index 4e21e1e1..00000000 --- a/files/msgdata/msg/narc_0412.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0412.txt b/files/msgdata/msg/narc_0412.txt index 52aab07c..80b20c81 100644 --- a/files/msgdata/msg/narc_0412.txt +++ b/files/msgdata/msg/narc_0412.txt @@ -2,11 +2,11 @@ POFFIN CASE GIVE TRASH BACK -SMOOTH / {STRVAR 51, 0} +SMOOTH / {STRVAR_1 51, 0} CLOSE -Discard this\n{STRVAR 9, 0}? -The {STRVAR 9, 0} was\nthrown out. +Discard this\n{STRVAR_1 9, 0}? +The {STRVAR_1 9, 0} was\nthrown out. YES NO SPICY @@ -20,4 +20,4 @@ Raises beauty. Raises cuteness. Raises smartness. Raises toughness. -{STRVAR 9, 0}{CURSOR_X 138}Lv. {STRVAR 51, 1} +{STRVAR_1 9, 0}{CURSOR_X 138}Lv. {STRVAR_1 51, 1} diff --git a/files/msgdata/msg/narc_0413.key b/files/msgdata/msg/narc_0413.key deleted file mode 100644 index fb8c1d00..00000000 --- a/files/msgdata/msg/narc_0413.key +++ /dev/null @@ -1 +0,0 @@ -e
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0413.txt b/files/msgdata/msg/narc_0413.txt index 0c7909ca..369b9baf 100644 --- a/files/msgdata/msg/narc_0413.txt +++ b/files/msgdata/msg/narc_0413.txt @@ -1,6 +1,6 @@ Communicating. Please standby... -The {STRVAR 8, 0} went in! -{STRVAR 3, 0} +The {STRVAR_1 8, 0} went in! +{STRVAR_1 3, 0} It’ll burn! Stir it! Too fast! Overflow! It’ll burn! Hurry! @@ -9,16 +9,16 @@ Quick! Quick! RESULTS Time -{STRVAR 51, 0}:{STRVAR 51, 1}:{STRVAR 51, 2} +{STRVAR_1 51, 0}:{STRVAR_1 51, 1}:{STRVAR_1 51, 2} Overflowed -{STRVAR 53, 0} time +{STRVAR_1 53, 0} time Burned -{STRVAR 53, 0} times +{STRVAR_1 53, 0} times Poffins made: -{STRVAR 9, 3} Lv. {STRVAR 51, 1} x {STRVAR 51, 2} +{STRVAR_1 9, 3} Lv. {STRVAR_1 51, 1} x {STRVAR_1 51, 2} -{STRVAR 3, 0} put away the\n{STRVAR 9, 3}(s) in the case. +{STRVAR_1 3, 0} put away the\n{STRVAR_1 9, 3}(s) in the case. Would you like to keep cooking\nPoffins? Someone has dropped out.\nCooking will be canceled. Please choose the Berry you want to\ncook from your Bag. diff --git a/files/msgdata/msg/narc_0414.key b/files/msgdata/msg/narc_0414.key Binary files differdeleted file mode 100644 index aa9c3410..00000000 --- a/files/msgdata/msg/narc_0414.key +++ /dev/null diff --git a/files/msgdata/msg/narc_0415.key b/files/msgdata/msg/narc_0415.key deleted file mode 100644 index 8dc6a878..00000000 --- a/files/msgdata/msg/narc_0415.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0415.txt b/files/msgdata/msg/narc_0415.txt index 7c7c49e8..5dbdc136 100644 --- a/files/msgdata/msg/narc_0415.txt +++ b/files/msgdata/msg/narc_0415.txt @@ -1,14 +1,14 @@ -{STRVAR 3, 0}: Hey, you saw that news\nreport that was on TV, right?\rYou know, “Search for the Red\nGYARADOS! The mysterious appearance\fof the furious Pokémon in a lake!”\rThat show got me to thinking.\rI’ll bet our local lake has a Pokémon\nlike that in it, too!\rSo, that’s what we’re gonna do.\nWe’ll go find a Pokémon like that! -{STRVAR 3, 0}: Hey!\nWhere are you wandering off to?!\rThat mystery Pokémon on TV!\nIt’s calling out to me!\rForget about going back home!\r -Remember what your mother said?\rMom: “{STRVAR 3, 0}!\nDon’t go into the tall grass!\r“Remember, wild Pokémon may attack\nyou if you’re walking in tall grass.\r“It would be OK if you had your\nown Pokémon, but...” -{STRVAR 3, 0}: Hey, it’s those people!\nIs that old guy staring at us?\r -Professor: Hmm...\rI heard from {STRVAR 3, 0} that\nyou used our Pokémon?\fLet me see them, please.\rHmm...\n{STRVAR 0, 1} and {STRVAR 0, 2}...\r...\rHmm...\fI see...\nThat’s how it is...\r -{STRVAR 3, 0}!\nI’m going back to my lab!\r +{STRVAR_1 3, 0}: Hey, you saw that news\nreport that was on TV, right?\rYou know, “Search for the Red\nGYARADOS! The mysterious appearance\fof the furious Pokémon in a lake!”\rThat show got me to thinking.\rI’ll bet our local lake has a Pokémon\nlike that in it, too!\rSo, that’s what we’re gonna do.\nWe’ll go find a Pokémon like that! +{STRVAR_1 3, 0}: Hey!\nWhere are you wandering off to?!\rThat mystery Pokémon on TV!\nIt’s calling out to me!\rForget about going back home!\r +Remember what your mother said?\rMom: “{STRVAR_1 3, 0}!\nDon’t go into the tall grass!\r“Remember, wild Pokémon may attack\nyou if you’re walking in tall grass.\r“It would be OK if you had your\nown Pokémon, but...” +{STRVAR_1 3, 0}: Hey, it’s those people!\nIs that old guy staring at us?\r +Professor: Hmm...\rI heard from {STRVAR_1 3, 0} that\nyou used our Pokémon?\fLet me see them, please.\rHmm...\n{STRVAR_1 0, 1} and {STRVAR_1 0, 2}...\r...\rHmm...\fI see...\nThat’s how it is...\r +{STRVAR_1 3, 0}!\nI’m going back to my lab!\r Dawn: Um... Yes!\nProfessor, please wait for me!\r I think you should visit our lab\nlater.\rOK, see you!\r Lucas: Uh... Yeah, of course!\nProfessor, wait for me!\r You should visit us at our lab later,\nI think.\rWe’ll be seeing you!\r -{STRVAR 3, 0}: What was all that\ncraziness about?\rI mean, if he was angry, he could’ve\njust yelled at us, or whatever...\rAnd didn’t he want their Pokémon\nback...?\r{STRVAR 3, 1}...\nWe should go home, too...\r +{STRVAR_1 3, 0}: What was all that\ncraziness about?\rI mean, if he was angry, he could’ve\njust yelled at us, or whatever...\rAnd didn’t he want their Pokémon\nback...?\r{STRVAR_1 3, 1}...\nWe should go home, too...\r Wild Pokémon lurk in tall grass. They\ncan come bursting out at any time.\rSo, if you’re wanting to battle wild\nPokémon, just walk in tall grass.\rIf you want to avoid wild Pokémon,\nthen stay out of the tall grass. Hi!\nI work at a Pokémon Mart.\rDid you know that a Pokémon’s health\nis measured by Hit Points (HP)?\rIf a Pokémon runs out of HP, it\nfaints and can’t battle anymore.\rIf a Pokémon’s HP gets low, you\nshould heal it with a Potion.\rHere, let me give you a Potion as\na free sample. First one’s free!\rIt will automatically go in the\nMedicine Pocket of your Bag.\r You can find a Pokémon Mart in cities\nand most major towns. diff --git a/files/msgdata/msg/narc_0416.key b/files/msgdata/msg/narc_0416.key deleted file mode 100644 index 7c2938d7..00000000 --- a/files/msgdata/msg/narc_0416.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0416.txt b/files/msgdata/msg/narc_0416.txt index eb9fcabd..fd8776ba 100644 --- a/files/msgdata/msg/narc_0416.txt +++ b/files/msgdata/msg/narc_0416.txt @@ -1,12 +1,12 @@ -Dawn: {STRVAR 3, 1}?!\rDid you tell your family that you’re\nhelping the professor?\r...You didn’t, did you?\rI know that you’re really eager to\nsee all kinds of Pokémon.\rBut you shouldn’t make your mom\nworry that you’ve disappeared.\r +Dawn: {STRVAR_1 3, 1}?!\rDid you tell your family that you’re\nhelping the professor?\r...You didn’t, did you?\rI know that you’re really eager to\nsee all kinds of Pokémon.\rBut you shouldn’t make your mom\nworry that you’ve disappeared.\r Dawn: You should go tell your family\nthat you’re helping the professor.\rThe faster the better, too.\r -Dawn: Oh, that’s right!\r{STRVAR 3, 1}, I haven’t shown you\nhow to catch a Pokémon.\rI’ll demonstrate how to catch \none, so just watch me, OK?\r -Dawn: Giggle...\nSee? Isn’t it neat?\rActually, it’s better to lower your\ntarget’s HP more than I did.\rIt’s important to get the Pokémon’s\nHP down as low as possible.\rThis is because a healthy Pokémon\nis very difficult to catch.\rOh, Pokémon also get easier to catch\nif you make them sleep or something\fby using a Pokémon’s move.\rOK, {STRVAR 3, 0}, to get you\nstarted, I’ll give you five\fPoké Balls!\r +Dawn: Oh, that’s right!\r{STRVAR_1 3, 1}, I haven’t shown you\nhow to catch a Pokémon.\rI’ll demonstrate how to catch \none, so just watch me, OK?\r +Dawn: Giggle...\nSee? Isn’t it neat?\rActually, it’s better to lower your\ntarget’s HP more than I did.\rIt’s important to get the Pokémon’s\nHP down as low as possible.\rThis is because a healthy Pokémon\nis very difficult to catch.\rOh, Pokémon also get easier to catch\nif you make them sleep or something\fby using a Pokémon’s move.\rOK, {STRVAR_1 3, 0}, to get you\nstarted, I’ll give you five\fPoké Balls!\r If you have lots of Pokémon with you,\nit will be safer on long trips.\rPlus, it will be a lot more fun\nhaving your Pokémon friends along.\rOK, I need to get going.\nBye, now!\r -Lucas: {STRVAR 3, 1}?!\rDid you tell your family that you’re\nhelping the professor?\r...I bet you didn’t, did you?\rI know that you’re eager to\nsee all kinds of Pokémon.\rBut you shouldn’t make your mom\nworry that you’ve upped and left.\r +Lucas: {STRVAR_1 3, 1}?!\rDid you tell your family that you’re\nhelping the professor?\r...I bet you didn’t, did you?\rI know that you’re eager to\nsee all kinds of Pokémon.\rBut you shouldn’t make your mom\nworry that you’ve upped and left.\r Lucas: Why don’t you go tell your\nfamily that the professor asked for\fyour help?\rYou should do it right away.\r -Lucas: {STRVAR 3, 1}, do you know\nhow to catch a Pokémon?\rI’ll demonstrate how to catch\none, so just watch, OK?\r -Lucas: And that’s how it’s done.\rActually, I should have lowered the\ntarget’s HP some more.\rYup, the important thing is to lower\nthe Pokémon’s HP as much as possible.\rSee, a healthy Pokémon isn’t easy to\ncatch.\rOh, yeah. They also get easier to\ncatch if you make one of your\fPokémon put them to sleep or such.\rHere, {STRVAR 3, 0}, I’ll give you\nfive Poké Balls to get you started.\r +Lucas: {STRVAR_1 3, 1}, do you know\nhow to catch a Pokémon?\rI’ll demonstrate how to catch\none, so just watch, OK?\r +Lucas: And that’s how it’s done.\rActually, I should have lowered the\ntarget’s HP some more.\rYup, the important thing is to lower\nthe Pokémon’s HP as much as possible.\rSee, a healthy Pokémon isn’t easy to\ncatch.\rOh, yeah. They also get easier to\ncatch if you make one of your\fPokémon put them to sleep or such.\rHere, {STRVAR_1 3, 0}, I’ll give you\nfive Poké Balls to get you started.\r If you have lots of Pokémon with you,\nyou’ll be able to travel farther.\rThat way, you’ll have a better shot\nat meeting more Pokémon.\rSee you around!\r Some Pokémon only appear in the\nmorning. Some only come out at night.\rI’m going to keep waiting right here\ntill I’ve seen every last one of ’em! Rt. 202\nSandgem Town diff --git a/files/msgdata/msg/narc_0417.key b/files/msgdata/msg/narc_0417.key deleted file mode 100644 index c96ce0f4..00000000 --- a/files/msgdata/msg/narc_0417.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0417.txt b/files/msgdata/msg/narc_0417.txt index fcc8beef..182a6d51 100644 --- a/files/msgdata/msg/narc_0417.txt +++ b/files/msgdata/msg/narc_0417.txt @@ -1,5 +1,5 @@ -{STRVAR 3, 0}: Hey! {STRVAR 3, 1}!\nTell me you got a little tougher!\rMe? Do you even need to ask?\nOf course I got tougher!\rCome on!\nLet’s battle it out!\r -{STRVAR 3, 0}: Waah!\nWhat do you mean I lost?!\rWell, that’s it!\nThat’s the last time I’ll ever lose!\rI’m going to be the world’s toughest\nTrainer, and you know it!\rThe first thing to do is take on\nthe Oreburgh City Pokémon Gym!\rI’m gonna toughen up for that,\ntotally!\r +{STRVAR_1 3, 0}: Hey! {STRVAR_1 3, 1}!\nTell me you got a little tougher!\rMe? Do you even need to ask?\nOf course I got tougher!\rCome on!\nLet’s battle it out!\r +{STRVAR_1 3, 0}: Waah!\nWhat do you mean I lost?!\rWell, that’s it!\nThat’s the last time I’ll ever lose!\rI’m going to be the world’s toughest\nTrainer, and you know it!\rThe first thing to do is take on\nthe Oreburgh City Pokémon Gym!\rI’m gonna toughen up for that,\ntotally!\r Did you know?\rThe first Pokémon to appear in\na battle is the one at the top left\fof your team list. Rt. 203\nJubilife City Rt. 203\nOreburgh City diff --git a/files/msgdata/msg/narc_0418.key b/files/msgdata/msg/narc_0418.key deleted file mode 100644 index 22ce7883..00000000 --- a/files/msgdata/msg/narc_0418.key +++ /dev/null @@ -1 +0,0 @@ -~
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0419.key b/files/msgdata/msg/narc_0419.key deleted file mode 100644 index 58617582..00000000 --- a/files/msgdata/msg/narc_0419.key +++ /dev/null @@ -1 +0,0 @@ -r
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0420.key b/files/msgdata/msg/narc_0420.key deleted file mode 100644 index 07cb6321..00000000 --- a/files/msgdata/msg/narc_0420.key +++ /dev/null @@ -1 +0,0 @@ -~
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0421.key b/files/msgdata/msg/narc_0421.key deleted file mode 100644 index 01190bac..00000000 --- a/files/msgdata/msg/narc_0421.key +++ /dev/null @@ -1 +0,0 @@ -Tr
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0422.key b/files/msgdata/msg/narc_0422.key deleted file mode 100644 index c5f38ac1..00000000 --- a/files/msgdata/msg/narc_0422.key +++ /dev/null @@ -1 +0,0 @@ -r
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0423.key b/files/msgdata/msg/narc_0423.key deleted file mode 100644 index c219c36f..00000000 --- a/files/msgdata/msg/narc_0423.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0424.key b/files/msgdata/msg/narc_0424.key deleted file mode 100644 index 191f55bc..00000000 --- a/files/msgdata/msg/narc_0424.key +++ /dev/null @@ -1 +0,0 @@ -ʎ
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0425.key b/files/msgdata/msg/narc_0425.key deleted file mode 100644 index 14ec2b23..00000000 --- a/files/msgdata/msg/narc_0425.key +++ /dev/null @@ -1 +0,0 @@ -Ҏ
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0426.key b/files/msgdata/msg/narc_0426.key deleted file mode 100644 index 96c1c93c..00000000 --- a/files/msgdata/msg/narc_0426.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0426.txt b/files/msgdata/msg/narc_0426.txt index 68e0310c..4c0b57e0 100644 --- a/files/msgdata/msg/narc_0426.txt +++ b/files/msgdata/msg/narc_0426.txt @@ -1,11 +1,11 @@ -Dawn: Hi, {STRVAR 3, 0}!\nHow’s your Pokédex coming along?\rMe? I’m somewhere between fantastic\nand, uh, hopeless...\rBut this isn’t about me!\nI’ve got something nice for you.\r{STRVAR 3, 0}, choose which hand\nyou want. -Dawn: I see...\nYou want the Vs. Seeker.\rI’m impressed, {STRVAR 3, 0}.\nYou know what’s important.\r -Dawn: Using that Vs. Seeker, you can\nfind Trainers who want a rematch\fwith you.\rOh, {STRVAR 3, 0}, do you also have\na Pokétch?\rYup, you do.\nYou can have this too, then.\rYou deserve it for all your hard\nwork, {STRVAR 3, 0}.\r -Dawn: The {STRVAR 24, 1} is\nsomething you should touch often.\rIt will tell you if there is an item\non the ground that you can’t see.\rIt will be especially useful inside\ndark caves.\rOK, let’s keep working on our\nPokédexes.\rProfessor Rowan is counting on us!\r -Lucas: Hey, {STRVAR 3, 0}!\nHow’s your Pokédex coming along?\rMe? I’m always doing great!\n...I wish...\rBut that’s not important.\rLately, I’ve been experimenting with\na couple of neat tools.\r{STRVAR 3, 0}, I’ll share with you.\nChoose a hand! -Lucas: Oh yeah.\nYou want the Vs. Seeker.\rYup, {STRVAR 3, 0}, you know what’s\nimportant.\r -Lucas: Using that Vs. Seeker, you can\nfind Trainers who want to battle with\fyou again.\r{STRVAR 3, 0}, what about a Pokétch?\nDo you have one?\rYup, you do.\nYou can have this too, then.\rYou deserve it for all of your\neffort, {STRVAR 3, 0}.\r -Lucas: The {STRVAR 24, 1} is...\nJust try touching it.\rIt’ll alert you if there is an\nunseeable item on the ground.\rIt’s especially handy for finding\nthings in dark caves.\rOK, keep working on your Pokédex.\nProfessor Rowan is counting on us!\r +Dawn: Hi, {STRVAR_1 3, 0}!\nHow’s your Pokédex coming along?\rMe? I’m somewhere between fantastic\nand, uh, hopeless...\rBut this isn’t about me!\nI’ve got something nice for you.\r{STRVAR_1 3, 0}, choose which hand\nyou want. +Dawn: I see...\nYou want the Vs. Seeker.\rI’m impressed, {STRVAR_1 3, 0}.\nYou know what’s important.\r +Dawn: Using that Vs. Seeker, you can\nfind Trainers who want a rematch\fwith you.\rOh, {STRVAR_1 3, 0}, do you also have\na Pokétch?\rYup, you do.\nYou can have this too, then.\rYou deserve it for all your hard\nwork, {STRVAR_1 3, 0}.\r +Dawn: The {STRVAR_1 24, 1} is\nsomething you should touch often.\rIt will tell you if there is an item\non the ground that you can’t see.\rIt will be especially useful inside\ndark caves.\rOK, let’s keep working on our\nPokédexes.\rProfessor Rowan is counting on us!\r +Lucas: Hey, {STRVAR_1 3, 0}!\nHow’s your Pokédex coming along?\rMe? I’m always doing great!\n...I wish...\rBut that’s not important.\rLately, I’ve been experimenting with\na couple of neat tools.\r{STRVAR_1 3, 0}, I’ll share with you.\nChoose a hand! +Lucas: Oh yeah.\nYou want the Vs. Seeker.\rYup, {STRVAR_1 3, 0}, you know what’s\nimportant.\r +Lucas: Using that Vs. Seeker, you can\nfind Trainers who want to battle with\fyou again.\r{STRVAR_1 3, 0}, what about a Pokétch?\nDo you have one?\rYup, you do.\nYou can have this too, then.\rYou deserve it for all of your\neffort, {STRVAR_1 3, 0}.\r +Lucas: The {STRVAR_1 24, 1} is...\nJust try touching it.\rIt’ll alert you if there is an\nunseeable item on the ground.\rIt’s especially handy for finding\nthings in dark caves.\rOK, keep working on your Pokédex.\nProfessor Rowan is counting on us!\r That slope’s too slippery.\nYou’ll need a Bike to get up.\rYou don’t have a Bicycle?\nThere’s a Cycle Shop in Eterna City. If you change gears on your Bicycle,\nyou can shoot right up that slope. diff --git a/files/msgdata/msg/narc_0427.key b/files/msgdata/msg/narc_0427.key deleted file mode 100644 index 486420b6..00000000 --- a/files/msgdata/msg/narc_0427.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0428.key b/files/msgdata/msg/narc_0428.key deleted file mode 100644 index 8cebffbb..00000000 --- a/files/msgdata/msg/narc_0428.key +++ /dev/null @@ -1 +0,0 @@ -n
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0428.txt b/files/msgdata/msg/narc_0428.txt index 82a4cd7f..f8521fc8 100644 --- a/files/msgdata/msg/narc_0428.txt +++ b/files/msgdata/msg/narc_0428.txt @@ -3,11 +3,11 @@ Berries are gifts of nature.\rI encourage you to feed Berries to\nPokémon.\rTha Are you the forgetful type who\nforgets where Berries are planted? Yes, yes, I thought so!\nI’m the same way!\rI feel a sort of kinship with you!\nYou can have this Pokétch app!\r Oh, is that so.\rThen you’re OK even if I don’t give\nyou this nice thing. -The {STRVAR 24, 0} shows you\nwhere there are ripe Berries\fthat are ready to be picked. +The {STRVAR_1 24, 0} shows you\nwhere there are ripe Berries\fthat are ready to be picked. Certain kinds of Berries need lots\nand lots of water. Um... Would you like some Mulch?\rIf you’re going to grow Berries,\nMulch is a good fertilizer. -That {STRVAR 8, 0}...\rI made it by mixing high-grade soil\nwith Pokémon...um...you know...\rIt will promote healthy Berry growth. +That {STRVAR_1 8, 0}...\rI made it by mixing high-grade soil\nwith Pokémon...um...you know...\rIt will promote healthy Berry growth. Um...\nPlease come again. -You bought some {STRVAR 8, 0}.\r +You bought some {STRVAR_1 8, 0}.\r I’m so sorry...\nYour Bag appears to be full... Um... You don’t appear to have\nenough money... diff --git a/files/msgdata/msg/narc_0429.key b/files/msgdata/msg/narc_0429.key deleted file mode 100644 index 656a27e8..00000000 --- a/files/msgdata/msg/narc_0429.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0429.txt b/files/msgdata/msg/narc_0429.txt index 03ee8652..34d514fd 100644 --- a/files/msgdata/msg/narc_0429.txt +++ b/files/msgdata/msg/narc_0429.txt @@ -1,7 +1,7 @@ Where departed Pokémon sleep...\nThis is the Lost Tower. There is a broken, crumbling tower\nmade of stone... There is a broken, crumbling tower\nmade of stone...\rThere seems to be a spot that would\nbe a perfect fit for the Odd Keystone.\rWould you like to use the Odd\nKeystone? -{STRVAR 3, 0} pushed the Odd Keystone\ninto the stone tower.\rThe stone tower has been restored!\n“Hallowed Tower” is written on it. +{STRVAR_1 3, 0} pushed the Odd Keystone\ninto the stone tower.\rThe stone tower has been restored!\n“Hallowed Tower” is written on it. It’s the Hallowed Tower.\rIt appears to have been built\nmany years ago. It’s the Hallowed Tower.\rIts stones appear to have shifted... It’s the Hallowed Tower.\r...Is that crying coming from inside\nthe tower? @@ -9,8 +9,8 @@ It’s the Hallowed Tower.\r...Is the tower shaking ever so\nslightly? It’s the Hallowed Tower.\rThere is some sort of presence...\nIt appears ready to emerge! Yulaaah!\r -Hmm!\n{STRVAR 8, 0} is really good!\rWouldn’t you agree? -Hmm!\nWe’re of identical minds!\rHmm!\nTake this {STRVAR 8, 0}!\r +Hmm!\n{STRVAR_1 8, 0} is really good!\rWouldn’t you agree? +Hmm!\nWe’re of identical minds!\rHmm!\nTake this {STRVAR_1 8, 0}!\r Try fishing wherever there is\na body of water.\rOh, incidentally, do you need me to\nexplain how to use that fishing rod? You don’t like to fish? First, you face any body of water,\nthen you use your fishing rod.\rNext, you must focus!\nIf a Pokémon bites, “!” appears.\fThat’s your cue to reel it in! diff --git a/files/msgdata/msg/narc_0430.key b/files/msgdata/msg/narc_0430.key deleted file mode 100644 index e1168a42..00000000 --- a/files/msgdata/msg/narc_0430.key +++ /dev/null @@ -1 +0,0 @@ -~
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0431.key b/files/msgdata/msg/narc_0431.key deleted file mode 100644 index 76d85311..00000000 --- a/files/msgdata/msg/narc_0431.key +++ /dev/null @@ -1 +0,0 @@ -~
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0432.key b/files/msgdata/msg/narc_0432.key deleted file mode 100644 index 5a65cc22..00000000 --- a/files/msgdata/msg/narc_0432.key +++ /dev/null @@ -1 +0,0 @@ -w
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0432.txt b/files/msgdata/msg/narc_0432.txt index 4f3c6cc6..96222bbd 100644 --- a/files/msgdata/msg/narc_0432.txt +++ b/files/msgdata/msg/narc_0432.txt @@ -1,6 +1,6 @@ The PSYDUCK are standing firm.\nThey aren’t inclined to move at all. The PSYDUCK are standing firm.\nThey aren’t inclined to move.\rWould you like to use the SecretPotion? -{STRVAR 3, 0} used the\nSecretPotion!\rThe PSYDUCK appear to be cured\nof their chronic headache!\r +{STRVAR_1 3, 0} used the\nSecretPotion!\rThe PSYDUCK appear to be cured\nof their chronic headache!\r Cynthia: Oh, good. You used the\nSecretPotion I gave you.\rPSYDUCK are known to suffer from\nchronic headaches.\rBut no one’s been able to figure out\nwhat triggers the headaches.\rOh, yes! Can I ask you a big favor?\rI want you to deliver this Old Charm\nto my grandma in Celestic Town.\rI know there are some rare Pokémon\nbetween here and Celestic Town, so\fit will be worth your while to go. Cynthia: My grandma has this sort of\nbossy atmosphere about her.\rI think you’ll recognize her right\naway.\rYes, I’m sure you will. She’s the\nelder of Celestic Town.\rAnd the location... Look on your Town\nMap. You can’t miss it.\rOK, I’m counting on you!\nSee you again down the road!\r I know I’m asking a big favor\nof you.\rBut I really want you to do it.\nWill you go to Celestic Town for me? diff --git a/files/msgdata/msg/narc_0433.key b/files/msgdata/msg/narc_0433.key deleted file mode 100644 index aaa46aba..00000000 --- a/files/msgdata/msg/narc_0433.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0434.key b/files/msgdata/msg/narc_0434.key deleted file mode 100644 index 18c82014..00000000 --- a/files/msgdata/msg/narc_0434.key +++ /dev/null @@ -1 +0,0 @@ -{
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0435.key b/files/msgdata/msg/narc_0435.key deleted file mode 100644 index 621f19b2..00000000 --- a/files/msgdata/msg/narc_0435.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0435.txt b/files/msgdata/msg/narc_0435.txt index 43c91589..b0be87ca 100644 --- a/files/msgdata/msg/narc_0435.txt +++ b/files/msgdata/msg/narc_0435.txt @@ -6,7 +6,7 @@ Fine, fine, now pick the Pokémon\nI should teach the move to. Sorry to disappoint you...\rThat Pokémon you have can learn this\nmove, but it hasn’t come to trust\fyou fully yet...\rUntil then, I can’t make it learn\nthis move. Sorry to disappoint you...\nThat Pokémon can’t learn this move. Hmmmm...\rTeaching a move to an Egg is\na challenge that’s beyond me. -Oh? That Pokémon already knows\n{STRVAR 6, 0}. +Oh? That Pokémon already knows\n{STRVAR_1 6, 0}. diff --git a/files/msgdata/msg/narc_0436.key b/files/msgdata/msg/narc_0436.key deleted file mode 100644 index 7db14070..00000000 --- a/files/msgdata/msg/narc_0436.key +++ /dev/null @@ -1 +0,0 @@ -w
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0437.key b/files/msgdata/msg/narc_0437.key deleted file mode 100644 index f562b596..00000000 --- a/files/msgdata/msg/narc_0437.key +++ /dev/null @@ -1 +0,0 @@ -{
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0438.key b/files/msgdata/msg/narc_0438.key deleted file mode 100644 index d5c6ffa6..00000000 --- a/files/msgdata/msg/narc_0438.key +++ /dev/null @@ -1 +0,0 @@ -w
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0439.key b/files/msgdata/msg/narc_0439.key deleted file mode 100644 index 5ce17633..00000000 --- a/files/msgdata/msg/narc_0439.key +++ /dev/null @@ -1 +0,0 @@ -R
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0440.key b/files/msgdata/msg/narc_0440.key deleted file mode 100644 index 486167b2..00000000 --- a/files/msgdata/msg/narc_0440.key +++ /dev/null @@ -1 +0,0 @@ -R
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0441.key b/files/msgdata/msg/narc_0441.key deleted file mode 100644 index b7da8430..00000000 --- a/files/msgdata/msg/narc_0441.key +++ /dev/null @@ -1 +0,0 @@ -R
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0441.txt b/files/msgdata/msg/narc_0441.txt index 6e50b299..33ca2597 100644 --- a/files/msgdata/msg/narc_0441.txt +++ b/files/msgdata/msg/narc_0441.txt @@ -4,15 +4,15 @@ Backlot: Hello, hello!\nWelcome to my opulent mansion!\rThere’s a lot for me t Backlot: Er-hem!\rThere’s a lot for me to be proud of\ninside, and outside, of this home...\rBut what makes me the most proud is\nmy trophy garden in the back!\rWhy bother traveling afar when\nPokémon are attracted by my garden?\rThey come to me in hopes of seeing\nthe garden!\rWell, doesn’t that make you envious?\nYou are envious, yes? I know you’re really envious...\nYou’re not fooling anyone... Backlot: Muhohoho... I bet you are!\nI knew you would be!\rBut I don’t mind! I enjoy sharing\nmy stories with you!\rSo! When I go out into my prized\ngarden, Pokémon come running to me.\rThey sidle up, as happy as they can\nbe to see me!\rWell? Doesn’t that make you envious?\nYou are envious, yes? -Backlot: Muhohoho... I bet you are!\nI knew you would be!\rBut I don’t mind! I enjoy sharing\nmy stories with you!\rSo! This is what happened this morning\nwhen I went into my trophy garden.\rI noticed a cute-eyed {STRVAR 0, 0},\nwhich joyously ran over to me.\rThe {STRVAR 0, 0} ran up and gave me\na smooch on my cheek...\r +Backlot: Muhohoho... I bet you are!\nI knew you would be!\rBut I don’t mind! I enjoy sharing\nmy stories with you!\rSo! This is what happened this morning\nwhen I went into my trophy garden.\rI noticed a cute-eyed {STRVAR_1 0, 0},\nwhich joyously ran over to me.\rThe {STRVAR_1 0, 0} ran up and gave me\na smooch on my cheek...\r Butler: M-Master!\nTh-that Pokémon you mentioned...\fIt doesn’t exist in the garden...\r Backlot: Wha...\rErm...\rWh-what are you saying?\nI’m no blowhard!\rListen... Mutter, mutter...\nWhisper, whisper...\r Butler: Yes, Master!\nRight away, sir!\r -Backlot: ...It’s true, I tell you!\nNo lies ever leave these lips!\rThere really are cute {STRVAR 0, 0}\nin my trophy garden! Honest truth! +Backlot: ...It’s true, I tell you!\nNo lies ever leave these lips!\rThere really are cute {STRVAR_1 0, 0}\nin my trophy garden! Honest truth! Butler: Master is a truly wonderful\nand generous person!\rIt’s on his orders that the garden,\nhis pride and joy, is open to all,\feven Trainers. Butler: Master actually quite enjoys\nshowing his prized garden to strong\fTrainers. Butler: Master took a stroll in his\ntrophy garden today, like usual. -Butler: Did you see them? There were\nsome {STRVAR 0, 0}, weren’t there?\rBut that’s only to be expected.\nIt’s Master’s trophy garden. +Butler: Did you see them? There were\nsome {STRVAR_1 0, 0}, weren’t there?\rBut that’s only to be expected.\nIt’s Master’s trophy garden. Butler: How do you find it? Master’s\nupgraded trophy garden, I mean.\rYou did notice the influx of quite\nrare Pokémon, yes?\rBut that’s only to be expected.\nIt’s Master’s trophy garden. You may look, but please refrain from\ntouching this Pokémon statue. I’m very sorry. But please refrain\nfrom touching this statue.\r diff --git a/files/msgdata/msg/narc_0442.key b/files/msgdata/msg/narc_0442.key deleted file mode 100644 index a7a5bcf7..00000000 --- a/files/msgdata/msg/narc_0442.key +++ /dev/null @@ -1 +0,0 @@ -{
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0443.key b/files/msgdata/msg/narc_0443.key deleted file mode 100644 index bd22c3cf..00000000 --- a/files/msgdata/msg/narc_0443.key +++ /dev/null @@ -1 +0,0 @@ -b
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0443.txt b/files/msgdata/msg/narc_0443.txt index 865e1cc4..1950a451 100644 --- a/files/msgdata/msg/narc_0443.txt +++ b/files/msgdata/msg/narc_0443.txt @@ -1,10 +1,10 @@ My big sister collects shards.\rShe says they remind her of the place\nshe worked at long ago. If you find ten shards of the same\ncolor, please let me know.\rI would gladly trade you a Technical\nMachine for them. You’ve got ten shards in the same\ncolor, haven’t you?\rWould you like to trade them for\na Technical Machine? -For your ten Red Shards, you get\nthis {STRVAR 8, 0} {STRVAR 6, 1}.\r -For your ten Blue Shards, you get\nthis {STRVAR 8, 0} {STRVAR 6, 1}.\r -For your ten Yellow Shards, you get\nthis {STRVAR 8, 0} {STRVAR 6, 1}.\r -For your ten Green Shards, you get\nthis {STRVAR 8, 0} {STRVAR 6, 1}.\r +For your ten Red Shards, you get\nthis {STRVAR_1 8, 0} {STRVAR_1 6, 1}.\r +For your ten Blue Shards, you get\nthis {STRVAR_1 8, 0} {STRVAR_1 6, 1}.\r +For your ten Yellow Shards, you get\nthis {STRVAR_1 8, 0} {STRVAR_1 6, 1}.\r +For your ten Green Shards, you get\nthis {STRVAR_1 8, 0} {STRVAR_1 6, 1}.\r You don’t want anything?\nI feel unwanted... Oh, your Bag is full.\rGiggle... It’s OK, I can trade\nanytime. Next time will be fine. Red Shards: Sunny Day\nBlue Shards: Rain Dance\fYellow Shards: Sandstorm\fGreen Shards: Hail\f...The Weather Institute diff --git a/files/msgdata/msg/narc_0444.key b/files/msgdata/msg/narc_0444.key deleted file mode 100644 index bf05b26d..00000000 --- a/files/msgdata/msg/narc_0444.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0445.key b/files/msgdata/msg/narc_0445.key deleted file mode 100644 index eb1842e4..00000000 --- a/files/msgdata/msg/narc_0445.key +++ /dev/null @@ -1 +0,0 @@ -^
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0446.key b/files/msgdata/msg/narc_0446.key deleted file mode 100644 index 26fe6055..00000000 --- a/files/msgdata/msg/narc_0446.key +++ /dev/null @@ -1 +0,0 @@ -^
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0446.txt b/files/msgdata/msg/narc_0446.txt index d01b3bac..e2ec9606 100644 --- a/files/msgdata/msg/narc_0446.txt +++ b/files/msgdata/msg/narc_0446.txt @@ -1,51 +1,51 @@ -Dr. Footstep: Pokémon are quite easy\nfor me to read.\rI need only to see their footprints,\nand their innermost thoughts are\frevealed to me!\rOh?\nYou are skeptical of my claim?\rThen, let your {STRVAR 0, 0} walk\nin front of me, right here.\rFrom its footprints, I will determine\nhow it feels about you.\r -Dr. Footstep: Do you want to check\nthe feelings of your Pokémon again?\rThen, let your {STRVAR 0, 0} walk\nin front of me, right here.\rFrom its footprints, I will determine\nhow it feels about you.\r -Dr. Footstep: ...And that is what\nyour {STRVAR 0, 0} thinks of you. -Dr. Footstep: ...Hmmm... {STRVAR 0, 0}\ndoesn’t leave any footprints.\rIt’s somewhat difficult for me to\ndetermine what its thoughts are. -Dr. Footstep: ...Hmm... {STRVAR 0, 0}\nhappens to be quite the silent type! -Dr. Footstep: ...And that is what\nyour {STRVAR 0, 0} thinks of you.\rI must say, your {STRVAR 0, 0} and\nyou share a very close bond.\fThis is for you.\r -Dr. Footstep: ...Hmmm... {STRVAR 0, 0}\ndoesn’t leave any footprints.\rIt’s somewhat difficult for me to\ndetermine what its thoughts are.\rHowever, your {STRVAR 0, 0} and\nyou obviously share a close bond.\fThis is for you.\r -Dr. Footstep: ...Hmm... {STRVAR 0, 0}\nhappens to be quite the silent type!\rHowever, your {STRVAR 0, 0} and\nyou obviously share a close bond.\fThis is for you.\r -{STRVAR 3, 1} received\nthe Footprint Ribbon.\r -{STRVAR 3, 1} put the Footprint Ribbon\non {STRVAR 0, 0}. -Aww... {STRVAR 3, 1} only plays with\nother Pokémon...\r{STRVAR 1, 2} feels neglected...\rMaybe {STRVAR 3, 1} doesn’t like\n{STRVAR 1, 2} very much?\r{STRVAR 1, 2} will try harder for\n{STRVAR 3, 1}.\rPlease be nicer to me!\r -Others say there are people who\naren’t very nice to Pokémon.\rI wonder about {STRVAR 3, 1}...\rWill {STRVAR 3, 1} look after\n{STRVAR 1, 2} nicely?\rWill I get to go all over with this\nTrainer?\rCan we be... Friends?\r -This adventure with {STRVAR 3, 1}\nis lots of fun.\r{STRVAR 1, 2} gets to go places where\nI can’t go by myself.\rI get to battle Pokémon I’ve never\never seen before.\rI’m gonna get stronger and stronger\nfor {STRVAR 3, 1}!\r -{STRVAR 1, 2} and {STRVAR 3, 1} make\na perfectly matched combo!\rI’ve seen all sorts of people\nso far...\rBut {STRVAR 3, 1} understands\n{STRVAR 1, 2}’s feelings most!\rI’m a little hungry...\nYou can tell, right?\r -If I said there can be friendship\nbetween Pokémon and people, will\f{STRVAR 0, 0}’s friends understand?\rBut if you see {STRVAR 3, 1} and\n{STRVAR 1, 2}, you will understand.\rBecause {STRVAR 3, 1} and\n{STRVAR 1, 2} are friends!\r -{STRVAR 1, 2} is bored...\nPlay with me more, more...\r{STRVAR 1, 2} and {STRVAR 3, 1},\nlet’s play nicer...\r -Gonna go with {STRVAR 3, 1} all over\nthe place...\rBe nice to {STRVAR 1, 2}...\nWarm and cuddly...\r -{STRVAR 1, 2} get strong, make\n{STRVAR 3, 1} happy.\rRound ones, square ones,\ntriangle ones, wobbly ones...\r{STRVAR 1, 2} wants to see different\nkinds of Pokémon...\r -{STRVAR 1, 2} and {STRVAR 3, 1}\nmake a friendly combo.\r{STRVAR 3, 1}’s feelings, {STRVAR 1, 2}\ncan understand.\r{STRVAR 1, 2}’s feelings, {STRVAR 3, 1}\nunderstands!\r -{STRVAR 3, 1} makes {STRVAR 1, 2}\nvery proud!\r{STRVAR 0, 0} boasts to friends\nabout {STRVAR 3, 1}!\r{STRVAR 3, 1} and {STRVAR 1, 2} are\nbest of friends!\r -Why does {STRVAR 3, 1} use only\nother Pokémon?\rAm I not needed much?\rWould I have been better off if\nI remained in the wild?\rNo, I should give this Trainer\na little more of a chance...\r -Humans can’t understand the cries\nof Pokémon, nor our feelings.\rHowever, there are some among us\nthat understand human speech...\rHehehe, {STRVAR 3, 1}, you’re not bad\nfor a human.\r -If a Pokémon were to travel along,\nit would be limited as to where\fit could go.\rBut traveling with a human, a Pokémon\nwould be able to travel farther afield\fto more distant cities and lands.\rTraveling with {STRVAR 3, 1} has been\nrewarding and reassuring.\rAnd very entertaining...\r -Some wild Pokémon frown upon others\nfor traveling with humans.\rThey jeer that the caught Pokémon\nhave “forgotten the wild.”\rBut that view is mistaken.\rThey have just never met a Trainer\nwho could be a great partner.\rA great partner like {STRVAR 3, 1},\nin other words...\r -{STRVAR 3, 1} is...\nA remarkable human and Trainer.\rThat I can always perform the best\nany {STRVAR 0, 0} possibly can...\rI attribute that entirely to my\npartner {STRVAR 3, 1}.\rWhen we travel, I can see wild\nPokémon eyeing us enviously...\r -Does {STRVAR 3, 1} intend to ignore\nme forever?\rGive me more opportunities for me\nto shine...\r -If a Pokémon is treated as a friend,\nit will return the sentiments.\rWe grow fonder of humans that treat\nus with kindness...\rDoes {STRVAR 3, 1} even like\n{STRVAR 1, 2}?\r -Did {STRVAR 1, 2} get stronger?\nWho is responsible for making me so?\rIs it {STRVAR 3, 1}’s doing?\nIs the Trainer owed my thanks?\r -{STRVAR 3, 1} and {STRVAR 1, 2} are\nalike in some ways.\rIn humanspeak, we match up well.\nDoes {STRVAR 3, 1} think so, too?\r -{STRVAR 3, 1} is very impressive,\nespecially for a human.\rThe Trainer lets {STRVAR 1, 2} use\nevery bit of power properly.\rIt is a shame that {STRVAR 3, 1} is\nonly a human...\r -That {STRVAR 3, 1}...\nWhat is that Trainer thinking?\rWhy make me join the team, then call\nupon me for nothing?\rAm I considered useless?\nIs the Trainer regretting having me?\rDoes the Trainer dare disrespect\nthis {STRVAR 0, 0} so easily?\r -I have little understanding of\n{STRVAR 3, 1} as a human...\r{STRVAR 3, 1} may not be too bad,\nconsidering that I, an oft-shunned\f{STRVAR 0, 0}, am one of the team...\rThat said, I don’t intend to be all\ncheerful around {STRVAR 3, 1}...\r -Our kind prefers to lurk in dark\nand dank places...\rBut being with {STRVAR 3, 1}, even\nbright and festive places seem less\fthreatening...\r{STRVAR 3, 1} has a strange\ncharisma...\r -Not for a moment did I think I would\nbe traveling with a human...\rIf my {STRVAR 0, 0} friends were to\nsee me now, they would be shocked.\rOr would they be envious of me...?\r -That {STRVAR 3, 1} is the most\nimpressive of humans.\rIt takes a lot to make me,\n{STRVAR 1, 2}, sunny and cheerful!\rAs a show of affection, I should\nchomp down on the Trainer’s neck...\rHahaha... Have no fear...\nI was merely joking...\r -Wooooooh...\n{STRVAR 1, 2} has nothing to do...\rKeep me too bored, and I’m liable\nto sneak up and bite...\r -Is there any human that would grow\nto like us {STRVAR 0, 0}?\rWell? Does {STRVAR 3, 1} like\n{STRVAR 1, 2}?\r{STRVAR 1, 2} doesn’t like...\nWell, no, maybe not...\r -{STRVAR 3, 1} treats me, {STRVAR 1, 2},\nnicely without being scared.\rBut {STRVAR 1, 2} will be even scarier\nfrom now on.\rThat’s what we {STRVAR 0, 0} do...\r -{STRVAR 1, 2} is starting to forget\na little about being in the wild...\rBut {STRVAR 1, 2} isn’t feeling sad.\nIt’s never boring with {STRVAR 3, 1}...\r -There are no Pokémon that dislike\nhumans...\rOnly humans that dislike Pokémon...\rWe {STRVAR 0, 0} are especially\nshunned...\rBut {STRVAR 3, 1} always treats me\nas a friend and partner...\r -Hnurrrr... Hunh?\nThis is... Where?\r{STRVAR 3, 1}’s house, is this?\nIt’s not? Hnurrr...\rIf you don’t need me for anything,\ncan I go back to my Ball?\rHnurrr...\r -Hnurrr... Me? Uhm...\nI like to sleep most the time.\fOh, I like to eat, too. That’s next.\rBut what I really like is to think.\nI’m a very deep thinker.\rWhen I think about the future of the\n{STRVAR 0, 0} species...\r...Hnurrr...hunh?\nOh, I forget where the time goes.\rHnurrrr...\r -Hnurrr... Me? Uhm...\nThere are lots of kinds of moves.\rI like those Dark-type moves,\noh, and Dragon-type moves, too...\rHow would they be for this\n{STRVAR 0, 0}?\rWill they be for me?\nOr a no, no, no sort of thing?\rHnurrr...\r -Hnurrr... I don’t know how to begin\nsaying this...\rI liked living quietly before I met\n{STRVAR 3, 1}. Sssh.\rBut I’m getting to like traveling\nwith {STRVAR 3, 1}.\rI think I’m getting sort of funky.\nDo you think I’m sort of funky?\rNo? No funk for me?\nHnurrr...\r -Hnurrr... Me? Uhm...\nOther Pokémon, they say to me...\r“You’re not thinking, are you?”\nHow insulting they should say so.\rIt isn’t true what they say.\nThink, think, think, I do that.\rAll the time, I think hard how to help\n{STRVAR 3, 1}. I concentrate!\rHnurrr...\r +Dr. Footstep: Pokémon are quite easy\nfor me to read.\rI need only to see their footprints,\nand their innermost thoughts are\frevealed to me!\rOh?\nYou are skeptical of my claim?\rThen, let your {STRVAR_1 0, 0} walk\nin front of me, right here.\rFrom its footprints, I will determine\nhow it feels about you.\r +Dr. Footstep: Do you want to check\nthe feelings of your Pokémon again?\rThen, let your {STRVAR_1 0, 0} walk\nin front of me, right here.\rFrom its footprints, I will determine\nhow it feels about you.\r +Dr. Footstep: ...And that is what\nyour {STRVAR_1 0, 0} thinks of you. +Dr. Footstep: ...Hmmm... {STRVAR_1 0, 0}\ndoesn’t leave any footprints.\rIt’s somewhat difficult for me to\ndetermine what its thoughts are. +Dr. Footstep: ...Hmm... {STRVAR_1 0, 0}\nhappens to be quite the silent type! +Dr. Footstep: ...And that is what\nyour {STRVAR_1 0, 0} thinks of you.\rI must say, your {STRVAR_1 0, 0} and\nyou share a very close bond.\fThis is for you.\r +Dr. Footstep: ...Hmmm... {STRVAR_1 0, 0}\ndoesn’t leave any footprints.\rIt’s somewhat difficult for me to\ndetermine what its thoughts are.\rHowever, your {STRVAR_1 0, 0} and\nyou obviously share a close bond.\fThis is for you.\r +Dr. Footstep: ...Hmm... {STRVAR_1 0, 0}\nhappens to be quite the silent type!\rHowever, your {STRVAR_1 0, 0} and\nyou obviously share a close bond.\fThis is for you.\r +{STRVAR_1 3, 1} received\nthe Footprint Ribbon.\r +{STRVAR_1 3, 1} put the Footprint Ribbon\non {STRVAR_1 0, 0}. +Aww... {STRVAR_1 3, 1} only plays with\nother Pokémon...\r{STRVAR_1 1, 2} feels neglected...\rMaybe {STRVAR_1 3, 1} doesn’t like\n{STRVAR_1 1, 2} very much?\r{STRVAR_1 1, 2} will try harder for\n{STRVAR_1 3, 1}.\rPlease be nicer to me!\r +Others say there are people who\naren’t very nice to Pokémon.\rI wonder about {STRVAR_1 3, 1}...\rWill {STRVAR_1 3, 1} look after\n{STRVAR_1 1, 2} nicely?\rWill I get to go all over with this\nTrainer?\rCan we be... Friends?\r +This adventure with {STRVAR_1 3, 1}\nis lots of fun.\r{STRVAR_1 1, 2} gets to go places where\nI can’t go by myself.\rI get to battle Pokémon I’ve never\never seen before.\rI’m gonna get stronger and stronger\nfor {STRVAR_1 3, 1}!\r +{STRVAR_1 1, 2} and {STRVAR_1 3, 1} make\na perfectly matched combo!\rI’ve seen all sorts of people\nso far...\rBut {STRVAR_1 3, 1} understands\n{STRVAR_1 1, 2}’s feelings most!\rI’m a little hungry...\nYou can tell, right?\r +If I said there can be friendship\nbetween Pokémon and people, will\f{STRVAR_1 0, 0}’s friends understand?\rBut if you see {STRVAR_1 3, 1} and\n{STRVAR_1 1, 2}, you will understand.\rBecause {STRVAR_1 3, 1} and\n{STRVAR_1 1, 2} are friends!\r +{STRVAR_1 1, 2} is bored...\nPlay with me more, more...\r{STRVAR_1 1, 2} and {STRVAR_1 3, 1},\nlet’s play nicer...\r +Gonna go with {STRVAR_1 3, 1} all over\nthe place...\rBe nice to {STRVAR_1 1, 2}...\nWarm and cuddly...\r +{STRVAR_1 1, 2} get strong, make\n{STRVAR_1 3, 1} happy.\rRound ones, square ones,\ntriangle ones, wobbly ones...\r{STRVAR_1 1, 2} wants to see different\nkinds of Pokémon...\r +{STRVAR_1 1, 2} and {STRVAR_1 3, 1}\nmake a friendly combo.\r{STRVAR_1 3, 1}’s feelings, {STRVAR_1 1, 2}\ncan understand.\r{STRVAR_1 1, 2}’s feelings, {STRVAR_1 3, 1}\nunderstands!\r +{STRVAR_1 3, 1} makes {STRVAR_1 1, 2}\nvery proud!\r{STRVAR_1 0, 0} boasts to friends\nabout {STRVAR_1 3, 1}!\r{STRVAR_1 3, 1} and {STRVAR_1 1, 2} are\nbest of friends!\r +Why does {STRVAR_1 3, 1} use only\nother Pokémon?\rAm I not needed much?\rWould I have been better off if\nI remained in the wild?\rNo, I should give this Trainer\na little more of a chance...\r +Humans can’t understand the cries\nof Pokémon, nor our feelings.\rHowever, there are some among us\nthat understand human speech...\rHehehe, {STRVAR_1 3, 1}, you’re not bad\nfor a human.\r +If a Pokémon were to travel along,\nit would be limited as to where\fit could go.\rBut traveling with a human, a Pokémon\nwould be able to travel farther afield\fto more distant cities and lands.\rTraveling with {STRVAR_1 3, 1} has been\nrewarding and reassuring.\rAnd very entertaining...\r +Some wild Pokémon frown upon others\nfor traveling with humans.\rThey jeer that the caught Pokémon\nhave “forgotten the wild.”\rBut that view is mistaken.\rThey have just never met a Trainer\nwho could be a great partner.\rA great partner like {STRVAR_1 3, 1},\nin other words...\r +{STRVAR_1 3, 1} is...\nA remarkable human and Trainer.\rThat I can always perform the best\nany {STRVAR_1 0, 0} possibly can...\rI attribute that entirely to my\npartner {STRVAR_1 3, 1}.\rWhen we travel, I can see wild\nPokémon eyeing us enviously...\r +Does {STRVAR_1 3, 1} intend to ignore\nme forever?\rGive me more opportunities for me\nto shine...\r +If a Pokémon is treated as a friend,\nit will return the sentiments.\rWe grow fonder of humans that treat\nus with kindness...\rDoes {STRVAR_1 3, 1} even like\n{STRVAR_1 1, 2}?\r +Did {STRVAR_1 1, 2} get stronger?\nWho is responsible for making me so?\rIs it {STRVAR_1 3, 1}’s doing?\nIs the Trainer owed my thanks?\r +{STRVAR_1 3, 1} and {STRVAR_1 1, 2} are\nalike in some ways.\rIn humanspeak, we match up well.\nDoes {STRVAR_1 3, 1} think so, too?\r +{STRVAR_1 3, 1} is very impressive,\nespecially for a human.\rThe Trainer lets {STRVAR_1 1, 2} use\nevery bit of power properly.\rIt is a shame that {STRVAR_1 3, 1} is\nonly a human...\r +That {STRVAR_1 3, 1}...\nWhat is that Trainer thinking?\rWhy make me join the team, then call\nupon me for nothing?\rAm I considered useless?\nIs the Trainer regretting having me?\rDoes the Trainer dare disrespect\nthis {STRVAR_1 0, 0} so easily?\r +I have little understanding of\n{STRVAR_1 3, 1} as a human...\r{STRVAR_1 3, 1} may not be too bad,\nconsidering that I, an oft-shunned\f{STRVAR_1 0, 0}, am one of the team...\rThat said, I don’t intend to be all\ncheerful around {STRVAR_1 3, 1}...\r +Our kind prefers to lurk in dark\nand dank places...\rBut being with {STRVAR_1 3, 1}, even\nbright and festive places seem less\fthreatening...\r{STRVAR_1 3, 1} has a strange\ncharisma...\r +Not for a moment did I think I would\nbe traveling with a human...\rIf my {STRVAR_1 0, 0} friends were to\nsee me now, they would be shocked.\rOr would they be envious of me...?\r +That {STRVAR_1 3, 1} is the most\nimpressive of humans.\rIt takes a lot to make me,\n{STRVAR_1 1, 2}, sunny and cheerful!\rAs a show of affection, I should\nchomp down on the Trainer’s neck...\rHahaha... Have no fear...\nI was merely joking...\r +Wooooooh...\n{STRVAR_1 1, 2} has nothing to do...\rKeep me too bored, and I’m liable\nto sneak up and bite...\r +Is there any human that would grow\nto like us {STRVAR_1 0, 0}?\rWell? Does {STRVAR_1 3, 1} like\n{STRVAR_1 1, 2}?\r{STRVAR_1 1, 2} doesn’t like...\nWell, no, maybe not...\r +{STRVAR_1 3, 1} treats me, {STRVAR_1 1, 2},\nnicely without being scared.\rBut {STRVAR_1 1, 2} will be even scarier\nfrom now on.\rThat’s what we {STRVAR_1 0, 0} do...\r +{STRVAR_1 1, 2} is starting to forget\na little about being in the wild...\rBut {STRVAR_1 1, 2} isn’t feeling sad.\nIt’s never boring with {STRVAR_1 3, 1}...\r +There are no Pokémon that dislike\nhumans...\rOnly humans that dislike Pokémon...\rWe {STRVAR_1 0, 0} are especially\nshunned...\rBut {STRVAR_1 3, 1} always treats me\nas a friend and partner...\r +Hnurrrr... Hunh?\nThis is... Where?\r{STRVAR_1 3, 1}’s house, is this?\nIt’s not? Hnurrr...\rIf you don’t need me for anything,\ncan I go back to my Ball?\rHnurrr...\r +Hnurrr... Me? Uhm...\nI like to sleep most the time.\fOh, I like to eat, too. That’s next.\rBut what I really like is to think.\nI’m a very deep thinker.\rWhen I think about the future of the\n{STRVAR_1 0, 0} species...\r...Hnurrr...hunh?\nOh, I forget where the time goes.\rHnurrrr...\r +Hnurrr... Me? Uhm...\nThere are lots of kinds of moves.\rI like those Dark-type moves,\noh, and Dragon-type moves, too...\rHow would they be for this\n{STRVAR_1 0, 0}?\rWill they be for me?\nOr a no, no, no sort of thing?\rHnurrr...\r +Hnurrr... I don’t know how to begin\nsaying this...\rI liked living quietly before I met\n{STRVAR_1 3, 1}. Sssh.\rBut I’m getting to like traveling\nwith {STRVAR_1 3, 1}.\rI think I’m getting sort of funky.\nDo you think I’m sort of funky?\rNo? No funk for me?\nHnurrr...\r +Hnurrr... Me? Uhm...\nOther Pokémon, they say to me...\r“You’re not thinking, are you?”\nHow insulting they should say so.\rIt isn’t true what they say.\nThink, think, think, I do that.\rAll the time, I think hard how to help\n{STRVAR_1 3, 1}. I concentrate!\rHnurrr...\r Hnurrr... I did not know that?\nI really don’t? What is this?\fI don’t know what to say?\fHnurrr...\r Hnurrr... Well, I...\nI think I’m motivated.\fAs motivated as the average.\fBut it’s not so simple as that.\fHnurrr...\r Hnurrr... How should I say this?\nWe both look out for each other.\fThat’s what we try to do, I think.\fThat is for the best.\fHnurrrr...\r -Hnurrr... How do I say?\nHow should I describe us?\rWe are the sound of both hands\nclapping.\r{STRVAR 3, 1} and I are together\nin synchronicity like twins.\rHnurrr...\r +Hnurrr... How do I say?\nHow should I describe us?\rWe are the sound of both hands\nclapping.\r{STRVAR_1 3, 1} and I are together\nin synchronicity like twins.\rHnurrr...\r Hnurrr...\nWhat is left to say, I say?\rWe have come so far now, where can\nwe go but to see this through?\rHall of Fame...\nWords so sweet fall from my mouth.\rHnurrr...\r Sssshhnnn...\n...\f...Ssshhhnnn...\f...\fSsshhhnnn...\f...\r diff --git a/files/msgdata/msg/narc_0447.key b/files/msgdata/msg/narc_0447.key deleted file mode 100644 index 49bbfa17..00000000 --- a/files/msgdata/msg/narc_0447.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0448.key b/files/msgdata/msg/narc_0448.key deleted file mode 100644 index effafc27..00000000 --- a/files/msgdata/msg/narc_0448.key +++ /dev/null @@ -1 +0,0 @@ -^
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0449.key b/files/msgdata/msg/narc_0449.key deleted file mode 100644 index ec4d2123..00000000 --- a/files/msgdata/msg/narc_0449.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0450.key b/files/msgdata/msg/narc_0450.key deleted file mode 100644 index 6973d7e5..00000000 --- a/files/msgdata/msg/narc_0450.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0451.key b/files/msgdata/msg/narc_0451.key deleted file mode 100644 index 1ca9ab4b..00000000 --- a/files/msgdata/msg/narc_0451.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0452.key b/files/msgdata/msg/narc_0452.key deleted file mode 100644 index 97514815..00000000 --- a/files/msgdata/msg/narc_0452.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0453.key b/files/msgdata/msg/narc_0453.key deleted file mode 100644 index a354a0b6..00000000 --- a/files/msgdata/msg/narc_0453.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0454.key b/files/msgdata/msg/narc_0454.key deleted file mode 100644 index c6f2eb6d..00000000 --- a/files/msgdata/msg/narc_0454.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0455.key b/files/msgdata/msg/narc_0455.key deleted file mode 100644 index e27205f7..00000000 --- a/files/msgdata/msg/narc_0455.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0455.txt b/files/msgdata/msg/narc_0455.txt index d372ae52..c078fafd 100644 --- a/files/msgdata/msg/narc_0455.txt +++ b/files/msgdata/msg/narc_0455.txt @@ -1,5 +1,5 @@ Feel free to take a power nap in\nthat bed.\rAs you can see, this lodge is beat\nup. Do what you like here. I don’t have Thick Fat like some\nPokémon, so I have to bundle up\fin clothes to keep warm. It’s a bed...\nWant to take a rest? -{STRVAR 3, 0} quickly fell asleep\nin the bed...\r -{STRVAR 3, 0} and the Pokémon\nbecame fully healed from the rest! +{STRVAR_1 3, 0} quickly fell asleep\nin the bed...\r +{STRVAR_1 3, 0} and the Pokémon\nbecame fully healed from the rest! diff --git a/files/msgdata/msg/narc_0456.key b/files/msgdata/msg/narc_0456.key deleted file mode 100644 index a1c187e6..00000000 --- a/files/msgdata/msg/narc_0456.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0457.key b/files/msgdata/msg/narc_0457.key deleted file mode 100644 index 29873611..00000000 --- a/files/msgdata/msg/narc_0457.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0458.key b/files/msgdata/msg/narc_0458.key deleted file mode 100644 index c22caef1..00000000 --- a/files/msgdata/msg/narc_0458.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0459.key b/files/msgdata/msg/narc_0459.key deleted file mode 100644 index 835194bf..00000000 --- a/files/msgdata/msg/narc_0459.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0460.key b/files/msgdata/msg/narc_0460.key deleted file mode 100644 index 531d99e4..00000000 --- a/files/msgdata/msg/narc_0460.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0460.txt b/files/msgdata/msg/narc_0460.txt index 8c5dab8b..4505e44c 100644 --- a/files/msgdata/msg/narc_0460.txt +++ b/files/msgdata/msg/narc_0460.txt @@ -1,6 +1,6 @@ Route 218 up ahead is a great fishing\nhole that’s almost unknown to people. Yes, sir!\nAn Old Rod is a good thing!\rYou think so too, am I right? -Yes! Good answer!\nWe can be friends!\rHere you go.\nThat’s my {STRVAR 8, 0}!\r +Yes! Good answer!\nWe can be friends!\rHere you go.\nThat’s my {STRVAR_1 8, 0}!\r You should fish wherever there is\na body of water.\rOh, and by the way, did you need\nany tips on using that fishing rod? Oh, really?\nYou don’t like to fish? First, you face any body of water,\nthen you use your fishing rod.\rNext, you focus!\nIf a Pokémon bites, “!” appears.\fThat’s your cue to reel it in! diff --git a/files/msgdata/msg/narc_0461.key b/files/msgdata/msg/narc_0461.key deleted file mode 100644 index 0c12a2c3..00000000 --- a/files/msgdata/msg/narc_0461.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0461.txt b/files/msgdata/msg/narc_0461.txt index aa361615..0475b6b0 100644 --- a/files/msgdata/msg/narc_0461.txt +++ b/files/msgdata/msg/narc_0461.txt @@ -1,5 +1,5 @@ Boy...\nI sure am thirsty... -{STRVAR 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant\nand {STRVAR 3, 1}’s father.\rThe professor asked that I upgrade\nyour Pokédex, you see.\rSo I’d chosen this spot on a hunch\nthat you’d pass through.\r{STRVAR 3, 0}, may I have your\nPokédex for a moment?\r -{STRVAR 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant\nand {STRVAR 3, 1}’s father.\rThe professor asked that I upgrade\nyour Pokédex, you see.\rSo I’d chosen this spot on a hunch\nthat you’d pass through.\r{STRVAR 3, 0}, may I have your\nPokédex for a moment?\r +{STRVAR_1 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant\nand {STRVAR_1 3, 1}’s father.\rThe professor asked that I upgrade\nyour Pokédex, you see.\rSo I’d chosen this spot on a hunch\nthat you’d pass through.\r{STRVAR_1 3, 0}, may I have your\nPokédex for a moment?\r +{STRVAR_1 3, 0}, long time, no see!\rOh? You look puzzled.\nYou’re wondering who I am.\rI’m Professor Rowan’s assistant\nand {STRVAR_1 3, 1}’s father.\rThe professor asked that I upgrade\nyour Pokédex, you see.\rSo I’d chosen this spot on a hunch\nthat you’d pass through.\r{STRVAR_1 3, 0}, may I have your\nPokédex for a moment?\r Let’s see... Was I supposed to put\nin the software here...?\rKa-chunk.\nKa-chunk!\rAll done!\nI’ve upgraded your Pokédex!\rI should explain how it’s been\nupgraded, shouldn’t I?\rIt can now display images of male\nand female Pokémon.\rOK, I’ll leave you to carry on with\nyour project for the professor...\r...May I also ask you to keep an\neye on Team Galactic?\rThe professor is concerned about\nwhat happened in Jubilife City...\rIt’s probably nothing to worry over!\nI’ll be on my way now.\r diff --git a/files/msgdata/msg/narc_0462.key b/files/msgdata/msg/narc_0462.key deleted file mode 100644 index 2400a3d2..00000000 --- a/files/msgdata/msg/narc_0462.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0463.key b/files/msgdata/msg/narc_0463.key deleted file mode 100644 index 1e6da71a..00000000 --- a/files/msgdata/msg/narc_0463.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0464.key b/files/msgdata/msg/narc_0464.key deleted file mode 100644 index 43e4ad68..00000000 --- a/files/msgdata/msg/narc_0464.key +++ /dev/null @@ -1 +0,0 @@ -~
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0464.txt b/files/msgdata/msg/narc_0464.txt index 1cc12215..a86434cb 100644 --- a/files/msgdata/msg/narc_0464.txt +++ b/files/msgdata/msg/narc_0464.txt @@ -1,5 +1,5 @@ -Oak: Ah, {STRVAR 3, 0}!\nThis is it! This is Pal Park!\r -Oak: Ah, {STRVAR 3, 0}!\nThis is it! This is Pal Park!\r +Oak: Ah, {STRVAR_1 3, 0}!\nThis is it! This is Pal Park!\r +Oak: Ah, {STRVAR_1 3, 0}!\nThis is it! This is Pal Park!\r Pokémon from around the country\ncan be brought here.\rIn other words, Pokémon from\nplaces like Kanto and Hoenn.\rThis place also happens to be where\nyou compete to see how quickly you\fcan catch those Pokémon!\r It’s good to see you’ve come\nto join us for a visit.\rLet me make a gift of this Trainer\nCounter for your Pokétch.\r Oak: I plan to be in Eterna City\nfor some time.\rBeing here, I should make the best\nof my time studying the Pokémon of\fthe Sinnoh region.\r @@ -10,7 +10,7 @@ I’ve never seen some Pokémon.\nWould you show me if you had one?\r Let me see...\rA Pokémon that does nothing but\neat and sleep.\r Oh, a SNORLAX?\nIt sure looks like it can eat!\rI have a Pokétch app that has\na SNORLAX motif.\rYou can have it for showing me\na real SNORLAX!\r -Doesn’t that {STRVAR 24, 0}\nmake you want to cook something?\n +Doesn’t that {STRVAR_1 24, 0}\nmake you want to cook something?\n Let me see...\rA Pokémon that changes color\nwhenever something happens.\r Oh, a KECLEON!\nHow colorful!\rI have a Pokétch app that features\na KECLEON design.\rYou can have it for showing me\na real KECLEON!\r Changing colors can change your\nmood, too. @@ -19,8 +19,8 @@ Changing colors can change your\nmood, too. What was that Pokémon’s name now...?\nOh, it’s on the tip of my tongue! Pal Park is so scintillating!\rTrainers and Pokémon are so full of\nintent here!\rAre you taking the challenge, too? -Welcome to Pal Park!\rThis is where top-notch Trainers come\nto demonstrate their Pokémon-catching\ftechniques to their peers.\r...Oh?\rAre you maybe...\nAh, you are {STRVAR 3, 0}!\rWe’ve all heard rumors about you!\nWord is, you’re a hotshot Trainer?!\rWe’d be honored if you would\nparticipate in our Catching Shows. -Welcome to Pal Park!\rThis is where top-notch Trainers come\nto demonstrate their Pokémon-catching\ftechniques to their peers.\r...Oh?\rAre you maybe...\nAh, you are {STRVAR 3, 0}!\rWe’ve all heard rumors about you!\nWord is, you’re a hotshot Trainer?!\rWe’d be honored if you would\nparticipate in our Catching Shows. +Welcome to Pal Park!\rThis is where top-notch Trainers come\nto demonstrate their Pokémon-catching\ftechniques to their peers.\r...Oh?\rAre you maybe...\nAh, you are {STRVAR_1 3, 0}!\rWe’ve all heard rumors about you!\nWord is, you’re a hotshot Trainer?!\rWe’d be honored if you would\nparticipate in our Catching Shows. +Welcome to Pal Park!\rThis is where top-notch Trainers come\nto demonstrate their Pokémon-catching\ftechniques to their peers.\r...Oh?\rAre you maybe...\nAh, you are {STRVAR_1 3, 0}!\rWe’ve all heard rumors about you!\nWord is, you’re a hotshot Trainer?!\rWe’d be honored if you would\nparticipate in our Catching Shows. Yes! You agreed to participate!\nIt’s a happy day for me!\rLet’s not waste any time!\nLet me explain how Pal Park works.\rI wrote the Pal Park manual for\nsituations just like this.\rWhat should I explain? Pal Park is a place where you are\ntimed on the catching of six Pokémon.\rYou are provided with six special\nPoké Balls for the challenge.\rParticipating Trainers are required to\nsupply the six Pokémon that are to\fbe caught.\rIf you do not supply the stock of six\nPokémon, you may not participate in\fthe Catching Show.\r...Do you want me to explain anything\nelse? At the start of the Catching Show,\nyou will be given six Park Balls.\rUse the Park Balls to catch the\nsix Pokémon you provide.\r...Do you want me to explain anything\nelse? @@ -28,15 +28,15 @@ You may make Pokémon migrate from\nKanto or Hoenn to stock your\fCatching Game. Pokémon caught in Sinnoh may also\nbe used to stock your Catching Game.\rPlease ask the guy next to me who’s\nin charge of stocking Pokémon.\r...Do you want me to explain anything\nelse? Would you like to take part in\na Catching Show now? Aww, that’s too bad.\rWell, just give me a shout if you’d\nlike to participate. -Hi there, {STRVAR 3, 0}!\rDid you come to participate in\na Catching Show? -Hi there, {STRVAR 3, 0}!\rDid you come to participate in\na Catching Show? -OK, here are your Park Balls!\r{STRVAR 3, 0} received\nsix Park Balls.\rThe current record holder is\n{STRVAR 3, 1} with {STRVAR 53, 2} points.\rOK, off you go, {STRVAR 3, 0}.\rDazzle us with a masterful display\nof Pokémon catching!\r -OK, here are your Park Balls!\r{STRVAR 3, 0} received\nsix Park Balls.\rThe current record holder is\n{STRVAR 3, 1} with {STRVAR 53, 2} points.\rOK, off you go, {STRVAR 3, 0}.\rDazzle us with a masterful display\nof Pokémon catching!\r +Hi there, {STRVAR_1 3, 0}!\rDid you come to participate in\na Catching Show? +Hi there, {STRVAR_1 3, 0}!\rDid you come to participate in\na Catching Show? +OK, here are your Park Balls!\r{STRVAR_1 3, 0} received\nsix Park Balls.\rThe current record holder is\n{STRVAR_1 3, 1} with {STRVAR_1 53, 2} points.\rOK, off you go, {STRVAR_1 3, 0}.\rDazzle us with a masterful display\nof Pokémon catching!\r +OK, here are your Park Balls!\r{STRVAR_1 3, 0} received\nsix Park Balls.\rThe current record holder is\n{STRVAR_1 3, 1} with {STRVAR_1 53, 2} points.\rOK, off you go, {STRVAR_1 3, 0}.\rDazzle us with a masterful display\nof Pokémon catching!\r Oh, hold on. You don’t have enough\nPokémon for a Catching Show.\rYou’ll need to stock us with six\nPokémon to participate.\rYou should make some Pokémon migrate\nfrom Kanto or Hoenn! Very well, let me explain how things\nwork around here.\rI’ll read to you from the Pal Park\nmanual I wrote. I’m sorry you had to retire.\nWe hope you try harder next time.\rI’ll take what Park Balls you\nhave left.\rNext time, please do stay to catch\nall six Pokémon. Oh, your PC Boxes are filled. You\nhave no room for six more Pokémon.\rYou won’t be able to accept them,\neven if you do catch them.\rMake enough room in a PC Box and\ncome back for your Catching Show. -Congratulations!\nThat’s all six Pokémon caught!\rThe audience sure enjoyed watching\nyour Catching Show.\rAll right, let’s see your all-important\nscore from this show!\r...\n...\rCatching Points: {STRVAR 53, 0}!\rTime Points: {STRVAR 53, 1}!\rType Points: {STRVAR 53, 2}!\rThe total is...\r...\n...\r{STRVAR 53, 3} points!\r +Congratulations!\nThat’s all six Pokémon caught!\rThe audience sure enjoyed watching\nyour Catching Show.\rAll right, let’s see your all-important\nscore from this show!\r...\n...\rCatching Points: {STRVAR_1 53, 0}!\rTime Points: {STRVAR_1 53, 1}!\rType Points: {STRVAR_1 53, 2}!\rThe total is...\r...\n...\r{STRVAR_1 53, 3} points!\r Wow! That’s an outstanding record!\nKudos to you!\r Good! That’s a decent record.\nProps to you!\r Would you like to put all the Pokémon\nyou’ve caught in PC Boxes? @@ -50,12 +50,12 @@ Would you like to do another Catching\nShow with the same Pokémon? -I came to see {STRVAR 3, 0}’s Catching\nShow with Daddy.\rI hope it starts soon... -Eek! {STRVAR 3, 0}!\nYour Catching Show was fantastic!\rI hope I can become an expert\nTrainer like you one day! -Oh, {STRVAR 3, 0}!\nI hope you do better next time. -{STRVAR 3, 0}, my daughter is a big\nfan of yours.\rA day doesn’t go by without her\ndemanding we come see Catching Shows. +I came to see {STRVAR_1 3, 0}’s Catching\nShow with Daddy.\rI hope it starts soon... +Eek! {STRVAR_1 3, 0}!\nYour Catching Show was fantastic!\rI hope I can become an expert\nTrainer like you one day! +Oh, {STRVAR_1 3, 0}!\nI hope you do better next time. +{STRVAR_1 3, 0}, my daughter is a big\nfan of yours.\rA day doesn’t go by without her\ndemanding we come see Catching Shows. People come here not only to see\nthe Catching Show.\rWe get to see rare and exotic\nPokémon on top of the catches.\rThe excitement gets me all jacked up! -The current record holder is\n{STRVAR 3, 1} with {STRVAR 53, 2} points.\fCan you top that? +The current record holder is\n{STRVAR_1 3, 1} with {STRVAR_1 53, 2} points.\fCan you top that? Oh! You’ve topped 2,000 points!\nYou’ve earned this, then!\r Keep working on getting a higher\nscore! Oh! You’ve topped 2,500 points!\nYou’ve earned this, then!\r diff --git a/files/msgdata/msg/narc_0465.key b/files/msgdata/msg/narc_0465.key deleted file mode 100644 index e919f912..00000000 --- a/files/msgdata/msg/narc_0465.key +++ /dev/null @@ -1 +0,0 @@ -~
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0465.txt b/files/msgdata/msg/narc_0465.txt index 1a0dd08a..f676c449 100644 --- a/files/msgdata/msg/narc_0465.txt +++ b/files/msgdata/msg/narc_0465.txt @@ -1,6 +1,6 @@ -...I saw it!\nToday’s number is {STRVAR 51, 0}!\rShow me a Pokémon that’s Lv. {STRVAR 51, 0}.\nIf you can, I’ll reward you. -...I saw it!\nToday’s number is {STRVAR 51, 0}!\rShow me a Pokémon that’s Lv. {STRVAR 51, 0}.\nIf you can, I’ll reward you.\r...Oh, now, hunh?!\rYour {STRVAR 0, 1} is Lv. {STRVAR 51, 0}.\nWell, I’ll be! How remarkable!\rI’ll thank you for that visual treat\nwith this {STRVAR 8, 2}.\r +...I saw it!\nToday’s number is {STRVAR_1 51, 0}!\rShow me a Pokémon that’s Lv. {STRVAR_1 51, 0}.\nIf you can, I’ll reward you. +...I saw it!\nToday’s number is {STRVAR_1 51, 0}!\rShow me a Pokémon that’s Lv. {STRVAR_1 51, 0}.\nIf you can, I’ll reward you.\r...Oh, now, hunh?!\rYour {STRVAR_1 0, 1} is Lv. {STRVAR_1 51, 0}.\nWell, I’ll be! How remarkable!\rI’ll thank you for that visual treat\nwith this {STRVAR_1 8, 2}.\r Oh? You’ve no room in your Bag.\nI’ll hold it, so come back later. -I’ll thank you for that visual treat\nwith this {STRVAR 8, 2}.\r +I’ll thank you for that visual treat\nwith this {STRVAR_1 8, 2}.\r High-level Pokémon were once of low\nlevel.\rLow-level Pokémon will not remain so,\nfor they can only grow.\rThat’s how it goes, youngster.\nCome again tomorrow. Win Items from Me!\rBlack Belt: Powers up Fighting-type\nmoves.\rExpert Belt: Powers up moves if they\nare super effective.\rFocus Sash: The bearer avoids\na one-hit KO if its HP is full. diff --git a/files/msgdata/msg/narc_0466.key b/files/msgdata/msg/narc_0466.key deleted file mode 100644 index fdf76415..00000000 --- a/files/msgdata/msg/narc_0466.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0467.key b/files/msgdata/msg/narc_0467.key deleted file mode 100644 index 11a85f77..00000000 --- a/files/msgdata/msg/narc_0467.key +++ /dev/null @@ -1 +0,0 @@ -N
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0468.key b/files/msgdata/msg/narc_0468.key deleted file mode 100644 index 5b0e55a1..00000000 --- a/files/msgdata/msg/narc_0468.key +++ /dev/null @@ -1 +0,0 @@ -N
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0468.txt b/files/msgdata/msg/narc_0468.txt index 6bf704be..bf30fa10 100644 --- a/files/msgdata/msg/narc_0468.txt +++ b/files/msgdata/msg/narc_0468.txt @@ -1,9 +1,9 @@ I had a dream!\nIt was a wonderful dream!\rI dreamt that a Trainer would bring\nme a giant REMORAID! I had a dream!\nIt was a wonderful dream!\rI dreamt that a Trainer would bring\nme a giant REMORAID!\rOh, my gosh!\nThat dream was no dream!\rH-how big of a REMORAID did you\nbring me?! -{STRVAR 52, 0}.{STRVAR 50, 1} inches...\nThis REMORAID is {STRVAR 52, 0}.{STRVAR 50, 1} inches...\r...I think you did better than in\nmy dream!\rI’d like you to have this.\r +{STRVAR_1 52, 0}.{STRVAR_1 50, 1} inches...\nThis REMORAID is {STRVAR_1 52, 0}.{STRVAR_1 50, 1} inches...\r...I think you did better than in\nmy dream!\rI’d like you to have this.\r Thank you!\nI really enjoyed this.\rI think I’ll dream of an even bigger\nREMORAID tonight. -{STRVAR 52, 0}.{STRVAR 50, 1} inches...\nAm I experiencing deja vu?\fI distinctly remember this size... -This REMORAID was {STRVAR 52, 0}.{STRVAR 50, 1} inches.\rI know a genius who brought me\na REMORAID that was {STRVAR 52, 2}.{STRVAR 50, 3} inches... +{STRVAR_1 52, 0}.{STRVAR_1 50, 1} inches...\nAm I experiencing deja vu?\fI distinctly remember this size... +This REMORAID was {STRVAR_1 52, 0}.{STRVAR_1 50, 1} inches.\rI know a genius who brought me\na REMORAID that was {STRVAR_1 52, 2}.{STRVAR_1 50, 3} inches... Wha...\nWhat do you think you’re showing me?\rDid you even listen to what I had\nto say? Your Bag’s jammed full...\nI can’t give you this... Oh, what? Why would you deny me\nthe chance to measure your REMORAID? diff --git a/files/msgdata/msg/narc_0469.key b/files/msgdata/msg/narc_0469.key deleted file mode 100644 index 12ce308a..00000000 --- a/files/msgdata/msg/narc_0469.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0470.key b/files/msgdata/msg/narc_0470.key deleted file mode 100644 index 278d21fe..00000000 --- a/files/msgdata/msg/narc_0470.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0470.txt b/files/msgdata/msg/narc_0470.txt index 02027ce4..4aa67334 100644 --- a/files/msgdata/msg/narc_0470.txt +++ b/files/msgdata/msg/narc_0470.txt @@ -1,8 +1,8 @@ -Oak: Ah, {STRVAR 3, 0}!\nIt’s good to see you!\rWithout any further ado, I’d like you\nto examine this stone tablet.\rSomething just like it was also\ndiscovered in the Kanto region.\rI want to ask for your help in\nsolving the mystery behind this.\r -Oak: Ah, {STRVAR 3, 0}!\nIt’s good to see you!\rWithout any further ado, I’d like you\nto examine this stone tablet.\rSomething just like it was also\ndiscovered in the Kanto region.\rI want to ask for your help in\nsolving the mystery behind this.\r +Oak: Ah, {STRVAR_1 3, 0}!\nIt’s good to see you!\rWithout any further ado, I’d like you\nto examine this stone tablet.\rSomething just like it was also\ndiscovered in the Kanto region.\rI want to ask for your help in\nsolving the mystery behind this.\r +Oak: Ah, {STRVAR_1 3, 0}!\nIt’s good to see you!\rWithout any further ado, I’d like you\nto examine this stone tablet.\rSomething just like it was also\ndiscovered in the Kanto region.\rI want to ask for your help in\nsolving the mystery behind this.\r I tried deciphering the engravings on\nthe stone tablet.\rApparently, it is for a Trainer to\nengrave their thoughts after growing\fas a person through adventure.\rA Trainer fitting that description\nwould be you.\rThat’s why I’m asking you for your\nhelp.\rYou’ve met many people and Pokémon,\nand experienced many things that\fshaped you into the person you are.\rI want you to sincerely tell me who\naffected you the most.\rTell me, to whom do you most want\nto say your thanks?\r -Hm...\rYou most want to express your\nthanks to {STRVAR 28, 1}?\rYou’re absolutely certain of it? +Hm...\rYou most want to express your\nthanks to {STRVAR_1 28, 1}?\rYou’re absolutely certain of it? Oak: ?!\nWhat was that Pokémon?\rIs it somehow connected to\nthe stone tablet?\rHmm... Where did that Pokémon go?\nIts destination is intriguing... Oak: What’s wrong? You’re not\nsuggesting there’s no one?\rTell me, to whom do you most want\nto say your thanks?\r The surface is unmarked.\nIt is polished like a mirror. -{STRVAR 28, 1}, to whom I give\nmy thanks. +{STRVAR_1 28, 1}, to whom I give\nmy thanks. diff --git a/files/msgdata/msg/narc_0471.key b/files/msgdata/msg/narc_0471.key deleted file mode 100644 index d731b796..00000000 --- a/files/msgdata/msg/narc_0471.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0472.key b/files/msgdata/msg/narc_0472.key deleted file mode 100644 index d676d428..00000000 --- a/files/msgdata/msg/narc_0472.key +++ /dev/null @@ -1 +0,0 @@ ->
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0473.key b/files/msgdata/msg/narc_0473.key deleted file mode 100644 index b4b7ce4b..00000000 --- a/files/msgdata/msg/narc_0473.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0474.key b/files/msgdata/msg/narc_0474.key deleted file mode 100644 index 7c4744a0..00000000 --- a/files/msgdata/msg/narc_0474.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0474.txt b/files/msgdata/msg/narc_0474.txt index f044b613..221fa356 100644 --- a/files/msgdata/msg/narc_0474.txt +++ b/files/msgdata/msg/narc_0474.txt @@ -1,7 +1,7 @@ -Buck: Yo, if it isn’t {STRVAR 3, 0}!\rDon’t tell me you’re going to Stark\nMountain, too?\rYou’re pretty wimpy...\nYou’re sure you’re going to be OK?\rHeh, why am I asking you that?\nIt’s not like I care.\rAnyways, if we see each other on\nStark Mountain, the race is on to\fsee who gets the Magma Stone first!\r -Wake: Oh, if it isn’t {STRVAR 3, 0}!\nIt’s been a while!\rYou’ve grown so tough that you’re\ntraining out here now...\rEveryone keeps getting tougher and\ntougher...\rAnd, in doing that, they develop\ncloser bonds with their Pokémon...\r -{STRVAR 3, 1}: ...For someone born\noverseas, that tough dude doesn’t\fhave an accent or anything.\r -{STRVAR 3, 0}, there’s a volcano\nahead of us called Stark Mountain.\rThat blowhard Buck guy is on his way\nthere, as well.\rI’m going to find the volcano’s\ntreasure before that guy does.\rIf I could do that, a 21-win streak\nat the Battle Tower’d be possible!\r +Buck: Yo, if it isn’t {STRVAR_1 3, 0}!\rDon’t tell me you’re going to Stark\nMountain, too?\rYou’re pretty wimpy...\nYou’re sure you’re going to be OK?\rHeh, why am I asking you that?\nIt’s not like I care.\rAnyways, if we see each other on\nStark Mountain, the race is on to\fsee who gets the Magma Stone first!\r +Wake: Oh, if it isn’t {STRVAR_1 3, 0}!\nIt’s been a while!\rYou’ve grown so tough that you’re\ntraining out here now...\rEveryone keeps getting tougher and\ntougher...\rAnd, in doing that, they develop\ncloser bonds with their Pokémon...\r +{STRVAR_1 3, 1}: ...For someone born\noverseas, that tough dude doesn’t\fhave an accent or anything.\r +{STRVAR_1 3, 0}, there’s a volcano\nahead of us called Stark Mountain.\rThat blowhard Buck guy is on his way\nthere, as well.\rI’m going to find the volcano’s\ntreasure before that guy does.\rIf I could do that, a 21-win streak\nat the Battle Tower’d be possible!\r Wake: ...You’re serious?\nYou’re going to Stark Mountain?\rEven the wild Pokémon there are\nvery, very tough...\rIf your Pokémon aren’t well trained,\nthey’ll have a miserable time...\rThen again, that kind of challenge\nis an exciting prospect...\rBut no matter what, you’d better\nbe fully prepared!\rI’ve got to get ready for another\ntournament. Farewell!\r Rt. 227\nStark Mountain diff --git a/files/msgdata/msg/narc_0475.key b/files/msgdata/msg/narc_0475.key deleted file mode 100644 index 8def54b4..00000000 --- a/files/msgdata/msg/narc_0475.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0476.key b/files/msgdata/msg/narc_0476.key deleted file mode 100644 index ebc71994..00000000 --- a/files/msgdata/msg/narc_0476.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0477.key b/files/msgdata/msg/narc_0477.key deleted file mode 100644 index 0420d161..00000000 --- a/files/msgdata/msg/narc_0477.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0478.key b/files/msgdata/msg/narc_0478.key deleted file mode 100644 index 8f0dcbb5..00000000 --- a/files/msgdata/msg/narc_0478.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0478.txt b/files/msgdata/msg/narc_0478.txt index 5297aff5..489be002 100644 --- a/files/msgdata/msg/narc_0478.txt +++ b/files/msgdata/msg/narc_0478.txt @@ -7,13 +7,13 @@ That Pokémon can’t learn a move!\nRead the poster! Keh! Teach a move to an Egg?\nImpossible even for me! Keh! You’ve not bonded strongly enough\nwith your Pokémon! Keh! That Pokémon already knows the move\nI’ve offered to teach! Keh! -I should teach Blast Burn to\nyour {STRVAR 0, 0}? -I should teach Hydro Cannon to\nyour {STRVAR 0, 0}? -I should teach Frenzy Plant to\nyour {STRVAR 0, 0}? -{STRVAR 0, 0} learned\n{STRVAR 6, 1}! -{STRVAR 0, 0} is trying to learn\n{STRVAR 6, 1}.\rBut {STRVAR 0, 0} can’t learn more\nthan four moves.\rDelete an older move to make\nroom for {STRVAR 6, 1}? -Is it OK to forget the\nmove {STRVAR 6, 1}? -1, 2, and... ... ... Poof!\r{STRVAR 0, 0} forgot how to\nuse {STRVAR 6, 1}.\rAnd...\n{STRVAR 0, 0} learned {STRVAR 6, 2}. -Stop trying to teach {STRVAR 6, 1}? -{STRVAR 0, 0} did not learn\nthe move {STRVAR 6, 1}. +I should teach Blast Burn to\nyour {STRVAR_1 0, 0}? +I should teach Hydro Cannon to\nyour {STRVAR_1 0, 0}? +I should teach Frenzy Plant to\nyour {STRVAR_1 0, 0}? +{STRVAR_1 0, 0} learned\n{STRVAR_1 6, 1}! +{STRVAR_1 0, 0} is trying to learn\n{STRVAR_1 6, 1}.\rBut {STRVAR_1 0, 0} can’t learn more\nthan four moves.\rDelete an older move to make\nroom for {STRVAR_1 6, 1}? +Is it OK to forget the\nmove {STRVAR_1 6, 1}? +1, 2, and... ... ... Poof!\r{STRVAR_1 0, 0} forgot how to\nuse {STRVAR_1 6, 1}.\rAnd...\n{STRVAR_1 0, 0} learned {STRVAR_1 6, 2}. +Stop trying to teach {STRVAR_1 6, 1}? +{STRVAR_1 0, 0} did not learn\nthe move {STRVAR_1 6, 1}. To the Pokémon listed here,\nthe ultimate moves may be taught!\rThe blazing fire Pokémon\n{CURSOR_X 7}CHARIZARD TYPHLOSION\f{CURSOR_X 7}BLAZIKEN INFERNAPE\rThe restless water Pokémon\n{CURSOR_X 7}BLASTOISE FERALIGATR\f{CURSOR_X 7}SWAMPERT EMPOLEON\rThe quiet grass Pokémon\n{CURSOR_X 7}VENUSAUR MEGANIUM\f{CURSOR_X 7}SCEPTILE TORTERRA diff --git a/files/msgdata/msg/narc_0479.key b/files/msgdata/msg/narc_0479.key deleted file mode 100644 index bf461055..00000000 --- a/files/msgdata/msg/narc_0479.key +++ /dev/null @@ -1 +0,0 @@ -n
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0480.key b/files/msgdata/msg/narc_0480.key deleted file mode 100644 index 0fd7693f..00000000 --- a/files/msgdata/msg/narc_0480.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0481.key b/files/msgdata/msg/narc_0481.key deleted file mode 100644 index ee629f7e..00000000 --- a/files/msgdata/msg/narc_0481.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0481.txt b/files/msgdata/msg/narc_0481.txt index 2cba7ec0..799f0461 100644 --- a/files/msgdata/msg/narc_0481.txt +++ b/files/msgdata/msg/narc_0481.txt @@ -12,14 +12,14 @@ CONTEST WINS CONTEST WIN % RIBBONS EXIT -{STRVAR 50, 0}. {STRVAR 3, 1} -{STRVAR 53, 0} wins -{STRVAR 50, 0} wins -{STRVAR 54, 0} -{STRVAR 55, 0} -{STRVAR 55, 0} -{STRVAR 52, 0}% -{STRVAR 53, 0} +{STRVAR_1 50, 0}. {STRVAR_1 3, 1} +{STRVAR_1 53, 0} wins +{STRVAR_1 50, 0} wins +{STRVAR_1 54, 0} +{STRVAR_1 55, 0} +{STRVAR_1 55, 0} +{STRVAR_1 52, 0}% +{STRVAR_1 53, 0} Which record would you like to see? The Battle Tower’s win-streak record\nin Single Battles. The Battle Tower’s win-streak record\nin Double Battles. diff --git a/files/msgdata/msg/narc_0482.key b/files/msgdata/msg/narc_0482.key deleted file mode 100644 index 47e15f9c..00000000 --- a/files/msgdata/msg/narc_0482.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0482.txt b/files/msgdata/msg/narc_0482.txt index e0490e7e..fa1c4950 100644 --- a/files/msgdata/msg/narc_0482.txt +++ b/files/msgdata/msg/narc_0482.txt @@ -1,5 +1,5 @@ -{STRVAR 3, 0} -ID: {STRVAR 54, 0} +{STRVAR_1 3, 0} +ID: {STRVAR_1 54, 0} When the group is ready:\nA Button: Proceed B Button: Cancel Are these members OK? Cancel record mixing? @@ -13,8 +13,8 @@ Record mixing will be canceled. Mixing records...\nDon’t turn off the power! Record mixing completed!\nReturning to the Union Room. If the leader quits, the group will\ndisband. Is that OK? -{STRVAR 3, 0} has left. -{STRVAR 1, 0} the leader has left.\nThe group will disband. +{STRVAR_1 3, 0} has left. +{STRVAR_1 1, 0} the leader has left.\nThe group will disband. Seeking record-mixing friends! Record mixing under way! Yes diff --git a/files/msgdata/msg/narc_0483.key b/files/msgdata/msg/narc_0483.key deleted file mode 100644 index 87d67c27..00000000 --- a/files/msgdata/msg/narc_0483.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0483.txt b/files/msgdata/msg/narc_0483.txt index d7f22419..b9d81796 100644 --- a/files/msgdata/msg/narc_0483.txt +++ b/files/msgdata/msg/narc_0483.txt @@ -1,9 +1,9 @@ -{COLOR 1}{STRVAR 4, 0}{COLOR 0} +{COLOR 1}{STRVAR_1 4, 0}{COLOR 0} PLAYER: BADGES: POKéDEX: TIME: -{STRVAR 3, 1} -{STRVAR 50, 2} -{STRVAR 52, 3} -{STRVAR 52, 4}:{STRVAR 51, 5} +{STRVAR_1 3, 1} +{STRVAR_1 50, 2} +{STRVAR_1 52, 3} +{STRVAR_1 52, 4}:{STRVAR_1 51, 5} diff --git a/files/msgdata/msg/narc_0484.key b/files/msgdata/msg/narc_0484.key deleted file mode 100644 index 28f2fabb..00000000 --- a/files/msgdata/msg/narc_0484.key +++ /dev/null @@ -1 +0,0 @@ -i
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0485.key b/files/msgdata/msg/narc_0485.key deleted file mode 100644 index 662686c1..00000000 --- a/files/msgdata/msg/narc_0485.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0485.txt b/files/msgdata/msg/narc_0485.txt index ddc6b98d..e8456d9f 100644 --- a/files/msgdata/msg/narc_0485.txt +++ b/files/msgdata/msg/narc_0485.txt @@ -2,5 +2,5 @@ Ding-dong! Time’s up!\nYour Safari Game is over. Ding-dong! You’ve run out of Safari\nBalls. Your Safari Game is over. Ding-dong!\nYou’re out of room for more Pokémon.\rYour Safari Game is over! Where would you like to go? -{STRVAR 3, 0} didn’t board\nthe Quick Tram. +{STRVAR_1 3, 0} didn’t board\nthe Quick Tram. Would you like to exit the Great Marsh\nright now? diff --git a/files/msgdata/msg/narc_0486.key b/files/msgdata/msg/narc_0486.key deleted file mode 100644 index 4979e9ca..00000000 --- a/files/msgdata/msg/narc_0486.key +++ /dev/null @@ -1 +0,0 @@ -`1
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0486.txt b/files/msgdata/msg/narc_0486.txt index 368a9d3f..2932a75b 100644 --- a/files/msgdata/msg/narc_0486.txt +++ b/files/msgdata/msg/narc_0486.txt @@ -1,3 +1,3 @@ -The battery isn’t charged enough.\rNumber of steps required to fully\ncharge the battery: {STRVAR 51, 0} +The battery isn’t charged enough.\rNumber of steps required to fully\ncharge the battery: {STRVAR_1 51, 0} There are no Trainers within range\nwho can battle...\rThe Vs. Seeker was turned off. The other Trainers don’t appear\nto be ready for battle.\rLet’s wait till later. diff --git a/files/msgdata/msg/narc_0487.key b/files/msgdata/msg/narc_0487.key deleted file mode 100644 index 5fe6a6c9..00000000 --- a/files/msgdata/msg/narc_0487.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0488.key b/files/msgdata/msg/narc_0488.key deleted file mode 100644 index 1910eaf0..00000000 --- a/files/msgdata/msg/narc_0488.key +++ /dev/null @@ -1 +0,0 @@ -J
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0488.txt b/files/msgdata/msg/narc_0488.txt index fea20f0f..186ab354 100644 --- a/files/msgdata/msg/narc_0488.txt +++ b/files/msgdata/msg/narc_0488.txt @@ -2,24 +2,24 @@ Welcome!\nHow may I serve you? Please come again! Is there anything else I may do\nfor you? You don’t have enough money. -{STRVAR 8, 0}? Certainly.\nHow many would you like? -{STRVAR 8, 0}, and you want {STRVAR 51, 1}.\nThat will be ${STRVAR 55, 2}. OK? -Here you are!\nThank you!\rYou put away the {STRVAR 8, 0}\nin the {STRVAR 27, 1} Pocket. +{STRVAR_1 8, 0}? Certainly.\nHow many would you like? +{STRVAR_1 8, 0}, and you want {STRVAR_1 51, 1}.\nThat will be ${STRVAR_1 55, 2}. OK? +Here you are!\nThank you!\rYou put away the {STRVAR_1 8, 0}\nin the {STRVAR_1 27, 1} Pocket. You have no more room for this\nitem. CANCEL -${STRVAR 53, 0} +${STRVAR_1 53, 0} You also get a Premier Ball as\nan added bonus. -Thank you! We’ll send\nthe {STRVAR 10, 0} to your PC. +Thank you! We’ll send\nthe {STRVAR_1 10, 0} to your PC. Your PC is full.\nYou have no more room for goods. -You placed the {STRVAR 10, 0}\nin the Seal Case. +You placed the {STRVAR_1 10, 0}\nin the Seal Case. The Seal Case is full.\nYou have no more room for Seals. BUY SELL SEE YA! Money -${STRVAR 55, 0} -In Bag: {STRVAR 52, 0} -x{STRVAR 51, 0} -${STRVAR 55, 0} +${STRVAR_1 55, 0} +In Bag: {STRVAR_1 52, 0} +x{STRVAR_1 51, 0} +${STRVAR_1 55, 0} YES NO diff --git a/files/msgdata/msg/narc_0489.key b/files/msgdata/msg/narc_0489.key deleted file mode 100644 index 25914891..00000000 --- a/files/msgdata/msg/narc_0489.key +++ /dev/null @@ -1 +0,0 @@ -{i
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0490.key b/files/msgdata/msg/narc_0490.key deleted file mode 100644 index 0bc06768..00000000 --- a/files/msgdata/msg/narc_0490.key +++ /dev/null @@ -1 +0,0 @@ -2
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0491.key b/files/msgdata/msg/narc_0491.key deleted file mode 100644 index cc93b9c7..00000000 --- a/files/msgdata/msg/narc_0491.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0492.key b/files/msgdata/msg/narc_0492.key deleted file mode 100644 index f20b9f59..00000000 --- a/files/msgdata/msg/narc_0492.key +++ /dev/null @@ -1 +0,0 @@ -:
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0492.txt b/files/msgdata/msg/narc_0492.txt index 8774465f..8a0b54c8 100644 --- a/files/msgdata/msg/narc_0492.txt +++ b/files/msgdata/msg/narc_0492.txt @@ -1,13 +1,13 @@ I’m the Day-Care Man.\rWe look after the precious Pokémon\nof other Trainers.\rIf you’d like us to raise your\nPokémon, have a word with my wife. Ah, it’s you!\rWe were raising your Pokémon,\nand my goodness, were we surprised!\rYour Pokémon was holding an Egg!\rWe don’t know how it got there,\nbut your Pokémon had it.\rYou do want it, don’t you? -Ah, it’s you! Good to see you.\nYour {STRVAR 0, 0}’s doing just fine. +Ah, it’s you! Good to see you.\nYour {STRVAR_1 0, 0}’s doing just fine. Well then, I’ll hang on to it.\nThanks! You have no room for it right now...\nCome back when you’ve made room. -{STRVAR 3, 0} received the Egg from\nthe Day-Care Man. +{STRVAR_1 3, 0} received the Egg from\nthe Day-Care Man. You take good care of it. -By the way, I saw your {STRVAR 0, 0}\ncavorting with {STRVAR 3, 1}’s\f{STRVAR 0, 2}.\rI may even have seen it receiving\na piece of Mail. +By the way, I saw your {STRVAR_1 0, 0}\ncavorting with {STRVAR_1 3, 1}’s\f{STRVAR_1 0, 2}.\rI may even have seen it receiving\na piece of Mail. If you want to pick up your Pokémon,\nhave a word with my wife. -Ah, it’s you!\nGood to see you!\rYour {STRVAR 0, 0} and {STRVAR 0, 1}\nare doing just fine.\r +Ah, it’s you!\nGood to see you!\rYour {STRVAR_1 0, 0} and {STRVAR_1 0, 1}\nare doing just fine.\r I really will keep it.\nYou do want this, yes? The two seem to get along very well. The two seem to get along. @@ -15,7 +15,7 @@ The two don’t seem to like each\nother much. The two prefer to play with other\nPokémon more than with each other. I’m the Day-Care Lady.\nWe can raise Pokémon for you.\rWould you like us to raise your\nPokémon? Which Pokémon should we raise for\nyou?\r -Fine, we’ll raise your {STRVAR 0, 0}\nfor a while.\rCome back for it later.\r +Fine, we’ll raise your {STRVAR_1 0, 0}\nfor a while.\rCome back for it later.\r We can raise two of your Pokémon.\nWould you like us to raise another? Ah, there you are!\nMy husband was looking for you. Oh, fine, then.\nCome again. @@ -23,20 +23,20 @@ You don’t have enough money... Do you want to take back the other\none, too? Very good.\nCome again. Ah, it’s you! Good to see you.\nNow, about your Pokémon...\r -By level, your {STRVAR 0, 0} has\ngrown by about {STRVAR 51, 1}.\r +By level, your {STRVAR_1 0, 0} has\ngrown by about {STRVAR_1 51, 1}.\r Your Pokémon team is full.\nMake room, then come see me. Which Pokémon will you take back? -If you want your {STRVAR 0, 0} back,\nit will cost ${STRVAR 53, 1}. +If you want your {STRVAR_1 0, 0} back,\nit will cost ${STRVAR_1 53, 1}. Excellent!\nHere’s your Pokémon.\r -{STRVAR 3, 1} took {STRVAR 0, 0} back\nfrom the Day-Care Lady.\r +{STRVAR_1 3, 1} took {STRVAR_1 0, 0} back\nfrom the Day-Care Lady.\r Oh? But you only have one\nPokémon with you.\rYou can’t go off without a Pokémon.\nCome back another time. Do you want your Pokémon back? If you leave me that Pokémon,\nwhat are you gonna battle with?\rCome back another time. Huh? Now, now.\rIf you leave that Pokémon with\nme, you’ll be left with just one.\rYou will be better off if you catch\nsome more, if I do say so myself. Now, now.\nThat is merely an Egg! -Fine, we’ll raise your {STRVAR 0, 0}\nfor a while.\rCome back for it later. +Fine, we’ll raise your {STRVAR_1 0, 0}\nfor a while.\rCome back for it later. Huh? -Lv. {STRVAR 52, 1} -{STRVAR 0, 0}♂ -{STRVAR 0, 0}♀ -{STRVAR 0, 0} +Lv. {STRVAR_1 52, 1} +{STRVAR_1 0, 0}♂ +{STRVAR_1 0, 0}♀ +{STRVAR_1 0, 0} diff --git a/files/msgdata/msg/narc_0493.key b/files/msgdata/msg/narc_0493.key deleted file mode 100644 index a0172577..00000000 --- a/files/msgdata/msg/narc_0493.key +++ /dev/null @@ -1 +0,0 @@ -"
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0494.key b/files/msgdata/msg/narc_0494.key deleted file mode 100644 index 5cb3a3dd..00000000 --- a/files/msgdata/msg/narc_0494.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0494.txt b/files/msgdata/msg/narc_0494.txt index 924e0e4e..8da92f1c 100644 --- a/files/msgdata/msg/narc_0494.txt +++ b/files/msgdata/msg/narc_0494.txt @@ -14,7 +14,7 @@ PLAYER TIME POKéDEX BADGES -{STRVAR 3, 0} -{STRVAR 52, 0}:{STRVAR 51, 1} -{STRVAR 52, 0} -{STRVAR 50, 0} +{STRVAR_1 3, 0} +{STRVAR_1 52, 0}:{STRVAR_1 51, 1} +{STRVAR_1 52, 0} +{STRVAR_1 50, 0} diff --git a/files/msgdata/msg/narc_0495.key b/files/msgdata/msg/narc_0495.key deleted file mode 100644 index 294c735c..00000000 --- a/files/msgdata/msg/narc_0495.key +++ /dev/null @@ -1 +0,0 @@ -|0
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0496.key b/files/msgdata/msg/narc_0496.key deleted file mode 100644 index a4743e2e..00000000 --- a/files/msgdata/msg/narc_0496.key +++ /dev/null @@ -1 +0,0 @@ -I
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0496.txt b/files/msgdata/msg/narc_0496.txt index 28d3f91c..592bd3e1 100644 --- a/files/msgdata/msg/narc_0496.txt +++ b/files/msgdata/msg/narc_0496.txt @@ -1,28 +1,28 @@ -Dawn: Hey, {STRVAR 3, 0}?\nThe professor told me something.\rHe thinks {STRVAR 0, 1} may have\nreappeared at the Spear Pillar... -Dawn: Hi, {STRVAR 3, 0}!\rYou’re friends with the elder of\nCelestic Town, aren’t you?\rShe told me that she had something\nshe wanted to show you. -Dawn: Hi, {STRVAR 3, 0}!\nMay I see your Pokédex?\r...\rOh, my gosh! You’ve seen every kind\nof Pokémon in Sinnoh!\rHave you shown your Pokédex to\nProf. Rowan yet? -Dawn: Hey, {STRVAR 3, 0}, have you\never chatted with my kid sister? -Dawn: Oh, {STRVAR 3, 0}, are you\nacquainted with Bebe?\rShe lives in Hearthome City.\rEvery Trainer should make it a point\nto pay Bebe a visit. -Dawn: Hey! {STRVAR 3, 0}, you’ve got\na Poké Radar?\rWatch for tall grass to rustle wildly\nwhen you use your Poké Radar.\rThat could be a sign that a rare\nPokémon is hiding in there. -Dawn: Hi, {STRVAR 3, 0}!\nHow’s your Poké Radar?\rWhen you use it, do you sometimes\nsee more than one patch of tall\fgrass rustling?\rThe patch farther away gives you a\nbetter chance of seeing the same\fkind of Pokémon in a row.\rThat’s the feeling I get, anyways. +Dawn: Hey, {STRVAR_1 3, 0}?\nThe professor told me something.\rHe thinks {STRVAR_1 0, 1} may have\nreappeared at the Spear Pillar... +Dawn: Hi, {STRVAR_1 3, 0}!\rYou’re friends with the elder of\nCelestic Town, aren’t you?\rShe told me that she had something\nshe wanted to show you. +Dawn: Hi, {STRVAR_1 3, 0}!\nMay I see your Pokédex?\r...\rOh, my gosh! You’ve seen every kind\nof Pokémon in Sinnoh!\rHave you shown your Pokédex to\nProf. Rowan yet? +Dawn: Hey, {STRVAR_1 3, 0}, have you\never chatted with my kid sister? +Dawn: Oh, {STRVAR_1 3, 0}, are you\nacquainted with Bebe?\rShe lives in Hearthome City.\rEvery Trainer should make it a point\nto pay Bebe a visit. +Dawn: Hey! {STRVAR_1 3, 0}, you’ve got\na Poké Radar?\rWatch for tall grass to rustle wildly\nwhen you use your Poké Radar.\rThat could be a sign that a rare\nPokémon is hiding in there. +Dawn: Hi, {STRVAR_1 3, 0}!\nHow’s your Poké Radar?\rWhen you use it, do you sometimes\nsee more than one patch of tall\fgrass rustling?\rThe patch farther away gives you a\nbetter chance of seeing the same\fkind of Pokémon in a row.\rThat’s the feeling I get, anyways. Dawn: Sometimes a patch of grass\nsparkles when a Poké Radar is used.\rPeople say a different-colored\nPokémon is hiding there!\rCould that be true? -Dawn: So, {STRVAR 3, 0}.\rI’m also helping the professor put\ntogether the National Pokédex.\rCatching Pokémon can be really\nchallenging, can’t it?\rBut, it’s also so much fun! -Dawn: {STRVAR 3, 0}!\r{STRVAR 3, 0}, {STRVAR 3, 0},\n{STRVAR 3, 0}!\rCongratulations for completing\nthe National Pokédex! -Dawn: Is today maybe...\nYour birthday, {STRVAR 3, 0}? -Dawn: Giggle...\nCongratulations, {STRVAR 3, 0}!\fAnd many more happy returns! +Dawn: So, {STRVAR_1 3, 0}.\rI’m also helping the professor put\ntogether the National Pokédex.\rCatching Pokémon can be really\nchallenging, can’t it?\rBut, it’s also so much fun! +Dawn: {STRVAR_1 3, 0}!\r{STRVAR_1 3, 0}, {STRVAR_1 3, 0},\n{STRVAR_1 3, 0}!\rCongratulations for completing\nthe National Pokédex! +Dawn: Is today maybe...\nYour birthday, {STRVAR_1 3, 0}? +Dawn: Giggle...\nCongratulations, {STRVAR_1 3, 0}!\fAnd many more happy returns! Dawn: Oh, it isn’t?\rI wonder what made me think that\ntoday was your birthday? -Dawn: {STRVAR 3, 0}!\nI heard from the professor!\rCongratulations, Champ! -Lucas: Hey, {STRVAR 3, 0}!\nThe prof told me something cool.\rHe thinks {STRVAR 0, 1} has\nreappeared at the Spear Pillar! -Lucas: Hi, {STRVAR 3, 0}!\rYou know the elder of Celestic Town,\nright?\rShe told me she wanted to show you\nsomething. -Lucas: Hey, {STRVAR 3, 0}!\nLet me take a look at your Pokédex.\r...\rAwesome! You’ve seen every kind\nof Pokémon in Sinnoh!\rHave you shown this Pokédex to\nProf. Rowan yet? -Lucas: Hey, {STRVAR 3, 0}, have you\never seen my kid sister? -Lucas: Hey, {STRVAR 3, 0}, have you\nmet Bebe?\rShe lives out in Hearthome City.\rIf you’re a Trainer, you owe it to\nyourself to visit her. -Lucas: Hey! {STRVAR 3, 0}, you’ve got\nyourself a Poké Radar, too?\rWatch for tall grass to rustle wildly\nwhen you use that Poké Radar.\rThat’s a sign that rare Pokémon\nmay be hiding there. -Lucas: Hi, {STRVAR 3, 0}!\nHow’s your Poké Radar working out?\rWhen you use it, do you sometimes\nsee more than one patch of tall\fgrass rustling?\rThe patch farther away gives you a\nbetter chance of seeing the same\fkind of Pokémon right in a row.\rI think that’s how it goes. +Dawn: {STRVAR_1 3, 0}!\nI heard from the professor!\rCongratulations, Champ! +Lucas: Hey, {STRVAR_1 3, 0}!\nThe prof told me something cool.\rHe thinks {STRVAR_1 0, 1} has\nreappeared at the Spear Pillar! +Lucas: Hi, {STRVAR_1 3, 0}!\rYou know the elder of Celestic Town,\nright?\rShe told me she wanted to show you\nsomething. +Lucas: Hey, {STRVAR_1 3, 0}!\nLet me take a look at your Pokédex.\r...\rAwesome! You’ve seen every kind\nof Pokémon in Sinnoh!\rHave you shown this Pokédex to\nProf. Rowan yet? +Lucas: Hey, {STRVAR_1 3, 0}, have you\never seen my kid sister? +Lucas: Hey, {STRVAR_1 3, 0}, have you\nmet Bebe?\rShe lives out in Hearthome City.\rIf you’re a Trainer, you owe it to\nyourself to visit her. +Lucas: Hey! {STRVAR_1 3, 0}, you’ve got\nyourself a Poké Radar, too?\rWatch for tall grass to rustle wildly\nwhen you use that Poké Radar.\rThat’s a sign that rare Pokémon\nmay be hiding there. +Lucas: Hi, {STRVAR_1 3, 0}!\nHow’s your Poké Radar working out?\rWhen you use it, do you sometimes\nsee more than one patch of tall\fgrass rustling?\rThe patch farther away gives you a\nbetter chance of seeing the same\fkind of Pokémon right in a row.\rI think that’s how it goes. Lucas: Sometimes a patch of grass\nsparkles when a Poké Radar is used.\rThey say a different-colored\nPokémon is hiding there!\rI wonder if that’s true? -Lucas: So, {STRVAR 3, 0}.\rI’m also helping the professor out\nwith the National Pokédex.\rCatching Pokémon can be really\nchallenging, can’t it?\rBut I also have a ton of fun doing it! -Lucas: {STRVAR 3, 0}!\rWow! I don’t know what to say!\nI mean, it’s so awesome and all...\rSincerely, congratulations for\ncompleting the National Pokédex! -Lucas: Hey, {STRVAR 3, 0}?\nIs it maybe your birthday today? -Lucas: I thought so!\nCongratulations, {STRVAR 3, 0}!\fYou know, I’m glad we’re friends! +Lucas: So, {STRVAR_1 3, 0}.\rI’m also helping the professor out\nwith the National Pokédex.\rCatching Pokémon can be really\nchallenging, can’t it?\rBut I also have a ton of fun doing it! +Lucas: {STRVAR_1 3, 0}!\rWow! I don’t know what to say!\nI mean, it’s so awesome and all...\rSincerely, congratulations for\ncompleting the National Pokédex! +Lucas: Hey, {STRVAR_1 3, 0}?\nIs it maybe your birthday today? +Lucas: I thought so!\nCongratulations, {STRVAR_1 3, 0}!\fYou know, I’m glad we’re friends! Lucas: Huh?\nIt isn’t?\rNow, what made me think it was\nyour birthday? Freaky weird. -Lucas: {STRVAR 3, 0}!\nThe professor told me the news!\rCongratulations, Champ! +Lucas: {STRVAR_1 3, 0}!\nThe professor told me the news!\rCongratulations, Champ! diff --git a/files/msgdata/msg/narc_0497.key b/files/msgdata/msg/narc_0497.key deleted file mode 100644 index d1d1abf7..00000000 --- a/files/msgdata/msg/narc_0497.key +++ /dev/null @@ -1,2 +0,0 @@ - -+
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0498.key b/files/msgdata/msg/narc_0498.key deleted file mode 100644 index ac94cc20..00000000 --- a/files/msgdata/msg/narc_0498.key +++ /dev/null @@ -1 +0,0 @@ -+G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0498.txt b/files/msgdata/msg/narc_0498.txt index 33d6423f..6d429e54 100644 --- a/files/msgdata/msg/narc_0498.txt +++ b/files/msgdata/msg/narc_0498.txt @@ -1,15 +1,15 @@ {SIZE 200}Thud!!{SIZE 100}\r -{STRVAR 3, 0}: What was that about?!\rOh, hey, {STRVAR 3, 1}!\rHey! I’m going to the lake!\nYou come too! And be quick about it!\rOK, {STRVAR 3, 1}? I’m fining\nyou $1 million if you’re late!\r -{STRVAR 3, 0}: Oh, jeez!\nForgot something!\r -Hiya, {STRVAR 3, 0}.\n{STRVAR 3, 1} was looking for you.\rI think he’s home now.\nWhy don’t you go check it out?\r -Hiya, {STRVAR 3, 0}.\n{STRVAR 3, 1} was looking for you.\rI think he’s home now.\nWhy don’t you go check it out? -Hiya, {STRVAR 3, 0}.\nYou’re looking for {STRVAR 3, 1}?\rHe just went tearing off a little\nwhile ago.\rHe’s probably not gone too far.\nWhy not go chase after him? -{STRVAR 3, 0}? He went tearing off\nin a huge rush a while ago. +{STRVAR_1 3, 0}: What was that about?!\rOh, hey, {STRVAR_1 3, 1}!\rHey! I’m going to the lake!\nYou come too! And be quick about it!\rOK, {STRVAR_1 3, 1}? I’m fining\nyou $1 million if you’re late!\r +{STRVAR_1 3, 0}: Oh, jeez!\nForgot something!\r +Hiya, {STRVAR_1 3, 0}.\n{STRVAR_1 3, 1} was looking for you.\rI think he’s home now.\nWhy don’t you go check it out?\r +Hiya, {STRVAR_1 3, 0}.\n{STRVAR_1 3, 1} was looking for you.\rI think he’s home now.\nWhy don’t you go check it out? +Hiya, {STRVAR_1 3, 0}.\nYou’re looking for {STRVAR_1 3, 1}?\rHe just went tearing off a little\nwhile ago.\rHe’s probably not gone too far.\nWhy not go chase after him? +{STRVAR_1 3, 0}? He went tearing off\nin a huge rush a while ago. Everyone goes off on adventures,\nand then they gradually grow up... It’s true that wild Pokémon do attack\npeople sometimes...\rHowever, Pokémon also let you become\nfriends with them. Oh! A Pokémon!\nYou look good together! Oh, you’re helping put together\na Pokédex?\rThat means you’re going to travel\nall over the region with Pokémon!\rThat sounds like a lot of fun!\nI’m a little envious, to be honest! Technology just blows me away!\rI mean, now you can play with people\naround the world...wirelessly! Twinleaf Town\nFresh and Free! -{STRVAR 3, 0}’s House -{STRVAR 3, 0}’s House +{STRVAR_1 3, 0}’s House +{STRVAR_1 3, 0}’s House diff --git a/files/msgdata/msg/narc_0499.key b/files/msgdata/msg/narc_0499.key deleted file mode 100644 index f7e87984..00000000 --- a/files/msgdata/msg/narc_0499.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0499.txt b/files/msgdata/msg/narc_0499.txt index 5637da9c..4c0f43d6 100644 --- a/files/msgdata/msg/narc_0499.txt +++ b/files/msgdata/msg/narc_0499.txt @@ -1,6 +1,6 @@ -{STRVAR 3, 1}’s mom: Oh, hi,\n{STRVAR 3, 0}.\rAre you looking for {STRVAR 3, 1}?\rHe was gone for a second, but then\nhe came running right back home.\rHe just can’t sit still, that boy.\nI wonder who he takes after? -{STRVAR 3, 1}’s mom: Oh, hi,\n{STRVAR 3, 0}.\rDid you come calling on {STRVAR 3, 1}?\rHe was gone for a second, but then\nhe came running right back home.\rHe just can’t sit still, that boy.\nI wonder who he takes after? -{STRVAR 3, 1}’s mom: That kid rocketed\noff again like usual.\rI’d guess he would be out on\nRoute 201 by now?\rHe just can’t sit still, that boy.\nI wonder who he takes after? -{STRVAR 3, 1}’s mom: {STRVAR 3, 1}\nshould be out on Route 201 by now.\rHe just can’t sit still, that boy.\nI wonder who he takes after? -{STRVAR 3, 1}’s mom: Oh, you’ve\nbecome friends with a Pokémon, too. -{STRVAR 3, 1}’s mom: {STRVAR 3, 1}\ntook off like a rocket as usual.\rHe was shouting something about\nbecoming the greatest Trainer ever...\rHe just can’t sit still, that boy.\nI wonder who he takes after? +{STRVAR_1 3, 1}’s mom: Oh, hi,\n{STRVAR_1 3, 0}.\rAre you looking for {STRVAR_1 3, 1}?\rHe was gone for a second, but then\nhe came running right back home.\rHe just can’t sit still, that boy.\nI wonder who he takes after? +{STRVAR_1 3, 1}’s mom: Oh, hi,\n{STRVAR_1 3, 0}.\rDid you come calling on {STRVAR_1 3, 1}?\rHe was gone for a second, but then\nhe came running right back home.\rHe just can’t sit still, that boy.\nI wonder who he takes after? +{STRVAR_1 3, 1}’s mom: That kid rocketed\noff again like usual.\rI’d guess he would be out on\nRoute 201 by now?\rHe just can’t sit still, that boy.\nI wonder who he takes after? +{STRVAR_1 3, 1}’s mom: {STRVAR_1 3, 1}\nshould be out on Route 201 by now.\rHe just can’t sit still, that boy.\nI wonder who he takes after? +{STRVAR_1 3, 1}’s mom: Oh, you’ve\nbecome friends with a Pokémon, too. +{STRVAR_1 3, 1}’s mom: {STRVAR_1 3, 1}\ntook off like a rocket as usual.\rHe was shouting something about\nbecoming the greatest Trainer ever...\rHe just can’t sit still, that boy.\nI wonder who he takes after? diff --git a/files/msgdata/msg/narc_0500.key b/files/msgdata/msg/narc_0500.key deleted file mode 100644 index 97562287..00000000 --- a/files/msgdata/msg/narc_0500.key +++ /dev/null @@ -1,2 +0,0 @@ - -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0500.txt b/files/msgdata/msg/narc_0500.txt index be540972..ef633284 100644 --- a/files/msgdata/msg/narc_0500.txt +++ b/files/msgdata/msg/narc_0500.txt @@ -1,4 +1,4 @@ -{STRVAR 3, 0}: ...I’d better take\nmy Bag and Journal, too...\r -Oh, hey, {STRVAR 3, 0}!\rWe’re going to the lake!\nI’ll be waiting on the road!\fIt’s a $10 million fine if you’re late!\r +{STRVAR_1 3, 0}: ...I’d better take\nmy Bag and Journal, too...\r +Oh, hey, {STRVAR_1 3, 0}!\rWe’re going to the lake!\nI’ll be waiting on the road!\fIt’s a $10 million fine if you’re late!\r It’s a Wii!\nIt’s controlled by a Wii Remote! -{STRVAR 3, 0} checked the PC screen.\rAdventure Rule No. 1\nThe X Button opens the menu!\rAdventure Rule No. 2\nRecord your progress with SAVE.\rThere is nothing else on here... +{STRVAR_1 3, 0} checked the PC screen.\rAdventure Rule No. 1\nThe X Button opens the menu!\rAdventure Rule No. 2\nRecord your progress with SAVE.\rThere is nothing else on here... diff --git a/files/msgdata/msg/narc_0501.key b/files/msgdata/msg/narc_0501.key deleted file mode 100644 index 5e36d58e..00000000 --- a/files/msgdata/msg/narc_0501.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0501.txt b/files/msgdata/msg/narc_0501.txt index c9cb205d..22c6ed8f 100644 --- a/files/msgdata/msg/narc_0501.txt +++ b/files/msgdata/msg/narc_0501.txt @@ -1,37 +1,37 @@ -Mom: {STRVAR 3, 0}!\r{STRVAR 3, 1} came calling for you\na little while ago.\rI don’t know what it was about, but\nhe said it was an emergency.\r -Mom: You know how impatient\n{STRVAR 3, 0} is.\rHe took off before I could even\nask what it was about. -Mom: Bye-bye, {STRVAR 3, 0}!\nYou take care now! -Mom: But that {STRVAR 3, 0}...\nHe always invites you along. -Mom: Oh, yes!\n{STRVAR 3, 0}!\rDon’t go into the tall grass.\nWild Pokémon might attack you.\rIt would be OK if you had your own\nPokémon, but you don’t, so... -Mom: What is it, dear?\nIsn’t {STRVAR 3, 0} waiting for you? -Mom: What’s up, dear?\r...\rWow.\nI can’t believe that happened to you.\rAm I ever glad that both you and\n{STRVAR 3, 0} are unharmed.\rThe professor you mentioned is\nmost likely Professor Rowan of\fSandgem Town.\rI’ve heard that he is well known for\nhis studies on Pokémon.\rI hear he’s also quite intimidating...\r{STRVAR 3, 1}, I think you need to\nvisit him in Sandgem Town.\rYou need to properly explain why you\nhad no choice but to use his Pokémon.\rDon’t worry!\nI’m sure he will understand.\r -Oh, I know!\n{STRVAR 3, 0}, put these on.\r -{STRVAR 3, 0} received a pair of\n{COLOR 1}Running Shoes{COLOR 0}! +Mom: {STRVAR_1 3, 0}!\r{STRVAR_1 3, 1} came calling for you\na little while ago.\rI don’t know what it was about, but\nhe said it was an emergency.\r +Mom: You know how impatient\n{STRVAR_1 3, 0} is.\rHe took off before I could even\nask what it was about. +Mom: Bye-bye, {STRVAR_1 3, 0}!\nYou take care now! +Mom: But that {STRVAR_1 3, 0}...\nHe always invites you along. +Mom: Oh, yes!\n{STRVAR_1 3, 0}!\rDon’t go into the tall grass.\nWild Pokémon might attack you.\rIt would be OK if you had your own\nPokémon, but you don’t, so... +Mom: What is it, dear?\nIsn’t {STRVAR_1 3, 0} waiting for you? +Mom: What’s up, dear?\r...\rWow.\nI can’t believe that happened to you.\rAm I ever glad that both you and\n{STRVAR_1 3, 0} are unharmed.\rThe professor you mentioned is\nmost likely Professor Rowan of\fSandgem Town.\rI’ve heard that he is well known for\nhis studies on Pokémon.\rI hear he’s also quite intimidating...\r{STRVAR_1 3, 1}, I think you need to\nvisit him in Sandgem Town.\rYou need to properly explain why you\nhad no choice but to use his Pokémon.\rDon’t worry!\nI’m sure he will understand.\r +Oh, I know!\n{STRVAR_1 3, 0}, put these on.\r +{STRVAR_1 3, 0} received a pair of\n{COLOR 1}Running Shoes{COLOR 0}! Going to Sandgem Town is like an\nadventure in itself, right?\rWith those Running Shoes, you can\nget to faraway places much faster.\rOK...\nLet me read the instructions...\r“Press the B Button and dash\nabout faster than ever before!\r“Put on the Running Shoes and\nblaze new trails of adventure!”\rWell, isn’t that just nifty! Mom: I’ll read you the instructions\nfor the Running Shoes...\r“Press the B Button and dash\nabout faster than ever before!\r“Put on the Running Shoes and\nblaze new trails of adventure!”\rWell, isn’t that just nifty! -Mom: Welcome home, {STRVAR 3, 0}.\nAre you and your Pokémon healthy?\rIt’s still early in the morning.\nTake a quick rest, dear.\r -Mom: Welcome home, {STRVAR 3, 0}.\nAre you and your Pokémon healthy?\fTake a quick rest, dear.\r -Mom: Welcome home, {STRVAR 3, 0}.\nAre you and your Pokémon healthy?\rI just made dinner.\nTake a quick rest, dear.\r -Mom: Welcome home, {STRVAR 3, 0}.\nAre you and your Pokémon healthy?\rIt’s so late right now...\nTake a quick rest, dear.\r -Mom: What’s up, {STRVAR 3, 0}?\r...\rWow. Professor Rowan asked you\nto do something that big.\rOK, dear, go for it!\nYour mom’s got your back!\rOh, I know! {STRVAR 3, 0}, I’ve got\nsomething that you’ll find useful.\r +Mom: Welcome home, {STRVAR_1 3, 0}.\nAre you and your Pokémon healthy?\rIt’s still early in the morning.\nTake a quick rest, dear.\r +Mom: Welcome home, {STRVAR_1 3, 0}.\nAre you and your Pokémon healthy?\fTake a quick rest, dear.\r +Mom: Welcome home, {STRVAR_1 3, 0}.\nAre you and your Pokémon healthy?\rI just made dinner.\nTake a quick rest, dear.\r +Mom: Welcome home, {STRVAR_1 3, 0}.\nAre you and your Pokémon healthy?\rIt’s so late right now...\nTake a quick rest, dear.\r +Mom: What’s up, {STRVAR_1 3, 0}?\r...\rWow. Professor Rowan asked you\nto do something that big.\rOK, dear, go for it!\nYour mom’s got your back!\rOh, I know! {STRVAR_1 3, 0}, I’ve got\nsomething that you’ll find useful.\r That’s a Journal. It keeps a record\nof your daily events.\rCheck it, and you’ll be able to\nremember what you did last.\r Gee, a journey full of adventure...\nI envy you, kiddo.\rPlus, you’re not alone.\nYou have your Pokémon with you.\fI wish I could go instead!\r -I’m just joking, dear!\nYup, {STRVAR 3, 0}!\rI’ll be all right by myself, so you\ngo and enjoy your adventure!\rWhen you’re exposed to new things,\nand experience new sensations...\fIt makes your mother happy too.\r...But come back sometimes.\rI would like to see the kinds of\nPokémon you’ve caught, dear.\r -{STRVAR 3, 1}’s mom: Excuse me.\nIs my little {STRVAR 3, 1} here?\r +I’m just joking, dear!\nYup, {STRVAR_1 3, 0}!\rI’ll be all right by myself, so you\ngo and enjoy your adventure!\rWhen you’re exposed to new things,\nand experience new sensations...\fIt makes your mother happy too.\r...But come back sometimes.\rI would like to see the kinds of\nPokémon you’ve caught, dear.\r +{STRVAR_1 3, 1}’s mom: Excuse me.\nIs my little {STRVAR_1 3, 1} here?\r Mom: Oh?\nNo, he’s not...\r -{STRVAR 3, 1}’s mom: Oh...\nThen, he must have left already...\fWhat to do...\rThat boy shouted about going on an\nadventure, then he bolted.\rHe’s so headstrong and reckless...\nI at least wanted him to take this...\r -Mom: Not to worry, {STRVAR 3, 0} will\ndeliver that to him.\r -Won’t you, {STRVAR 3, 0}?\r -{STRVAR 3, 1}’s mom: Oh, really?\nYou’d do that for me?\r{STRVAR 3, 0}, please take this to\n{STRVAR 3, 1} for me.\r -{STRVAR 3, 1}’s mom: Oh, really?\nYou’d do that for me?\r{STRVAR 3, 0}, please take this to\n{STRVAR 3, 1} for me.\r -{STRVAR 3, 1}’s mom: Let me think...\rKnowing my boy, he would probably\nhead straight to Jubilife City...\rOK, please take that to my\n{STRVAR 3, 1}.\r -Mom: Bye-bye, {STRVAR 3, 0}!\nEnjoy your adventure!\r -Mom: Bye-bye, {STRVAR 3, 0}!\nEnjoy your adventure! +{STRVAR_1 3, 1}’s mom: Oh...\nThen, he must have left already...\fWhat to do...\rThat boy shouted about going on an\nadventure, then he bolted.\rHe’s so headstrong and reckless...\nI at least wanted him to take this...\r +Mom: Not to worry, {STRVAR_1 3, 0} will\ndeliver that to him.\r +Won’t you, {STRVAR_1 3, 0}?\r +{STRVAR_1 3, 1}’s mom: Oh, really?\nYou’d do that for me?\r{STRVAR_1 3, 0}, please take this to\n{STRVAR_1 3, 1} for me.\r +{STRVAR_1 3, 1}’s mom: Oh, really?\nYou’d do that for me?\r{STRVAR_1 3, 0}, please take this to\n{STRVAR_1 3, 1} for me.\r +{STRVAR_1 3, 1}’s mom: Let me think...\rKnowing my boy, he would probably\nhead straight to Jubilife City...\rOK, please take that to my\n{STRVAR_1 3, 1}.\r +Mom: Bye-bye, {STRVAR_1 3, 0}!\nEnjoy your adventure!\r +Mom: Bye-bye, {STRVAR_1 3, 0}!\nEnjoy your adventure! MC: Here we are!\nIt’s the Contest Digest!\rThe winner of today’s Normal Rank\nCute Contest is...\rBrooke, who entered a breathtakingly\ncute Pokémon!\rThat’s all the time we have today!\nUntil next time! MC: Here we are!\nIt’s the Contest Digest!\rThe winner of today’s Normal Rank\nSmart Contest is...\rWestley, who won with his bright spark\nof a Pokémon!\rThat’s all the time we have today!\nLet’s meet again! MC: Here we are!\nIt’s the Contest Digest!\rThe winner of today’s Normal Rank\nTough Contest is...\rDominic, who overwhelmed with his\nawesomely buffed Pokémon!\rThat’s all the time we have today!\nLet’s meet again! Mom’s favorite dessert is in\nthe refrigerator. Mom’s kitchen is spotless!\nYou can see your face on the floor! This is where Mom does all her\ndelicious cooking. -Mom: {STRVAR 3, 0}!\r{STRVAR 3, 1} came looking for you\na little while ago.\rI don’t know what it was about, but\nhe was shouting about you needing\fto get on a ship at Snowpoint City.\rYou know how impatient he is.\nHe was gone before I could ask. -Mom: {STRVAR 3, 0}!\r{STRVAR 3, 1} came looking for you\na little while ago.\rI don’t know what it was about, but\nhe was shouting about you needing\fto get on a ship at Snowpoint City.\rYou know how impatient he is.\nHe was gone before I could ask.\rAnyway, how’s it going, kid?\rIs your project with Professor Rowan\ncoming along? +Mom: {STRVAR_1 3, 0}!\r{STRVAR_1 3, 1} came looking for you\na little while ago.\rI don’t know what it was about, but\nhe was shouting about you needing\fto get on a ship at Snowpoint City.\rYou know how impatient he is.\nHe was gone before I could ask. +Mom: {STRVAR_1 3, 0}!\r{STRVAR_1 3, 1} came looking for you\na little while ago.\rI don’t know what it was about, but\nhe was shouting about you needing\fto get on a ship at Snowpoint City.\rYou know how impatient he is.\nHe was gone before I could ask.\rAnyway, how’s it going, kid?\rIs your project with Professor Rowan\ncoming along? diff --git a/files/msgdata/msg/narc_0502.key b/files/msgdata/msg/narc_0502.key deleted file mode 100644 index a909f1ca..00000000 --- a/files/msgdata/msg/narc_0502.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0502.txt b/files/msgdata/msg/narc_0502.txt index 3486fd8f..c0c6e685 100644 --- a/files/msgdata/msg/narc_0502.txt +++ b/files/msgdata/msg/narc_0502.txt @@ -4,4 +4,4 @@ See you next week, same time,\nsame channel! The TV is showing the title screen\nof a video game. The X Button\nopens the menu! It’s a Wii!\nIt’s controlled by a Wii Remote! -{STRVAR 3, 0} checked the PC.\rPokémon Basics...\rPeople live alongside Pokémon in\nthis world.\rThe people that battle Pokémon are\ncalled Pokémon Trainers. +{STRVAR_1 3, 0} checked the PC.\rPokémon Basics...\rPeople live alongside Pokémon in\nthis world.\rThe people that battle Pokémon are\ncalled Pokémon Trainers. diff --git a/files/msgdata/msg/narc_0503.key b/files/msgdata/msg/narc_0503.key deleted file mode 100644 index 82d84e55..00000000 --- a/files/msgdata/msg/narc_0503.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0503.txt b/files/msgdata/msg/narc_0503.txt index d7760da6..bd87ada8 100644 --- a/files/msgdata/msg/narc_0503.txt +++ b/files/msgdata/msg/narc_0503.txt @@ -1,2 +1,2 @@ -You’re off to hang with {STRVAR 3, 0}\nagain, right? You two sure are tight! +You’re off to hang with {STRVAR_1 3, 0}\nagain, right? You two sure are tight! I went on an adventure with some\nPokémon a long time ago.\rIt was only to the next town,\nthough. Yeah, good times... diff --git a/files/msgdata/msg/narc_0504.key b/files/msgdata/msg/narc_0504.key deleted file mode 100644 index 0b8a7bd6..00000000 --- a/files/msgdata/msg/narc_0504.key +++ /dev/null @@ -1 +0,0 @@ -.$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0504.txt b/files/msgdata/msg/narc_0504.txt index 7cc15fe9..07ad5df9 100644 --- a/files/msgdata/msg/narc_0504.txt +++ b/files/msgdata/msg/narc_0504.txt @@ -1,4 +1,4 @@ Did you hear?\rThe Pokémon Professor returned\nto the next town over.\rThey say he was gone for four long\nyears.\rI wonder if he found some amazing\nPokémon while he was gone? Well! Professor Rowan gave you a\nPokédex, did he? -Listen, listen, {STRVAR 3, 0}.\nI want a cute Pokémon! -Listen, listen, {STRVAR 3, 0}.\rDo you think I can be friends with\nPokémon like you are? +Listen, listen, {STRVAR_1 3, 0}.\nI want a cute Pokémon! +Listen, listen, {STRVAR_1 3, 0}.\rDo you think I can be friends with\nPokémon like you are? diff --git a/files/msgdata/msg/narc_0505.key b/files/msgdata/msg/narc_0505.key deleted file mode 100644 index 06612f58..00000000 --- a/files/msgdata/msg/narc_0505.key +++ /dev/null @@ -1 +0,0 @@ -'G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0505.txt b/files/msgdata/msg/narc_0505.txt index a9d7f50a..1d76944e 100644 --- a/files/msgdata/msg/narc_0505.txt +++ b/files/msgdata/msg/narc_0505.txt @@ -3,24 +3,24 @@ This is it!\nOur Pokémon Research Lab!\rLet’s go...\r Lucas: Hi! I’ve been waiting for you!\nPlease, come with me.\fThe prof’s waiting to see you.\r See? This is our Pokémon Research\nLab.\rWe’ll just go ahead and...\r {SIZE 200}Thud!!{SIZE 100}\r -{STRVAR 3, 0}: What the...\rOh, it’s you, {STRVAR 3, 1}!\rThat old guy... He’s not scary so\nmuch as he is totally out there!\rAww, it doesn’t matter, {STRVAR 3, 1}.\nI’m out of here. See you later!\r +{STRVAR_1 3, 0}: What the...\rOh, it’s you, {STRVAR_1 3, 1}!\rThat old guy... He’s not scary so\nmuch as he is totally out there!\rAww, it doesn’t matter, {STRVAR_1 3, 1}.\nI’m out of here. See you later!\r Dawn: Wow, what was that?\rYour friend sure seems to be really\nimpatient.\rWell, anyway...\nLet’s go inside.\r Lucas: What was that?!\rYour friend always seems to be\nin such a rush.\rAnyway...\nLet’s go in.\r -Dawn: OK, {STRVAR 3, 1}, I’ll act as\nyour mentor.\rI’ve got a bit more experience than\nyou as a Trainer and as the\fprofessor’s assistant.\rOK, follow me!\r +Dawn: OK, {STRVAR_1 3, 1}, I’ll act as\nyour mentor.\rI’ve got a bit more experience than\nyou as a Trainer and as the\fprofessor’s assistant.\rOK, follow me!\r This building with the red roof is\nthe Pokémon Center.\rIt’s the place that heals Pokémon\nthat have been hurt in battle.\rYou can find a Pokémon Center in\nmost towns.\r -The building with the blue roof over\nhere is the Poké Mart.\rIt’s a shop where you can buy and\nsell items and medicine.\r{STRVAR 3, 0}, since you’re a novice\nTrainer, you won’t be able to buy\fmany kinds of merchandise.\rDon’t let it bother you!\r -Oh, that’s right!\n{STRVAR 3, 0}...\rDon’t you need to let your family\nknow that you’re going to be helping\fProf. Rowan with the Pokédex?\rYou may need to go far away, so I\nthink you should let someone know.\rOh, but before you go, heal up your\nPokémon at the Poké Center.\rIt will be a lot less scary that way.\nOK, bye now!\r +The building with the blue roof over\nhere is the Poké Mart.\rIt’s a shop where you can buy and\nsell items and medicine.\r{STRVAR_1 3, 0}, since you’re a novice\nTrainer, you won’t be able to buy\fmany kinds of merchandise.\rDon’t let it bother you!\r +Oh, that’s right!\n{STRVAR_1 3, 0}...\rDon’t you need to let your family\nknow that you’re going to be helping\fProf. Rowan with the Pokédex?\rYou may need to go far away, so I\nthink you should let someone know.\rOh, but before you go, heal up your\nPokémon at the Poké Center.\rIt will be a lot less scary that way.\nOK, bye now!\r -{STRVAR 3, 0}: Hey, {STRVAR 3, 1}!\nI want to show you a few things.\fSo, follow me!\r +{STRVAR_1 3, 0}: Hey, {STRVAR_1 3, 1}!\nI want to show you a few things.\fSo, follow me!\r This building with the red roof is\nthe Pokémon Center.\rYou can get your Pokémon healed if\nit’s been hurt in battle.\rYou’ll find a Pokémon Center in most\ntowns.\r -Over here, the building with the blue\nroof is the Poké Mart.\rIt’s a shop where you can buy and\nsell all sorts of items.\r{STRVAR 3, 0}, since you’re a rookie\nTrainer, you won’t be able to buy\fvery much stuff.\rDon’t worry about it, OK?\r -Oh, yeah, right!\n{STRVAR 3, 0}...\rYou should let your family know\nyou’re helping Prof. Rowan put\ftogether his Pokédex.\rSometimes, you have to go far away,\nso you should let someone know.\rOh, but first, go heal up your\nPokémon at the Poké Center.\rYou’ll be safe then.\nOK, be seeing you!\r +Over here, the building with the blue\nroof is the Poké Mart.\rIt’s a shop where you can buy and\nsell all sorts of items.\r{STRVAR_1 3, 0}, since you’re a rookie\nTrainer, you won’t be able to buy\fvery much stuff.\rDon’t worry about it, OK?\r +Oh, yeah, right!\n{STRVAR_1 3, 0}...\rYou should let your family know\nyou’re helping Prof. Rowan put\ftogether his Pokédex.\rSometimes, you have to go far away,\nso you should let someone know.\rOh, but first, go heal up your\nPokémon at the Poké Center.\rYou’ll be safe then.\nOK, be seeing you!\r Oh, wow!\nPokémon are so cool!\rYou can make yours battle and make\nthem stronger!\rI wish I had some!\nIt’s so cool! That thing you have!\rIt’s a Pokédex, isn’t it?!\rYou’re off to see all kinds of\nPokémon now! Lucky you! So I don’t forget what’s happened,\ntill now, I’d better save this...\rThere!\nNow I can take a break. Professor Rowan’s come back to town!\rIt must be, like, four years since\nhe left.\rThey say he was doing his research\nsomewhere else all this time. Sandgem Town\nTown of Sand! Pokémon Research Lab -{STRVAR 3, 0}’s House +{STRVAR_1 3, 0}’s House All Your Item Needs Fulfilled!\nPokémon Mart Heal Your Pokémon!\nPokémon Center diff --git a/files/msgdata/msg/narc_0506.key b/files/msgdata/msg/narc_0506.key deleted file mode 100644 index e76ef337..00000000 --- a/files/msgdata/msg/narc_0506.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0507.key b/files/msgdata/msg/narc_0507.key deleted file mode 100644 index 737e3907..00000000 --- a/files/msgdata/msg/narc_0507.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0508.key b/files/msgdata/msg/narc_0508.key deleted file mode 100644 index adb22c1f..00000000 --- a/files/msgdata/msg/narc_0508.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0509.key b/files/msgdata/msg/narc_0509.key deleted file mode 100644 index a38414fe..00000000 --- a/files/msgdata/msg/narc_0509.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0509.txt b/files/msgdata/msg/narc_0509.txt index e5bb80f7..361b5f28 100644 --- a/files/msgdata/msg/narc_0509.txt +++ b/files/msgdata/msg/narc_0509.txt @@ -1,52 +1,52 @@ -Professor: ...\rFinally, you’ve come.\n{STRVAR 3, 0}, was it?\rLet me see your Pokémon again.\r +Professor: ...\rFinally, you’ve come.\n{STRVAR_1 3, 0}, was it?\rLet me see your Pokémon again.\r ...\rHmm...\nI see...\rThis Pokémon seems to be rather\nhappy.\r Well well!\rYou’ve made your Pokémon evolve\nalready?!\r -All righty then!\rI’ll give that {STRVAR 0, 0} to you as\na gift.\r +All righty then!\rI’ll give that {STRVAR_1 0, 0} to you as\na gift.\r Professor: Now that it’s yours, would\nyou like to give it a nickname? Professor: Hmm, OK, I see...\nAnd you’re happy with that nickname? -Professor: Your friend {STRVAR 3, 1}\ntold me what happened at the lake.\rI heard you battled very well,\ndespite it being your first time.\rAnd, from what I can see, there is\na growing bond between you and that\fPokémon, though it is still young.\rThat’s why I would like to entrust\nyou with {STRVAR 0, 0}.\r +Professor: Your friend {STRVAR_1 3, 1}\ntold me what happened at the lake.\rI heard you battled very well,\ndespite it being your first time.\rAnd, from what I can see, there is\na growing bond between you and that\fPokémon, though it is still young.\rThat’s why I would like to entrust\nyou with {STRVAR_1 0, 0}.\r Dawn: I’m so glad that you’re kind\ntoward Pokémon!\rIf you weren’t, I’d have to...\nOh, I just can’t say it...\r Lucas: Boy, am I glad you’re kind\ntoward Pokémon.\rIf you weren’t, well...\nI don’t even want to think about it.\r Professor: Er-hem!\nLet’s move on to the main topic.\rThere is something I want you\nto do for me.\r My name is Rowan.\nI study Pokémon.\rFirst of all, I want to know exactly\nwhat kinds of Pokémon live in the\fSinnoh region.\rTo do so, it is necessary to collect\ndata using the Pokédex.\rThis is what I wish to ask of you.\rI want to entrust you with this\nPokédex.\rWill you use it to record data on all\nthe Pokémon in Sinnoh for me? -Rowan: ...\r...\r...\r...\rI can stand here without speaking for\nhours. I’m a very patient man.\rLet me ask you again, {STRVAR 3, 0}.\rI want to entrust you with this\nPokédex.\rWill you use it to record data on all\nthe Pokémon in Sinnoh for me? +Rowan: ...\r...\r...\r...\rI can stand here without speaking for\nhours. I’m a very patient man.\rLet me ask you again, {STRVAR_1 3, 0}.\rI want to entrust you with this\nPokédex.\rWill you use it to record data on all\nthe Pokémon in Sinnoh for me? Rowan: Hm!\rGood answer!\r -{STRVAR 3, 0} obtained\nthe {COLOR 1}Pokédex{COLOR 0}! -Rowan: That Pokédex is a very\nhigh-tech device.\rIt will automatically record data on\nevery kind of Pokémon you encounter.\r{STRVAR 3, 0}, I ask that you go\neverywhere and meet every kind of\fPokémon in this region!\r +{STRVAR_1 3, 0} obtained\nthe {COLOR 1}Pokédex{COLOR 0}! +Rowan: That Pokédex is a very\nhigh-tech device.\rIt will automatically record data on\nevery kind of Pokémon you encounter.\r{STRVAR_1 3, 0}, I ask that you go\neverywhere and meet every kind of\fPokémon in this region!\r Dawn: I’ve got one, too!\r Lucas: I’ve got the same kind of\nPokédex as you.\r -Rowan: When you walked up Route 201\nwith your Pokémon, what did you feel?\rI’ve lived for 60 long years.\nEven now, I get a thrill when\rI’m with a Pokémon.\rNow, you should know that there are\ncountless Pokémon in this world.\rThat means there are just as many\nthrills waiting for you out there!\rNow go!\r{STRVAR 3, 0}, your grand adventure\nbegins right now!\r -Rowan: Go on!\r{STRVAR 3, 0}, your grand adventure\nawaits you! -Dawn: The Pokémon that I used for\nthe first time was {STRVAR 0, 1}!\rIf you would have chosen\n{STRVAR 0, 1} at the lake, we’d\fhave the same Pokémon now!\rNot that it matters, but...\rAnyways, I’m Dawn.\rI also help the professor add pages\nto the Pokédex.\rSo, in a sense, I’m just like you.\rI just got a little head start on\nyou, that’s all.\rI’ll be happy to teach you things.\nGlad to meet you, {STRVAR 3, 0}!\r +Rowan: When you walked up Route 201\nwith your Pokémon, what did you feel?\rI’ve lived for 60 long years.\nEven now, I get a thrill when\rI’m with a Pokémon.\rNow, you should know that there are\ncountless Pokémon in this world.\rThat means there are just as many\nthrills waiting for you out there!\rNow go!\r{STRVAR_1 3, 0}, your grand adventure\nbegins right now!\r +Rowan: Go on!\r{STRVAR_1 3, 0}, your grand adventure\nawaits you! +Dawn: The Pokémon that I used for\nthe first time was {STRVAR_1 0, 1}!\rIf you would have chosen\n{STRVAR_1 0, 1} at the lake, we’d\fhave the same Pokémon now!\rNot that it matters, but...\rAnyways, I’m Dawn.\rI also help the professor add pages\nto the Pokédex.\rSo, in a sense, I’m just like you.\rI just got a little head start on\nyou, that’s all.\rI’ll be happy to teach you things.\nGlad to meet you, {STRVAR_1 3, 0}!\r Lucas: The professor asked me to\nhelp, so I’m going to go out and fill\fthe Pokédex pages, too.\rThat makes us comrades working\ntoward the same goal.\rI’ll teach you stuff later, OK?\r -I’m {STRVAR 3, 0}’s father.\rI’ll be happy to assist you on your\nquest for the professor.\rHahaha. Eh...\nI’m sure we can count on you! +I’m {STRVAR_1 3, 0}’s father.\rI’ll be happy to assist you on your\nquest for the professor.\rHahaha. Eh...\nI’m sure we can count on you! Professor Rowan invented a new\nPokédex while working alongside a\fprofessor from the Kanto region! Adventure Rule No. 1\nThe X Button opens the menu. Adventure Rule No. 2\nRecord your progress with SAVE. It’s crammed full of books with all\nsorts of Pokémon information. There’s a lot of reference material\nand research reports on Pokémon. -Rowan: Ah, {STRVAR 3, 0}!\rYou’ve come to show me your\nprogress on the Pokédex?\r -Hmm...\rSo, you’ve seen {STRVAR 52, 0} Pokémon.\r +Rowan: Ah, {STRVAR_1 3, 0}!\rYou’ve come to show me your\nprogress on the Pokédex?\r +Hmm...\rSo, you’ve seen {STRVAR_1 52, 0} Pokémon.\r What’s wrong?\rYou’re not going to tell me you’ve\nseen too few to bother showing me? -Bravo, {STRVAR 3, 0}!\rYou’ve recorded all the Pokémon of\nSinnoh in your Pokédex!\rThis will help immeasurably with my\nstudies on Pokémon evolution...\r -Rowan: Hm! {STRVAR 3, 0}, I’ve been\nwaiting to see you!\rYou’ve met every kind of Pokémon\nthere is in the Sinnoh region!\rThis will help immensely with my\nstudies on Pokémon evolution...\r +Bravo, {STRVAR_1 3, 0}!\rYou’ve recorded all the Pokémon of\nSinnoh in your Pokédex!\rThis will help immeasurably with my\nstudies on Pokémon evolution...\r +Rowan: Hm! {STRVAR_1 3, 0}, I’ve been\nwaiting to see you!\rYou’ve met every kind of Pokémon\nthere is in the Sinnoh region!\rThis will help immensely with my\nstudies on Pokémon evolution...\r Oak: Greetings, Professor Rowan!\nIt’s been a very long time!\rI’ll tell you, Sinnoh certainly is\na long trip from Kanto.\rOf course, if it means meeting new\nPokémon, there’s no distance too\fgreat for the likes of us to travel.\r Rowan: Oh! If it isn’t my old\ncolleague, Professor Oak!\rI should have expected as much from\nthe world’s authority on Pokémon!\rWe always used to joke, “Where\nthere are Pokémon, you’ll find Oak!”\rIt’s good to see that hasn’t changed\none bit!\r Professor Oak, let me introduce you\nto my young assistant.\rThis youngster has filled every page\nof the Sinnoh Pokédex for me.\r Oak: Ah, well, very glad to meet you!\nAs you’ve heard, my name is Oak.\rI’ve been hearing a great deal about\nyou from Professor Rowan lately.\rHe’s been exuberant in praise about\na fantastic young Trainer.\rI see that you live up to--no--that\nyou’ve surpassed his praise.\rYou’ve also got an impeccable sense\nof timing.\rYou see, I had an errand to run for\nProfessor Rowan on my visit here.\rHe’d asked me to bring the data\nfor the National Pokédex, you see.\rSo, since you’re here, let me upgrade\nyour Pokédex with the National Mode.\rAfter all, there are many kinds of\nPokémon in this world of ours!\r -{STRVAR 3, 0}’s Pokédex was upgraded\nwith the National Mode!\r +{STRVAR_1 3, 0}’s Pokédex was upgraded\nwith the National Mode!\r Oak: I’m afraid it won’t be easy to\ncomplete the National Pokédex.\rHowever, I’m sure you will make an\nhonest attempt on our behalf!\r -Rowan: Have no fear, {STRVAR 3, 0}\nwill get the job done.\rBy the way, Professor Oak, what\ncompelled you to visit this region?\r +Rowan: Have no fear, {STRVAR_1 3, 0}\nwill get the job done.\rBy the way, Professor Oak, what\ncompelled you to visit this region?\r Oak: Ah, yes. I’ve heard that the\nPal Park is now open.\rIf I remember correctly, it’s at the\nend of Route 221.\rThe Pal Park has a special system\nthat attracts every imaginable kind\fof Pokémon from every region.\rI’ve come to make certain that\nsystem is operating properly.\r -{STRVAR 3, 0}, you should make an\neffort to visit the Pal Park, too.\rOops! I’ll be late for my meeting if\nI don’t get going!\rOK, it was a pleasure seeing the both\nof you! Bye, now!\r -{STRVAR 3, 0}, you should make an\neffort to visit the Pal Park, too.\rOops! I’ll be late for my meeting if\nI don’t get going!\rOK, it was a pleasure seeing the both\nof you! Bye, now!\r +{STRVAR_1 3, 0}, you should make an\neffort to visit the Pal Park, too.\rOops! I’ll be late for my meeting if\nI don’t get going!\rOK, it was a pleasure seeing the both\nof you! Bye, now!\r +{STRVAR_1 3, 0}, you should make an\neffort to visit the Pal Park, too.\rOops! I’ll be late for my meeting if\nI don’t get going!\rOK, it was a pleasure seeing the both\nof you! Bye, now!\r Rowan: Off he goes, as busy as\never...\r -Now, {STRVAR 3, 0}...\rI have a gift here as your reward\nfor completing the Sinnoh Pokédex.\r +Now, {STRVAR_1 3, 0}...\rI have a gift here as your reward\nfor completing the Sinnoh Pokédex.\r Rowan: That’s the Pokémon Radar,\nor just Poké Radar for short.\rUse it, and it will indicate grass\npatches where Pokémon are lurking.\rI’d prepared that to help my field\nassistants put together the Sinnoh\fPokédex, but you took care of that!\rI’m sure it will be useful for your\ngoal of filling the National Pokédex. Rowan: The world is immense.\nThere are many more Pokémon.\rThat means there are many more\nthrills for you to seek and enjoy! -{STRVAR 3, 0} checked the PC.\rThe screen is filled with special terms\nand academic writing that is impossible\fto figure out. +{STRVAR_1 3, 0} checked the PC.\rThe screen is filled with special terms\nand academic writing that is impossible\fto figure out. Research materials are carefully\ntucked away. The refrigerator is filled with\ntasty sweets! Mmm... -It’s really quite something!\rImagine... Cataloging every kind of\nPokémon in the Sinnoh region!\rAnd in complete contrast, there’s\n{STRVAR 3, 0}...\rAnyway, you’ve been great for the\nprof’s Pokémon-evolution research! +It’s really quite something!\rImagine... Cataloging every kind of\nPokémon in the Sinnoh region!\rAnd in complete contrast, there’s\n{STRVAR_1 3, 0}...\rAnyway, you’ve been great for the\nprof’s Pokémon-evolution research! Yes, that’s correct.\rProfessor Rowan has been studying\nPokédex systems with Professor Oak.\rProfessor Oak is Professor Rowan’s\njunior in terms of seniority. diff --git a/files/msgdata/msg/narc_0510.key b/files/msgdata/msg/narc_0510.key deleted file mode 100644 index cdbf2fab..00000000 --- a/files/msgdata/msg/narc_0510.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0510.txt b/files/msgdata/msg/narc_0510.txt index 18692bfd..389888a8 100644 --- a/files/msgdata/msg/narc_0510.txt +++ b/files/msgdata/msg/narc_0510.txt @@ -1,7 +1,7 @@ Ah, so that Rowan fellow is back?\nHe’s quite the remarkable man.\rHe’s been studying Pokémon since way,\nway back.\rMy son and grandchild help Rowan\nwith his studies now. Oh, my!\nYou’ve got a National Pokédex?\fHow fantastic is that?!\rRowan should be delighted.\nIt will greatly help his research.\rBut, young Trainer...\nYou should know this.\rIn this world, there are 300...\nNo, 400...\rNo, no, no! There’re a lot more\nkinds of Pokémon than that! -Who are you?\r...\rOh...\nYou’re {STRVAR 3, 0}?\rHey, you’re doing that Pokédex thingy\nfor the professor!\rWow! That’s the same as my big\nsister! Go for it! -Who are you?\r...\rOh...\nYou’re {STRVAR 3, 0}?\rYou’re doing that Pokédex thingy\nfor the professor!\rWow! That’s the same as my big\nbrother! Go for it! -Oh, hi, {STRVAR 3, 0}!\rThere was news on TV saying there\nis a massive outbreak of Pokémon!\rThat’d be great for filling up your\nPokédex! -Let me see...\nWhat did that news say now...?\r{STRVAR 4, 1}! They said there’s\na whole bunch of {STRVAR 0, 2} there!\r{STRVAR 3, 0}, you have to hurry!\rI want you to do better than my\nsister Dawn! -Let me see...\nWhat did that news say now...?\r{STRVAR 4, 1}! They said there’s\na whole bunch of {STRVAR 0, 2} there!\r{STRVAR 3, 0}, you have to hurry!\rI want you to do better than my\nbrother Lucas! +Who are you?\r...\rOh...\nYou’re {STRVAR_1 3, 0}?\rHey, you’re doing that Pokédex thingy\nfor the professor!\rWow! That’s the same as my big\nsister! Go for it! +Who are you?\r...\rOh...\nYou’re {STRVAR_1 3, 0}?\rYou’re doing that Pokédex thingy\nfor the professor!\rWow! That’s the same as my big\nbrother! Go for it! +Oh, hi, {STRVAR_1 3, 0}!\rThere was news on TV saying there\nis a massive outbreak of Pokémon!\rThat’d be great for filling up your\nPokédex! +Let me see...\nWhat did that news say now...?\r{STRVAR_1 4, 1}! They said there’s\na whole bunch of {STRVAR_1 0, 2} there!\r{STRVAR_1 3, 0}, you have to hurry!\rI want you to do better than my\nsister Dawn! +Let me see...\nWhat did that news say now...?\r{STRVAR_1 4, 1}! They said there’s\na whole bunch of {STRVAR_1 0, 2} there!\r{STRVAR_1 3, 0}, you have to hurry!\rI want you to do better than my\nbrother Lucas! diff --git a/files/msgdata/msg/narc_0511.key b/files/msgdata/msg/narc_0511.key deleted file mode 100644 index df48a4ca..00000000 --- a/files/msgdata/msg/narc_0511.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0511.txt b/files/msgdata/msg/narc_0511.txt index 24c13e40..0b297375 100644 --- a/files/msgdata/msg/narc_0511.txt +++ b/files/msgdata/msg/narc_0511.txt @@ -1,2 +1,2 @@ -{STRVAR 3, 0} checked the PC screen.\rAdventure Rule No. 1\nThe X Button opens the menu!\rAdventure Rule No. 2\nRecord your progress with SAVE.\rThere is nothing else on here... +{STRVAR_1 3, 0} checked the PC screen.\rAdventure Rule No. 1\nThe X Button opens the menu!\rAdventure Rule No. 2\nRecord your progress with SAVE.\rThere is nothing else on here... diff --git a/files/msgdata/msg/narc_0512.key b/files/msgdata/msg/narc_0512.key deleted file mode 100644 index 0eefe4d8..00000000 --- a/files/msgdata/msg/narc_0512.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0513.key b/files/msgdata/msg/narc_0513.key deleted file mode 100644 index 052026ee..00000000 --- a/files/msgdata/msg/narc_0513.key +++ /dev/null @@ -1 +0,0 @@ -#G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0514.key b/files/msgdata/msg/narc_0514.key deleted file mode 100644 index 6a165d8b..00000000 --- a/files/msgdata/msg/narc_0514.key +++ /dev/null @@ -1 +0,0 @@ -1O
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0515.key b/files/msgdata/msg/narc_0515.key deleted file mode 100644 index 11acd294..00000000 --- a/files/msgdata/msg/narc_0515.key +++ /dev/null @@ -1 +0,0 @@ -2
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0516.key b/files/msgdata/msg/narc_0516.key deleted file mode 100644 index 699ffc11..00000000 --- a/files/msgdata/msg/narc_0516.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0516.txt b/files/msgdata/msg/narc_0516.txt index 025698ae..960bd4f0 100644 --- a/files/msgdata/msg/narc_0516.txt +++ b/files/msgdata/msg/narc_0516.txt @@ -5,16 +5,16 @@ Use that Sprayduck to water the soil\nwhere you’ve planted Berries.\rYou shoul Hello!\rWould you like to exchange your\nBerries for some Accessories? Thank you so much for trading us so\nmany Berries! Which Accessory would you like? -Will you exchange {STRVAR 52, 1} {STRVAR 8, 0}\nfor the {STRVAR 31, 2}? +Will you exchange {STRVAR_1 52, 1} {STRVAR_1 8, 0}\nfor the {STRVAR_1 31, 2}? Thank you! You don’t have enough Berries. Oh, you can’t carry any more\nthan that. Please come again! -You got the {STRVAR 31, 2} in return\nfor {STRVAR 52, 1} {STRVAR 8, 0}. +You got the {STRVAR_1 31, 2} in return\nfor {STRVAR_1 52, 1} {STRVAR_1 8, 0}. Wow! I traded away every single\nAccessory I had! YES NO -{STRVAR 8, 0} -Needed: {STRVAR 52, 1} -In Bag: {STRVAR 52, 2} +{STRVAR_1 8, 0} +Needed: {STRVAR_1 52, 1} +In Bag: {STRVAR_1 52, 2} EXIT diff --git a/files/msgdata/msg/narc_0517.key b/files/msgdata/msg/narc_0517.key deleted file mode 100644 index feaa7af0..00000000 --- a/files/msgdata/msg/narc_0517.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0518.key b/files/msgdata/msg/narc_0518.key deleted file mode 100644 index fd9efb3c..00000000 --- a/files/msgdata/msg/narc_0518.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0519.key b/files/msgdata/msg/narc_0519.key deleted file mode 100644 index f06587a2..00000000 --- a/files/msgdata/msg/narc_0519.key +++ /dev/null @@ -1 +0,0 @@ -?G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0520.key b/files/msgdata/msg/narc_0520.key deleted file mode 100644 index 0b374849..00000000 --- a/files/msgdata/msg/narc_0520.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0521.key b/files/msgdata/msg/narc_0521.key deleted file mode 100644 index 3ad03e2d..00000000 --- a/files/msgdata/msg/narc_0521.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0522.key b/files/msgdata/msg/narc_0522.key deleted file mode 100644 index 6e52a26d..00000000 --- a/files/msgdata/msg/narc_0522.key +++ /dev/null @@ -1 +0,0 @@ -t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0523.key b/files/msgdata/msg/narc_0523.key deleted file mode 100644 index 8e97ae34..00000000 --- a/files/msgdata/msg/narc_0523.key +++ /dev/null @@ -1 +0,0 @@ -t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0523.txt b/files/msgdata/msg/narc_0523.txt index b9f6200d..2a73eae6 100644 --- a/files/msgdata/msg/narc_0523.txt +++ b/files/msgdata/msg/narc_0523.txt @@ -1,2 +1,2 @@ -Your Pokémon has a \n{STRVAR 7, 0} nature?\rDid you know that a Pokémon’s nature\ndetermines how it will grow? +Your Pokémon has a \n{STRVAR_1 7, 0} nature?\rDid you know that a Pokémon’s nature\ndetermines how it will grow? This area had many Pokémon from\nthe olden days.\rThey say there were big Pokémon\nranches ’round these parts. diff --git a/files/msgdata/msg/narc_0524.key b/files/msgdata/msg/narc_0524.key deleted file mode 100644 index b6c140a2..00000000 --- a/files/msgdata/msg/narc_0524.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0524.txt b/files/msgdata/msg/narc_0524.txt index f3ddbc38..c475b470 100644 --- a/files/msgdata/msg/narc_0524.txt +++ b/files/msgdata/msg/narc_0524.txt @@ -1,12 +1,12 @@ Oh?\nWelcome!\rYou saw the notice outside about\nus hiring, right?\rIs that a Pokédex there?\nThen you must know Professor Rowan!\rYou’re just the Pokémon-searching\nexpert we’ve been looking for!\r Here you are!\nGood!\rWe’ve got a deadline to meet.\nHere’s your assignment.\r -{STRVAR 0, 0}.\nI want you to bring me one.\rYou must bring it today, or we’re not\ngonna be able to run our main article.\rRemember, it has to be today.\nBefore the date rolls over! +{STRVAR_1 0, 0}.\nI want you to bring me one.\rYou must bring it today, or we’re not\ngonna be able to run our main article.\rRemember, it has to be today.\nBefore the date rolls over! What’s up? Did you bring us\nthe Pokémon we needed?\r -Oh! Ohh! Ohhh!\nThat’s it! {STRVAR 0, 0}!\rThanks!\nLet me get a closer look!\r...I see, hmhm...\nRight, right... That’s it!\rThank you!\nI can write a great article now!\rThis is for your trouble.\nIt’s not much, but thanks!\r +Oh! Ohh! Ohhh!\nThat’s it! {STRVAR_1 0, 0}!\rThanks!\nLet me get a closer look!\r...I see, hmhm...\nRight, right... That’s it!\rThank you!\nI can write a great article now!\rThis is for your trouble.\nIt’s not much, but thanks!\r You really came through for us!\nI hope you’ll help us again tomorrow! Whoops! What’s all this?\nYour Bag is stuffed full.\rI’ll hold on to these until\nthe next time. Oh, there you are! Here’s your\nreward for the last assignment!\rIt’s not much, but thanks! -What’s wrong? You still haven’t\ncaught the {STRVAR 0, 0} we need?\rWe’re counting on you to come\nthrough for us!\rBring us the {STRVAR 0, 0}\nbefore the date rolls over! +What’s wrong? You still haven’t\ncaught the {STRVAR_1 0, 0} we need?\rWe’re counting on you to come\nthrough for us!\rBring us the {STRVAR_1 0, 0}\nbefore the date rolls over! Now, now! You failed to bring me the\nPokémon I asked for...\rThings like that can happen, but\nwe need you to come up big for us! OK! I’ll crank out a riveting story\nbased on this!\rOh, right! I’ll have another\nassignment for you tomorrow! The Sinnoh region’s newspaper is\ntiny, but it has many fans.\rThat newspaper is printed right\nhere! diff --git a/files/msgdata/msg/narc_0525.key b/files/msgdata/msg/narc_0525.key deleted file mode 100644 index 68a2b867..00000000 --- a/files/msgdata/msg/narc_0525.key +++ /dev/null @@ -1 +0,0 @@ -.t
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0526.key b/files/msgdata/msg/narc_0526.key deleted file mode 100644 index fe950801..00000000 --- a/files/msgdata/msg/narc_0526.key +++ /dev/null @@ -1 +0,0 @@ -'
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0526.txt b/files/msgdata/msg/narc_0526.txt index ad151167..1873fc93 100644 --- a/files/msgdata/msg/narc_0526.txt +++ b/files/msgdata/msg/narc_0526.txt @@ -1,8 +1,8 @@ I’m using Seals to learn the\nalphabet! -Oh, that {STRVAR 0, 0} looks just like\nmy Seals!\rI’ll give you a bunch of Seals that\nlook like it.\r +Oh, that {STRVAR_1 0, 0} looks just like\nmy Seals!\rI’ll give you a bunch of Seals that\nlook like it.\r I wonder which came first, that\nPokémon or the alphabet?\fI think it’s kind of neat. I wanted to give you some Seals,\nbut you don’t have a Seal Case!\fYou should talk to my mom! -The {STRVAR 10, 0} were\nput away in the Seal Case. +The {STRVAR_1 10, 0} were\nput away in the Seal Case. You can customize Poké Balls by\naffixing Seals on them.\rOh, you don’t have a Seal Case?\nWell, here you go!\r First, check the heading “Ball\nCapsules” in your PC menu.\rNext, choose a Capsule and apply\nSeals to it as you wish.\rWhen you’re done, put the Capsule\non a Poké Ball. My son goes out to the ruins\nwhenever he gets the chance.\rHe says that it’s good for making\nSeals for his Ball Capsules.\rIf you don’t mind, can you show him\nthe Pokémon you catch in the ruins? diff --git a/files/msgdata/msg/narc_0527.key b/files/msgdata/msg/narc_0527.key deleted file mode 100644 index 5ae00a85..00000000 --- a/files/msgdata/msg/narc_0527.key +++ /dev/null @@ -1 +0,0 @@ -;G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0527.txt b/files/msgdata/msg/narc_0527.txt index db8bd5f2..10f25b30 100644 --- a/files/msgdata/msg/narc_0527.txt +++ b/files/msgdata/msg/narc_0527.txt @@ -4,7 +4,7 @@ You dare to oppose Team Galactic?\rThat means you’re taking on the\nworld... N That’s right! Very smart!\nYou know what’s good for you!\rTeam Galactic has come out to the\nboonies like this for everyone’s sake.\rYour cooperation is appreciated.\nNow, where is my partner...? Too much to handle...\nI can’t do anything here...\rThis place is nothing!\nI’ll be happily rid of this place!\r Oh, you were magnificent!\nAren’t you quite the Trainer?\rAs the elder of Celestic Town, I give\nyou my thanks.\rOh? That Old Charm...\nMay I see that, dear?\r...\nWhat’s that?\rYou say Cynthia entrusted you with\nit to deliver to me?\rThat Cynthia...\nShe’s my granddaughter.\r -{STRVAR 3, 0} handed over\nthe {STRVAR 8, 1} to the elder. +{STRVAR_1 3, 0} handed over\nthe {STRVAR_1 8, 1} to the elder. This Old Charm is something made in\nCelestic Town long, long ago.\rIt was made in honor of a mythical\ndeity said to have created Sinnoh.\rThese Old Charms are still discovered\nnow and again.\rSince you’re in Celestic Town, why not\nlook around inside the ruins? You’ve gone to the trouble\nof visiting Celestic Town.\rWhy not take a little more time\nto examine the ruins? There appears to have been\nan insignificant struggle here.\rEveryone should step back and view\nthings from a bigger perspective.\rYes, a bigger perspective, one that\nis on a universal scale.\r diff --git a/files/msgdata/msg/narc_0528.key b/files/msgdata/msg/narc_0528.key deleted file mode 100644 index 8da547c5..00000000 --- a/files/msgdata/msg/narc_0528.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0529.key b/files/msgdata/msg/narc_0529.key deleted file mode 100644 index 4ca67d76..00000000 --- a/files/msgdata/msg/narc_0529.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0529.txt b/files/msgdata/msg/narc_0529.txt index 928b4f68..1cf196b2 100644 --- a/files/msgdata/msg/narc_0529.txt +++ b/files/msgdata/msg/narc_0529.txt @@ -7,4 +7,4 @@ Well, hello!\nYou look good.\rI did some research of my own since\nthat spot of It seems that there were two\nPokémon in ancient Sinnoh.\rThey respectively stood as symbols\nof time and spatial dimensions... My big sister is studying the myths\nof Sinnoh.\rShe wants to know how people and\nPokémon interacted in the days of\fmyths.\rWere things different back then?\nOr were they the same as now?\rShe says that’s the focus of her\nresearch. It’s hard to tell for sure, but it’s\nprobably an invaluable scroll. -It’s an old book.\n{STRVAR 3, 0} began reading it.\r“When that Pokémon was born,\nintelligence bloomed among us,\fenriching our lives.\r“When that Pokémon was born,\nemotions bloomed among us,\fgiving us joy and sorrow.\r“When that Pokémon was born,\nwillpower bloomed among us,\fspurring us into action...” +It’s an old book.\n{STRVAR_1 3, 0} began reading it.\r“When that Pokémon was born,\nintelligence bloomed among us,\fenriching our lives.\r“When that Pokémon was born,\nemotions bloomed among us,\fgiving us joy and sorrow.\r“When that Pokémon was born,\nwillpower bloomed among us,\fspurring us into action...” diff --git a/files/msgdata/msg/narc_0530.key b/files/msgdata/msg/narc_0530.key deleted file mode 100644 index ddda797e..00000000 --- a/files/msgdata/msg/narc_0530.key +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0531.key b/files/msgdata/msg/narc_0531.key deleted file mode 100644 index 3def3374..00000000 --- a/files/msgdata/msg/narc_0531.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0532.key b/files/msgdata/msg/narc_0532.key deleted file mode 100644 index 6074adff..00000000 --- a/files/msgdata/msg/narc_0532.key +++ /dev/null @@ -1 +0,0 @@ -.d
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0533.key b/files/msgdata/msg/narc_0533.key deleted file mode 100644 index 37df993d..00000000 --- a/files/msgdata/msg/narc_0533.key +++ /dev/null @@ -1 +0,0 @@ -'
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0533.txt b/files/msgdata/msg/narc_0533.txt index 866efb80..1049aba5 100644 --- a/files/msgdata/msg/narc_0533.txt +++ b/files/msgdata/msg/narc_0533.txt @@ -1,5 +1,5 @@ -{STRVAR 3, 0} examined the ancient\ncave painting.\rMysterious designs cover a whole\nsection of the wall.\rThere are three strange things\nforming a triangle.\rIn the middle of them, a shining\nsphere?\rWhat is this all about?\r +{STRVAR_1 3, 0} examined the ancient\ncave painting.\rMysterious designs cover a whole\nsection of the wall.\rThere are three strange things\nforming a triangle.\rIn the middle of them, a shining\nsphere?\rWhat is this all about?\r The cave painting’s meaning seems\nto be this...\rThere existed a being...\rA being so powerful, it was\nconsidered a deity at the time.\rOpposing this powerful being\nwere three Pokémon.\rThe three kept balance with the\nbeing, as if they formed a triangle.\rIt’s an ancient legend of Sinnoh\nthat is still told in Celestic Town.\r Oh, yes. I found something useful.\nYou should take this.\rIt belonged to my granddaughter,\nbut she doesn’t use it anymore.\r If a Pokémon learns Surf, it can\ncarry you across water and the sea.\rBut my granddaughter said something\nabout this hidden move...\rOh, yes! To use Surf outside of\nbattle, the Hearthome Gym Badge\fmust first be obtained.\rOn that matter, you will have to\nhandle it yourself, I’m afraid.\r -{STRVAR 3, 0} examined the ancient\ncave painting.\rMysterious designs cover a whole\nsection of the wall.\rThere are three strange things\nforming a triangle.\rIn the middle of them, a shining\nsphere?\rWhat is this all about? +{STRVAR_1 3, 0} examined the ancient\ncave painting.\rMysterious designs cover a whole\nsection of the wall.\rThere are three strange things\nforming a triangle.\rIn the middle of them, a shining\nsphere?\rWhat is this all about? diff --git a/files/msgdata/msg/narc_0534.key b/files/msgdata/msg/narc_0534.key deleted file mode 100644 index 2ae2ea74..00000000 --- a/files/msgdata/msg/narc_0534.key +++ /dev/null @@ -1 +0,0 @@ -7G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0534.txt b/files/msgdata/msg/narc_0534.txt index 8ce9cb75..f5fa263f 100644 --- a/files/msgdata/msg/narc_0534.txt +++ b/files/msgdata/msg/narc_0534.txt @@ -1,4 +1,4 @@ -Buck: Yo, if it isn’t {STRVAR 3, 0}!\rDon’t tell me you’re going to Stark\nMountain, too?\rYou’re pretty wimpy...\nYou’re sure you’re going to be OK?\rHeh, why am I asking you that?\nIt’s not like I care.\rAnyways, if we see each other on\nStark Mountain, the race is on to\fsee who gets the Magma Stone first!\r +Buck: Yo, if it isn’t {STRVAR_1 3, 0}!\rDon’t tell me you’re going to Stark\nMountain, too?\rYou’re pretty wimpy...\nYou’re sure you’re going to be OK?\rHeh, why am I asking you that?\nIt’s not like I care.\rAnyways, if we see each other on\nStark Mountain, the race is on to\fsee who gets the Magma Stone first!\r Hey, traveling Trainer.\nIs your Bag full of items?\fOr is it full of dreams? Trainers who lose at the Battle\nTower come here to train. I’ve been exploring a long time,\nbut I know when I’m beaten.\rIt takes a better Trainer than me\nto explore the volcano thoroughly! diff --git a/files/msgdata/msg/narc_0535.key b/files/msgdata/msg/narc_0535.key deleted file mode 100644 index 42d51b6b..00000000 --- a/files/msgdata/msg/narc_0535.key +++ /dev/null @@ -1 +0,0 @@ -O
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0536.key b/files/msgdata/msg/narc_0536.key deleted file mode 100644 index ad5b974c..00000000 --- a/files/msgdata/msg/narc_0536.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0537.key b/files/msgdata/msg/narc_0537.key deleted file mode 100644 index 4ae51ebc..00000000 --- a/files/msgdata/msg/narc_0537.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0538.key b/files/msgdata/msg/narc_0538.key deleted file mode 100644 index 69589fc7..00000000 --- a/files/msgdata/msg/narc_0538.key +++ /dev/null @@ -1 +0,0 @@ -T
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0539.key b/files/msgdata/msg/narc_0539.key deleted file mode 100644 index 5b714049..00000000 --- a/files/msgdata/msg/narc_0539.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0540.key b/files/msgdata/msg/narc_0540.key deleted file mode 100644 index e5a3f70d..00000000 --- a/files/msgdata/msg/narc_0540.key +++ /dev/null @@ -1 +0,0 @@ -3G
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0541.key b/files/msgdata/msg/narc_0541.key deleted file mode 100644 index 04de7b8e..00000000 --- a/files/msgdata/msg/narc_0541.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0542.key b/files/msgdata/msg/narc_0542.key deleted file mode 100644 index 482e2632..00000000 --- a/files/msgdata/msg/narc_0542.key +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0543.key b/files/msgdata/msg/narc_0543.key deleted file mode 100644 index aa4fc301..00000000 --- a/files/msgdata/msg/narc_0543.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0543.txt b/files/msgdata/msg/narc_0543.txt index 407d6f0f..1182f8fa 100644 --- a/files/msgdata/msg/narc_0543.txt +++ b/files/msgdata/msg/narc_0543.txt @@ -1,17 +1,17 @@ ...Sniff...\nI do apologize.\rThis is an exclusive establishment\nopen only to a select few.\rYou might consider it a special stage\nfor the cream of the crop.\rIf you wish to enter, I suggest you\nstart by collecting lots of Ribbons.\r -...Sniff...\nI do apologize.\rThis is an exclusive establishment\nopen only to a select few.\rYou might consider it a special stage\nfor the cream of the crop.\rIf you wish to enter, I suggest you\nstart by collecting lots of Ribbons...\r...Wait! Oh, my gosh!\nLook at all your Ribbons!\rI truly apologize for my rudeness.\nIt’s so out of character for me!\rIf you would be so kind, we would\nbe honored to invite you...\rOh, no, no! You really must join us\nas a full-fledged member!\r{STRVAR 3, 0} was made a member\nwithout any say in the decision!\r -Welcome! We’ve looked forward to\nseeing you, {STRVAR 3, 0}.\rI do hope you will enjoy the luxurious\natmosphere and services that only\fwe can provide. -Welcome.\rMay I interest you in top-grade\nRibbons we had specially imported?\rThese Ribbons are available only\nthrough us.\r{STRVAR 3, 0}, would you like one\nfor a Pokémon, perhaps?\rRight now, I can offer you\nthe Gorgeous Ribbon.\rFor a mere $10,000, you can be the\nproud owner of one. -Welcome.\rMay I interest you in top-grade\nRibbons we had specially imported?\rThese Ribbons are available only\nthrough us.\r{STRVAR 3, 0}, would you like one\nfor a Pokémon, perhaps?\rRight now, I can offer you\nthe Royal Ribbon.\rFor a mere $100,000, you can be\nthe proud owner of one. -Welcome.\rMay I interest you in top-grade\nRibbons we had specially imported?\rThese Ribbons are available only\nthrough us.\r{STRVAR 3, 0}, would you like one\nfor a Pokémon, perhaps?\rRight now, I can offer you\nthe Gorgeous Royal Ribbon.\rFor a mere $999,999, you can be\nthe proud owner of one. -Welcome...\nOoh! That’s a Gorgeous Royal Ribbon!\r{STRVAR 3, 0}, your {STRVAR 0, 2}\ncertainly looks gorgeous and royal! -{STRVAR 3, 0} bought\na Gorgeous Ribbon.\r -{STRVAR 3, 0} put the Gorgeous Ribbon\non {STRVAR 0, 2}. -{STRVAR 3, 0} bought\na Royal Ribbon.\r -{STRVAR 3, 0} put the Royal Ribbon\non {STRVAR 0, 2}. -{STRVAR 3, 0} bought\na Gorgeous Royal Ribbon.\r -{STRVAR 3, 0} put the Gorgeous Royal\nRibbon on {STRVAR 0, 2}. -Oh, please, {STRVAR 3, 0}.\rYou shouldn’t joke about not\nhaving money. +...Sniff...\nI do apologize.\rThis is an exclusive establishment\nopen only to a select few.\rYou might consider it a special stage\nfor the cream of the crop.\rIf you wish to enter, I suggest you\nstart by collecting lots of Ribbons...\r...Wait! Oh, my gosh!\nLook at all your Ribbons!\rI truly apologize for my rudeness.\nIt’s so out of character for me!\rIf you would be so kind, we would\nbe honored to invite you...\rOh, no, no! You really must join us\nas a full-fledged member!\r{STRVAR_1 3, 0} was made a member\nwithout any say in the decision!\r +Welcome! We’ve looked forward to\nseeing you, {STRVAR_1 3, 0}.\rI do hope you will enjoy the luxurious\natmosphere and services that only\fwe can provide. +Welcome.\rMay I interest you in top-grade\nRibbons we had specially imported?\rThese Ribbons are available only\nthrough us.\r{STRVAR_1 3, 0}, would you like one\nfor a Pokémon, perhaps?\rRight now, I can offer you\nthe Gorgeous Ribbon.\rFor a mere $10,000, you can be the\nproud owner of one. +Welcome.\rMay I interest you in top-grade\nRibbons we had specially imported?\rThese Ribbons are available only\nthrough us.\r{STRVAR_1 3, 0}, would you like one\nfor a Pokémon, perhaps?\rRight now, I can offer you\nthe Royal Ribbon.\rFor a mere $100,000, you can be\nthe proud owner of one. +Welcome.\rMay I interest you in top-grade\nRibbons we had specially imported?\rThese Ribbons are available only\nthrough us.\r{STRVAR_1 3, 0}, would you like one\nfor a Pokémon, perhaps?\rRight now, I can offer you\nthe Gorgeous Royal Ribbon.\rFor a mere $999,999, you can be\nthe proud owner of one. +Welcome...\nOoh! That’s a Gorgeous Royal Ribbon!\r{STRVAR_1 3, 0}, your {STRVAR_1 0, 2}\ncertainly looks gorgeous and royal! +{STRVAR_1 3, 0} bought\na Gorgeous Ribbon.\r +{STRVAR_1 3, 0} put the Gorgeous Ribbon\non {STRVAR_1 0, 2}. +{STRVAR_1 3, 0} bought\na Royal Ribbon.\r +{STRVAR_1 3, 0} put the Royal Ribbon\non {STRVAR_1 0, 2}. +{STRVAR_1 3, 0} bought\na Gorgeous Royal Ribbon.\r +{STRVAR_1 3, 0} put the Gorgeous Royal\nRibbon on {STRVAR_1 0, 2}. +Oh, please, {STRVAR_1 3, 0}.\rYou shouldn’t joke about not\nhaving money. I see.\nPlease do visit again. Just being in here is a sign of\nstatus, just so you know. I wish men would pay more attention\nto the way they dress themselves... diff --git a/files/msgdata/msg/narc_0544.key b/files/msgdata/msg/narc_0544.key deleted file mode 100644 index 8b42f7df..00000000 --- a/files/msgdata/msg/narc_0544.key +++ /dev/null @@ -1,2 +0,0 @@ - -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0544.txt b/files/msgdata/msg/narc_0544.txt index 4d0daf83..7318d625 100644 --- a/files/msgdata/msg/narc_0544.txt +++ b/files/msgdata/msg/narc_0544.txt @@ -1,4 +1,4 @@ -How may we serve you today?\nPerhaps a spa treatment?\rOur spa treatment will make your\n{STRVAR 1, 1} grow more friendly.\rWould you care to have a spa\ntreatment, {STRVAR 3, 0}? +How may we serve you today?\nPerhaps a spa treatment?\rOur spa treatment will make your\n{STRVAR_1 1, 1} grow more friendly.\rWould you care to have a spa\ntreatment, {STRVAR_1 3, 0}? We hope to see you again. Ah, yes.\nRight this way, please...\r We’re ready to begin.\nPlease, relax all your muscles.\r diff --git a/files/msgdata/msg/narc_0545.key b/files/msgdata/msg/narc_0545.key deleted file mode 100644 index 48109fe0..00000000 --- a/files/msgdata/msg/narc_0545.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0546.key b/files/msgdata/msg/narc_0546.key deleted file mode 100644 index 58048a6e..00000000 --- a/files/msgdata/msg/narc_0546.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0547.key b/files/msgdata/msg/narc_0547.key deleted file mode 100644 index fe3859d6..00000000 --- a/files/msgdata/msg/narc_0547.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0548.key b/files/msgdata/msg/narc_0548.key deleted file mode 100644 index 602a2122..00000000 --- a/files/msgdata/msg/narc_0548.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0549.key b/files/msgdata/msg/narc_0549.key deleted file mode 100644 index 343e8ba6..00000000 --- a/files/msgdata/msg/narc_0549.key +++ /dev/null @@ -1 +0,0 @@ -_
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0550.key b/files/msgdata/msg/narc_0550.key deleted file mode 100644 index 3eb9a2d8..00000000 --- a/files/msgdata/msg/narc_0550.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0551.key b/files/msgdata/msg/narc_0551.key deleted file mode 100644 index 92679f56..00000000 --- a/files/msgdata/msg/narc_0551.key +++ /dev/null @@ -1 +0,0 @@ -)3
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0552.key b/files/msgdata/msg/narc_0552.key deleted file mode 100644 index 3cad443b..00000000 --- a/files/msgdata/msg/narc_0552.key +++ /dev/null @@ -1 +0,0 @@ -p
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0553.key b/files/msgdata/msg/narc_0553.key deleted file mode 100644 index 2ee6a10c..00000000 --- a/files/msgdata/msg/narc_0553.key +++ /dev/null @@ -1 +0,0 @@ -R
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0554.key b/files/msgdata/msg/narc_0554.key deleted file mode 100644 index 62d9f6f7..00000000 --- a/files/msgdata/msg/narc_0554.key +++ /dev/null @@ -1 +0,0 @@ -Dh
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0555.key b/files/msgdata/msg/narc_0555.key deleted file mode 100644 index 06590101..00000000 --- a/files/msgdata/msg/narc_0555.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0556.key b/files/msgdata/msg/narc_0556.key deleted file mode 100644 index 1d92f910..00000000 --- a/files/msgdata/msg/narc_0556.key +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0557.key b/files/msgdata/msg/narc_0557.key deleted file mode 100644 index bb7aa26b..00000000 --- a/files/msgdata/msg/narc_0557.key +++ /dev/null @@ -1 +0,0 @@ -@
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0557.txt b/files/msgdata/msg/narc_0557.txt index a2cbedc9..d14e91a7 100644 --- a/files/msgdata/msg/narc_0557.txt +++ b/files/msgdata/msg/narc_0557.txt @@ -12,10 +12,10 @@ LINK TRADES : -- --:-- -${STRVAR 55, 5} -{STRVAR 51, 0}:{STRVAR 51, 1} -{STRVAR 51, 0} {STRVAR 51, 1} -{STRVAR 74, 3} {STRVAR 51, 4}, 20{STRVAR 51, 2} +${STRVAR_1 55, 5} +{STRVAR_1 51, 0}:{STRVAR_1 51, 1} +{STRVAR_1 51, 0} {STRVAR_1 51, 1} +{STRVAR_1 74, 3} {STRVAR_1 51, 4}, 20{STRVAR_1 51, 2} W L --- --, ---- diff --git a/files/msgdata/msg/narc_0558.key b/files/msgdata/msg/narc_0558.key deleted file mode 100644 index 5bf3466b..00000000 --- a/files/msgdata/msg/narc_0558.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0559.key b/files/msgdata/msg/narc_0559.key deleted file mode 100644 index 3ebc4e8b..00000000 --- a/files/msgdata/msg/narc_0559.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0560.key b/files/msgdata/msg/narc_0560.key deleted file mode 100644 index 2fdf77e9..00000000 --- a/files/msgdata/msg/narc_0560.key +++ /dev/null @@ -1 +0,0 @@ -,
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0561.key b/files/msgdata/msg/narc_0561.key deleted file mode 100644 index dcc5decb..00000000 --- a/files/msgdata/msg/narc_0561.key +++ /dev/null @@ -1 +0,0 @@ -$y
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0562.key b/files/msgdata/msg/narc_0562.key deleted file mode 100644 index cd34bc80..00000000 --- a/files/msgdata/msg/narc_0562.key +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0562.txt b/files/msgdata/msg/narc_0562.txt index d62f98d7..f80b83fd 100644 --- a/files/msgdata/msg/narc_0562.txt +++ b/files/msgdata/msg/narc_0562.txt @@ -4,16 +4,16 @@ Thank you for sharing your thoughts\nwith us.\rWe’ll be featuring this intervi Thank you very much!\nLet’s not waste any time...\rSo, may I hear about your Battle\nTower challenge?\rCan you tell me what you’re feeling\nnow?\r -Thank you very much!\nLet’s not waste any time...\rYour {STRVAR 0, 0} is quite appealing,\nisn’t it?\rMay I have your comment on your\n{STRVAR 0, 0}?\r +Thank you very much!\nLet’s not waste any time...\rYour {STRVAR_1 0, 0} is quite appealing,\nisn’t it?\rMay I have your comment on your\n{STRVAR_1 0, 0}?\r -Thank you very much!\nLet’s not waste any time...\rMay I ask you which Pokétch app you\nuse the most?\r...The {STRVAR 24, 0}...\nI see!\rMay I have your comment on\nthe {STRVAR 24, 0}?\r +Thank you very much!\nLet’s not waste any time...\rMay I ask you which Pokétch app you\nuse the most?\r...The {STRVAR_1 24, 0}...\nI see!\rMay I have your comment on\nthe {STRVAR_1 24, 0}?\r Thank you very much!\nLet’s not waste any time...\rSo, may I hear about your Contest\nchallenge?\rCan you tell me what you’re feeling\nnow?\r Thank you very much!\nLet’s not waste any time...\rMay I have your comment on\nthe finished photograph?\r Thank you very much!\nLet’s not waste any time...\rPlease select your favorite Pokémon\ntype from this list.\r Thank you very much!\nLet’s not waste any time...\rCan you describe your feelings\nabout preparing Poffins?\r -Thank you very much!\nLet’s not waste any time...\rI’d like to hear about your stroll\nwith your {STRVAR 0, 0}.\rCan you tell me what you’re feeling\nnow?\r +Thank you very much!\nLet’s not waste any time...\rI’d like to hear about your stroll\nwith your {STRVAR_1 0, 0}.\rCan you tell me what you’re feeling\nnow?\r Normal Fire Water diff --git a/files/msgdata/msg/narc_0563.key b/files/msgdata/msg/narc_0563.key deleted file mode 100644 index 93a09195..00000000 --- a/files/msgdata/msg/narc_0563.key +++ /dev/null @@ -1 +0,0 @@ -P
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0564.key b/files/msgdata/msg/narc_0564.key deleted file mode 100644 index 0fed5253..00000000 --- a/files/msgdata/msg/narc_0564.key +++ /dev/null @@ -1 +0,0 @@ -a
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0565.key b/files/msgdata/msg/narc_0565.key deleted file mode 100644 index 26fd0f75..00000000 --- a/files/msgdata/msg/narc_0565.key +++ /dev/null @@ -1 +0,0 @@ -;
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0566.key b/files/msgdata/msg/narc_0566.key deleted file mode 100644 index ae6c5e2b..00000000 --- a/files/msgdata/msg/narc_0566.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0567.key b/files/msgdata/msg/narc_0567.key deleted file mode 100644 index 4e07c920..00000000 --- a/files/msgdata/msg/narc_0567.key +++ /dev/null @@ -1 +0,0 @@ -C0
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0568.key b/files/msgdata/msg/narc_0568.key deleted file mode 100644 index 37114227..00000000 --- a/files/msgdata/msg/narc_0568.key +++ /dev/null @@ -1 +0,0 @@ -H
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0569.key b/files/msgdata/msg/narc_0569.key deleted file mode 100644 index 366f6223..00000000 --- a/files/msgdata/msg/narc_0569.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0570.key b/files/msgdata/msg/narc_0570.key deleted file mode 100644 index 458c19b4..00000000 --- a/files/msgdata/msg/narc_0570.key +++ /dev/null @@ -1 +0,0 @@ -z
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0571.key b/files/msgdata/msg/narc_0571.key deleted file mode 100644 index 804c89fa..00000000 --- a/files/msgdata/msg/narc_0571.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0572.key b/files/msgdata/msg/narc_0572.key deleted file mode 100644 index c8fdf999..00000000 --- a/files/msgdata/msg/narc_0572.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0573.key b/files/msgdata/msg/narc_0573.key deleted file mode 100644 index cc522853..00000000 --- a/files/msgdata/msg/narc_0573.key +++ /dev/null @@ -1 +0,0 @@ -s
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0574.key b/files/msgdata/msg/narc_0574.key deleted file mode 100644 index 3c73200f..00000000 --- a/files/msgdata/msg/narc_0574.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0575.key b/files/msgdata/msg/narc_0575.key deleted file mode 100644 index b425bd2f..00000000 --- a/files/msgdata/msg/narc_0575.key +++ /dev/null @@ -1 +0,0 @@ -Z
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0575.txt b/files/msgdata/msg/narc_0575.txt index 035be47c..a40b84e7 100644 --- a/files/msgdata/msg/narc_0575.txt +++ b/files/msgdata/msg/narc_0575.txt @@ -10,13 +10,13 @@ Huh? I can’t seem to find my Trainer\nCase.\rSorry about that!\nMaybe next tim Thank you!\nPlease don’t be a stranger!\r Would you like to do something else? Oh, that’s OK.\nNext time will be fine. -Huh? You want to give me your\n{STRVAR 25, 2}? +Huh? You want to give me your\n{STRVAR_1 25, 2}? Thanks, but no.\nI can’t take that from you.\rMaybe another time! -Thank you!\rYour {STRVAR 25, 2}\nwas given to {STRVAR 3, 0}. +Thank you!\rYour {STRVAR_1 25, 2}\nwas given to {STRVAR_1 3, 0}. OK, see you! Sorry!\nSomething’s come up! -{STRVAR 25, 2}\nwas obtained. -{STRVAR 25, 3} was\nfound in the ground!\r{STRVAR 3, 1} disengaged\nthe {STRVAR 25, 3}! +{STRVAR_1 25, 2}\nwas obtained. +{STRVAR_1 25, 3} was\nfound in the ground!\r{STRVAR_1 3, 1} disengaged\nthe {STRVAR_1 25, 3}! The wall is bulging slightly.\nTry digging into it? Too bad!\nYour Bag is full! Too bad!\nYour Bag is full! @@ -24,14 +24,14 @@ Hello! I’ll let you see my Trainer Case.\rMay I see your Trainer Case? Oh, you’re busy? Sorry to bug you!\nMaybe next time! -Glad to have met you,\n{STRVAR 3, 0}! +Glad to have met you,\n{STRVAR_1 3, 0}! So... -Oh, right! You can have this\n{STRVAR 25, 2}!\rI’d really like you to have it. +Oh, right! You can have this\n{STRVAR_1 25, 2}!\rI’d really like you to have it. Oh?\nDo you have one already? Oh? You don’t have room for it in\nyour Bag.\rOK, next time, then! -OK, here you go!\nTake care of it!\rYou received {STRVAR 3, 0}’s\n{STRVAR 25, 2}! +OK, here you go!\nTake care of it!\rYou received {STRVAR_1 3, 0}’s\n{STRVAR_1 25, 2}! OK, see you around! -The {STRVAR 25, 3} was used! +The {STRVAR_1 25, 3} was used! Discovered a small cavern!\r Would you like to make your\nSecret Base here? Would you like to move here? @@ -56,30 +56,30 @@ That can’t be used here! That can’t be placed there. Closed up the hole. Someone is inside your Secret Base.\nYou may not move your base now. -The {STRVAR 25, 0} {STRVAR 51, 1}\nwas buried right in front of you. +The {STRVAR_1 25, 0} {STRVAR_1 51, 1}\nwas buried right in front of you. Something was already buried in\nthe ground. You can’t bury anything in a wall. -Something pinged in the wall!\n{STRVAR 50, 0} confirmed! +Something pinged in the wall!\n{STRVAR_1 50, 0} confirmed! The wall collapsed! Everything was dug up! Too bad!\nYour Bag is full! You can’t return to the surface\nfrom a Secret Base. -This appears to be {STRVAR 3, 0}’s\nSecret Base.\rTake the Trainer’s Flag? +This appears to be {STRVAR_1 3, 0}’s\nSecret Base.\rTake the Trainer’s Flag? Blocked the entrance to decorate\nthe Secret Base. -You obtained {STRVAR 25, 2}, size {STRVAR 51, 1}! -Oops!\n{STRVAR 25, 0}! -Helped out {STRVAR 3, 0}! +You obtained {STRVAR_1 25, 2}, size {STRVAR_1 51, 1}! +Oops!\n{STRVAR_1 25, 0}! +Helped out {STRVAR_1 3, 0}! I’m digging for Treasure right now.\nWant to dig with me?\rThere just might be another dig spot\nclose by... You can’t put down a Trap inside\na Secret Base. You can’t drill holes inside\na Secret Base! -Its size grew bigger by {STRVAR 51, 0} since\nit was buried! +Its size grew bigger by {STRVAR_1 51, 0} since\nit was buried! Blow the Trap away! Remove the Trap by touch! A Trap was found, but your Bag is\nfull. The Trap was left as is. -The {STRVAR 25, 0} was placed in\nthe Bag’s {COLOR 2}♈{COLOR 0}ITEMS Pocket. -Your Bag is full. The {STRVAR 25, 0}\ncouldn’t be put away. -The {STRVAR 25, 0} was placed in the\nBag’s {COLOR 2}♌{COLOR 0}MEDICINE Pocket. +The {STRVAR_1 25, 0} was placed in\nthe Bag’s {COLOR 2}♈{COLOR 0}ITEMS Pocket. +Your Bag is full. The {STRVAR_1 25, 0}\ncouldn’t be put away. +The {STRVAR_1 25, 0} was placed in the\nBag’s {COLOR 2}♌{COLOR 0}MEDICINE Pocket. A Sphere was found, but your Bag is\nfull. The Sphere was left as is. You can’t bury a Sphere inside\na Secret Base. @@ -88,65 +88,65 @@ I can’t accept anything that\nimportant! Thanks for the offer, but I’ll pass.\nSee you again tomorrow. ...\rThe wall started to crumble.\nIt’s too dangerous to go in. -{STRVAR 3, 0} disengaged the Trap! -{STRVAR 3, 1} has entered. +{STRVAR_1 3, 0} disengaged the Trap! +{STRVAR_1 3, 1} has entered. -{STRVAR 25, 2}\nwas obtained! +{STRVAR_1 25, 2}\nwas obtained! -{STRVAR 3, 0} escaped from the Trap. -{STRVAR 3, 0} triggered a Trap! -{STRVAR 3, 0} triggered\n{STRVAR 3, 1}’s Trap! +{STRVAR_1 3, 0} escaped from the Trap. +{STRVAR_1 3, 0} triggered a Trap! +{STRVAR_1 3, 0} triggered\n{STRVAR_1 3, 1}’s Trap! -{STRVAR 3, 0} entered\n{STRVAR 3, 1}’s Secret Base. -{STRVAR 3, 0} is digging for Treasure! +{STRVAR_1 3, 0} entered\n{STRVAR_1 3, 1}’s Secret Base. +{STRVAR_1 3, 0} is digging for Treasure! -{STRVAR 3, 0} obtained\n{STRVAR 3, 1}’s Flag! -{STRVAR 3, 0} took back the Flag! -{STRVAR 3, 0} took\n{STRVAR 3, 1}’s Flag! -{STRVAR 3, 0} talked with\n{STRVAR 3, 1}. -{STRVAR 3, 0} talked with\nsomeone. +{STRVAR_1 3, 0} obtained\n{STRVAR_1 3, 1}’s Flag! +{STRVAR_1 3, 0} took back the Flag! +{STRVAR_1 3, 0} took\n{STRVAR_1 3, 1}’s Flag! +{STRVAR_1 3, 0} talked with\n{STRVAR_1 3, 1}. +{STRVAR_1 3, 0} talked with\nsomeone. -{STRVAR 3, 0} has left the\nunderground tunnels. -{STRVAR 3, 0} helped {STRVAR 3, 1}! -It’s an alert from {STRVAR 3, 0}!\n“Hello! Nice to meet you!” -It’s an alert from {STRVAR 3, 0}!\n“Good-bye! I’m going back up!” -It’s an alert from {STRVAR 3, 0}!\n“Let’s go to the Union Room!” -It’s an alert from {STRVAR 3, 0}!\n“Please come here!” +{STRVAR_1 3, 0} has left the\nunderground tunnels. +{STRVAR_1 3, 0} helped {STRVAR_1 3, 1}! +It’s an alert from {STRVAR_1 3, 0}!\n“Hello! Nice to meet you!” +It’s an alert from {STRVAR_1 3, 0}!\n“Good-bye! I’m going back up!” +It’s an alert from {STRVAR_1 3, 0}!\n“Let’s go to the Union Room!” +It’s an alert from {STRVAR_1 3, 0}!\n“Please come here!” TRAPS SPHERES GOODS TREASURES -{STRVAR 1, 1} +{STRVAR_1 1, 1} GO UP CLOSE -{STRVAR 8, 2} {STRVAR 51, 6} -What would you like to do with\nthis {STRVAR 25, 2}? -Threw away the {STRVAR 25, 2}. -The {STRVAR 25, 3} was set in\nthe ground. +{STRVAR_1 8, 2} {STRVAR_1 51, 6} +What would you like to do with\nthis {STRVAR_1 25, 2}? +Threw away the {STRVAR_1 25, 2}. +The {STRVAR_1 25, 3} was set in\nthe ground. TRASH CANCEL BURY PUT IN BAG What’s that?\nYou wanted to ask me something? -{STRVAR 29, 5}?\nLet me see... +{STRVAR_1 29, 5}?\nLet me see... Yeah, I guess I have an answer.\rWhat would your answer be? Hmm...\nI can’t really decide.\r -Oh, really?\n{STRVAR 30, 5}?\rWell, for me...\n{STRVAR 30, 6}!\r -Oh, really?\n{STRVAR 30, 5}?\rWell, for me...\n{STRVAR 30, 6}!\r...Oh!\nIt’s the same answer!\r +Oh, really?\n{STRVAR_1 30, 5}?\rWell, for me...\n{STRVAR_1 30, 6}!\r +Oh, really?\n{STRVAR_1 30, 5}?\rWell, for me...\n{STRVAR_1 30, 6}!\r...Oh!\nIt’s the same answer!\r I see... Hi, may I ask you a question?\rLet’s see...\r -How’s this? {STRVAR 29, 5}!\nWhat’s your choice? +How’s this? {STRVAR_1 29, 5}!\nWhat’s your choice? Oh, don’t worry! You don’t have to\nanswer if you don’t want to.\r You’ve decided?\rWell, let me see...\nIf it were me... -{STRVAR 30, 5} would be\nmy answer, I guess.\rWhat did you choose?\r...\n{STRVAR 30, 6}! OK!\r -{STRVAR 30, 5} would be\nmy answer, I guess.\rWhat did you choose?\r...\n{STRVAR 30, 6}! OK!\rOh, right.\nIt’s the same as me!\r +{STRVAR_1 30, 5} would be\nmy answer, I guess.\rWhat did you choose?\r...\n{STRVAR_1 30, 6}! OK!\r +{STRVAR_1 30, 5} would be\nmy answer, I guess.\rWhat did you choose?\r...\n{STRVAR_1 30, 6}! OK!\rOh, right.\nIt’s the same as me!\r I see... Thanks for answering!\rI hope to see you around!\r @@ -154,17 +154,17 @@ Thanks for answering!\rI hope to see you around!\r Pardon me?\nYou wanted to ask me something? -{STRVAR 29, 5}?\nWell, let me think... +{STRVAR_1 29, 5}?\nWell, let me think... Yes, I’ve decided!\rIf it were you, what would you\nchoose? I don’t know...\nI can’t really decide.\r -Is that right?\n{STRVAR 30, 5}?\rMy answer would be...\n{STRVAR 30, 6}!\r -Is that right?\n{STRVAR 30, 5}?\rMy answer would be...\n{STRVAR 30, 6}!\r...Oh!\nIt’s the same answer!\r +Is that right?\n{STRVAR_1 30, 5}?\rMy answer would be...\n{STRVAR_1 30, 6}!\r +Is that right?\n{STRVAR_1 30, 5}?\rMy answer would be...\n{STRVAR_1 30, 6}!\r...Oh!\nIt’s the same answer!\r I see... Hi, may I ask you a question?\rLet’s see...\r -How’s this? {STRVAR 29, 5}!\nWhat’s your choice out of these? +How’s this? {STRVAR_1 29, 5}!\nWhat’s your choice out of these? Not to worry! You don’t have to\nanswer if you don’t want to.\r You’ve decided?\rWell, let me think...\nIf it were me... -{STRVAR 30, 5}, maybe?\rWhat did you choose?\r...\n{STRVAR 30, 6}! OK!\r -{STRVAR 30, 5}, maybe?\rWhat did you choose?\r...\n{STRVAR 30, 6}! OK!\rOh, right.\nIt’s the same as me!\r +{STRVAR_1 30, 5}, maybe?\rWhat did you choose?\r...\n{STRVAR_1 30, 6}! OK!\r +{STRVAR_1 30, 5}, maybe?\rWhat did you choose?\r...\n{STRVAR_1 30, 6}! OK!\rOh, right.\nIt’s the same as me!\r I see... Thanks for answering!\rI hope to see you around!\r diff --git a/files/msgdata/msg/narc_0576.key b/files/msgdata/msg/narc_0576.key deleted file mode 100644 index a6886962..00000000 --- a/files/msgdata/msg/narc_0576.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0576.txt b/files/msgdata/msg/narc_0576.txt index cbe6cfe6..f9499b9f 100644 --- a/files/msgdata/msg/narc_0576.txt +++ b/files/msgdata/msg/narc_0576.txt @@ -5,37 +5,37 @@ -{STRVAR 28, 2}{PAUSE 15}\r{STRVAR 3, 0}\nhas contacted you. +{STRVAR_1 28, 2}{PAUSE 15}\r{STRVAR_1 3, 0}\nhas contacted you. The chat has been dropped. -Awaiting a response from\n{STRVAR 3, 0}... +Awaiting a response from\n{STRVAR_1 3, 0}... The chat was ended. -You have an offer to see\n{STRVAR 3, 0}’s Trainer Case.\rWould you like to show your\nTrainer Case? -This is the Trainer Case of\n{STRVAR 3, 0}, who lives in\r{STRVAR 37, 4},\n{STRVAR 36, 3}. -This is the Trainer Case of\n{STRVAR 3, 0}, who lives in\f{STRVAR 36, 3}.\n -This is the Trainer Case of\n{STRVAR 3, 0}, who lives in\f{STRVAR 37, 4}.\n -This is {STRVAR 3, 0}’s\nTrainer Case. +You have an offer to see\n{STRVAR_1 3, 0}’s Trainer Case.\rWould you like to show your\nTrainer Case? +This is the Trainer Case of\n{STRVAR_1 3, 0}, who lives in\r{STRVAR_1 37, 4},\n{STRVAR_1 36, 3}. +This is the Trainer Case of\n{STRVAR_1 3, 0}, who lives in\f{STRVAR_1 36, 3}.\n +This is the Trainer Case of\n{STRVAR_1 3, 0}, who lives in\f{STRVAR_1 37, 4}.\n +This is {STRVAR_1 3, 0}’s\nTrainer Case. Awaiting the other player to finish. You declined the offer. -{STRVAR 3, 0} has invited you to\ndraw something.\rWould you like to join the other\nplayer and draw? +{STRVAR_1 3, 0} has invited you to\ndraw something.\rWould you like to join the other\nplayer and draw? Let’s get drawing! You declined the invitation. -{STRVAR 3, 0} challenges you to\na battle.\rWill you accept the battle\nchallenge? +{STRVAR_1 3, 0} challenges you to\na battle.\rWill you accept the battle\nchallenge? The battle will be started. You declined to take part. For a battle, you need two\nPokémon that are Lv. 30 or below. The battle has been canceled. -{STRVAR 3, 0} has offered to\nmake a trade.\rWill you accept this trade offer? +{STRVAR_1 3, 0} has offered to\nmake a trade.\rWill you accept this trade offer? The trade will be started. You declined the offer. For trading, you must have at\nleast two Pokémon with you. -{STRVAR 3, 0} invites you to mix\nrecords.\rWould you like to mix records with\nthe other player? +{STRVAR_1 3, 0} invites you to mix\nrecords.\rWould you like to mix records with\nthe other player? Record mixing will be started. You declined the invitation. You declined the invitation. -{STRVAR 28, 2}{PAUSE 15}\rThis is {STRVAR 3, 0}! Is there\nsomething that you wanted to do? +{STRVAR_1 28, 2}{PAUSE 15}\rThis is {STRVAR_1 3, 0}! Is there\nsomething that you wanted to do? Whoops! Sorry, but I have to do\nsomething else.\fAnother time, OK? Do you want to\ndo anything else? ... ...\nThe Trainer appears to be busy... @@ -47,7 +47,7 @@ I hope I get to know you better! Oh, did you want to draw with me?\nSure thing, but wait just a second. Thanks for waiting!\nLet’s get drawing! Oh, sorry! I can’t now.\nLet’s draw another time. -{STRVAR 3, 0}: We’re drawing right\nnow.\rOh, I know! {STRVAR 3, 1}, would\nyou like to draw with us? +{STRVAR_1 3, 0}: We’re drawing right\nnow.\rOh, I know! {STRVAR_1 3, 1}, would\nyou like to draw with us? Oh, all right.\nCome see me anytime, OK? OK! Let’s do some drawing\ntogether! @@ -73,7 +73,7 @@ If you want to do something with\nme, just give me a shout! You want to mix records with me?\nOK, I just need a little time. Thanks for waiting!\nLet’s mix our records, then. Oh, I’m sorry.\nI have too much to do right now.\fAnother time, OK? -{STRVAR 3, 0}: We’re going to mix our\nrecords now.\rI know! {STRVAR 3, 1}, do you want\nto mix your records with us, too? +{STRVAR_1 3, 0}: We’re going to mix our\nrecords now.\rI know! {STRVAR_1 3, 1}, do you want\nto mix your records with us, too? Oh, all right.\nCome see me anytime, OK? OK! Let’s mix our records! Oh, sorry!\nI just can’t right this instant.\fAnother time, OK? @@ -94,7 +94,7 @@ You should mix records, too! -{STRVAR 28, 2}{PAUSE 15}\rHello, it’s {STRVAR 3, 0}!\nWould you like to do something? +{STRVAR_1 28, 2}{PAUSE 15}\rHello, it’s {STRVAR_1 3, 0}!\nWould you like to do something? Whoops! Sorry, but I have to do\nsomething else.\fAnother time, OK? Want to do\nsomething else? ... ...\nThe Trainer appears to be busy... @@ -106,7 +106,7 @@ Glad to meet you.\nPlease don’t be a stranger! You want to draw with me?\nSure! Just give me a second... Sorry I made you wait!\nLet’s get started! Oh, I’m sorry!\nLet’s draw another time! -{STRVAR 3, 0}: We were drawing right\nnow.\rOh, I know! {STRVAR 3, 1}, would you\nlike to draw with us? +{STRVAR_1 3, 0}: We were drawing right\nnow.\rOh, I know! {STRVAR_1 3, 1}, would you\nlike to draw with us? Oh...\nPlease come by anytime. OK! Thanks for waiting!\nLet’s get drawing! Sorry!\nI just can’t right now!\fLet’s draw some other time. @@ -132,7 +132,7 @@ If you want to do something with\nme, don’t be shy. Just ask! You want to mix records?\nSure! But I need a little time! Sorry I made you wait!\nLet’s get started! Oh, sorry!\nLet’s do this another time! -{STRVAR 3, 0}: We were just mixing\nour records.\rI know! {STRVAR 3, 1}, would you like\nto mix your records with us, too? +{STRVAR_1 3, 0}: We were just mixing\nour records.\rI know! {STRVAR_1 3, 1}, would you like\nto mix your records with us, too? Oh...\nPlease come by anytime. Thanks for waiting!\nLet’s mix some records! Oh, sorry!\nLet’s do this another time! @@ -164,27 +164,27 @@ You may get together with others\nand draw.\rYou all get to work on one sheet\no You can chat with other people\nby selecting “CHAT” in the menu.\rGo out and meet other players in\nthe Union Room!\rLet people know what you’re like\nand what you’d like to do.\rMingle, chat, and add to your\ncircle of friends!\r Oh!\nHere comes someone now!\rInstead of me, why not strike up\na chat with our newcomer?\r It’s rather boring if no one comes\nto visit...\rWhat might we do for\nentertainment...?\r -Do you sometimes get mistaken for\na real {STRVAR 14, 0}?\rI just seem to get that feeling\nfrom you.\r +Do you sometimes get mistaken for\na real {STRVAR_1 14, 0}?\rI just seem to get that feeling\nfrom you.\r Hello!\rThat’s right!\nIt’s important to say a greeting!\rIf someone arrives, let’s try to\nbe friendly!\r -Greetings!\r{STRVAR 28, 0}?\nIt’s wonderful!\fI really like it, too!\rWhen you meet someone for the first\ntime, the proper etiquette is to\fintroduce yourself.\rBy introducing yourself, you’ll get to\nknow about the other person, too!\r -{STRVAR 28, 0} Trainer?\nThat’s what you are?\fIsn’t that something!\rBut I’m sorry to say, I don’t have\nany Pokémon...\rI would rather watch than battle,\nyou see.\r -Oh! Your {STRVAR 28, 0}!\nI would love to have it!\fPlease trade me!\r...\rI was actually joking.\rI don’t have any Pokémon, so\nI can’t trade with anyone...\r -{STRVAR 28, 0}?\nI can understand you’d want one...\rBut you shouldn’t expect people to\nmake trades just for you.\rYou also have to consider what\nPokémon the other person wants.\r +Greetings!\r{STRVAR_1 28, 0}?\nIt’s wonderful!\fI really like it, too!\rWhen you meet someone for the first\ntime, the proper etiquette is to\fintroduce yourself.\rBy introducing yourself, you’ll get to\nknow about the other person, too!\r +{STRVAR_1 28, 0} Trainer?\nThat’s what you are?\fIsn’t that something!\rBut I’m sorry to say, I don’t have\nany Pokémon...\rI would rather watch than battle,\nyou see.\r +Oh! Your {STRVAR_1 28, 0}!\nI would love to have it!\fPlease trade me!\r...\rI was actually joking.\rI don’t have any Pokémon, so\nI can’t trade with anyone...\r +{STRVAR_1 28, 0}?\nI can understand you’d want one...\rBut you shouldn’t expect people to\nmake trades just for you.\rYou also have to consider what\nPokémon the other person wants.\r Welcome to the Union Room!\rI’m the only one here now, but\nplease do bring your friends for\fsome fun and excitement!\rIf you have time on your hands,\nI’m also here to chat.\rYou see, I have a lot of time on\nmy hands...\r -I’m quite good at drawing!\rIf it’s {STRVAR 28, 0},\nleave it to me!\fNo one’s better than me at it!\r +I’m quite good at drawing!\rIf it’s {STRVAR_1 28, 0},\nleave it to me!\fNo one’s better than me at it!\r Oh, you’re leaving...\r...\rIt makes me feel lonesome...\rPlease do come visit again!\r What’s wrong?\nAre you feeling down about something?\rIf you’re feeling blue, it’s much\nbetter to have fun with friends\fthan to be alone.\r -{STRVAR 28, 0}?\nYes, please!\r...I do want to join in, but I’m\non duty here, so I can’t...\rSigh... {STRVAR 28, 0}...\nI wish I could...\r -{STRVAR 28, 0}?\nMe, too, please!\rBut I need to stay here and attend\nto our visitors...\rPlease enjoy it with your friends!\r -{STRVAR 28, 0}?\nYou’re inviting me?\rOh, but I have to stay here and\nattend to our visitors.\rI’m sorry. I’d love to accept,\nbut I really can’t.\r -That’s right!\rSometimes, it might be better to\njust go and invite other people.\rBut don’t get too selfish or pushy\nbecause you want to {STRVAR 28, 0}.\r +{STRVAR_1 28, 0}?\nYes, please!\r...I do want to join in, but I’m\non duty here, so I can’t...\rSigh... {STRVAR_1 28, 0}...\nI wish I could...\r +{STRVAR_1 28, 0}?\nMe, too, please!\rBut I need to stay here and attend\nto our visitors...\rPlease enjoy it with your friends!\r +{STRVAR_1 28, 0}?\nYou’re inviting me?\rOh, but I have to stay here and\nattend to our visitors.\rI’m sorry. I’d love to accept,\nbut I really can’t.\r +That’s right!\rSometimes, it might be better to\njust go and invite other people.\rBut don’t get too selfish or pushy\nbecause you want to {STRVAR_1 28, 0}.\r Yes!\nIt’s OK!\rNothing is impossible.\rThink positively and keep your\nchin up!\r -Everyone has at least one thing\nthey aren’t good at.\rYou should never try to make someone\ndo what they don’t want to do.\rIncidentally, {STRVAR 28, 0} is\nsomething that I would like to do.\r +Everyone has at least one thing\nthey aren’t good at.\rYou should never try to make someone\ndo what they don’t want to do.\rIncidentally, {STRVAR_1 28, 0} is\nsomething that I would like to do.\r Good luck! I hope you enjoy\nserious battles.\rYou can’t experience ones like\nthis in the Union Room!\r You want to chat?\rWell, you shouldn’t be wasting your\ntime chatting with me.\rYou need to be more active and\ntalk to other players.\rAfter all, you can’t make friends\nif you don’t talk to people.\r Where are you?\nUm... Right before my eyes.\rOh!\nAre you maybe an impostor?\rThe real player is somewhere else?\r...That’s ridiculous!\nPlease, don’t be silly!\fMy word!\r -{STRVAR 28, 0} trade?\nThat sounds fun!\fI would love to as well.\rBut telling me that won’t help.\nI can’t trade with anyone.\r -If you want to have a {STRVAR 28, 0}\nBattle, you need to be more\fassertive and talk to other players.\rIf you can’t assert yourself, you\nmay never get a chance at a\f{STRVAR 28, 0} Battle!\r +{STRVAR_1 28, 0} trade?\nThat sounds fun!\fI would love to as well.\rBut telling me that won’t help.\nI can’t trade with anyone.\r +If you want to have a {STRVAR_1 28, 0}\nBattle, you need to be more\fassertive and talk to other players.\rIf you can’t assert yourself, you\nmay never get a chance at a\f{STRVAR_1 28, 0} Battle!\r INFO CHAT EXIT @@ -195,7 +195,7 @@ RECORDS DRAW CHAT CANCEL -Talking to {STRVAR 3, 0}... +Talking to {STRVAR_1 3, 0}... Whoops! Sorry, but I have to do\nsomething else.\fAnother time, OK? Waiting for the other player’s choice. @@ -204,9 +204,9 @@ Waiting for the other player’s choice. -{STRVAR 3, 0}’s friend -{STRVAR 3, 1}’s friend -{STRVAR 3, 2}’s friend +{STRVAR_1 3, 0}’s friend +{STRVAR_1 3, 1}’s friend +{STRVAR_1 3, 2}’s friend こんにちは! Hello! Bonjour! diff --git a/files/msgdata/msg/narc_0577.key b/files/msgdata/msg/narc_0577.key deleted file mode 100644 index 072686c7..00000000 --- a/files/msgdata/msg/narc_0577.key +++ /dev/null @@ -1 +0,0 @@ -'
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0577.txt b/files/msgdata/msg/narc_0577.txt index 0dcdff3c..ddaa1b9d 100644 --- a/files/msgdata/msg/narc_0577.txt +++ b/files/msgdata/msg/narc_0577.txt @@ -1,14 +1,14 @@ You’ve got a Sphere or two?\nIf you do, I’ll trade you something. -Which Sphere will you trade me for\nmy {STRVAR 25, 2}? +Which Sphere will you trade me for\nmy {STRVAR_1 25, 2}? All right!\nLet’s do this trade! Oh, now wait a second!\nYou don’t have any room for this! That’s not the right kind of Sphere! Hmm...\nNo, this Sphere’s not big enough. -The {STRVAR 25, 2}\nwas obtained! -You obtained a {STRVAR 25, 2},\nsize {STRVAR 51, 6}. +The {STRVAR_1 25, 2}\nwas obtained! +You obtained a {STRVAR_1 25, 2},\nsize {STRVAR_1 51, 6}. Do you need anything else? I’ll be seeing you, then! -You’ll trade your {STRVAR 25, 2}\nfor my {STRVAR 25, 4}? +You’ll trade your {STRVAR_1 25, 2}\nfor my {STRVAR_1 25, 4}? All right!\nLet’s trade! Oh, now wait a second! You don’t\nhave room for another Sphere! GET TRAP @@ -23,7 +23,7 @@ Goods on\n hand CANCEL Required Sphere Offered Sphere -{STRVAR 25, 2} {STRVAR 51, 6} +{STRVAR_1 25, 2} {STRVAR_1 51, 6} NOT FOR SALE You have any treasures? I’ll trade\nyou some Spheres for them. GIVE TREASURES @@ -89,4 +89,4 @@ Treasures\n on hand -Roark: Hey! {STRVAR 3, 0}!\nIs this maybe your first time here?\rWelcome to Sinnoh’s Underground!\rHuh? Where is this, you ask?\nDoesn’t the Radar make it obvious?\rThis is a giant underground network\nof passages underneath Sinnoh.\rHuh? What am I doing down in this\nexpanse of a place?\rThat’s kind of hard to answer.\rI mean, you can do pretty much\nanything you want down here.\rFor instance, you can dig up Treasure,\nSpheres, and make a Secret Base.\rYou can play with your friends down\nhere, too.\rYou should talk to the Underground\nMan in Eterna City.\rI have to get going now.\nI’ll see you around! +Roark: Hey! {STRVAR_1 3, 0}!\nIs this maybe your first time here?\rWelcome to Sinnoh’s Underground!\rHuh? Where is this, you ask?\nDoesn’t the Radar make it obvious?\rThis is a giant underground network\nof passages underneath Sinnoh.\rHuh? What am I doing down in this\nexpanse of a place?\rThat’s kind of hard to answer.\rI mean, you can do pretty much\nanything you want down here.\rFor instance, you can dig up Treasure,\nSpheres, and make a Secret Base.\rYou can play with your friends down\nhere, too.\rYou should talk to the Underground\nMan in Eterna City.\rI have to get going now.\nI’ll see you around! diff --git a/files/msgdata/msg/narc_0578.key b/files/msgdata/msg/narc_0578.key Binary files differdeleted file mode 100644 index b608c14d..00000000 --- a/files/msgdata/msg/narc_0578.key +++ /dev/null diff --git a/files/msgdata/msg/narc_0578.txt b/files/msgdata/msg/narc_0578.txt index 22945d4f..9046f53f 100644 --- a/files/msgdata/msg/narc_0578.txt +++ b/files/msgdata/msg/narc_0578.txt @@ -8,14 +8,14 @@ Take goods displayed in your Secret\nBase and put them away in your PC. Move displayed decoration goods inside\nyour Secret Base. Cancel decorating. Goods Set -{STRVAR 51, 0}/{STRVAR 51, 1} -The {STRVAR 10, 0} was placed. +{STRVAR_1 51, 0}/{STRVAR_1 51, 1} +The {STRVAR_1 10, 0} was placed. It can’t be placed here. -The {STRVAR 10, 0} was\nreturned to the PC. +The {STRVAR_1 10, 0} was\nreturned to the PC. The Big Boulder was removed. You can’t remove a Big Boulder. You can’t move a Big Boulder. -You are able to remove {STRVAR 51, 0} more\nBig Boulder. +You are able to remove {STRVAR_1 51, 0} more\nBig Boulder. No more Big Boulders can be removed. There are no decoration goods stored\non your PC. No more decoration goods can be\ndisplayed. @@ -23,4 +23,4 @@ That decoration good is already out\non display. The PC cannot be put away. The PC cannot be moved. Quit decorating. -You are able to remove {STRVAR 51, 0} more\nBig Boulders. +You are able to remove {STRVAR_1 51, 0} more\nBig Boulders. diff --git a/files/msgdata/msg/narc_0579.key b/files/msgdata/msg/narc_0579.key deleted file mode 100644 index d69bcb52..00000000 --- a/files/msgdata/msg/narc_0579.key +++ /dev/null @@ -1 +0,0 @@ -ݸ
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0579.txt b/files/msgdata/msg/narc_0579.txt index da423dcb..24527a95 100644 --- a/files/msgdata/msg/narc_0579.txt +++ b/files/msgdata/msg/narc_0579.txt @@ -6,11 +6,11 @@ Discarded the Flag. Something is buried in front of you.\nBut you’re holding a Flag! You don’t have the time to stop\nand chat! The obtained Flag was registered\non the PC! -You’ve obtained the Flag\nfrom {STRVAR 1, 0}’s Base! +You’ve obtained the Flag\nfrom {STRVAR_1 1, 0}’s Base! You already have a Flag! -{STRVAR 1, 0} took away your Flag! -{STRVAR 1, 0} took back the Flag! -Took a Flag from {STRVAR 1, 0}! +{STRVAR_1 1, 0} took away your Flag! +{STRVAR_1 1, 0} took back the Flag! +Took a Flag from {STRVAR_1 1, 0}! Took back the Flag! ...\rOne Flag has been registered,\nso your Flag became a Bronze Flag!\rYou may now display up to a dozen\ndecoration goods.\rYou may also put away one Big\nBoulder. ...\rThree Flags have been registered,\nso your Flag became a Silver Flag!\rYou may now display up to 15\ndecoration goods.\rYou may also put away five Big\nBoulders. diff --git a/files/msgdata/msg/narc_0580.key b/files/msgdata/msg/narc_0580.key deleted file mode 100644 index 1e854f8d..00000000 --- a/files/msgdata/msg/narc_0580.key +++ /dev/null @@ -1 +0,0 @@ -&
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0580.txt b/files/msgdata/msg/narc_0580.txt index 4314dd6b..757a7cde 100644 --- a/files/msgdata/msg/narc_0580.txt +++ b/files/msgdata/msg/narc_0580.txt @@ -10,12 +10,12 @@ Take out stored decoration goods\nfrom the PC. Check your collection of Flags. Search for hidden things in the\nunderground passages. Switch off the PC. -{STRVAR 1, 1}’s Base +{STRVAR_1 1, 1}’s Base Flags obtained: -{STRVAR 55, 6} +{STRVAR_1 55, 6} Most recent Flag: -{STRVAR 1, 0}’s Flag -ID: {STRVAR 54, 5} +{STRVAR_1 1, 0}’s Flag +ID: {STRVAR_1 54, 5} @@ -34,8 +34,8 @@ Goods in\nPC Treasures\nin PC Traps in\nPC Spheres\nin PC -The {STRVAR 25, 2} was withdrawn\nfrom the PC. -The {STRVAR 25, 2} was stored\non the PC. +The {STRVAR_1 25, 2} was withdrawn\nfrom the PC. +The {STRVAR_1 25, 2} was stored\non the PC. Your PC is full. You can’t carry any more\ngoods with you. TREASURE SEARCH diff --git a/files/msgdata/msg/narc_0581.key b/files/msgdata/msg/narc_0581.key deleted file mode 100644 index b9aafd3f..00000000 --- a/files/msgdata/msg/narc_0581.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0581.txt b/files/msgdata/msg/narc_0581.txt index 0bd8d379..74f1c67f 100644 --- a/files/msgdata/msg/narc_0581.txt +++ b/files/msgdata/msg/narc_0581.txt @@ -2,8 +2,8 @@ NAME BASE FLAG ID : -{STRVAR 1, 0} -{STRVAR 54, 6} +{STRVAR_1 1, 0} +{STRVAR_1 54, 6} SCORE No. of people met: No. of gifts given: @@ -11,7 +11,7 @@ No. of Flags obtained: No. of Spheres dug: No. of Fossils dug: No. of Trap hits: -{STRVAR 57, 6} +{STRVAR_1 57, 6} @@ -30,17 +30,17 @@ Platinum Flag Platinum Flag Platinum Flag Platinum Flag -There’s something written here...\rThe total score so far:\n{STRVAR 57, 6} -There’s something written here...\rNumber of people met\nunderground so far: {STRVAR 55, 6} -There’s something written here...\rNumber of goods given away as\ngifts so far: {STRVAR 55, 6} -There’s something written here...\rNumber of Secret Base Flags\nobtained so far: {STRVAR 55, 6} -There’s something written here...\rNumber of Spheres dug so far:\n{STRVAR 55, 6} -There’s something written here...\rNumber of Fossils dug so far:\n{STRVAR 55, 6} -There’s something written here...\rNumber of times other people\ntriggered my Traps: {STRVAR 55, 6} -There’s something written here...\rNumber of times I triggered\nTraps: {STRVAR 55, 6} -There’s something written here...\rNumber of times others were helped\nwhile underground: {STRVAR 55, 6} -There’s something written here...\rNumber of gifts received while\nunderground: {STRVAR 55, 6} -There’s something written here...\rNumber of times my own Flag was\ntaken from the Secret Base: {STRVAR 55, 6} -There’s something written here...\rNumber of recovered Flags:\n{STRVAR 55, 6} -There’s something written here...\rNumber of times the Secret Base\nwas moved: {STRVAR 55, 6} -There’s something written here...\rNumber of captured Flags registered\non the PC: {STRVAR 55, 6} +There’s something written here...\rThe total score so far:\n{STRVAR_1 57, 6} +There’s something written here...\rNumber of people met\nunderground so far: {STRVAR_1 55, 6} +There’s something written here...\rNumber of goods given away as\ngifts so far: {STRVAR_1 55, 6} +There’s something written here...\rNumber of Secret Base Flags\nobtained so far: {STRVAR_1 55, 6} +There’s something written here...\rNumber of Spheres dug so far:\n{STRVAR_1 55, 6} +There’s something written here...\rNumber of Fossils dug so far:\n{STRVAR_1 55, 6} +There’s something written here...\rNumber of times other people\ntriggered my Traps: {STRVAR_1 55, 6} +There’s something written here...\rNumber of times I triggered\nTraps: {STRVAR_1 55, 6} +There’s something written here...\rNumber of times others were helped\nwhile underground: {STRVAR_1 55, 6} +There’s something written here...\rNumber of gifts received while\nunderground: {STRVAR_1 55, 6} +There’s something written here...\rNumber of times my own Flag was\ntaken from the Secret Base: {STRVAR_1 55, 6} +There’s something written here...\rNumber of recovered Flags:\n{STRVAR_1 55, 6} +There’s something written here...\rNumber of times the Secret Base\nwas moved: {STRVAR_1 55, 6} +There’s something written here...\rNumber of captured Flags registered\non the PC: {STRVAR_1 55, 6} diff --git a/files/msgdata/msg/narc_0582.key b/files/msgdata/msg/narc_0582.key deleted file mode 100644 index 2734f92d..00000000 --- a/files/msgdata/msg/narc_0582.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0583.key b/files/msgdata/msg/narc_0583.key deleted file mode 100644 index 89cbb8dd..00000000 --- a/files/msgdata/msg/narc_0583.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0584.key b/files/msgdata/msg/narc_0584.key deleted file mode 100644 index 209d43fa..00000000 --- a/files/msgdata/msg/narc_0584.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0585.key b/files/msgdata/msg/narc_0585.key deleted file mode 100644 index 1ae867fd..00000000 --- a/files/msgdata/msg/narc_0585.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0586.key b/files/msgdata/msg/narc_0586.key deleted file mode 100644 index b11bd2af..00000000 --- a/files/msgdata/msg/narc_0586.key +++ /dev/null @@ -1 +0,0 @@ -˓
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0586.txt b/files/msgdata/msg/narc_0586.txt index 4e882188..ec477b2e 100644 --- a/files/msgdata/msg/narc_0586.txt +++ b/files/msgdata/msg/narc_0586.txt @@ -1,25 +1,25 @@ -Teach which move to\n{STRVAR 1, 0}? -Teach the move\n{STRVAR 6, 1}? -Give up trying to teach a new\nmove to {STRVAR 1, 0}? -{STRVAR 1, 0} learned\n{STRVAR 6, 1}.\r -{STRVAR 1, 0} is trying to learn\n{STRVAR 6, 1}.\rBut {STRVAR 1, 0} can’t learn more\nthan four moves.\rDelete an older move to make\nroom for {STRVAR 6, 1}? -1{PAUSE 20}, 2{PAUSE 20}, and{PAUSE 20}... {PAUSE 20}... Poof!{WAIT 3}{WAIT 5}\r{STRVAR 1, 0} forgot\n{STRVAR 6, 1}.\rAnd...\r -{STRVAR 1, 0} learned\n{STRVAR 6, 1}.{WAIT 4}{WAIT 2}\r -Stop trying to teach\n{STRVAR 6, 1}? -{STRVAR 1, 0} did not learn the\nmove {STRVAR 6, 1}.\r +Teach which move to\n{STRVAR_1 1, 0}? +Teach the move\n{STRVAR_1 6, 1}? +Give up trying to teach a new\nmove to {STRVAR_1 1, 0}? +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}.\r +{STRVAR_1 1, 0} is trying to learn\n{STRVAR_1 6, 1}.\rBut {STRVAR_1 1, 0} can’t learn more\nthan four moves.\rDelete an older move to make\nroom for {STRVAR_1 6, 1}? +1{PAUSE 20}, 2{PAUSE 20}, and{PAUSE 20}... {PAUSE 20}... Poof!{WAIT 3}{WAIT 5}\r{STRVAR_1 1, 0} forgot\n{STRVAR_1 6, 1}.\rAnd...\r +{STRVAR_1 1, 0} learned\n{STRVAR_1 6, 1}.{WAIT 4}{WAIT 2}\r +Stop trying to teach\n{STRVAR_1 6, 1}? +{STRVAR_1 1, 0} did not learn the\nmove {STRVAR_1 6, 1}.\r -{STRVAR 6, 0} is the move that\nyou want forgotten? -Which move should {STRVAR 1, 0}\nremember? -Should the move {STRVAR 6, 1}\nbe remembered? -Give up trying to make\n{STRVAR 1, 0} remember a move? -{STRVAR 1, 0} remembered the move\n{STRVAR 6, 1} it had forgotten!\r -{STRVAR 1, 0} wants to remember\nthe move {STRVAR 6, 1}.\rBut {STRVAR 1, 0} can’t learn more\nthan four moves.\rDelete an existing move to make\nroom for {STRVAR 6, 1}? -1{PAUSE 20}, 2{PAUSE 20}, and{PAUSE 20}... {PAUSE 20}... Poof!{WAIT 3}{WAIT 5}\r{STRVAR 1, 0} forgot\n{STRVAR 6, 1}.\rAnd...\r -{STRVAR 1, 0} remembered the move\n{STRVAR 6, 1}.{WAIT 4}{WAIT 2}\r -Give up making the Pokémon\nremember {STRVAR 6, 1}? -{STRVAR 1, 0} did not remember the\nmove {STRVAR 6, 1}.\r -{STRVAR 3, 2} handed over one\nHeart Scale in exchange.\r -Is it OK to make this Pokémon\nforget the move {STRVAR 6, 0}? +{STRVAR_1 6, 0} is the move that\nyou want forgotten? +Which move should {STRVAR_1 1, 0}\nremember? +Should the move {STRVAR_1 6, 1}\nbe remembered? +Give up trying to make\n{STRVAR_1 1, 0} remember a move? +{STRVAR_1 1, 0} remembered the move\n{STRVAR_1 6, 1} it had forgotten!\r +{STRVAR_1 1, 0} wants to remember\nthe move {STRVAR_1 6, 1}.\rBut {STRVAR_1 1, 0} can’t learn more\nthan four moves.\rDelete an existing move to make\nroom for {STRVAR_1 6, 1}? +1{PAUSE 20}, 2{PAUSE 20}, and{PAUSE 20}... {PAUSE 20}... Poof!{WAIT 3}{WAIT 5}\r{STRVAR_1 1, 0} forgot\n{STRVAR_1 6, 1}.\rAnd...\r +{STRVAR_1 1, 0} remembered the move\n{STRVAR_1 6, 1}.{WAIT 4}{WAIT 2}\r +Give up making the Pokémon\nremember {STRVAR_1 6, 1}? +{STRVAR_1 1, 0} did not remember the\nmove {STRVAR_1 6, 1}.\r +{STRVAR_1 3, 2} handed over one\nHeart Scale in exchange.\r +Is it OK to make this Pokémon\nforget the move {STRVAR_1 6, 0}? CATEGORY POWER ACCURACY @@ -27,8 +27,8 @@ PP BATTLE MOVES APPEAL PTS C0NTEST MOVES -{STRVAR 52, 0} -{STRVAR 52, 0} -{STRVAR 51, 0}/{STRVAR 51, 0} +{STRVAR_1 52, 0} +{STRVAR_1 52, 0} +{STRVAR_1 51, 0}/{STRVAR_1 51, 0} CANCEL --- diff --git a/files/msgdata/msg/narc_0587.key b/files/msgdata/msg/narc_0587.key deleted file mode 100644 index d775abe5..00000000 --- a/files/msgdata/msg/narc_0587.key +++ /dev/null @@ -1 +0,0 @@ -l
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0588.key b/files/msgdata/msg/narc_0588.key deleted file mode 100644 index 1509a8ab..00000000 --- a/files/msgdata/msg/narc_0588.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0589.key b/files/msgdata/msg/narc_0589.key deleted file mode 100644 index f8c3839e..00000000 --- a/files/msgdata/msg/narc_0589.key +++ /dev/null @@ -1 +0,0 @@ -V
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0590.key b/files/msgdata/msg/narc_0590.key deleted file mode 100644 index 9f2663ef..00000000 --- a/files/msgdata/msg/narc_0590.key +++ /dev/null @@ -1 +0,0 @@ -ԁ
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0590.txt b/files/msgdata/msg/narc_0590.txt index de5b3936..a7142770 100644 --- a/files/msgdata/msg/narc_0590.txt +++ b/files/msgdata/msg/narc_0590.txt @@ -1,5 +1,5 @@ Enter the Battle Room Number.\n...B Button: Cancel -Downloading Rank {STRVAR 51, 1},\nRoom {STRVAR 52, 0} data... +Downloading Rank {STRVAR_1 51, 1},\nRoom {STRVAR_1 52, 0} data... You may not challenge that Battle\nRoom until the next update.\r Data has been downloaded.\r Cancel your challenge? diff --git a/files/msgdata/msg/narc_0591.key b/files/msgdata/msg/narc_0591.key deleted file mode 100644 index 258046d5..00000000 --- a/files/msgdata/msg/narc_0591.key +++ /dev/null @@ -1 +0,0 @@ -a
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0591.txt b/files/msgdata/msg/narc_0591.txt index 8578bc39..6ea6e7d7 100644 --- a/files/msgdata/msg/narc_0591.txt +++ b/files/msgdata/msg/narc_0591.txt @@ -1,10 +1,10 @@ -{STRVAR 1, 0} was not traded.\r -{STRVAR 1, 0} appears to have\nfled...\r +{STRVAR_1 1, 0} was not traded.\r +{STRVAR_1 1, 0} appears to have\nfled...\r Are you seeking or offering a Pokémon? -Do what with this {STRVAR 1, 0}? -Will you take this {STRVAR 1, 0}? +Do what with this {STRVAR_1 1, 0}? +Will you take this {STRVAR_1 1, 0}? Is it OK to disconnect from\nNintendo Wi-Fi Connection? What kind of Pokémon are you seeking? Please choose the Pokémon you want. @@ -16,11 +16,11 @@ None were found! Stop searching? Trade for this Pokémon? Choose the Pokémon you are trading. -Do what with this {STRVAR 1, 0}? +Do what with this {STRVAR_1 1, 0}? Choose the Pokémon you want to offer. -Offer {STRVAR 1, 0}? +Offer {STRVAR_1 1, 0}? Are these conditions OK? Checking GTS’s status... The Ball Capsule will be detached.\nIs that OK? @@ -41,16 +41,16 @@ GLOBAL TRADE SYSTEM SUMMARY SEEK POKéMON EXIT -{STRVAR 1, 0} -{STRVAR 0, 1} -Lv. {STRVAR 52, 2} +{STRVAR_1 1, 0} +{STRVAR_1 0, 1} +Lv. {STRVAR_1 52, 2} ITEM -{STRVAR 8, 3} +{STRVAR_1 8, 3} OFFERER -{STRVAR 3, 4} +{STRVAR_1 3, 4} POKéMON WANTED -{STRVAR 0, 5} -Lv. {STRVAR 52, 6} and up +{STRVAR_1 0, 5} +Lv. {STRVAR_1 52, 6} and up Any level TAKE BACK LEAVE AS IS @@ -58,11 +58,11 @@ Yes No SEARCH FOR POKéMON POKéMON -{STRVAR 0, 0} +{STRVAR_1 0, 0} GENDER -{STRVAR 40, 0, 1} +{STRVAR_1 40, 0, 1} LEVEL -{STRVAR 41, 0, 2} +{STRVAR_1 41, 0, 2} SEARCH BACK @@ -77,8 +77,8 @@ WANTED OT’S LOCATION -{STRVAR 36, 8} -{STRVAR 37, 9} +{STRVAR_1 36, 8} +{STRVAR_1 37, 9} @@ -100,7 +100,7 @@ WANTED OFFER POKéMON -Lv. {STRVAR 52, 3} +Lv. {STRVAR_1 52, 3} CANCEL ABC DEF diff --git a/files/msgdata/msg/narc_0592.key b/files/msgdata/msg/narc_0592.key deleted file mode 100644 index ff8346e1..00000000 --- a/files/msgdata/msg/narc_0592.key +++ /dev/null @@ -1 +0,0 @@ -[=
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0592.txt b/files/msgdata/msg/narc_0592.txt index e757d036..7c7bde07 100644 --- a/files/msgdata/msg/narc_0592.txt +++ b/files/msgdata/msg/narc_0592.txt @@ -1,19 +1,19 @@ Logging on to Nintendo WFC.\nPlease wait... -{STRVAR 3, 0} is seeking someone\nto battle. -{STRVAR 3, 0} is seeking someone\nto trade with. -{STRVAR 3, 0} is on standby. +{STRVAR_1 3, 0} is seeking someone\nto battle. +{STRVAR_1 3, 0} is seeking someone\nto trade with. +{STRVAR_1 3, 0} is on standby. What would you like to seek? Suspend your invitation? -{STRVAR 3, 0} contacted you! +{STRVAR_1 3, 0} contacted you! Would you like to log out of\nNintendo WFC? -{STRVAR 3, 0} invites you for\na voice chat! -{STRVAR 3, 0} appears to be busy... -You can’t connect with\n{STRVAR 3, 0}. -Communicating with {STRVAR 3, 0}... -{STRVAR 3, 0} failed to respond... -{STRVAR 3, 0} ended the voice chat. +{STRVAR_1 3, 0} invites you for\na voice chat! +{STRVAR_1 3, 0} appears to be busy... +You can’t connect with\n{STRVAR_1 3, 0}. +Communicating with {STRVAR_1 3, 0}... +{STRVAR_1 3, 0} failed to respond... +{STRVAR_1 3, 0} ended the voice chat. Would you like to end\nthis voice chat? Nintendo Wi-Fi Connection Connected Friends @@ -30,24 +30,24 @@ INVITE APPLY RECORDS CANCEL -{STRVAR 3, 0} +{STRVAR_1 3, 0} GROUP BATTLE RECORD -WIN: {STRVAR 53, 0} -LOSE: {STRVAR 53, 0} +WIN: {STRVAR_1 53, 0} +LOSE: {STRVAR_1 53, 0} POKéMON TRADES -{STRVAR 53, 0} time +{STRVAR_1 53, 0} time DATE LAST PLAYED -{STRVAR 74, 1} {STRVAR 51, 2}, {STRVAR 53, 0} -This is your record with\n{STRVAR 3, 0}. -{STRVAR 3, 0} wants to play with you! -Would you like to have another\nbattle against {STRVAR 3, 0}? -Would you like to do another\ntrade with {STRVAR 3, 0}? +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, {STRVAR_1 53, 0} +This is your record with\n{STRVAR_1 3, 0}. +{STRVAR_1 3, 0} wants to play with you! +Would you like to have another\nbattle against {STRVAR_1 3, 0}? +Would you like to do another\ntrade with {STRVAR_1 3, 0}? Standing by... DISCONNECT -{STRVAR 3, 0} is in a battle. -{STRVAR 3, 0} is trading. -{STRVAR 3, 0} is having\na voice chat. +{STRVAR_1 3, 0} is in a battle. +{STRVAR_1 3, 0} is trading. +{STRVAR_1 3, 0} is having\na voice chat. Reconnect to Nintendo WFC? You need at least two Pokémon\nif you want to trade! @@ -76,5 +76,5 @@ Waiting for the other player to\ndecide. Please wait... Delay will be turned ON.\r Delay OFF = Standard mode\r -{STRVAR 3, 0} -{STRVAR 53, 0} times +{STRVAR_1 3, 0} +{STRVAR_1 53, 0} times diff --git a/files/msgdata/msg/narc_0593.key b/files/msgdata/msg/narc_0593.key deleted file mode 100644 index 3fcfa3a2..00000000 --- a/files/msgdata/msg/narc_0593.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0593.txt b/files/msgdata/msg/narc_0593.txt index 4ad9a527..3907d14e 100644 --- a/files/msgdata/msg/narc_0593.txt +++ b/files/msgdata/msg/narc_0593.txt @@ -1,44 +1,44 @@ PAL PAD CHECK FRIEND ROSTER REGISTER FRIEND CODE -{STRVAR 3, 0}’s CODE +{STRVAR_1 3, 0}’s CODE EXIT FRIEND ROSTER -{STRVAR 3, 0} +{STRVAR_1 3, 0} CANCEL DETAILS REWRITE NAMES DELETE CANCEL -What would you like to do\nwith {STRVAR 3, 0}’s data? -RECORD WITH {STRVAR 3, 0} +What would you like to do\nwith {STRVAR_1 3, 0}’s data? +RECORD WITH {STRVAR_1 3, 0} GROUP BATTLE RECORD -WIN: {STRVAR 53, 0} -LOSE: {STRVAR 53, 0} +WIN: {STRVAR_1 53, 0} +LOSE: {STRVAR_1 53, 0} POKéMON TRADES -{STRVAR 53, 0} time +{STRVAR_1 53, 0} time DATE LAST PLAYED -{STRVAR 74, 1} {STRVAR 51, 2}, {STRVAR 53, 0} -{STRVAR 3, 0}’s CODE +{STRVAR_1 74, 1} {STRVAR_1 51, 2}, {STRVAR_1 53, 0} +{STRVAR_1 3, 0}’s CODE By exchanging Friend Codes\nwith other players, you may\ntrade and battle with them\nover Nintendo WFC. To obtain your Friend Code,\nplease log on to the\nNintendo WFC. -{STRVAR 53, 1} {STRVAR 53, 2} {STRVAR 53, 3}\n{STRVAR 3, 0} will be registered. -The Friend Code is wrong.\n{STRVAR 53, 1} {STRVAR 53, 2} {STRVAR 53, 3} -{STRVAR 53, 1} {STRVAR 53, 2} {STRVAR 53, 3} -{STRVAR 3, 0} will be deleted.\nAre you sure about this? +{STRVAR_1 53, 1} {STRVAR_1 53, 2} {STRVAR_1 53, 3}\n{STRVAR_1 3, 0} will be registered. +The Friend Code is wrong.\n{STRVAR_1 53, 1} {STRVAR_1 53, 2} {STRVAR_1 53, 3} +{STRVAR_1 53, 1} {STRVAR_1 53, 2} {STRVAR_1 53, 3} +{STRVAR_1 3, 0} will be deleted.\nAre you sure about this? Your Friend Roster is full! That Friend Code has already been\nregistered before. -{STRVAR 3, 0}’s Friend Code:\n{STRVAR 53, 1} {STRVAR 53, 2} {STRVAR 53, 3} +{STRVAR_1 3, 0}’s Friend Code:\n{STRVAR_1 53, 1} {STRVAR_1 53, 2} {STRVAR_1 53, 3} CHECK FRIEND CODE -Register {STRVAR 3, 0} in your\nPal Pad? +Register {STRVAR_1 3, 0} in your\nPal Pad? Your Friend Roster is full.\nWill you delete someone? -Give up on registering\n{STRVAR 3, 0}? -Delete {STRVAR 3, 0}’s data from\nyour Friend Roster? +Give up on registering\n{STRVAR_1 3, 0}? +Delete {STRVAR_1 3, 0}’s data from\nyour Friend Roster? -{STRVAR 3, 0} -{STRVAR 53, 0} times +{STRVAR_1 3, 0} +{STRVAR_1 53, 0} times diff --git a/files/msgdata/msg/narc_0594.key b/files/msgdata/msg/narc_0594.key deleted file mode 100644 index 7b2b6122..00000000 --- a/files/msgdata/msg/narc_0594.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0595.key b/files/msgdata/msg/narc_0595.key deleted file mode 100644 index c2771518..00000000 --- a/files/msgdata/msg/narc_0595.key +++ /dev/null @@ -1 +0,0 @@ -ĝ
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0596.key b/files/msgdata/msg/narc_0596.key deleted file mode 100644 index 7b2b6122..00000000 --- a/files/msgdata/msg/narc_0596.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0597.key b/files/msgdata/msg/narc_0597.key deleted file mode 100644 index a4b8aefe..00000000 --- a/files/msgdata/msg/narc_0597.key +++ /dev/null @@ -1 +0,0 @@ -M
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0598.key b/files/msgdata/msg/narc_0598.key deleted file mode 100644 index ed7b7e7b..00000000 --- a/files/msgdata/msg/narc_0598.key +++ /dev/null @@ -1 +0,0 @@ -i
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0599.key b/files/msgdata/msg/narc_0599.key deleted file mode 100644 index 7020f8be..00000000 --- a/files/msgdata/msg/narc_0599.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0600.key b/files/msgdata/msg/narc_0600.key deleted file mode 100644 index 1fd6eac5..00000000 --- a/files/msgdata/msg/narc_0600.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0601.key b/files/msgdata/msg/narc_0601.key deleted file mode 100644 index 7406ee3c..00000000 --- a/files/msgdata/msg/narc_0601.key +++ /dev/null @@ -1 +0,0 @@ -m
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0602.key b/files/msgdata/msg/narc_0602.key deleted file mode 100644 index fdbf9c9e..00000000 --- a/files/msgdata/msg/narc_0602.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0603.key b/files/msgdata/msg/narc_0603.key deleted file mode 100644 index 7315ad3f..00000000 --- a/files/msgdata/msg/narc_0603.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0604.key b/files/msgdata/msg/narc_0604.key deleted file mode 100644 index 3d9bc0cf..00000000 --- a/files/msgdata/msg/narc_0604.key +++ /dev/null @@ -1 +0,0 @@ -q
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0605.key b/files/msgdata/msg/narc_0605.key deleted file mode 100644 index 8e88bb29..00000000 --- a/files/msgdata/msg/narc_0605.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0606.key b/files/msgdata/msg/narc_0606.key deleted file mode 100644 index 960ffab1..00000000 --- a/files/msgdata/msg/narc_0606.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0607.key b/files/msgdata/msg/narc_0607.key deleted file mode 100644 index f9d6524a..00000000 --- a/files/msgdata/msg/narc_0607.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0608.key b/files/msgdata/msg/narc_0608.key deleted file mode 100644 index 6e89b6b9..00000000 --- a/files/msgdata/msg/narc_0608.key +++ /dev/null @@ -1 +0,0 @@ -0
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0609.key b/files/msgdata/msg/narc_0609.key deleted file mode 100644 index c9e92423..00000000 --- a/files/msgdata/msg/narc_0609.key +++ /dev/null @@ -1 +0,0 @@ -]
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0610.key b/files/msgdata/msg/narc_0610.key deleted file mode 100644 index 9bced17d..00000000 --- a/files/msgdata/msg/narc_0610.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0611.key b/files/msgdata/msg/narc_0611.key deleted file mode 100644 index d40bc6e4..00000000 --- a/files/msgdata/msg/narc_0611.key +++ /dev/null @@ -1 +0,0 @@ -,
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0612.key b/files/msgdata/msg/narc_0612.key deleted file mode 100644 index 075633fb..00000000 --- a/files/msgdata/msg/narc_0612.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0613.key b/files/msgdata/msg/narc_0613.key deleted file mode 100644 index 0ba7fc1c..00000000 --- a/files/msgdata/msg/narc_0613.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0613.txt b/files/msgdata/msg/narc_0613.txt index dbb2c109..491ef5e4 100644 --- a/files/msgdata/msg/narc_0613.txt +++ b/files/msgdata/msg/narc_0613.txt @@ -1,16 +1,16 @@ -Unable to connect to Nintendo\nWi-Fi Connection.\n\nFor help, check the software\nInstruction Booklet or visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -Either Nintendo Wi-Fi Connection\nis experiencing high traffic\nvolumes or the service is down.\nPlease try again later. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -This Nintendo Wi-Fi Connection ID\nwas removed because it was\ninactive for a long time. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -Nintendo Wi-Fi Connection service\nfor this software has been\ndiscontinued.\n\nVisit www.nintendowifi.com\nfor a list of current Nintendo\nWi-Fi Connection-compatible\nsoftware. ({STRVAR 54, 0}) -The access point is busy.\nUnable to connect.\nPlease try again later.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -No access point in range.\nPlease try again when closer to\nan access point.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -No compatible access point in\nrange. \nCheck your connection settings\nand try again. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -Unable to connect to the\nNintendo Wi-Fi USB Connector. \nConfirm connection settings in the\nNintendo Wi-Fi Connection setup. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -Unable to connect to Nintendo\nWi-Fi Connection. \nConfirm connection settings and\naccess point settings.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -There is no response.\nEither the player is not\nconnected to Nintendo Wi-Fi\nConnection or you have been\nremoved from the player’s\nfriend roster.\n({STRVAR 54, 0}) -Communication error. You have\nbeen disconnected from Nintendo\nWi-Fi Connection.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -Communication error.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) -Download failed.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR 54, 0}) +Unable to connect to Nintendo\nWi-Fi Connection.\n\nFor help, check the software\nInstruction Booklet or visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +Either Nintendo Wi-Fi Connection\nis experiencing high traffic\nvolumes or the service is down.\nPlease try again later. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +This Nintendo Wi-Fi Connection ID\nwas removed because it was\ninactive for a long time. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +Nintendo Wi-Fi Connection service\nfor this software has been\ndiscontinued.\n\nVisit www.nintendowifi.com\nfor a list of current Nintendo\nWi-Fi Connection-compatible\nsoftware. ({STRVAR_1 54, 0}) +The access point is busy.\nUnable to connect.\nPlease try again later.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +No access point in range.\nPlease try again when closer to\nan access point.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +No compatible access point in\nrange. \nCheck your connection settings\nand try again. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +Unable to connect to the\nNintendo Wi-Fi USB Connector. \nConfirm connection settings in the\nNintendo Wi-Fi Connection setup. \n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +Unable to connect to Nintendo\nWi-Fi Connection. \nConfirm connection settings and\naccess point settings.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +There is no response.\nEither the player is not\nconnected to Nintendo Wi-Fi\nConnection or you have been\nremoved from the player’s\nfriend roster.\n({STRVAR_1 54, 0}) +Communication error. You have\nbeen disconnected from Nintendo\nWi-Fi Connection.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +Communication error.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) +Download failed.\n\nFor help, visit\nwww.nintendowifi.com.\n({STRVAR_1 54, 0}) Communication error.\nYou have been disconnected from\nNintendo Wi-Fi Connection.\nPlease try again.\n\nFor help, visit\nwww.nintendowifi.com. Communication error... Your Nintendo Wi-Fi Connection\nUser Information may have been\nerased.\nCheck your connection settings.\n\nFor help, visit\nwww.nintendowifi.com. diff --git a/files/msgdata/msg/narc_0614.key b/files/msgdata/msg/narc_0614.key deleted file mode 100644 index a38349e1..00000000 --- a/files/msgdata/msg/narc_0614.key +++ /dev/null @@ -1 +0,0 @@ -%*
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0615.key b/files/msgdata/msg/narc_0615.key deleted file mode 100644 index 88ed7f76..00000000 --- a/files/msgdata/msg/narc_0615.key +++ /dev/null @@ -1 +0,0 @@ -Bu
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0616.key b/files/msgdata/msg/narc_0616.key deleted file mode 100644 index d8fb1b45..00000000 --- a/files/msgdata/msg/narc_0616.key +++ /dev/null @@ -1 +0,0 @@ -Fu
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0617.key b/files/msgdata/msg/narc_0617.key deleted file mode 100644 index 0943c8b5..00000000 --- a/files/msgdata/msg/narc_0617.key +++ /dev/null @@ -1 +0,0 @@ -Ju
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0618.key b/files/msgdata/msg/narc_0618.key deleted file mode 100644 index d5954240..00000000 --- a/files/msgdata/msg/narc_0618.key +++ /dev/null @@ -1 +0,0 @@ -Nu
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0619.key b/files/msgdata/msg/narc_0619.key deleted file mode 100644 index 72e9f355..00000000 --- a/files/msgdata/msg/narc_0619.key +++ /dev/null @@ -1 +0,0 @@ -b
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0619.txt b/files/msgdata/msg/narc_0619.txt index 357c5948..e3bae4ef 100644 --- a/files/msgdata/msg/narc_0619.txt +++ b/files/msgdata/msg/narc_0619.txt @@ -1,494 +1,494 @@ ????.? lbs. -{01E2}{01E2}15.2 lbs. -{01E2}{01E2}28.7 lbs. -{01E2}220.5 lbs. -{01E2}{01E2}18.7 lbs. -{01E2}{01E2}41.9 lbs. -{01E2}199.5 lbs. -{01E2}{01E2}19.8 lbs. -{01E2}{01E2}49.6 lbs. -{01E2}188.5 lbs. -{01E2}{01E2}{01E2}6.4 lbs. -{01E2}{01E2}21.8 lbs. -{01E2}{01E2}70.5 lbs. -{01E2}{01E2}{01E2}7.1 lbs. -{01E2}{01E2}22.0 lbs. -{01E2}{01E2}65.0 lbs. -{01E2}{01E2}{01E2}4.0 lbs. -{01E2}{01E2}66.1 lbs. -{01E2}{01E2}87.1 lbs. -{01E2}{01E2}{01E2}7.7 lbs. -{01E2}{01E2}40.8 lbs. -{01E2}{01E2}{01E2}4.4 lbs. -{01E2}{01E2}83.8 lbs. -{01E2}{01E2}15.2 lbs. -{01E2}143.3 lbs. -{01E2}{01E2}13.2 lbs. -{01E2}{01E2}66.1 lbs. -{01E2}{01E2}26.5 lbs. -{01E2}{01E2}65.0 lbs. -{01E2}{01E2}15.4 lbs. -{01E2}{01E2}44.1 lbs. -{01E2}132.3 lbs. -{01E2}{01E2}19.8 lbs. -{01E2}{01E2}43.0 lbs. -{01E2}136.7 lbs. -{01E2}{01E2}16.5 lbs. -{01E2}{01E2}88.2 lbs. -{01E2}{01E2}21.8 lbs. -{01E2}{01E2}43.9 lbs. -{01E2}{01E2}12.1 lbs. -{01E2}{01E2}26.5 lbs. -{01E2}{01E2}16.5 lbs. -{01E2}121.3 lbs. -{01E2}{01E2}11.9 lbs. -{01E2}{01E2}19.0 lbs. -{01E2}{01E2}41.0 lbs. -{01E2}{01E2}11.9 lbs. -{01E2}{01E2}65.0 lbs. -{01E2}{01E2}66.1 lbs. -{01E2}{01E2}27.6 lbs. -{01E2}{01E2}{01E2}1.8 lbs. -{01E2}{01E2}73.4 lbs. -{01E2}{01E2}{01E2}9.3 lbs. -{01E2}{01E2}70.5 lbs. -{01E2}{01E2}43.2 lbs. -{01E2}168.9 lbs. -{01E2}{01E2}61.7 lbs. -{01E2}{01E2}70.5 lbs. -{01E2}{01E2}41.9 lbs. -{01E2}341.7 lbs. -{01E2}{01E2}27.3 lbs. -{01E2}{01E2}44.1 lbs. -{01E2}119.0 lbs. -{01E2}{01E2}43.0 lbs. -{01E2}124.6 lbs. -{01E2}105.8 lbs. -{01E2}{01E2}43.0 lbs. -{01E2}155.4 lbs. -{01E2}286.6 lbs. -{01E2}{01E2}{01E2}8.8 lbs. -{01E2}{01E2}14.1 lbs. -{01E2}{01E2}34.2 lbs. -{01E2}100.3 lbs. -{01E2}121.3 lbs. -{01E2}{01E2}44.1 lbs. -{01E2}231.5 lbs. -{01E2}661.4 lbs. -{01E2}{01E2}66.1 lbs. -{01E2}209.4 lbs. -{01E2}{01E2}79.4 lbs. -{01E2}173.1 lbs. -{01E2}{01E2}13.2 lbs. -{01E2}132.3 lbs. -{01E2}{01E2}33.1 lbs. -{01E2}{01E2}86.4 lbs. -{01E2}187.8 lbs. -{01E2}198.4 lbs. -{01E2}264.6 lbs. -{01E2}{01E2}66.1 lbs. -{01E2}{01E2}66.1 lbs. -{01E2}{01E2}{01E2}8.8 lbs. -{01E2}292.1 lbs. -{01E2}{01E2}{01E2}0.2 lbs. -{01E2}{01E2}{01E2}0.2 lbs. -{01E2}{01E2}89.3 lbs. -{01E2}463.0 lbs. -{01E2}{01E2}71.4 lbs. -{01E2}166.7 lbs. -{01E2}{01E2}14.3 lbs. -{01E2}132.3 lbs. -{01E2}{01E2}22.9 lbs. -{01E2}146.8 lbs. -{01E2}{01E2}{01E2}5.5 lbs. -{01E2}264.6 lbs. -{01E2}{01E2}14.3 lbs. -{01E2}{01E2}99.2 lbs. -{01E2}109.8 lbs. -{01E2}110.7 lbs. -{01E2}144.4 lbs. -{01E2}{01E2}{01E2}2.2 lbs. -{01E2}{01E2}20.9 lbs. -{01E2}253.5 lbs. -{01E2}264.6 lbs. -{01E2}{01E2}76.3 lbs. -{01E2}{01E2}77.2 lbs. -{01E2}176.4 lbs. -{01E2}{01E2}17.6 lbs. -{01E2}{01E2}55.1 lbs. -{01E2}{01E2}33.1 lbs. -{01E2}{01E2}86.0 lbs. -{01E2}{01E2}76.1 lbs. -{01E2}176.4 lbs. -{01E2}120.1 lbs. -{01E2}123.5 lbs. -{01E2}{01E2}89.5 lbs. -{01E2}{01E2}66.1 lbs. -{01E2}{01E2}98.1 lbs. -{01E2}121.3 lbs. -{01E2}194.9 lbs. -{01E2}{01E2}22.0 lbs. -{01E2}518.1 lbs. -{01E2}485.0 lbs. -{01E2}{01E2}{01E2}8.8 lbs. -{01E2}{01E2}14.3 lbs. -{01E2}{01E2}63.9 lbs. -{01E2}{01E2}54.0 lbs. -{01E2}{01E2}55.1 lbs. -{01E2}{01E2}80.5 lbs. -{01E2}{01E2}16.5 lbs. -{01E2}{01E2}77.2 lbs. -{01E2}{01E2}25.4 lbs. -{01E2}{01E2}89.3 lbs. -{01E2}130.1 lbs. + 15.2 lbs. + 28.7 lbs. + 220.5 lbs. + 18.7 lbs. + 41.9 lbs. + 199.5 lbs. + 19.8 lbs. + 49.6 lbs. + 188.5 lbs. + 6.4 lbs. + 21.8 lbs. + 70.5 lbs. + 7.1 lbs. + 22.0 lbs. + 65.0 lbs. + 4.0 lbs. + 66.1 lbs. + 87.1 lbs. + 7.7 lbs. + 40.8 lbs. + 4.4 lbs. + 83.8 lbs. + 15.2 lbs. + 143.3 lbs. + 13.2 lbs. + 66.1 lbs. + 26.5 lbs. + 65.0 lbs. + 15.4 lbs. + 44.1 lbs. + 132.3 lbs. + 19.8 lbs. + 43.0 lbs. + 136.7 lbs. + 16.5 lbs. + 88.2 lbs. + 21.8 lbs. + 43.9 lbs. + 12.1 lbs. + 26.5 lbs. + 16.5 lbs. + 121.3 lbs. + 11.9 lbs. + 19.0 lbs. + 41.0 lbs. + 11.9 lbs. + 65.0 lbs. + 66.1 lbs. + 27.6 lbs. + 1.8 lbs. + 73.4 lbs. + 9.3 lbs. + 70.5 lbs. + 43.2 lbs. + 168.9 lbs. + 61.7 lbs. + 70.5 lbs. + 41.9 lbs. + 341.7 lbs. + 27.3 lbs. + 44.1 lbs. + 119.0 lbs. + 43.0 lbs. + 124.6 lbs. + 105.8 lbs. + 43.0 lbs. + 155.4 lbs. + 286.6 lbs. + 8.8 lbs. + 14.1 lbs. + 34.2 lbs. + 100.3 lbs. + 121.3 lbs. + 44.1 lbs. + 231.5 lbs. + 661.4 lbs. + 66.1 lbs. + 209.4 lbs. + 79.4 lbs. + 173.1 lbs. + 13.2 lbs. + 132.3 lbs. + 33.1 lbs. + 86.4 lbs. + 187.8 lbs. + 198.4 lbs. + 264.6 lbs. + 66.1 lbs. + 66.1 lbs. + 8.8 lbs. + 292.1 lbs. + 0.2 lbs. + 0.2 lbs. + 89.3 lbs. + 463.0 lbs. + 71.4 lbs. + 166.7 lbs. + 14.3 lbs. + 132.3 lbs. + 22.9 lbs. + 146.8 lbs. + 5.5 lbs. + 264.6 lbs. + 14.3 lbs. + 99.2 lbs. + 109.8 lbs. + 110.7 lbs. + 144.4 lbs. + 2.2 lbs. + 20.9 lbs. + 253.5 lbs. + 264.6 lbs. + 76.3 lbs. + 77.2 lbs. + 176.4 lbs. + 17.6 lbs. + 55.1 lbs. + 33.1 lbs. + 86.0 lbs. + 76.1 lbs. + 176.4 lbs. + 120.1 lbs. + 123.5 lbs. + 89.5 lbs. + 66.1 lbs. + 98.1 lbs. + 121.3 lbs. + 194.9 lbs. + 22.0 lbs. + 518.1 lbs. + 485.0 lbs. + 8.8 lbs. + 14.3 lbs. + 63.9 lbs. + 54.0 lbs. + 55.1 lbs. + 80.5 lbs. + 16.5 lbs. + 77.2 lbs. + 25.4 lbs. + 89.3 lbs. + 130.1 lbs. 1014.1 lbs. -{01E2}122.1 lbs. -{01E2}116.0 lbs. -{01E2}132.3 lbs. -{01E2}{01E2}{01E2}7.3 lbs. -{01E2}{01E2}36.4 lbs. -{01E2}463.0 lbs. -{01E2}269.0 lbs. -{01E2}{01E2}{01E2}8.8 lbs. -{01E2}{01E2}14.1 lbs. -{01E2}{01E2}34.8 lbs. -{01E2}221.6 lbs. -{01E2}{01E2}17.4 lbs. -{01E2}{01E2}41.9 lbs. -{01E2}175.3 lbs. -{01E2}{01E2}20.9 lbs. -{01E2}{01E2}55.1 lbs. -{01E2}195.8 lbs. -{01E2}{01E2}13.2 lbs. -{01E2}{01E2}71.6 lbs. -{01E2}{01E2}46.7 lbs. -{01E2}{01E2}89.9 lbs. -{01E2}{01E2}23.8 lbs. -{01E2}{01E2}78.5 lbs. -{01E2}{01E2}18.7 lbs. -{01E2}{01E2}73.9 lbs. -{01E2}165.3 lbs. -{01E2}{01E2}26.5 lbs. -{01E2}{01E2}49.6 lbs. -{01E2}{01E2}{01E2}4.4 lbs. -{01E2}{01E2}{01E2}6.6 lbs. -{01E2}{01E2}{01E2}2.2 lbs. -{01E2}{01E2}{01E2}3.3 lbs. -{01E2}{01E2}{01E2}7.1 lbs. -{01E2}{01E2}{01E2}4.4 lbs. -{01E2}{01E2}33.1 lbs. -{01E2}{01E2}17.2 lbs. -{01E2}{01E2}29.3 lbs. -{01E2}135.6 lbs. -{01E2}{01E2}12.8 lbs. -{01E2}{01E2}18.7 lbs. -{01E2}{01E2}62.8 lbs. -{01E2}{01E2}83.8 lbs. -{01E2}{01E2}74.7 lbs. -{01E2}{01E2}{01E2}1.1 lbs. -{01E2}{01E2}{01E2}2.2 lbs. -{01E2}{01E2}{01E2}6.6 lbs. -{01E2}{01E2}25.4 lbs. -{01E2}{01E2}{01E2}4.0 lbs. -{01E2}{01E2}18.7 lbs. -{01E2}{01E2}83.8 lbs. -{01E2}{01E2}18.7 lbs. -{01E2}165.3 lbs. -{01E2}{01E2}58.4 lbs. -{01E2}{01E2}59.5 lbs. -{01E2}{01E2}{01E2}4.6 lbs. -{01E2}175.3 lbs. -{01E2}{01E2}{01E2}2.2 lbs. -{01E2}{01E2}11.0 lbs. -{01E2}{01E2}62.8 lbs. -{01E2}{01E2}91.5 lbs. -{01E2}{01E2}15.9 lbs. -{01E2}277.3 lbs. -{01E2}{01E2}30.9 lbs. -{01E2}142.9 lbs. -{01E2}881.8 lbs. -{01E2}{01E2}17.2 lbs. -{01E2}107.4 lbs. -{01E2}{01E2}{01E2}8.6 lbs. -{01E2}260.1 lbs. -{01E2}{01E2}45.2 lbs. -{01E2}119.0 lbs. -{01E2}{01E2}61.7 lbs. -{01E2}{01E2}19.4 lbs. -{01E2}277.3 lbs. -{01E2}{01E2}77.2 lbs. -{01E2}121.3 lbs. -{01E2}{01E2}14.3 lbs. -{01E2}123.0 lbs. -{01E2}{01E2}11.0 lbs. -{01E2}{01E2}26.5 lbs. -{01E2}{01E2}62.8 lbs. -{01E2}{01E2}35.3 lbs. -{01E2}485.0 lbs. -{01E2}111.3 lbs. -{01E2}{01E2}23.8 lbs. -{01E2}{01E2}77.2 lbs. -{01E2}335.1 lbs. -{01E2}{01E2}73.9 lbs. -{01E2}264.6 lbs. -{01E2}{01E2}71.6 lbs. -{01E2}157.0 lbs. -{01E2}127.9 lbs. -{01E2}{01E2}46.3 lbs. -{01E2}105.8 lbs. -{01E2}{01E2}13.2 lbs. -{01E2}{01E2}51.8 lbs. -{01E2}{01E2}47.2 lbs. -{01E2}166.4 lbs. -{01E2}103.2 lbs. -{01E2}392.4 lbs. -{01E2}436.5 lbs. -{01E2}412.3 lbs. -{01E2}158.7 lbs. -{01E2}335.1 lbs. -{01E2}445.3 lbs. -{01E2}476.2 lbs. -{01E2}438.7 lbs. -{01E2}{01E2}11.0 lbs. -{01E2}{01E2}11.0 lbs. -{01E2}{01E2}47.6 lbs. -{01E2}115.1 lbs. -{01E2}{01E2}{01E2}5.5 lbs. -{01E2}{01E2}43.0 lbs. -{01E2}114.6 lbs. -{01E2}{01E2}16.8 lbs. -{01E2}{01E2}61.7 lbs. -{01E2}180.6 lbs. -{01E2}{01E2}30.0 lbs. -{01E2}{01E2}81.6 lbs. -{01E2}{01E2}38.6 lbs. -{01E2}{01E2}71.6 lbs. -{01E2}{01E2}{01E2}7.9 lbs. -{01E2}{01E2}22.0 lbs. -{01E2}{01E2}62.6 lbs. -{01E2}{01E2}25.4 lbs. -{01E2}{01E2}69.7 lbs. -{01E2}{01E2}{01E2}5.7 lbs. -{01E2}{01E2}71.6 lbs. -{01E2}121.3 lbs. -{01E2}{01E2}{01E2}8.8 lbs. -{01E2}{01E2}61.7 lbs. -{01E2}131.4 lbs. -{01E2}{01E2}{01E2}5.1 lbs. -{01E2}{01E2}43.7 lbs. -{01E2}{01E2}20.9 lbs. -{01E2}{01E2}61.7 lbs. -{01E2}{01E2}14.6 lbs. -{01E2}{01E2}44.5 lbs. -{01E2}106.7 lbs. -{01E2}{01E2}{01E2}3.7 lbs. -{01E2}{01E2}{01E2}7.9 lbs. -{01E2}{01E2}{01E2}9.9 lbs. -{01E2}{01E2}86.4 lbs. -{01E2}{01E2}52.9 lbs. -{01E2}102.5 lbs. -{01E2}287.7 lbs. -{01E2}{01E2}12.1 lbs. -{01E2}{01E2}26.5 lbs. -{01E2}{01E2}{01E2}2.6 lbs. -{01E2}{01E2}35.9 lbs. -{01E2}{01E2}89.3 lbs. -{01E2}185.2 lbs. -{01E2}190.5 lbs. -{01E2}559.5 lbs. -{01E2}{01E2}{01E2}4.4 lbs. -{01E2}213.8 lbs. -{01E2}{01E2}24.3 lbs. -{01E2}{01E2}71.9 lbs. -{01E2}{01E2}24.3 lbs. -{01E2}{01E2}25.4 lbs. -{01E2}132.3 lbs. -{01E2}264.6 lbs. -{01E2}793.7 lbs. -{01E2}{01E2}24.7 lbs. -{01E2}{01E2}69.4 lbs. -{01E2}{01E2}33.5 lbs. -{01E2}{01E2}88.6 lbs. -{01E2}{01E2}{01E2}9.3 lbs. -{01E2}{01E2}{01E2}9.3 lbs. -{01E2}{01E2}39.0 lbs. -{01E2}{01E2}39.0 lbs. -{01E2}{01E2}{01E2}4.4 lbs. -{01E2}{01E2}22.7 lbs. -{01E2}176.4 lbs. -{01E2}{01E2}45.9 lbs. -{01E2}195.8 lbs. -{01E2}286.6 lbs. -{01E2}877.4 lbs. -{01E2}{01E2}52.9 lbs. -{01E2}485.0 lbs. -{01E2}177.2 lbs. -{01E2}{01E2}67.5 lbs. -{01E2}157.6 lbs. -{01E2}{01E2}11.0 lbs. -{01E2}{01E2}33.1 lbs. -{01E2}{01E2}33.7 lbs. -{01E2}180.8 lbs. -{01E2}113.1 lbs. -{01E2}170.6 lbs. -{01E2}{01E2}{01E2}2.6 lbs. -{01E2}{01E2}45.4 lbs. -{01E2}{01E2}88.8 lbs. -{01E2}115.7 lbs. -{01E2}370.4 lbs. -{01E2}339.5 lbs. -{01E2}{01E2}{01E2}4.2 lbs. -{01E2}{01E2}52.0 lbs. -{01E2}{01E2}25.4 lbs. -{01E2}{01E2}72.3 lbs. -{01E2}{01E2}47.4 lbs. -{01E2}238.1 lbs. -{01E2}{01E2}52.5 lbs. -{01E2}133.2 lbs. -{01E2}{01E2}27.6 lbs. -{01E2}150.4 lbs. -{01E2}{01E2}16.3 lbs. -{01E2}357.1 lbs. -{01E2}{01E2}{01E2}1.8 lbs. -{01E2}{01E2}48.5 lbs. -{01E2}{01E2}{01E2}5.1 lbs. -{01E2}{01E2}27.6 lbs. -{01E2}{01E2}33.1 lbs. -{01E2}{01E2}67.5 lbs. -{01E2}220.5 lbs. -{01E2}{01E2}{01E2}2.2 lbs. -{01E2}103.6 lbs. -{01E2}{01E2}30.9 lbs. -{01E2}{01E2}37.0 lbs. -{01E2}565.5 lbs. -{01E2}{01E2}87.1 lbs. -{01E2}193.1 lbs. -{01E2}332.0 lbs. -{01E2}115.7 lbs. -{01E2}{01E2}59.5 lbs. -{01E2}{01E2}49.8 lbs. -{01E2}{01E2}51.6 lbs. -{01E2}{01E2}19.2 lbs. -{01E2}{01E2}92.8 lbs. -{01E2}243.6 lbs. -{01E2}226.2 lbs. -{01E2}209.9 lbs. -{01E2}446.4 lbs. + 122.1 lbs. + 116.0 lbs. + 132.3 lbs. + 7.3 lbs. + 36.4 lbs. + 463.0 lbs. + 269.0 lbs. + 8.8 lbs. + 14.1 lbs. + 34.8 lbs. + 221.6 lbs. + 17.4 lbs. + 41.9 lbs. + 175.3 lbs. + 20.9 lbs. + 55.1 lbs. + 195.8 lbs. + 13.2 lbs. + 71.6 lbs. + 46.7 lbs. + 89.9 lbs. + 23.8 lbs. + 78.5 lbs. + 18.7 lbs. + 73.9 lbs. + 165.3 lbs. + 26.5 lbs. + 49.6 lbs. + 4.4 lbs. + 6.6 lbs. + 2.2 lbs. + 3.3 lbs. + 7.1 lbs. + 4.4 lbs. + 33.1 lbs. + 17.2 lbs. + 29.3 lbs. + 135.6 lbs. + 12.8 lbs. + 18.7 lbs. + 62.8 lbs. + 83.8 lbs. + 74.7 lbs. + 1.1 lbs. + 2.2 lbs. + 6.6 lbs. + 25.4 lbs. + 4.0 lbs. + 18.7 lbs. + 83.8 lbs. + 18.7 lbs. + 165.3 lbs. + 58.4 lbs. + 59.5 lbs. + 4.6 lbs. + 175.3 lbs. + 2.2 lbs. + 11.0 lbs. + 62.8 lbs. + 91.5 lbs. + 15.9 lbs. + 277.3 lbs. + 30.9 lbs. + 142.9 lbs. + 881.8 lbs. + 17.2 lbs. + 107.4 lbs. + 8.6 lbs. + 260.1 lbs. + 45.2 lbs. + 119.0 lbs. + 61.7 lbs. + 19.4 lbs. + 277.3 lbs. + 77.2 lbs. + 121.3 lbs. + 14.3 lbs. + 123.0 lbs. + 11.0 lbs. + 26.5 lbs. + 62.8 lbs. + 35.3 lbs. + 485.0 lbs. + 111.3 lbs. + 23.8 lbs. + 77.2 lbs. + 335.1 lbs. + 73.9 lbs. + 264.6 lbs. + 71.6 lbs. + 157.0 lbs. + 127.9 lbs. + 46.3 lbs. + 105.8 lbs. + 13.2 lbs. + 51.8 lbs. + 47.2 lbs. + 166.4 lbs. + 103.2 lbs. + 392.4 lbs. + 436.5 lbs. + 412.3 lbs. + 158.7 lbs. + 335.1 lbs. + 445.3 lbs. + 476.2 lbs. + 438.7 lbs. + 11.0 lbs. + 11.0 lbs. + 47.6 lbs. + 115.1 lbs. + 5.5 lbs. + 43.0 lbs. + 114.6 lbs. + 16.8 lbs. + 61.7 lbs. + 180.6 lbs. + 30.0 lbs. + 81.6 lbs. + 38.6 lbs. + 71.6 lbs. + 7.9 lbs. + 22.0 lbs. + 62.6 lbs. + 25.4 lbs. + 69.7 lbs. + 5.7 lbs. + 71.6 lbs. + 121.3 lbs. + 8.8 lbs. + 61.7 lbs. + 131.4 lbs. + 5.1 lbs. + 43.7 lbs. + 20.9 lbs. + 61.7 lbs. + 14.6 lbs. + 44.5 lbs. + 106.7 lbs. + 3.7 lbs. + 7.9 lbs. + 9.9 lbs. + 86.4 lbs. + 52.9 lbs. + 102.5 lbs. + 287.7 lbs. + 12.1 lbs. + 26.5 lbs. + 2.6 lbs. + 35.9 lbs. + 89.3 lbs. + 185.2 lbs. + 190.5 lbs. + 559.5 lbs. + 4.4 lbs. + 213.8 lbs. + 24.3 lbs. + 71.9 lbs. + 24.3 lbs. + 25.4 lbs. + 132.3 lbs. + 264.6 lbs. + 793.7 lbs. + 24.7 lbs. + 69.4 lbs. + 33.5 lbs. + 88.6 lbs. + 9.3 lbs. + 9.3 lbs. + 39.0 lbs. + 39.0 lbs. + 4.4 lbs. + 22.7 lbs. + 176.4 lbs. + 45.9 lbs. + 195.8 lbs. + 286.6 lbs. + 877.4 lbs. + 52.9 lbs. + 485.0 lbs. + 177.2 lbs. + 67.5 lbs. + 157.6 lbs. + 11.0 lbs. + 33.1 lbs. + 33.7 lbs. + 180.8 lbs. + 113.1 lbs. + 170.6 lbs. + 2.6 lbs. + 45.4 lbs. + 88.8 lbs. + 115.7 lbs. + 370.4 lbs. + 339.5 lbs. + 4.2 lbs. + 52.0 lbs. + 25.4 lbs. + 72.3 lbs. + 47.4 lbs. + 238.1 lbs. + 52.5 lbs. + 133.2 lbs. + 27.6 lbs. + 150.4 lbs. + 16.3 lbs. + 357.1 lbs. + 1.8 lbs. + 48.5 lbs. + 5.1 lbs. + 27.6 lbs. + 33.1 lbs. + 67.5 lbs. + 220.5 lbs. + 2.2 lbs. + 103.6 lbs. + 30.9 lbs. + 37.0 lbs. + 565.5 lbs. + 87.1 lbs. + 193.1 lbs. + 332.0 lbs. + 115.7 lbs. + 59.5 lbs. + 49.8 lbs. + 51.6 lbs. + 19.2 lbs. + 92.8 lbs. + 243.6 lbs. + 226.2 lbs. + 209.9 lbs. + 446.4 lbs. 1212.5 lbs. -{01E2}507.1 lbs. -{01E2}385.8 lbs. -{01E2}451.9 lbs. -{01E2}{01E2}88.2 lbs. -{01E2}132.3 lbs. -{01E2}776.0 lbs. + 507.1 lbs. + 385.8 lbs. + 451.9 lbs. + 88.2 lbs. + 132.3 lbs. + 776.0 lbs. 2094.4 lbs. -{01E2}455.2 lbs. -{01E2}{01E2}{01E2}2.4 lbs. -{01E2}134.0 lbs. -{01E2}{01E2}22.5 lbs. -{01E2}213.8 lbs. -{01E2}683.4 lbs. -{01E2}{01E2}13.7 lbs. -{01E2}{01E2}48.5 lbs. -{01E2}121.3 lbs. -{01E2}{01E2}11.5 lbs. -{01E2}{01E2}50.7 lbs. -{01E2}186.3 lbs. -{01E2}{01E2}{01E2}4.4 lbs. -{01E2}{01E2}34.2 lbs. -{01E2}{01E2}54.9 lbs. -{01E2}{01E2}44.1 lbs. -{01E2}{01E2}69.4 lbs. -{01E2}{01E2}{01E2}4.9 lbs. -{01E2}{01E2}56.2 lbs. -{01E2}{01E2}20.9 lbs. -{01E2}{01E2}67.2 lbs. -{01E2}{01E2}92.6 lbs. -{01E2}{01E2}{01E2}2.6 lbs. -{01E2}{01E2}32.0 lbs. -{01E2}{01E2}69.4 lbs. -{01E2}226.0 lbs. -{01E2}125.7 lbs. -{01E2}329.6 lbs. -{01E2}{01E2}{01E2}7.5 lbs. -{01E2}{01E2}14.3 lbs. -{01E2}{01E2}51.4 lbs. -{01E2}{01E2}12.1 lbs. -{01E2}{01E2}84.9 lbs. -{01E2}{01E2}{01E2}8.6 lbs. -{01E2}{01E2}65.0 lbs. -{01E2}{01E2}73.9 lbs. -{01E2}{01E2}{01E2}7.3 lbs. -{01E2}{01E2}20.5 lbs. -{01E2}{01E2}13.9 lbs. -{01E2}{01E2}65.9 lbs. -{01E2}{01E2}44.8 lbs. -{01E2}{01E2}{01E2}2.6 lbs. -{01E2}{01E2}33.1 lbs. -{01E2}{01E2}12.1 lbs. -{01E2}{01E2}73.4 lbs. -{01E2}{01E2}{01E2}9.7 lbs. -{01E2}{01E2}60.2 lbs. -{01E2}{01E2}{01E2}8.6 lbs. -{01E2}{01E2}96.6 lbs. -{01E2}{01E2}{01E2}1.3 lbs. -{01E2}{01E2}42.3 lbs. -{01E2}{01E2}83.8 lbs. -{01E2}133.4 lbs. -{01E2}412.3 lbs. -{01E2}{01E2}33.1 lbs. -{01E2}{01E2}28.7 lbs. -{01E2}{01E2}53.8 lbs. -{01E2}{01E2}{01E2}4.2 lbs. -{01E2}238.1 lbs. -{01E2}{01E2}45.2 lbs. -{01E2}123.5 lbs. -{01E2}209.4 lbs. -{01E2}231.5 lbs. -{01E2}{01E2}44.5 lbs. -{01E2}119.0 lbs. -{01E2}109.1 lbs. -{01E2}661.4 lbs. -{01E2}{01E2}26.5 lbs. -{01E2}135.6 lbs. -{01E2}{01E2}50.7 lbs. -{01E2}{01E2}97.9 lbs. -{01E2}{01E2}59.5 lbs. -{01E2}{01E2}15.4 lbs. -{01E2}{01E2}52.9 lbs. -{01E2}143.3 lbs. -{01E2}111.3 lbs. -{01E2}298.7 lbs. -{01E2}{01E2}75.0 lbs. -{01E2}396.8 lbs. -{01E2}308.6 lbs. -{01E2}623.5 lbs. -{01E2}283.5 lbs. -{01E2}305.6 lbs. -{01E2}149.9 lbs. -{01E2}{01E2}83.8 lbs. -{01E2}113.5 lbs. -{01E2}{01E2}56.2 lbs. -{01E2}{01E2}57.1 lbs. -{01E2}{01E2}93.7 lbs. -{01E2}641.5 lbs. -{01E2}{01E2}75.0 lbs. -{01E2}114.6 lbs. -{01E2}749.6 lbs. -{01E2}235.0 lbs. -{01E2}{01E2}58.6 lbs. -{01E2}{01E2}{01E2}0.7 lbs. -{01E2}{01E2}{01E2}0.7 lbs. -{01E2}{01E2}{01E2}0.7 lbs. -{01E2}{01E2}{01E2}0.7 lbs. + 455.2 lbs. + 2.4 lbs. + 134.0 lbs. + 22.5 lbs. + 213.8 lbs. + 683.4 lbs. + 13.7 lbs. + 48.5 lbs. + 121.3 lbs. + 11.5 lbs. + 50.7 lbs. + 186.3 lbs. + 4.4 lbs. + 34.2 lbs. + 54.9 lbs. + 44.1 lbs. + 69.4 lbs. + 4.9 lbs. + 56.2 lbs. + 20.9 lbs. + 67.2 lbs. + 92.6 lbs. + 2.6 lbs. + 32.0 lbs. + 69.4 lbs. + 226.0 lbs. + 125.7 lbs. + 329.6 lbs. + 7.5 lbs. + 14.3 lbs. + 51.4 lbs. + 12.1 lbs. + 84.9 lbs. + 8.6 lbs. + 65.0 lbs. + 73.9 lbs. + 7.3 lbs. + 20.5 lbs. + 13.9 lbs. + 65.9 lbs. + 44.8 lbs. + 2.6 lbs. + 33.1 lbs. + 12.1 lbs. + 73.4 lbs. + 9.7 lbs. + 60.2 lbs. + 8.6 lbs. + 96.6 lbs. + 1.3 lbs. + 42.3 lbs. + 83.8 lbs. + 133.4 lbs. + 412.3 lbs. + 33.1 lbs. + 28.7 lbs. + 53.8 lbs. + 4.2 lbs. + 238.1 lbs. + 45.2 lbs. + 123.5 lbs. + 209.4 lbs. + 231.5 lbs. + 44.5 lbs. + 119.0 lbs. + 109.1 lbs. + 661.4 lbs. + 26.5 lbs. + 135.6 lbs. + 50.7 lbs. + 97.9 lbs. + 59.5 lbs. + 15.4 lbs. + 52.9 lbs. + 143.3 lbs. + 111.3 lbs. + 298.7 lbs. + 75.0 lbs. + 396.8 lbs. + 308.6 lbs. + 623.5 lbs. + 283.5 lbs. + 305.6 lbs. + 149.9 lbs. + 83.8 lbs. + 113.5 lbs. + 56.2 lbs. + 57.1 lbs. + 93.7 lbs. + 641.5 lbs. + 75.0 lbs. + 114.6 lbs. + 749.6 lbs. + 235.0 lbs. + 58.6 lbs. + 0.7 lbs. + 0.7 lbs. + 0.7 lbs. + 0.7 lbs. 1505.8 lbs. -{01E2}740.8 lbs. -{01E2}948.0 lbs. -{01E2}925.9 lbs. + 740.8 lbs. + 948.0 lbs. + 925.9 lbs. 1653.5 lbs. -{01E2}188.7 lbs. -{01E2}{01E2}{01E2}6.8 lbs. -{01E2}{01E2}{01E2}3.1 lbs. -{01E2}111.3 lbs. -{01E2}{01E2}{01E2}4.6 lbs. -{01E2}705.5 lbs. + 188.7 lbs. + 6.8 lbs. + 3.1 lbs. + 111.3 lbs. + 4.6 lbs. + 705.5 lbs. diff --git a/files/msgdata/msg/narc_0620.key b/files/msgdata/msg/narc_0620.key deleted file mode 100644 index 03bfb80a..00000000 --- a/files/msgdata/msg/narc_0620.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0620.txt b/files/msgdata/msg/narc_0620.txt index d7716f62..49335a68 100644 --- a/files/msgdata/msg/narc_0620.txt +++ b/files/msgdata/msg/narc_0620.txt @@ -1,494 +1,494 @@ ???’??” -{01E2}{01E2}2’04” -{01E2}{01E2}3’03” -{01E2}{01E2}6’07” -{01E2}{01E2}2’00” -{01E2}{01E2}3’07” -{01E2}{01E2}5’07” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}5’03” -{01E2}{01E2}1’00” -{01E2}{01E2}2’04” -{01E2}{01E2}3’07” -{01E2}{01E2}1’00” -{01E2}{01E2}2’00” -{01E2}{01E2}3’03” -{01E2}{01E2}1’00” -{01E2}{01E2}3’07” -{01E2}{01E2}4’11” -{01E2}{01E2}1’00” -{01E2}{01E2}2’04” -{01E2}{01E2}1’00” -{01E2}{01E2}3’11” -{01E2}{01E2}6’07” -{01E2}11’06” -{01E2}{01E2}1’04” -{01E2}{01E2}2’07” -{01E2}{01E2}2’00” -{01E2}{01E2}3’03” -{01E2}{01E2}1’04” -{01E2}{01E2}2’07” -{01E2}{01E2}4’03” -{01E2}{01E2}1’08” -{01E2}{01E2}2’11” -{01E2}{01E2}4’07” -{01E2}{01E2}2’00” -{01E2}{01E2}4’03” -{01E2}{01E2}2’00” -{01E2}{01E2}3’07” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}2’07” -{01E2}{01E2}5’03” -{01E2}{01E2}1’08” -{01E2}{01E2}2’07” -{01E2}{01E2}3’11” -{01E2}{01E2}1’00” -{01E2}{01E2}3’03” -{01E2}{01E2}3’03” -{01E2}{01E2}4’11” -{01E2}{01E2}0’08” -{01E2}{01E2}2’04” -{01E2}{01E2}1’04” -{01E2}{01E2}3’03” -{01E2}{01E2}2’07” -{01E2}{01E2}5’07” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}2’04” -{01E2}{01E2}6’03” -{01E2}{01E2}2’00” -{01E2}{01E2}3’03” -{01E2}{01E2}4’03” -{01E2}{01E2}2’11” -{01E2}{01E2}4’03” -{01E2}{01E2}4’11” -{01E2}{01E2}2’07” -{01E2}{01E2}4’11” -{01E2}{01E2}5’03” -{01E2}{01E2}2’04” -{01E2}{01E2}3’03” -{01E2}{01E2}5’07” -{01E2}{01E2}2’11” -{01E2}{01E2}5’03” -{01E2}{01E2}1’04” -{01E2}{01E2}3’03” -{01E2}{01E2}4’07” -{01E2}{01E2}3’03” -{01E2}{01E2}5’07” -{01E2}{01E2}3’11” -{01E2}{01E2}5’03” -{01E2}{01E2}1’00” -{01E2}{01E2}3’03” -{01E2}{01E2}2’07” -{01E2}{01E2}4’07” -{01E2}{01E2}5’11” -{01E2}{01E2}3’07” -{01E2}{01E2}5’07” -{01E2}{01E2}2’11” -{01E2}{01E2}3’11” -{01E2}{01E2}1’00” -{01E2}{01E2}4’11” -{01E2}{01E2}4’03” -{01E2}{01E2}5’03” -{01E2}{01E2}4’11” -{01E2}28’10” -{01E2}{01E2}3’03” -{01E2}{01E2}5’03” -{01E2}{01E2}1’04” -{01E2}{01E2}4’03” -{01E2}{01E2}1’08” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}6’07” -{01E2}{01E2}1’04” -{01E2}{01E2}3’03” -{01E2}{01E2}4’11” -{01E2}{01E2}4’07” -{01E2}{01E2}3’11” -{01E2}{01E2}2’00” -{01E2}{01E2}3’11” -{01E2}{01E2}3’03” -{01E2}{01E2}6’03” -{01E2}{01E2}3’07” -{01E2}{01E2}3’03” -{01E2}{01E2}7’03” -{01E2}{01E2}1’04” -{01E2}{01E2}3’11” -{01E2}{01E2}2’00” -{01E2}{01E2}4’03” -{01E2}{01E2}2’07” -{01E2}{01E2}3’07” -{01E2}{01E2}4’03” -{01E2}{01E2}4’11” -{01E2}{01E2}4’07” -{01E2}{01E2}3’07” -{01E2}{01E2}4’03” -{01E2}{01E2}4’11” -{01E2}{01E2}4’07” -{01E2}{01E2}2’11” -{01E2}21’04” -{01E2}{01E2}8’02” -{01E2}{01E2}1’00” -{01E2}{01E2}1’00” -{01E2}{01E2}3’03” -{01E2}{01E2}2’07” -{01E2}{01E2}2’11” -{01E2}{01E2}2’07” -{01E2}{01E2}1’04” -{01E2}{01E2}3’03” -{01E2}{01E2}1’08” -{01E2}{01E2}4’03” -{01E2}{01E2}5’11” -{01E2}{01E2}6’11” -{01E2}{01E2}5’07” -{01E2}{01E2}5’03” -{01E2}{01E2}6’07” -{01E2}{01E2}5’11” -{01E2}13’01” -{01E2}{01E2}7’03” -{01E2}{01E2}6’07” -{01E2}{01E2}1’04” -{01E2}{01E2}2’11” -{01E2}{01E2}3’11” -{01E2}{01E2}5’11” -{01E2}{01E2}1’08” -{01E2}{01E2}2’11” -{01E2}{01E2}5’07” -{01E2}{01E2}2’00” -{01E2}{01E2}3’07” -{01E2}{01E2}7’07” -{01E2}{01E2}2’07” -{01E2}{01E2}5’11” -{01E2}{01E2}2’04” -{01E2}{01E2}5’03” -{01E2}{01E2}3’03” -{01E2}{01E2}4’07” -{01E2}{01E2}1’08” -{01E2}{01E2}3’07” -{01E2}{01E2}5’11” -{01E2}{01E2}1’08” -{01E2}{01E2}3’11” -{01E2}{01E2}1’00” -{01E2}{01E2}1’00” -{01E2}{01E2}1’00” -{01E2}{01E2}1’00” -{01E2}{01E2}2’00” -{01E2}{01E2}0’08” -{01E2}{01E2}4’11” -{01E2}{01E2}2’00” -{01E2}{01E2}2’07” -{01E2}{01E2}4’07” -{01E2}{01E2}1’04” -{01E2}{01E2}1’04” -{01E2}{01E2}2’07” -{01E2}{01E2}3’11” -{01E2}{01E2}3’07” -{01E2}{01E2}1’04” -{01E2}{01E2}2’00” -{01E2}{01E2}2’07” -{01E2}{01E2}2’07” -{01E2}{01E2}1’00” -{01E2}{01E2}2’07” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}4’07” -{01E2}{01E2}2’11” -{01E2}{01E2}3’03” -{01E2}{01E2}1’08” -{01E2}{01E2}6’07” -{01E2}{01E2}2’04” -{01E2}{01E2}1’08” -{01E2}{01E2}4’03” -{01E2}{01E2}4’11” -{01E2}{01E2}2’00” -{01E2}{01E2}3’11” -{01E2}{01E2}4’11” -{01E2}{01E2}3’07” -{01E2}30’02” -{01E2}{01E2}2’00” -{01E2}{01E2}4’07” -{01E2}{01E2}1’08” -{01E2}{01E2}5’11” -{01E2}{01E2}2’00” -{01E2}{01E2}4’11” -{01E2}{01E2}2’11” -{01E2}{01E2}2’00” -{01E2}{01E2}5’11” -{01E2}{01E2}2’04” -{01E2}{01E2}2’07” -{01E2}{01E2}1’04” -{01E2}{01E2}3’07” -{01E2}{01E2}2’00” -{01E2}{01E2}2’00” -{01E2}{01E2}2’11” -{01E2}{01E2}2’11” -{01E2}{01E2}6’11” -{01E2}{01E2}5’07” -{01E2}{01E2}2’00” -{01E2}{01E2}4’07” -{01E2}{01E2}5’11” -{01E2}{01E2}1’08” -{01E2}{01E2}3’07” -{01E2}{01E2}2’00” -{01E2}{01E2}4’07” -{01E2}{01E2}3’11” -{01E2}{01E2}2’04” -{01E2}{01E2}4’07” -{01E2}{01E2}1’04” -{01E2}{01E2}2’00” -{01E2}{01E2}2’04” -{01E2}{01E2}3’11” -{01E2}{01E2}4’11” -{01E2}{01E2}6’03” -{01E2}{01E2}6’11” -{01E2}{01E2}6’07” -{01E2}{01E2}2’00” -{01E2}{01E2}3’11” -{01E2}{01E2}6’07” -{01E2}17’01” -{01E2}12’06” -{01E2}{01E2}2’00” -{01E2}{01E2}1’08” -{01E2}{01E2}2’11” -{01E2}{01E2}5’07” -{01E2}{01E2}1’04” -{01E2}{01E2}2’11” -{01E2}{01E2}6’03” -{01E2}{01E2}1’04” -{01E2}{01E2}2’04” -{01E2}{01E2}4’11” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}1’04” -{01E2}{01E2}1’08” -{01E2}{01E2}1’00” -{01E2}{01E2}2’00” -{01E2}{01E2}3’03” -{01E2}{01E2}2’04” -{01E2}{01E2}3’11” -{01E2}{01E2}1’08” -{01E2}{01E2}3’11” -{01E2}{01E2}4’11” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}4’03” -{01E2}{01E2}1’00” -{01E2}{01E2}2’04” -{01E2}{01E2}2’00” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}2’07” -{01E2}{01E2}5’03” -{01E2}{01E2}1’08” -{01E2}{01E2}2’07” -{01E2}{01E2}1’04” -{01E2}{01E2}3’11” -{01E2}{01E2}2’07” -{01E2}{01E2}4’07” -{01E2}{01E2}6’07” -{01E2}{01E2}1’08” -{01E2}{01E2}2’07” -{01E2}{01E2}2’07” -{01E2}{01E2}2’00” -{01E2}{01E2}3’03” -{01E2}{01E2}4’11” -{01E2}{01E2}3’03” -{01E2}{01E2}7’07” -{01E2}{01E2}0’08” -{01E2}{01E2}3’03” -{01E2}{01E2}2’00” -{01E2}{01E2}3’07” -{01E2}{01E2}1’08” -{01E2}{01E2}2’00” -{01E2}{01E2}1’04” -{01E2}{01E2}2’11” -{01E2}{01E2}6’11” -{01E2}{01E2}2’00” -{01E2}{01E2}4’03” -{01E2}{01E2}2’00” -{01E2}{01E2}4’11” -{01E2}{01E2}1’04” -{01E2}{01E2}1’04” -{01E2}{01E2}2’04” -{01E2}{01E2}2’00” -{01E2}{01E2}1’00” -{01E2}{01E2}1’04” -{01E2}{01E2}5’07” -{01E2}{01E2}2’07” -{01E2}{01E2}5’11” -{01E2}{01E2}6’07” -{01E2}47’07” -{01E2}{01E2}2’04” -{01E2}{01E2}6’03” -{01E2}{01E2}1’08” -{01E2}{01E2}2’04” -{01E2}{01E2}2’11” -{01E2}{01E2}3’07” -{01E2}{01E2}2’04” -{01E2}{01E2}3’07” -{01E2}{01E2}6’07” -{01E2}{01E2}1’04” -{01E2}{01E2}4’03” -{01E2}{01E2}1’04” -{01E2}{01E2}3’07” -{01E2}{01E2}4’03” -{01E2}{01E2}8’10” -{01E2}{01E2}3’03” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}2’11” -{01E2}{01E2}2’00” -{01E2}{01E2}3’07” -{01E2}{01E2}1’08” -{01E2}{01E2}4’11” -{01E2}{01E2}3’03” -{01E2}{01E2}4’11” -{01E2}{01E2}2’04” -{01E2}{01E2}4’11” -{01E2}{01E2}2’00” -{01E2}20’04” -{01E2}{01E2}1’00” -{01E2}{01E2}3’03” -{01E2}{01E2}2’00” -{01E2}{01E2}3’07” -{01E2}{01E2}2’07” -{01E2}{01E2}5’03” -{01E2}{01E2}6’07” -{01E2}{01E2}2’00” -{01E2}{01E2}3’11” -{01E2}{01E2}2’00” -{01E2}{01E2}2’04” -{01E2}{01E2}4’11” -{01E2}{01E2}2’07” -{01E2}{01E2}3’07” -{01E2}{01E2}4’07” -{01E2}{01E2}1’04” -{01E2}{01E2}5’07” -{01E2}{01E2}5’11” -{01E2}{01E2}3’03” -{01E2}{01E2}2’00” -{01E2}{01E2}2’00” -{01E2}{01E2}3’07” -{01E2}{01E2}4’11” -{01E2}{01E2}2’00” -{01E2}{01E2}3’11” -{01E2}{01E2}5’03” -{01E2}{01E2}5’07” -{01E2}{01E2}5’11” -{01E2}{01E2}6’03” -{01E2}{01E2}4’07” -{01E2}{01E2}6’07” -{01E2}14’09” -{01E2}11’06” -{01E2}23’00” -{01E2}{01E2}1’00” -{01E2}{01E2}5’07” -{01E2}{01E2}1’04” -{01E2}{01E2}3’07” -{01E2}{01E2}7’03” -{01E2}{01E2}1’08” -{01E2}{01E2}2’11” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}2’07” -{01E2}{01E2}5’07” -{01E2}{01E2}1’00” -{01E2}{01E2}2’00” -{01E2}{01E2}3’11” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}1’00” -{01E2}{01E2}3’03” -{01E2}{01E2}1’08” -{01E2}{01E2}2’11” -{01E2}{01E2}4’07” -{01E2}{01E2}0’08” -{01E2}{01E2}2’11” -{01E2}{01E2}2’11” -{01E2}{01E2}5’03” -{01E2}{01E2}1’08” -{01E2}{01E2}4’03” -{01E2}{01E2}0’08” -{01E2}{01E2}1’08” -{01E2}{01E2}2’11” -{01E2}{01E2}1’00” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}2’04” -{01E2}{01E2}3’07” -{01E2}{01E2}1’04” -{01E2}{01E2}1’08” -{01E2}{01E2}1’00” -{01E2}{01E2}2’11” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}3’11” -{01E2}{01E2}1’04” -{01E2}{01E2}3’11” -{01E2}{01E2}2’11” -{01E2}{01E2}2’11” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}0’08” -{01E2}{01E2}1’04” -{01E2}{01E2}3’03” -{01E2}{01E2}1’08” -{01E2}{01E2}4’03” -{01E2}{01E2}1’08” -{01E2}{01E2}2’00” -{01E2}{01E2}2’00” -{01E2}{01E2}1’08” -{01E2}{01E2}3’03” -{01E2}{01E2}2’04” -{01E2}{01E2}4’07” -{01E2}{01E2}6’03” -{01E2}{01E2}2’00” -{01E2}{01E2}2’04” -{01E2}{01E2}3’11” -{01E2}{01E2}2’07” -{01E2}{01E2}6’07” -{01E2}{01E2}2’07” -{01E2}{01E2}4’03” -{01E2}{01E2}2’04” -{01E2}{01E2}4’03” -{01E2}{01E2}4’07” -{01E2}{01E2}1’04” -{01E2}{01E2}3’11” -{01E2}{01E2}3’03” -{01E2}{01E2}3’03” -{01E2}{01E2}7’03” -{01E2}{01E2}3’07” -{01E2}{01E2}3’11” -{01E2}{01E2}5’07” -{01E2}{01E2}7’10” -{01E2}{01E2}6’07” -{01E2}{01E2}5’11” -{01E2}{01E2}5’03” -{01E2}{01E2}4’11” -{01E2}{01E2}6’03” -{01E2}{01E2}3’03” -{01E2}{01E2}2’07” -{01E2}{01E2}6’07” -{01E2}{01E2}8’02” -{01E2}{01E2}2’11” -{01E2}{01E2}5’03” -{01E2}{01E2}4’07” -{01E2}{01E2}7’03” -{01E2}{01E2}4’03” -{01E2}{01E2}1’00” -{01E2}{01E2}1’00” -{01E2}{01E2}1’00” -{01E2}{01E2}1’00” -{01E2}17’09” -{01E2}13’09” -{01E2}{01E2}5’07” -{01E2}12’02” -{01E2}14’09” -{01E2}{01E2}4’11” -{01E2}{01E2}1’04” -{01E2}{01E2}1’00” -{01E2}{01E2}4’11” -{01E2}{01E2}0’08” -{01E2}10’06” + 2’04” + 3’03” + 6’07” + 2’00” + 3’07” + 5’07” + 1’08” + 3’03” + 5’03” + 1’00” + 2’04” + 3’07” + 1’00” + 2’00” + 3’03” + 1’00” + 3’07” + 4’11” + 1’00” + 2’04” + 1’00” + 3’11” + 6’07” + 11’06” + 1’04” + 2’07” + 2’00” + 3’03” + 1’04” + 2’07” + 4’03” + 1’08” + 2’11” + 4’07” + 2’00” + 4’03” + 2’00” + 3’07” + 1’08” + 3’03” + 2’07” + 5’03” + 1’08” + 2’07” + 3’11” + 1’00” + 3’03” + 3’03” + 4’11” + 0’08” + 2’04” + 1’04” + 3’03” + 2’07” + 5’07” + 1’08” + 3’03” + 2’04” + 6’03” + 2’00” + 3’03” + 4’03” + 2’11” + 4’03” + 4’11” + 2’07” + 4’11” + 5’03” + 2’04” + 3’03” + 5’07” + 2’11” + 5’03” + 1’04” + 3’03” + 4’07” + 3’03” + 5’07” + 3’11” + 5’03” + 1’00” + 3’03” + 2’07” + 4’07” + 5’11” + 3’07” + 5’07” + 2’11” + 3’11” + 1’00” + 4’11” + 4’03” + 5’03” + 4’11” + 28’10” + 3’03” + 5’03” + 1’04” + 4’03” + 1’08” + 3’11” + 1’04” + 6’07” + 1’04” + 3’03” + 4’11” + 4’07” + 3’11” + 2’00” + 3’11” + 3’03” + 6’03” + 3’07” + 3’03” + 7’03” + 1’04” + 3’11” + 2’00” + 4’03” + 2’07” + 3’07” + 4’03” + 4’11” + 4’07” + 3’07” + 4’03” + 4’11” + 4’07” + 2’11” + 21’04” + 8’02” + 1’00” + 1’00” + 3’03” + 2’07” + 2’11” + 2’07” + 1’04” + 3’03” + 1’08” + 4’03” + 5’11” + 6’11” + 5’07” + 5’03” + 6’07” + 5’11” + 13’01” + 7’03” + 6’07” + 1’04” + 2’11” + 3’11” + 5’11” + 1’08” + 2’11” + 5’07” + 2’00” + 3’07” + 7’07” + 2’07” + 5’11” + 2’04” + 5’03” + 3’03” + 4’07” + 1’08” + 3’07” + 5’11” + 1’08” + 3’11” + 1’00” + 1’00” + 1’00” + 1’00” + 2’00” + 0’08” + 4’11” + 2’00” + 2’07” + 4’07” + 1’04” + 1’04” + 2’07” + 3’11” + 3’07” + 1’04” + 2’00” + 2’07” + 2’07” + 1’00” + 2’07” + 3’11” + 1’04” + 4’07” + 2’11” + 3’03” + 1’08” + 6’07” + 2’04” + 1’08” + 4’03” + 4’11” + 2’00” + 3’11” + 4’11” + 3’07” + 30’02” + 2’00” + 4’07” + 1’08” + 5’11” + 2’00” + 4’11” + 2’11” + 2’00” + 5’11” + 2’04” + 2’07” + 1’04” + 3’07” + 2’00” + 2’00” + 2’11” + 2’11” + 6’11” + 5’07” + 2’00” + 4’07” + 5’11” + 1’08” + 3’07” + 2’00” + 4’07” + 3’11” + 2’04” + 4’07” + 1’04” + 2’00” + 2’04” + 3’11” + 4’11” + 6’03” + 6’11” + 6’07” + 2’00” + 3’11” + 6’07” + 17’01” + 12’06” + 2’00” + 1’08” + 2’11” + 5’07” + 1’04” + 2’11” + 6’03” + 1’04” + 2’04” + 4’11” + 1’08” + 3’03” + 1’04” + 1’08” + 1’00” + 2’00” + 3’03” + 2’04” + 3’11” + 1’08” + 3’11” + 4’11” + 1’08” + 3’03” + 4’03” + 1’00” + 2’04” + 2’00” + 3’11” + 1’04” + 2’07” + 5’03” + 1’08” + 2’07” + 1’04” + 3’11” + 2’07” + 4’07” + 6’07” + 1’08” + 2’07” + 2’07” + 2’00” + 3’03” + 4’11” + 3’03” + 7’07” + 0’08” + 3’03” + 2’00” + 3’07” + 1’08” + 2’00” + 1’04” + 2’11” + 6’11” + 2’00” + 4’03” + 2’00” + 4’11” + 1’04” + 1’04” + 2’04” + 2’00” + 1’00” + 1’04” + 5’07” + 2’07” + 5’11” + 6’07” + 47’07” + 2’04” + 6’03” + 1’08” + 2’04” + 2’11” + 3’07” + 2’04” + 3’07” + 6’07” + 1’04” + 4’03” + 1’04” + 3’07” + 4’03” + 8’10” + 3’03” + 3’11” + 1’04” + 2’11” + 2’00” + 3’07” + 1’08” + 4’11” + 3’03” + 4’11” + 2’04” + 4’11” + 2’00” + 20’04” + 1’00” + 3’03” + 2’00” + 3’07” + 2’07” + 5’03” + 6’07” + 2’00” + 3’11” + 2’00” + 2’04” + 4’11” + 2’07” + 3’07” + 4’07” + 1’04” + 5’07” + 5’11” + 3’03” + 2’00” + 2’00” + 3’07” + 4’11” + 2’00” + 3’11” + 5’03” + 5’07” + 5’11” + 6’03” + 4’07” + 6’07” + 14’09” + 11’06” + 23’00” + 1’00” + 5’07” + 1’04” + 3’07” + 7’03” + 1’08” + 2’11” + 3’11” + 1’04” + 2’07” + 5’07” + 1’00” + 2’00” + 3’11” + 1’08” + 3’03” + 1’00” + 3’03” + 1’08” + 2’11” + 4’07” + 0’08” + 2’11” + 2’11” + 5’03” + 1’08” + 4’03” + 0’08” + 1’08” + 2’11” + 1’00” + 3’11” + 1’04” + 2’04” + 3’07” + 1’04” + 1’08” + 1’00” + 2’11” + 3’11” + 1’04” + 3’11” + 1’04” + 3’11” + 2’11” + 2’11” + 1’08” + 3’03” + 0’08” + 1’04” + 3’03” + 1’08” + 4’03” + 1’08” + 2’00” + 2’00” + 1’08” + 3’03” + 2’04” + 4’07” + 6’03” + 2’00” + 2’04” + 3’11” + 2’07” + 6’07” + 2’07” + 4’03” + 2’04” + 4’03” + 4’07” + 1’04” + 3’11” + 3’03” + 3’03” + 7’03” + 3’07” + 3’11” + 5’07” + 7’10” + 6’07” + 5’11” + 5’03” + 4’11” + 6’03” + 3’03” + 2’07” + 6’07” + 8’02” + 2’11” + 5’03” + 4’07” + 7’03” + 4’03” + 1’00” + 1’00” + 1’00” + 1’00” + 17’09” + 13’09” + 5’07” + 12’02” + 14’09” + 4’11” + 1’04” + 1’00” + 4’11” + 0’08” + 10’06” diff --git a/files/msgdata/msg/narc_0621.key b/files/msgdata/msg/narc_0621.key deleted file mode 100644 index 2a9dc2fd..00000000 --- a/files/msgdata/msg/narc_0621.key +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0622.key b/files/msgdata/msg/narc_0622.key deleted file mode 100644 index fc68d18d..00000000 --- a/files/msgdata/msg/narc_0622.key +++ /dev/null @@ -1 +0,0 @@ -}
\ No newline at end of file diff --git a/files/msgdata/msg/narc_0623.key b/files/msgdata/msg/narc_0623.key deleted file mode 100644 index 7d92ce2a..00000000 --- a/files/msgdata/msg/narc_0623.key +++ /dev/null @@ -1 +0,0 @@ -8Y
\ No newline at end of file diff --git a/filesystem.mk b/filesystem.mk index e3f1f318..41bdc0d4 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -3334,14 +3334,7 @@ files/graphic/field_board.narc: \ files/graphic/field_board/narc_0050.NCGR \ files/graphic/field_board/narc_0051.NCGR -## Trainer names -files/msgdata/msg/narc_0559.txt: files/poketool/trainer/trdata.json - (echo " -"; $(GREP) -w '"name":' $< | cut -d'"' -f4) | $(SED) 's/^(.+)$$/{TRNAME}\1\r/g' > $@ - -CHARMAP = charmap.txt - -files/msgdata/msg/%.bin: files/msgdata/msg/%.txt files/msgdata/msg/%.key $(CHARMAP) - $(MSGENC) $^ $@ +include files/msgdata/msg.mk .PHONY: filesystem diff --git a/tools/msgenc/.gitignore b/tools/msgenc/.gitignore index 15921071..760f8a2e 100644 --- a/tools/msgenc/.gitignore +++ b/tools/msgenc/.gitignore @@ -1 +1,2 @@ msgenc +.deps diff --git a/tools/msgenc/Makefile b/tools/msgenc/Makefile index 2fc4f3a9..b39d97cb 100644 --- a/tools/msgenc/Makefile +++ b/tools/msgenc/Makefile @@ -1,13 +1,40 @@ CXXFLAGS := -std=c++17 -O2 -Wall -Wno-switch CFLAGS := -O2 -Wall -Wno-switch +ifeq ($(DEBUG),) +CXXFLAGS += -DNDEBUG +endif + +DEPDIR := .deps +DEPFLAGS = -MT $@ -MMD -MP -MF $(DEPDIR)/$*.d + +define SRCS := + msgenc.cpp + MessagesConverter.cpp + MessagesDecoder.cpp + MessagesEncoder.cpp +endef + +OBJS := $(SRCS:%.cpp=%.o) + .PHONY: all clean all: msgenc @: clean: - $(RM) msgenc msgenc.exe + $(RM) -r msgenc msgenc.exe $(OBJS) $(DEPDIR) + +msgenc: $(OBJS) + $(CXX) $(LDFLAGS) -o $@ $^ + +%.o: %.cpp +%.o: %.cpp $(DEPDIR)/%.d | $(DEPDIR) + $(CXX) $(CXXFLAGS) $(DEPFLAGS) -c -o $@ $< + +$(DEPDIR): ; @mkdir -p $@ + +DEPFILES := $(SRCS:%.cpp=$(DEPDIR)/%.d) +$(DEPFILES): -msgenc: msgenc.cpp - $(CXX) $(CXXFLAGS) -o $@ $^ +include $(wildcard $(DEPFILES)) diff --git a/tools/msgenc/MessagesConverter.cpp b/tools/msgenc/MessagesConverter.cpp new file mode 100644 index 00000000..ff75f7d7 --- /dev/null +++ b/tools/msgenc/MessagesConverter.cpp @@ -0,0 +1,97 @@ +#include "MessagesConverter.h" + +void MessagesConverter::CharmapRegisterCharacter(string &code, uint16_t value) +{ + throw runtime_error("calling parent class method MessagesConverter::CharmapRegisterCharacter when child class method is required"); +} + +void MessagesConverter::CmdmapRegisterCommand(string &command, uint16_t value) +{ + throw runtime_error("calling parent class method MessagesConverter::CmdmapRegisterCommand when child class method is required"); +} + +string MessagesConverter::ReadTextFile(string& filename) { + ifstream file(filename); + if (!file.good()) { + throw ifstream::failure("unable to open file \"" + filename + "\" for reading"); + } + stringstream ss; + ss << file.rdbuf(); + file.close(); + return ss.str(); +} + +void MessagesConverter::WriteTextFile(string& filename, string const& contents) { + ofstream file(filename); + if (!file.good()) { + throw ofstream::failure("unable to open file \"" + filename + "\" for writing"); + } + file << contents; + file.close(); +} + +void MessagesConverter::ReadCharmap() { + string raw = ReadTextFile(charmapfilename); + string line; + size_t pos, eqpos, last_pos, lineno = 0; + + for ( + last_pos = 0; + last_pos != string::npos && (pos = raw.find_first_of("\r\n", last_pos)) != string::npos; + last_pos = raw.find_last_of("\r\n", pos + 1, 2) + 1, lineno++ + ) { + line = raw.substr(last_pos, pos - last_pos); + if (line.find("//") != string::npos) { + line = line.substr(0, line.find("//")); + } + if (line.find_first_not_of(" \t") == string::npos) + continue; + line = line.substr( + line.find_first_not_of(" \t") + ); + eqpos = line.find('='); + if (eqpos == string::npos) { + stringstream s; + s << "charmap syntax error at " << (lineno + 1); + throw runtime_error(s.str()); + } + string value = line.substr(0, eqpos); + string code = line.substr(eqpos + 1); + uint16_t value_i = stoi(value, nullptr, 16); + if (code[0] == '{' && code[code.length() - 1] == '}') { + code = code.substr(1, code.length() - 2); + CmdmapRegisterCommand(code, value_i); + } else { + CharmapRegisterCharacter(code, value_i); + } + } +} + +uint16_t MessagesConverter::CalcCRC() +{ + uint16_t crc = 0; + for (char d : binfilename) { + for (int i = 0; i < 8; i++) { + crc = (crc & 0x8000) ? ((crc << 1) ^ 0x8003) : (crc << 1); + if (d & 0x80) crc ^= 1; + d <<= 1; + } + } + return crc; +} + +void MessagesConverter::WriteBinaryDecoded(string &filename) +{ + ofstream outfile(filename, ios::binary); + if (!outfile.good()) { + throw ios::failure("Unable to open file " + filename + " for writing"); + } + outfile.write((char *)&header, sizeof(header)); + outfile.write((char *)alloc_table.data(), alloc_table.size() * sizeof(MsgAlloc)); + for (auto msg : vec_encoded) { + outfile.write((char *)msg.data(), msg.size() * 2); + } + outfile.close(); +} + +MessagesConverter::~MessagesConverter() = default; diff --git a/tools/msgenc/MessagesConverter.h b/tools/msgenc/MessagesConverter.h new file mode 100644 index 00000000..ad1ba5f6 --- /dev/null +++ b/tools/msgenc/MessagesConverter.h @@ -0,0 +1,103 @@ +#ifndef GUARD_MESSAGESCONVERTER_H +#define GUARD_MESSAGESCONVERTER_H + +#include "util.h" +#include <string> +#include <fstream> +#include <map> +#include <sstream> +#include <vector> +#include <set> + +using namespace std; + +static inline uint16_t enc_short(uint16_t value, uint16_t & seed) { + value ^= seed; + seed += 18749; + return value; +} + +enum ConvertMode : uint8_t { + CONV_ENCODE = 0, + CONV_DECODE, + CONV_INVALID = 0xFF, +}; + +struct MsgArcHeader +{ + uint16_t count; + uint16_t key; +}; + +struct MsgAlloc +{ + uint32_t offset; + uint32_t length; + void encrypt(uint16_t key, int i) { + uint32_t alloc_key = (765 * i * key) & 0xFFFF; + alloc_key |= alloc_key << 16; + offset ^= alloc_key; + length ^= alloc_key; + } + void decrypt(uint16_t key, int i) { encrypt(key, i); } +}; + +static inline void EncryptU16String(u16string & message, int & i) { + uint16_t key = i * 596947; + for (auto & code : message) { + code = enc_short(code, key); + } +} + +static inline void DecryptU16String(u16string & message, int & i) { + EncryptU16String(message, i); +} + +class MessagesConverter{ + virtual void CharmapRegisterCharacter(string& code, uint16_t value); + virtual void CmdmapRegisterCommand(string& command, uint16_t value); + +protected: + ConvertMode mode; + string textfilename; + string charmapfilename; + string binfilename; + + MsgArcHeader header = {}; + vector<MsgAlloc> alloc_table; + vector<string> vec_decoded; + vector<u16string> vec_encoded; + + template <typename key_type, typename mapped_type> void CreateInverseMap(map<key_type, mapped_type>const& _in, map<mapped_type, key_type>& _out) { + for (auto _pair : _in) { + _out[_pair.second] = _pair.first; + } + } + static string ReadTextFile(string& filename); + static void WriteTextFile(string& filename, string const & contents); + +public: + MessagesConverter(ConvertMode _mode, string &_textfilename, int _key, string &_charmapfilename, string &_binfilename) : + mode(_mode), + textfilename(_textfilename), + charmapfilename(_charmapfilename), + binfilename(_binfilename) + { + header.key = (_key == 0) ? CalcCRC() : static_cast<uint16_t>(_key); + } + void ReadCharmap(); + virtual void ReadInput() = 0; + virtual void Convert() = 0; + virtual void WriteOutput() = 0; + virtual ~MessagesConverter() = 0; + + uint16_t CalcCRC(); + + uint16_t GetKey() { + return header.key; + } + + void WriteBinaryDecoded(string &filename); +}; + +#endif //GUARD_MESSAGESCONVERTER_H diff --git a/tools/msgenc/MessagesDecoder.cpp b/tools/msgenc/MessagesDecoder.cpp new file mode 100644 index 00000000..f98b28c7 --- /dev/null +++ b/tools/msgenc/MessagesDecoder.cpp @@ -0,0 +1,185 @@ +#include <algorithm> +#include "MessagesDecoder.h" + +void MessagesDecoder::CmdmapRegisterCommand(string &command, uint16_t value) +{ + cmdmap[value] = command; + if (command.rfind("STRVAR_", 0) == 0) + strvar_codes.insert(value); +} + +void MessagesDecoder::CharmapRegisterCharacter(string &code, uint16_t value) +{ + charmap[value] = code; +} + +static string ConvertIntToHexStringN(unsigned value, StrConvMode mode, int n) { + string dest; + bool printing_zeroes = mode == STR_CONV_MODE_LEADING_ZEROS; + unsigned shift = 4 * (n - 1); + + for (int i = 0; i < n; i++) { + unsigned nybble = (value >> shift) & 0xF; + if (nybble == 0 && !printing_zeroes) { + if (i == n - 1) printing_zeroes = true; + else if (mode == STR_CONV_MODE_RIGHT_ALIGN) { + dest += ' '; + continue; + } + } + if (nybble != 0 || printing_zeroes) { + if (nybble < 10) { + dest += (char)('0' + nybble); + } else { + dest += (char)('A' + nybble - 10); + } + } + shift -= 4; + } + + return dest; +} + +void MessagesDecoder::ReadMessagesFromBin(string& filename) +{ + ifstream infile(filename, ios_base::binary); + if (!infile.good()) { + throw ifstream::failure("Unable to open file \"" + filename + "\" for reading"); + } + infile.read((char*)&header, sizeof(header)); + debug_printf("%d lines\n", header.count); + alloc_table.resize(header.count); + infile.read((char*)alloc_table.data(), (streamsize)(sizeof(MsgAlloc) * header.count)); + int i = 1; + for (auto & alloc : alloc_table) { + alloc.decrypt(header.key, i); + u16string str; + str.resize(alloc.length); + infile.read((char*)str.data(), (2 * alloc.length)); + DecryptU16String(str, i); + vec_encoded.push_back(str); + i++; + } + infile.close(); +} + +u16string MessagesDecoder::DecodeTrainerNameMessage(u16string const &message) +{ + int bit = 0; + u16string out = u"\uf100"; + auto src_p = message.cbegin() + 1; + char16_t cur_char; + do { + cur_char = ((*src_p >> bit) & 0x1FF); + bit += 9; + if (bit >= 15) { + src_p++; + bit -= 15; + if (bit != 0 && src_p < message.cend()) { + cur_char |= (*src_p << (9 - bit)) & 0x1FF; + } + } + out += cur_char; + } while (src_p < message.cend() && cur_char != 0x1FF); + return out; +} + +string MessagesDecoder::DecodeMessage(u16string &message, int &i) { + string decoded; + bool is_trname = false; + for (size_t j = 0; j < message.size(); j++) { + uint16_t code = message[j]; + debug_printf("%04X ", code); + + if (charmap.find(code) != charmap.end()) { + decoded += charmap[code]; + } + else if (code == (is_trname ? 0x01FF : 0xFFFF)) { + break; + } + else if (code == 0xFFFE) { + decoded += '{'; + j++; + code = message[j++]; + debug_printf("%04X ", code); + string command; + bool is_strvar = false; + if (find(strvar_codes.cbegin(), strvar_codes.cend(), code & 0xFF00) != strvar_codes.cend()) { + is_strvar = true; + command = "STRVAR_" + ConvertIntToHexStringN((code >> 8), STR_CONV_MODE_LEFT_ALIGN, 2); + } + else if (cmdmap.find(code) != cmdmap.end()) { + command = cmdmap[code]; + } else { + throw runtime_error("Invalid control code in " + binfilename + ": " + ConvertIntToHexStringN(code, STR_CONV_MODE_LEADING_ZEROS, 4) + " at line " + to_string(i) + ":" + to_string(j)); + } + decoded += command; + int nargs = message[j++]; + debug_printf("%04X ", nargs); + if (is_strvar) { + decoded += ' '; + decoded += to_string(code & 0xFF); + if (nargs != 0) + decoded += ','; + } + for (int k = 0; k < nargs; k++) { + decoded += ' '; + decoded += to_string(message[j + k]); + debug_printf("%04X ", message[j + k]); + if (k != nargs - 1) + decoded += ','; + } + decoded += '}'; + j += nargs - 1; + } + else if (code == 0xF100) { + decoded += "{TRNAME}"; + message = DecodeTrainerNameMessage(message); + is_trname = true; + } + else { + throw runtime_error("invalid character in " + binfilename + ": " + ConvertIntToHexStringN(code, STR_CONV_MODE_LEADING_ZEROS, 4) + " at " + to_string(i) + ":" + to_string(j)); + } + } + MsgAlloc & alloc = alloc_table[i]; + debug_printf("msg %d: at 0x%08X, count %d\n", i + 1, alloc.offset, alloc.length); + return decoded; +} + +template <typename T> void MessagesDecoder::WriteBinaryFile(string& filename, T& data) { + ofstream outfile(filename, ios_base::binary); + if (!outfile.good()) { + throw ofstream::failure("Unable to open file \"" + filename + "\" for writing"); + } + outfile.write((const char *)&data, sizeof(data)); + outfile.close(); +} + +void MessagesDecoder::WriteMessagesToText(string& filename) { + stringstream ss; + for (string& text : vec_decoded) { + ss << text << "\r\n"; + } + WriteTextFile(filename, ss.str()); +} + +// Public virtual functions + +void MessagesDecoder::ReadInput() +{ + ReadMessagesFromBin(binfilename); +} + +void MessagesDecoder::Convert() +{ + for (int i = 0; i < (int)vec_encoded.size(); i++) { + u16string message = vec_encoded[i]; + string decoded = DecodeMessage(message, i); + vec_decoded.push_back(decoded); + } +} + +void MessagesDecoder::WriteOutput() +{ + WriteMessagesToText(textfilename); +} diff --git a/tools/msgenc/MessagesDecoder.h b/tools/msgenc/MessagesDecoder.h new file mode 100644 index 00000000..98c2383f --- /dev/null +++ b/tools/msgenc/MessagesDecoder.h @@ -0,0 +1,36 @@ +#ifndef GUARD_MESSAGESDECODER_H +#define GUARD_MESSAGESDECODER_H + + +#include "MessagesConverter.h" + +enum StrConvMode { + STR_CONV_MODE_LEFT_ALIGN = 0, + STR_CONV_MODE_RIGHT_ALIGN, + STR_CONV_MODE_LEADING_ZEROS +}; + +class MessagesDecoder : public MessagesConverter +{ + map <uint16_t, string> cmdmap; + map <uint16_t, string> charmap; + set<uint16_t> strvar_codes; + + void ReadMessagesFromBin(string& filename); + void WriteMessagesToText(string& filename); + template <typename T> void WriteBinaryFile(string& filename, T& data); + static u16string DecodeTrainerNameMessage(u16string const &message); + string DecodeMessage(u16string& message, int& i); + void CharmapRegisterCharacter(string& code, uint16_t value) override; + void CmdmapRegisterCommand(string& command, uint16_t value) override; + +public: + MessagesDecoder(string &_textfilename, int _key, string &_charmapfilename, string &_binfilename) : MessagesConverter(CONV_DECODE, _textfilename, _key, _charmapfilename, _binfilename) {} + void ReadInput() override; + void Convert() override; + void WriteOutput() override; + ~MessagesDecoder() override = default; +}; + + +#endif //GUARD_MESSAGESDECODER_H diff --git a/tools/msgenc/MessagesEncoder.cpp b/tools/msgenc/MessagesEncoder.cpp new file mode 100644 index 00000000..8450fba0 --- /dev/null +++ b/tools/msgenc/MessagesEncoder.cpp @@ -0,0 +1,165 @@ +#include "MessagesEncoder.h" + +void MessagesEncoder::CmdmapRegisterCommand(string &command, uint16_t value) +{ + cmdmap[command] = value; +} + +void MessagesEncoder::CharmapRegisterCharacter(string &code, uint16_t value) +{ + charmap[code] = value; +} + +void MessagesEncoder::ReadMessagesFromText(string& fname) { + string text = ReadTextFile(fname); + size_t pos = 0; + do { + text = text.substr(pos); + if (text.empty()) + break; + pos = text.find_first_of("\r\n"); + vec_decoded.push_back(text.substr(0, pos)); + pos = text.find_last_of("\r\n", pos + 1, 2); + if (pos == string::npos) + break; + pos++; + } while (pos != string::npos); + header.count = vec_decoded.size(); + debug_printf("%d lines\n", header.count); +} + +u16string MessagesEncoder::EncodeMessage(const string & message, int & i) { + u16string encoded; + bool is_trname = false; + uint32_t trnamebuf = 0; + int bit = 0; + + for (size_t j = 0; j < message.size(); j++) { + if (message[j] == '{') { + size_t k = message.find('}', j); + string enclosed = message.substr(j + 1, k - j - 1); + j = k; + size_t pos = enclosed.find(' '); + string command = enclosed.substr(0, pos); + enclosed = enclosed.substr(pos + 1); + if (cmdmap.find(command) != cmdmap.end()) { + uint16_t command_i = cmdmap[command]; + encoded += (char16_t)(0xFFFE); + debug_printf("%04X ", 0xFFFE); + vector<uint16_t> args; + if (pos != string::npos) { + do { + k = enclosed.find(','); + string num = enclosed.substr(0, k); + uint16_t num_i = stoi(num); + args.push_back(num_i); + enclosed = enclosed.substr(k + 1); + } while (k != string::npos); + if (command.rfind("STRVAR_", 0) == 0) { + command_i |= args[0]; + args.erase(args.begin()); + } + } + encoded += (char16_t)(command_i); + debug_printf("%04X ", command_i); + encoded += (char16_t)(args.size()); + debug_printf("%04X ", (unsigned)args.size()); + for (auto num_i : args) { + encoded += (char16_t)(num_i); + debug_printf("%04X ", num_i); + } + } else if (command == "TRNAME") { + is_trname = true; + encoded += (char16_t)(0xF100); + debug_printf("%04X ", 0xF100); + } else { + encoded += (char16_t)(stoi(enclosed, nullptr, 16)); + debug_printf("%04X ", stoi(enclosed, nullptr, 16)); + } + } else { + uint16_t code = 0; + size_t k; + string substr; + for (k = 0; k < message.size() - j; k++) { + substr = message.substr(j, k + 1); + try { + code = charmap.at(substr); + break; + } catch (out_of_range& oor) { /* silently discard */} + } + if (code == 0 && substr != "\\x0000") { + stringstream ss; + ss << "unrecognized character in " << textfilename << ": line " << i << " pos " << (j + 1) << " value " << substr; + throw runtime_error(ss.str()); + } + debug_printf("%04X ", code); + if (is_trname) { + if (code & ~0x1FF) { + stringstream ss; + ss << "invalid character for bitpacked string: " << substr; + throw runtime_error(ss.str()); + } + trnamebuf |= code << bit; + bit += 9; + if (bit >= 15) { + bit -= 15; + encoded += (char16_t)(trnamebuf & 0x7FFF); + trnamebuf >>= 15; + } + } else { + encoded += (char16_t)(code); + } + j += k; + } + } + if (is_trname && bit > 1) { + trnamebuf |= 0xFFFF << bit; + encoded += (char16_t)(trnamebuf & 0x7FFF); + debug_printf("%04X ", trnamebuf & 0x7FFF); + } + encoded += (char16_t)(0xFFFF); + debug_printf("%04X ", 0xFFFF); + return encoded; +} + +void MessagesEncoder::WriteMessagesToBin(string& filename) { + ofstream outfile(filename, ios_base::binary); + if (!outfile.good()) { + throw ofstream::failure("Unable to open file \"" + filename + "\" for writing"); + } + outfile.write((char *)&header, sizeof(header)); + for (int i = 1; i <= (int)alloc_table.size(); i++) { + alloc_table[i - 1].encrypt(header.key, i); + EncryptU16String(vec_encoded[i - 1], i); + } + outfile.write((char *)alloc_table.data(), (streamsize)(sizeof(MsgAlloc) * alloc_table.size())); + for (const u16string & m : vec_encoded) { + outfile.write((char *)m.c_str(), (streamsize)(m.size() * 2)); + } + outfile.close(); +} + +// Public virtual functions + +void MessagesEncoder::ReadInput() +{ + ReadMessagesFromText(textfilename); +} + +void MessagesEncoder::Convert() { + MsgAlloc alloc {(uint32_t)(sizeof(header) + sizeof(MsgAlloc) * header.count), 0}; + int i = 1; + for (const auto& message : vec_decoded) { + u16string encoded = EncodeMessage(message, i); + alloc.length = encoded.size(); + vec_encoded.push_back(encoded); + debug_printf("msg %d: at 0x%08X, count %d\n", i, alloc.offset, alloc.length); + alloc_table.push_back(alloc); + alloc.offset += alloc.length * 2; + i++; + } +} + +void MessagesEncoder::WriteOutput() { + WriteMessagesToBin(binfilename); +} diff --git a/tools/msgenc/MessagesEncoder.h b/tools/msgenc/MessagesEncoder.h new file mode 100644 index 00000000..a7b9111c --- /dev/null +++ b/tools/msgenc/MessagesEncoder.h @@ -0,0 +1,26 @@ +#ifndef GUARD_MESSAGESENCODER_H +#define GUARD_MESSAGESENCODER_H + + +#include "MessagesConverter.h" + +class MessagesEncoder : public MessagesConverter +{ + map <string, uint16_t> cmdmap; + map <string, uint16_t> charmap; + + void ReadMessagesFromText(string& filename); + void WriteMessagesToBin(string& filename); + u16string EncodeMessage(const string& message, int & i); + void CharmapRegisterCharacter(string& code, uint16_t value) override; + void CmdmapRegisterCommand(string& command, uint16_t value) override; +public: + MessagesEncoder(string &_textfilename, int _key, string &_charmapfilename, string &_binfilename) : MessagesConverter(CONV_ENCODE, _textfilename, _key, _charmapfilename, _binfilename) {} + void ReadInput() override; + void Convert() override; + void WriteOutput() override; + ~MessagesEncoder() override = default; +}; + + +#endif //GUARD_MESSAGESENCODER_H diff --git a/tools/msgenc/msgenc.cpp b/tools/msgenc/msgenc.cpp index 9ec21ed2..5caaf31c 100644 --- a/tools/msgenc/msgenc.cpp +++ b/tools/msgenc/msgenc.cpp @@ -6,231 +6,120 @@ */ #include <iostream> -#include <string> -#include <sstream> -#include <fstream> -#include <map> -#include <vector> -#include <algorithm> - -struct MsgArcHeader -{ - uint16_t count; - uint16_t key; -}; - -struct MsgAlloc -{ - uint32_t offset; - uint32_t length; -}; - -using namespace std; - -string ReadTextFile(string filename) { - fstream file(filename); - if (!file.good()) { - stringstream s; - s << "unable to open file \"" << filename << "\" for reading"; - throw runtime_error(s.str()); - } - stringstream ss; - ss << file.rdbuf(); - file.close(); - return ss.str(); +#include "MessagesDecoder.h" +#include "MessagesEncoder.h" + +static const char* progname = "msgenc"; +static const char* version = "2021.08.27"; + + +static inline void usage() { + cout << progname << " v" << version << endl; + cout << "Usage: " << progname << " [-h] [-v] -d|-e [-k KEY] -c CHARMAP INFILE OUTFILE" << endl; + cout << endl; + cout << "INFILE Required: Path to the input file to convert (-e: plaintext; -d: binary)." << endl; + cout << "OUTFILE Required: Path to the output file (-e: binary; -d: plaintext)." << endl; + cout << "-c CHARMAP Required: Path to a text file with a character mapping, for example pokeheartgold/charmap.txt." << endl; + cout << "-d Decode from binary to text, also print the key" << endl; + cout << "-e Encode from text to binary using the provided key" << endl; + cout << "-k KEY The 16-bit encryption key for this message bank. Default: computes it from the binary file name" << endl; + cout << "-v Print the program version and exit." << endl; + cout << "-h Print this message and exit." << endl; + cout << "-D DUMPNAME Dump the intermediate binary (after decryption or before encryption)." << endl; } -static map<string, uint16_t> charmap; - -void read_charmap(string filename) { - string raw = ReadTextFile(filename); - size_t pos, eqpos, last_pos = 0; - while (last_pos != string::npos && (pos = raw.find_first_of("\r\n", last_pos)) != string::npos) { - eqpos = raw.find('=', last_pos); - if (eqpos == string::npos) - { - stringstream s; - s << "charmap syntax error at " << (charmap.size() + 1); - throw(runtime_error(s.str())); +struct Options { + ConvertMode mode = CONV_INVALID; + int key = 0; + vector<string> posargs; + string failReason; + string charmap; + bool printUsage = false; + bool printVersion = false; + string dumpBinary; + Options(int argc, char ** argv) { + for (int i = 1; i < argc; i++) { + string arg(argv[i]); + if (arg == "-d") { + mode = CONV_DECODE; + } else if (arg == "-e") { + mode = CONV_ENCODE; + } else if (arg == "-h") { + printUsage = true; + return; + } else if (arg == "-v") { + printVersion = true; + return; + } else if (arg == "-k") { + key = stoi(argv[++i], nullptr, 0); + // If the key is 0, ensure that it is not overridden by the CRC. + key &= 0xFFFF; + key |= 0x10000; + } else if (arg == "-c") { + charmap = argv[++i]; + } else if (arg == "-D") { + dumpBinary = argv[++i]; + } else if (arg[0] != '-') { + posargs.push_back(arg); + } else { + failReason = "unrecognized option: " + arg; + break; + } + } + if (posargs.size() < 2) { + failReason = "missing required positional argument: " + (string[]){"INFILE", "OUTFILE"}[posargs.size()]; + } + if (mode == CONV_INVALID) { + failReason = "missing mode flag: -d or -e is required"; + } + if (charmap.empty()) { + failReason = "missing charmap file: -c CHARMAP is required"; } - string value = raw.substr(last_pos, eqpos - last_pos); - string code = raw.substr(eqpos + 1, pos - eqpos - 1); - uint16_t value_i = stoi(value, nullptr, 16); - charmap[code] = value_i; - last_pos = raw.find_last_of("\r\n", pos + 1, 2) + 1; - } -} - -static MsgArcHeader header; -vector<MsgAlloc> alloc_table; -static vector<string> files; -static vector<u16string> outfiles; - -void read_key(string keyfname) { - fstream keyfile(keyfname, ios_base::in | ios_base::binary); - if (!keyfile.good()) { - stringstream s; - s << "unable to open file \"" << keyfname << "\" for reading"; - throw runtime_error(s.str()); } - keyfile.read((char *)&header.key, 2); -} - -void read_msgs(string fname) { - string text = ReadTextFile(fname); - size_t pos = 0; - do { - text = text.substr(pos); - if (text.empty()) - break; - pos = text.find_first_of("\r\n"); - files.push_back(text.substr(0, pos)); - pos = text.find_last_of("\r\n", pos + 1, 2); - if (pos == string::npos) - break; - pos++; - } while (pos != string::npos); - header.count = files.size(); -} - -uint16_t enc_short(uint16_t value, uint16_t & seed) { - value ^= seed; - seed += 18749; - return value; -} - -static map<string, uint16_t> cmdmap = { - {"STRVAR", 0x0100}, - {"YESNO", 0x200}, - {"PAUSE", 0x201}, - {"WAIT", 0x202}, - {"CURSOR_X", 0x203}, - {"CURSOR_Y", 0x204}, - {"COLOR", 0xFF00}, - {"SIZE", 0xFF01} }; -void encode_messages() { - int i = 1; - for (auto message : files) { - u16string encoded; - uint16_t seed = i * 596947; - bool is_trname = false; - uint32_t trnamebuf = 0; - int bit = 0; - for (size_t j = 0; j < message.size(); j++) { - if (message[j] == '{') { - size_t k = message.find('}', j); - string enclosed = message.substr(j + 1, k - j - 1); - j = k; - size_t pos = enclosed.find(' '); - string command = enclosed.substr(0, pos); - enclosed = enclosed.substr(pos + 1); - if (cmdmap.find(command) != cmdmap.end()) { - uint16_t command_i = cmdmap[command]; - encoded += enc_short(0xFFFE, seed); - vector<uint16_t> args; - do { - k = enclosed.find(','); - string num = enclosed.substr(0, k); - uint16_t num_i = stoi(num); - args.push_back(num_i); - enclosed = enclosed.substr(k + 1); - } while (k++ != string::npos); - - if (command == "STRVAR") { - command_i |= args[0]; - args.erase(args.begin()); - } - encoded += enc_short(command_i, seed); - encoded += enc_short(args.size(), seed); - for (auto num_i : args) { - encoded += enc_short(num_i, seed); - } - } else if (command == "TRNAME") { - is_trname = true; - encoded += enc_short(0xF100, seed); - } else { - encoded += enc_short(stoi(enclosed, nullptr, 16), seed); - } - } else { - uint16_t code = 0; - size_t k; - string substr; - for (k = 0; k < message.size() - j; k++) { - substr = message.substr(j, k + 1); - code = charmap[substr]; - if (code != 0 || substr == "\\x0000") - break; - } - if (code == 0 && substr != "\\x0000") { - stringstream ss; - ss << "unrecognized character: file " << i << " pos " << (j + 1); - throw runtime_error(ss.str()); - } - if (is_trname) { - if (code & ~0x1FF) { - stringstream ss; - ss << "invalid character for bitpacked string: " << substr; - throw runtime_error(ss.str()); - } - trnamebuf |= code << bit; - bit += 9; - if (bit >= 15) { - bit -= 15; - encoded += enc_short(trnamebuf & 0x7FFF, seed); - trnamebuf >>= 15; - } - } else { - encoded += enc_short(code, seed); - } - j += k; +int main(int argc, char ** argv) { + try { + Options options(argc, argv); + if (options.printUsage || !options.failReason.empty()) { + usage(); + if (!options.failReason.empty()) { + throw invalid_argument(options.failReason); } + return 0; + } else if (options.printVersion) { + cout << progname << " v" << version << endl; + return 0; } - if (is_trname && bit > 1) { - trnamebuf |= 0xFFFF << bit; - encoded += enc_short(trnamebuf & 0x7FFF, seed); + + MessagesConverter *converter; + if (options.mode == CONV_DECODE) + { + converter = new MessagesDecoder(options.posargs[1], options.key, options.charmap, options.posargs[0]); } - encoded += enc_short(0xFFFF, seed); - MsgAlloc alloc {0, 0}; - if (i > 1) { - alloc.offset = alloc_table[i - 2].offset + alloc_table[i - 2].length * 2; - } else { - alloc.offset = sizeof(header) + sizeof(MsgAlloc) * header.count; + else + { + converter = new MessagesEncoder(options.posargs[0], options.key, options.charmap, options.posargs[1]); } - alloc.length = encoded.size(); - outfiles.push_back(encoded); - alloc_table.push_back(alloc); - i++; - } - i = 1; - for (auto & x : alloc_table) { - uint32_t alloc_key = (765 * i * header.key) & 0xFFFF; - alloc_key |= alloc_key << 16; - x.offset ^= alloc_key; - x.length ^= alloc_key; - i++; - } -} - -void write_messages(string filename) { - ofstream outfile(filename, ios_base::binary); - outfile.write((char *)&header, sizeof(header)); - outfile.write((char *)alloc_table.data(), sizeof(MsgAlloc) * alloc_table.size()); - for (auto m : outfiles) { - outfile.write((char *)m.c_str(), m.size() * 2); + converter->ReadInput(); + converter->ReadCharmap(); + converter->Convert(); + if (!options.dumpBinary.empty()) + converter->WriteBinaryDecoded(options.dumpBinary); + converter->WriteOutput(); + if (options.mode == CONV_DECODE) { + cout << "Key: " << hex << converter->GetKey() << endl; + } + delete converter; + } catch (invalid_argument& ia) { + cerr << "Invalid Argument: " << ia.what() << endl; + return 1; + } catch (ios_base::failure& iof) { + cerr << "IO Failure: " << iof.what() << endl; + return 1; + } catch (runtime_error& exc) { + cerr << "Runtime Error: " << exc.what() << endl; + return 1; } - outfile.close(); -} - -int main(int argc, char ** argv) { - // msgenc TXTFILE KEYFILE CHARMAP OUTFILE - if (argc < 5) - throw invalid_argument("usage: msgenc TXTFILE KEYFILE CHARMAP OUTFILE"); - read_msgs(argv[1]); - read_key(argv[2]); - read_charmap(argv[3]); - encode_messages(); - write_messages(argv[4]); return 0; } diff --git a/tools/msgenc/util.h b/tools/msgenc/util.h new file mode 100644 index 00000000..5c93f4ca --- /dev/null +++ b/tools/msgenc/util.h @@ -0,0 +1,17 @@ +#ifndef GUARD_UTIL_H +#define GUARD_UTIL_H + +#include <cstdio> +#include <cstdarg> + +static inline __attribute__((format(printf, 1, 2))) void debug_printf(const char * fmt, ...) { +#ifndef NDEBUG + fputs("DEBUG: ", stderr); + va_list va_args; + va_start(va_args, fmt); + vfprintf(stderr, fmt, va_args); + va_end(va_args); +#endif //NDEBUG +} + +#endif //GUARD_UTIL_H |