mirror of
https://github.com/pret/pokediamond.git
synced 2024-11-23 14:09:55 +00:00
Implement msgenc and decode script messages
This commit is contained in:
parent
85a668f75a
commit
e20d92a8d6
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1 +1,4 @@
|
||||
*.sha1 text eol=lf
|
||||
charmap.txt text eol=crlf working-tree-encoding=utf-16
|
||||
files/msgdata/msg/*.txt eol=crlf working-tree-encoding=utf-16
|
||||
files/msgdata/msg/*.key binary
|
||||
|
@ -26,3 +26,4 @@ add_executable(jsonproc tools/jsonproc/jsonproc.cpp)
|
||||
target_include_directories(jsonproc PRIVATE SYSTEM tools/jsonproc)
|
||||
|
||||
add_executable(o2narc tools/o2narc/o2narc.cpp)
|
||||
add_executable(msgenc tools/msgenc/msgenc.cpp tools/msgenc/dir_util.cpp)
|
||||
|
2
Makefile
2
Makefile
@ -87,6 +87,7 @@ MWCCARM = tools/mwccarm/$(MWCCVERSION)/mwccarm.exe
|
||||
# TODO: Is there a hack workaround to let us go back to GNU LD? Ideally, the
|
||||
# only dependency should be MWCCARM.
|
||||
KNARC = tools/knarc/knarc$(EXE)
|
||||
MSGENC = tools/msgenc/msgenc$(EXE)
|
||||
MWLDARM = tools/mwccarm/$(MWCCVERSION)/mwldarm.exe
|
||||
MWASMARM = tools/mwccarm/$(MWCCVERSION)/mwasmarm.exe
|
||||
SCANINC = tools/scaninc/scaninc$(EXE)
|
||||
@ -159,6 +160,7 @@ clean-fs:
|
||||
$(RM) $(filter %.narc %.arc,$(HOSTFS_FILES))
|
||||
$(RM) $(NCGR_CLEAN_LIST) $(NCLR_CLEAN_LIST)
|
||||
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' \) -exec $(RM) {} +
|
||||
$(RM) files/msgdata/msg/narc_*.bin
|
||||
|
||||
mostlyclean: tidy
|
||||
$(MAKE) -C arm9 mostlyclean
|
||||
|
BIN
charmap.txt
BIN
charmap.txt
Binary file not shown.
1
files/msgdata/msg/.gitignore
vendored
Normal file
1
files/msgdata/msg/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.bin
|
@ -1,2 +1,4 @@
|
||||
*.png
|
||||
*.pal
|
||||
*.txt
|
||||
*.key
|
||||
|
Binary file not shown.
1
files/msgdata/msg/narc_0000.key
Normal file
1
files/msgdata/msg/narc_0000.key
Normal file
@ -0,0 +1 @@
|
||||
觜
|
1404
files/msgdata/msg/narc_0000.txt
Normal file
1404
files/msgdata/msg/narc_0000.txt
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
1
files/msgdata/msg/narc_0001.key
Normal file
1
files/msgdata/msg/narc_0001.key
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD>:
|
4
files/msgdata/msg/narc_0001.txt
Normal file
4
files/msgdata/msg/narc_0001.txt
Normal file
@ -0,0 +1,4 @@
|
||||
PLAYER: {STRVAR 259, 1, 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
|
Binary file not shown.
1
files/msgdata/msg/narc_0002.key
Normal file
1
files/msgdata/msg/narc_0002.key
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD>
|
49
files/msgdata/msg/narc_0002.txt
Normal file
49
files/msgdata/msg/narc_0002.txt
Normal file
@ -0,0 +1,49 @@
|
||||
HP/PP
|
||||
RESTORE
|
||||
STATUS
|
||||
HEALERS
|
||||
|
||||
|
||||
BATTLE ITEMS
|
||||
POKé BALLS
|
||||
Item used last
|
||||
{STRVAR 264, 1, 0}
|
||||
x{STRVAR 308, 1, 0}
|
||||
{STRVAR 264, 1, 0}
|
||||
x{STRVAR 308, 1, 0}
|
||||
{STRVAR 264, 1, 0}
|
||||
x{STRVAR 308, 1, 0}
|
||||
{STRVAR 264, 1, 0}
|
||||
x{STRVAR 308, 1, 0}
|
||||
{STRVAR 264, 1, 0}
|
||||
x{STRVAR 308, 1, 0}
|
||||
{STRVAR 264, 1, 0}
|
||||
x{STRVAR 308, 1, 0}
|
||||
|
||||
HP/PP
|
||||
RESTORE
|
||||
STATUS
|
||||
HEALERS
|
||||
POKé BALLS
|
||||
BATTLE ITEMS
|
||||
/
|
||||
{STRVAR 306, 1, 0}
|
||||
{STRVAR 306, 1, 0}
|
||||
USE
|
||||
{STRVAR 264, 1, 0}
|
||||
x{STRVAR 308, 1, 0}
|
||||
It won’t do any good to use that!
|
||||
|
||||
{STRVAR 257, 1, 0} is getting\npumped!
|
||||
{STRVAR 257, 1, 0}’s Attack\nrose!
|
||||
{STRVAR 257, 1, 0}’s Special Attack\nrose!
|
||||
{STRVAR 257, 1, 0}’s Speed\nrose!
|
||||
{STRVAR 257, 1, 0}’s Special Defense\nrose!
|
||||
{STRVAR 257, 1, 0}’s Defense\nrose!
|
||||
{STRVAR 257, 1, 0}’s accuracy\nrose!
|
||||
The {STRVAR 264, 1, 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 262, 1, 1}’s effect prevents\nthe item’s use on {STRVAR 257, 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!
|
Binary file not shown.
1
files/msgdata/msg/narc_0003.key
Normal file
1
files/msgdata/msg/narc_0003.key
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD>
|
96
files/msgdata/msg/narc_0003.txt
Normal file
96
files/msgdata/msg/narc_0003.txt
Normal file
@ -0,0 +1,96 @@
|
||||
{STRVAR 257, 1, 0}
|
||||
{STRVAR 257, 1, 0}
|
||||
{STRVAR 257, 1, 0}
|
||||
{STRVAR 257, 1, 0}
|
||||
{STRVAR 257, 1, 0}
|
||||
{STRVAR 257, 1, 0}
|
||||
Choose a Pokémon.
|
||||
Use on which Pokémon?
|
||||
{STRVAR 261, 1, 0}
|
||||
{STRVAR 264, 1, 0}
|
||||
|
||||
|
||||
|
||||
|
||||
PP
|
||||
SHIFT
|
||||
♂
|
||||
♀
|
||||
SUMMARY
|
||||
CHECK MOVES
|
||||
No item held
|
||||
{STRVAR 257, 1, 0}
|
||||
{STRVAR 257, 1, 0}
|
||||
Lv.
|
||||
{STRVAR 308, 1, 0}
|
||||
NEXT LV
|
||||
{STRVAR 311, 1, 0}
|
||||
{STRVAR 261, 1, 0}
|
||||
HP
|
||||
{STRVAR 308, 1, 0}
|
||||
{STRVAR 308, 1, 0}
|
||||
/
|
||||
ATTACK
|
||||
{STRVAR 308, 1, 0}
|
||||
DEFENSE
|
||||
{STRVAR 308, 1, 0}
|
||||
SP. ATK
|
||||
{STRVAR 308, 1, 0}
|
||||
SP. DEF
|
||||
{STRVAR 308, 1, 0}
|
||||
SPEED
|
||||
{STRVAR 308, 1, 0}
|
||||
{STRVAR 262, 1, 0}
|
||||
PP
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
/
|
||||
|
||||
POWER
|
||||
{STRVAR 308, 1, 0}
|
||||
---
|
||||
ACCURACY
|
||||
{STRVAR 308, 1, 0}
|
||||
CATEGORY
|
||||
PHYSICAL
|
||||
STATUS
|
||||
SPECIAL
|
||||
APPEAL PTS
|
||||
FORGET
|
||||
CANCEL
|
||||
HM moves can’t be\nforgotten now.
|
||||
{STRVAR 262, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 262, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 262, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 262, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 262, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 257, 1, 0} is already\nin battle!
|
||||
{STRVAR 257, 1, 0} has no energy\nleft to battle!
|
||||
{STRVAR 257, 1, 0} can’t be switched\nout!
|
||||
An Egg can’t battle!
|
||||
You can’t switch {STRVAR 259, 1, 0}’s\nPokémon with one of yours!
|
||||
It won’t have any effect.
|
||||
{STRVAR 257, 1, 0}’s HP was restored\nby {STRVAR 308, 1, 1} point(s).
|
||||
{STRVAR 257, 1, 0} was cured of its\npoisoning.
|
||||
{STRVAR 257, 1, 0} was cured of\nparalysis.
|
||||
{STRVAR 257, 1, 0}’s burn was healed.
|
||||
{STRVAR 257, 1, 0} was thawed out.
|
||||
PP was restored.
|
||||
{STRVAR 257, 1, 0} recovered from\nfainting!
|
||||
{STRVAR 257, 1, 0} became healthy.
|
||||
{STRVAR 257, 1, 0} snapped out of its\nconfusion.
|
||||
{STRVAR 257, 1, 0} got over its\ninfatuation.
|
||||
{STRVAR 257, 1, 0} woke up.
|
||||
{STRVAR 257, 1, 0} has already been\nselected.
|
||||
Restore which move?
|
||||
{STRVAR 262, 1, 1}’s effect prevents\nthe item’s use on {STRVAR 257, 1, 0}!
|
Binary file not shown.
1
files/msgdata/msg/narc_0004.key
Normal file
1
files/msgdata/msg/narc_0004.key
Normal file
@ -0,0 +1 @@
|
||||
Ov
|
3
files/msgdata/msg/narc_0004.txt
Normal file
3
files/msgdata/msg/narc_0004.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Delete all saved data?
|
||||
Once data has been deleted,\nthere is no way to recover it.\rDelete the saved data anyway?
|
||||
Deleting all data.\nDon’t turn off the power.
|
Binary file not shown.
1
files/msgdata/msg/narc_0005.key
Normal file
1
files/msgdata/msg/narc_0005.key
Normal file
@ -0,0 +1 @@
|
||||
恰
|
2
files/msgdata/msg/narc_0005.txt
Normal file
2
files/msgdata/msg/narc_0005.txt
Normal file
@ -0,0 +1,2 @@
|
||||
The data could not be read.\n\nPlease turn off the power, then\nremove and reinsert the DS Game\nCard.
|
||||
Error reading data.\n\nThe GBA Game Pak was removed.\nPlease turn off the power and retry.
|
Binary file not shown.
1
files/msgdata/msg/narc_0006.key
Normal file
1
files/msgdata/msg/narc_0006.key
Normal file
@ -0,0 +1 @@
|
||||
ʭ
|
2
files/msgdata/msg/narc_0006.txt
Normal file
2
files/msgdata/msg/narc_0006.txt
Normal file
@ -0,0 +1,2 @@
|
||||
The data could not be written.\n\nPlease turn off the power, then\nremove and reinsert the DS Game\nCard.
|
||||
Error saving data.\n\nThe backup memory has failed.\nThe game may be played, but\nit is impossible to save.\n\nPlease turn off the power.
|
Binary file not shown.
1
files/msgdata/msg/narc_0007.key
Normal file
1
files/msgdata/msg/narc_0007.key
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD>
|
112
files/msgdata/msg/narc_0007.txt
Normal file
112
files/msgdata/msg/narc_0007.txt
Normal file
@ -0,0 +1,112 @@
|
||||
USE
|
||||
TOSS
|
||||
REGISTER
|
||||
GIVE
|
||||
CHECK TAG
|
||||
CONFIRM
|
||||
WALK
|
||||
|
||||
CANCEL
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
CHECK
|
||||
|
||||
DESELECT
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{STRVAR 308, 1, 0}
|
||||
x
|
||||
|
||||
|
||||
CLOSE BAG
|
||||
{STRVAR 264, 1, 0} is\nselected.
|
||||
|
||||
|
||||
Move the {STRVAR 264, 1, 0} where?
|
||||
The {STRVAR 264, 1, 0} can’t be held.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Toss out how many\n{STRVAR 264, 1, 0}(s)?
|
||||
Threw away {STRVAR 307, 1, 1} {STRVAR 264, 1, 0}.
|
||||
Is it OK to throw away\n{STRVAR 308, 1, 1} {STRVAR 264, 1, 0}?
|
||||
|
||||
You can’t dismount your Bike here.
|
||||
Your Coins: {STRVAR 310, 1, 0}
|
||||
Booted up a TM.{STRVAR 514, 1, 3}{STRVAR 514, 1, 4}\n
|
||||
Booted up an HM.{STRVAR 514, 1, 3}{STRVAR 514, 1, 4}\n
|
||||
It contained\n{STRVAR 262, 1, 0}.\rTeach {STRVAR 262, 1, 0}\nto a Pokémon?
|
||||
{STRVAR 259, 1, 0} used the\n{STRVAR 264, 1, 1}.
|
||||
Since a Repel’s effects still linger,\nyou can’t use this now.
|
||||
{STRVAR 259, 1, 0} used the\n{STRVAR 264, 1, 1}.\rWild Pokémon will be lured.
|
||||
{STRVAR 259, 1, 0} used the\n{STRVAR 264, 1, 1}.\rWild Pokémon will be repelled.
|
||||
The Box is full.
|
||||
|
||||
No.{STRVAR 307, 1, 0}{STRVAR 262, 1, 1}
|
||||
No.{STRVAR 307, 1, 0}{STRVAR 262, 1, 1}
|
||||
{STRVAR 307, 1, 0}{STRVAR 262, 1, 1}
|
||||
|
||||
|
||||
|
||||
|
||||
{STRVAR 264, 1, 0}? Oh, no.\nI can’t buy that.
|
||||
{STRVAR 264, 1, 0}?\nHow many would you like to sell?
|
||||
I can pay ${STRVAR 311, 1, 0}.\nWould that be OK?
|
||||
Turned over the {STRVAR 264, 1, 0}\nand received ${STRVAR 311, 1, 1}.
|
||||
MONEY
|
||||
${STRVAR 311, 1, 0}
|
||||
x{STRVAR 307, 1, 0}
|
||||
${STRVAR 311, 1, 0}
|
||||
Yes
|
||||
No
|
||||
x{STRVAR 308, 1, 0}
|
||||
|
||||
PP
|
||||
POWER
|
||||
ACCURACY
|
||||
CATEGORY
|
||||
{STRVAR 307, 1, 0}
|
||||
{STRVAR 308, 1, 0}
|
||||
Seals: {STRVAR 309, 1, 0}
|
||||
Accessories: {STRVAR 308, 1, 0}\nBackdrops: {STRVAR 307, 1, 1}
|
||||
Close Bag
|
||||
PLANT
|
||||
OPEN
|
||||
Saved Battle Points\n{STRVAR 309, 1, 0}BP
|
||||
TYPE
|
||||
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 307, 1, 0} steps.
|
||||
The grassy patch remained quiet...
|
||||
No. of Poffins:
|
||||
{STRVAR 308, 1, 0}/100
|
||||
Please choose the Berry you want to\ncook from your Bag.
|
||||
It can’t be used when you have\nsomeone with you.
|
Binary file not shown.
1
files/msgdata/msg/narc_0008.key
Normal file
1
files/msgdata/msg/narc_0008.key
Normal file
@ -0,0 +1 @@
|
||||
в
|
17
files/msgdata/msg/narc_0008.txt
Normal file
17
files/msgdata/msg/narc_0008.txt
Normal file
@ -0,0 +1,17 @@
|
||||
EDIT
|
||||
QUIT
|
||||
SET
|
||||
REMOVE
|
||||
SHIFT
|
||||
CONFIRM
|
||||
CANCEL
|
||||
Choose a capsule.
|
||||
What would you like to do?
|
||||
The capsule was removed.
|
||||
Switch with which capsule?
|
||||
The capsules were switched.
|
||||
Finished editing the capsule.
|
||||
Confirming...
|
||||
Quit without changing the capsule\ndesign?
|
||||
There’s no more room!
|
||||
There are no Seals left.
|
Binary file not shown.
1
files/msgdata/msg/narc_0009.key
Normal file
1
files/msgdata/msg/narc_0009.key
Normal file
@ -0,0 +1 @@
|
||||
8
|
25
files/msgdata/msg/narc_0009.txt
Normal file
25
files/msgdata/msg/narc_0009.txt
Normal file
@ -0,0 +1,25 @@
|
||||
Please take your designated position\nand start the battle.
|
||||
Please wait a moment...\nPress the B Button to cancel.
|
||||
Let’s check out {STRVAR 259, 1, 0}’s\nTrainer Case...\r...It’s a Normal Card!
|
||||
Let’s check out {STRVAR 259, 1, 0}’s\nTrainer Case...\r...It’s a Bronze Card!
|
||||
Let’s check out {STRVAR 259, 1, 0}’s\nTrainer Case...\r...It’s a Copper Card!
|
||||
Let’s check out {STRVAR 259, 1, 0}’s\nTrainer Case...\r...It’s a Silver Card!
|
||||
Let’s check out {STRVAR 259, 1, 0}’s\nTrainer Case...\r...It’s a Gold Card!
|
||||
Let’s check out {STRVAR 259, 1, 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 259, 1, 0} to choose.
|
||||
The battle has been canceled.
|
||||
Please come again.
|
||||
Please select one of your opponent’s\nPokémon.
|
||||
Is {STRVAR 256, 1, 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
|
||||
SUMMARY
|
||||
OK
|
||||
CANCEL
|
Binary file not shown.
1
files/msgdata/msg/narc_0010.key
Normal file
1
files/msgdata/msg/narc_0010.key
Normal file
@ -0,0 +1 @@
|
||||
モリ
|
81
files/msgdata/msg/narc_0010.txt
Normal file
81
files/msgdata/msg/narc_0010.txt
Normal file
@ -0,0 +1,81 @@
|
||||
|
||||
Heart Seal A
|
||||
Heart Seal B
|
||||
Heart Seal C
|
||||
Heart Seal D
|
||||
Heart Seal E
|
||||
Heart Seal F
|
||||
Star Seal A
|
||||
Star Seal B
|
||||
Star Seal C
|
||||
Star Seal D
|
||||
Star Seal E
|
||||
Star Seal F
|
||||
Line Seal A
|
||||
Line Seal B
|
||||
Line Seal C
|
||||
Smoke Seal A
|
||||
Smoke Seal B
|
||||
Smoke Seal C
|
||||
Smoke Seal D
|
||||
Ele-Seal A
|
||||
Ele-Seal B
|
||||
Ele-Seal C
|
||||
Ele-Seal D
|
||||
Foamy Seal A
|
||||
Foamy Seal B
|
||||
Foamy Seal C
|
||||
Foamy Seal D
|
||||
Fire Seal A
|
||||
Fire Seal B
|
||||
Fire Seal C
|
||||
Fire Seal D
|
||||
Party Seal A
|
||||
Party Seal B
|
||||
Party Seal C
|
||||
Party Seal D
|
||||
Flora Seal A
|
||||
Flora Seal B
|
||||
Flora Seal C
|
||||
Flora Seal D
|
||||
Flora Seal E
|
||||
Flora Seal F
|
||||
Song Seal A
|
||||
Song Seal B
|
||||
Song Seal C
|
||||
Song Seal D
|
||||
Song Seal E
|
||||
Song Seal F
|
||||
Song Seal G
|
||||
A Seal
|
||||
B Seal
|
||||
C Seal
|
||||
D Seal
|
||||
E Seal
|
||||
F Seal
|
||||
G Seal
|
||||
H Seal
|
||||
I Seal
|
||||
J Seal
|
||||
K Seal
|
||||
L Seal
|
||||
M Seal
|
||||
N Seal
|
||||
O Seal
|
||||
P Seal
|
||||
Q Seal
|
||||
R Seal
|
||||
S Seal
|
||||
T Seal
|
||||
U Seal
|
||||
V Seal
|
||||
W Seal
|
||||
X Seal
|
||||
Y Seal
|
||||
Z Seal
|
||||
Shock Seal
|
||||
Mystery Seal
|
||||
Line Seal D
|
||||
Liquid Seal
|
||||
Burst Seal
|
||||
Twinkle Seal
|
Binary file not shown.
1
files/msgdata/msg/narc_0011.key
Normal file
1
files/msgdata/msg/narc_0011.key
Normal file
@ -0,0 +1 @@
|
||||
Ub
|
81
files/msgdata/msg/narc_0011.txt
Normal file
81
files/msgdata/msg/narc_0011.txt
Normal file
@ -0,0 +1,81 @@
|
||||
|
||||
Heart Seal As
|
||||
Heart Seal Bs
|
||||
Heart Seal Cs
|
||||
Heart Seal Ds
|
||||
Heart Seal Es
|
||||
Heart Seal Fs
|
||||
Star Seal As
|
||||
Star Seal Bs
|
||||
Star Seal Cs
|
||||
Star Seal Ds
|
||||
Star Seal Es
|
||||
Star Seal Fs
|
||||
Line Seal As
|
||||
Line Seal Bs
|
||||
Line Seal Cs
|
||||
Smoke Seal As
|
||||
Smoke Seal Bs
|
||||
Smoke Seal Cs
|
||||
Smoke Seal Ds
|
||||
Ele-Seal As
|
||||
Ele-Seal Bs
|
||||
Ele-Seal Cs
|
||||
Ele-Seal Ds
|
||||
Foamy Seal As
|
||||
Foamy Seal Bs
|
||||
Foamy Seal Cs
|
||||
Foamy Seal Ds
|
||||
Fire Seal As
|
||||
Fire Seal Bs
|
||||
Fire Seal Cs
|
||||
Fire Seal Ds
|
||||
Party Seal As
|
||||
Party Seal Bs
|
||||
Party Seal Cs
|
||||
Party Seal Ds
|
||||
Flora Seal As
|
||||
Flora Seal Bs
|
||||
Flora Seal Cs
|
||||
Flora Seal Ds
|
||||
Flora Seal Es
|
||||
Flora Seal Fs
|
||||
Song Seal As
|
||||
Song Seal Bs
|
||||
Song Seal Cs
|
||||
Song Seal Ds
|
||||
Song Seal Es
|
||||
Song Seal Fs
|
||||
Song Seal Gs
|
||||
A Seals
|
||||
B Seals
|
||||
C Seals
|
||||
D Seals
|
||||
E Seals
|
||||
F Seals
|
||||
G Seals
|
||||
H Seals
|
||||
I Seals
|
||||
J Seals
|
||||
K Seals
|
||||
L Seals
|
||||
M Seals
|
||||
N Seals
|
||||
O Seals
|
||||
P Seals
|
||||
Q Seals
|
||||
R Seals
|
||||
S Seals
|
||||
T Seals
|
||||
U Seals
|
||||
V Seals
|
||||
W Seals
|
||||
X Seals
|
||||
Y Seals
|
||||
Z Seals
|
||||
Shock Seals
|
||||
Mystery Seals
|
||||
Line Seal Ds
|
||||
Liquid Seals
|
||||
Burst Seals
|
||||
Twinkle Seals
|
Binary file not shown.
1
files/msgdata/msg/narc_0012.key
Normal file
1
files/msgdata/msg/narc_0012.key
Normal file
@ -0,0 +1 @@
|
||||
;D
|
6
files/msgdata/msg/narc_0012.txt
Normal file
6
files/msgdata/msg/narc_0012.txt
Normal file
@ -0,0 +1,6 @@
|
||||
A solicitation message arrived\nfrom a Pokémon Ranger.\n\nYou may receive a {STRVAR 65280, 1, 1}MANAPHY Egg{STRVAR 65280, 1, 0}\nfrom the Pokémon Ranger!\n\nAt the next screen, select\n{STRVAR 65280, 1, 1}Link with Pokémon Ranger{STRVAR 65280, 1, 0}.\nPress the A Button to advance.
|
||||
A Mystery Gift signal has\nbeen located!\n\nYou may receive a Mystery Gift!\n\nAt the next screen, select\n{STRVAR 65280, 1, 1}Mystery Gift{STRVAR 65280, 1, 0}.\nPress the A Button to advance.
|
||||
A solicitation message arrived\nfrom a Pokémon Ranger.\n\nHowever, to communicate with the\nPokémon Ranger, you must get\nfarther into your adventure and\nobtain a Pokédex first.\nPress the A Button to advance.
|
||||
A Mystery Gift signal has\nbeen located.\n\nHowever, to receive a Mystery\nGift, you must get farther into\nyour adventure and obtain a\nPokédex first.\nPress the A Button to advance.
|
||||
|
||||
\n{STRVAR 65280, 1, 1}WARNING!\n{STRVAR 65280, 1, 0}There is already another saved game\nfile. If you start an adventure now,\nyou will not be able to save it.\nPress Up + SELECT + B Button on\nthe title screen if you want to erase\nthe current saved game file.\n\nA Button: Begin adventure\nB Button: Return to the menu
|
Binary file not shown.
1
files/msgdata/msg/narc_0013.key
Normal file
1
files/msgdata/msg/narc_0013.key
Normal file
@ -0,0 +1 @@
|
||||
¤y
|
8
files/msgdata/msg/narc_0013.txt
Normal file
8
files/msgdata/msg/narc_0013.txt
Normal file
@ -0,0 +1,8 @@
|
||||
It’s lined with Pokémon picture books.
|
||||
Are these books for Pokémon\nto read?
|
||||
It’s chock-full of Pokémon books and\nphoto collections.
|
||||
Pokémon magazines!\rPokémon Pal...\nPokémon Handbook...\fAdorable Pokémon...
|
||||
The trash can is empty.
|
||||
The shelves are jammed with colorful\nPokémon goods.
|
||||
There’s a ton of convenient items.\nThey all look useful.
|
||||
The shelves brim with all sorts of\nPokémon merchandise.
|
Binary file not shown.
1
files/msgdata/msg/narc_0014.key
Normal file
1
files/msgdata/msg/narc_0014.key
Normal file
@ -0,0 +1 @@
|
||||
@<40>
|
80
files/msgdata/msg/narc_0014.txt
Normal file
80
files/msgdata/msg/narc_0014.txt
Normal file
@ -0,0 +1,80 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{STRVAR 267, 1, 0}
|
||||
BOX 1
|
||||
BOX 2
|
||||
BOX 3
|
||||
BOX 4
|
||||
BOX 5
|
||||
BOX 6
|
||||
BOX 7
|
||||
BOX 8
|
||||
BOX 9
|
||||
BOX 10
|
||||
BOX 11
|
||||
BOX 12
|
||||
BOX 13
|
||||
BOX 14
|
||||
BOX 15
|
||||
BOX 16
|
||||
BOX 17
|
||||
BOX 18
|
||||
JUMP
|
||||
WALLPAPER
|
||||
NAME
|
||||
CANCEL
|
||||
SCENERY 1
|
||||
SCENERY 2
|
||||
SCENERY 3
|
||||
ETCETERA
|
||||
FRIENDS 1
|
||||
FRIENDS 2
|
||||
FOREST
|
||||
CITY
|
||||
DESERT
|
||||
SAVANNA
|
||||
CRAG
|
||||
VOLCANO
|
||||
SNOW
|
||||
CAVE
|
||||
BEACH
|
||||
SEAFLOOR
|
||||
RIVER
|
||||
SKY
|
||||
POKé CENTER
|
||||
MACHINE
|
||||
CHECKS
|
||||
SIMPLE
|
||||
SPACE
|
||||
BACKYARD
|
||||
NOSTALGIC
|
||||
TORCHIC
|
||||
TRIO
|
||||
PIKAPIKA
|
||||
LEGEND
|
||||
TEAM GALACTIC
|
||||
MOVE
|
||||
PLACE
|
||||
SHIFT
|
||||
SUMMARY
|
||||
WITHDRAW
|
||||
STORE
|
||||
ITEM
|
||||
MARK
|
||||
RELEASE
|
||||
CANCEL
|
||||
CONFIRM
|
||||
CANCEL
|
||||
GIVE
|
||||
TAKE
|
||||
INFO
|
||||
SWITCH
|
||||
BAG
|
||||
CANCEL
|
||||
SET ON LEFT
|
||||
SET ON RIGHT
|
||||
Yes
|
||||
No
|
Binary file not shown.
1
files/msgdata/msg/narc_0015.key
Normal file
1
files/msgdata/msg/narc_0015.key
Normal file
@ -0,0 +1 @@
|
||||
)
|
45
files/msgdata/msg/narc_0015.txt
Normal file
45
files/msgdata/msg/narc_0015.txt
Normal file
@ -0,0 +1,45 @@
|
||||
{STRVAR 257, 1, 0} is selected.
|
||||
Mark your Pokémon.
|
||||
Release this Pokémon?
|
||||
{STRVAR 257, 1, 0} was released.
|
||||
Bye-bye, {STRVAR 257, 1, 0}!
|
||||
Your party’s full!
|
||||
That’s your last Pokémon!
|
||||
What do you want to do?
|
||||
Jump to which Box?
|
||||
Please pick a theme.
|
||||
Pick the wallpaper.
|
||||
Exit from the Box?
|
||||
Continue Box operations?
|
||||
The Box is full.
|
||||
The Bag is full.
|
||||
Took the {STRVAR 264, 1, 0}.
|
||||
{STRVAR 264, 1, 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 264, 1, 0}?
|
||||
Mail can’t be taken away.
|
||||
{STRVAR 264, 1, 0} is selected.
|
||||
Put away {STRVAR 264, 1, 0}?
|
||||
Placed {STRVAR 264, 1, 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 257, 1, 0} came back!
|
||||
Was it worried about you?
|
||||
An Egg can’t hold an item.
|
||||
NATURE
|
||||
Lv.
|
||||
HP
|
||||
ATTACK
|
||||
DEFENSE
|
||||
SP. ATK
|
||||
SP. DEF
|
||||
SPEED
|
||||
MOVE
|
||||
???
|
Binary file not shown.
1
files/msgdata/msg/narc_0016.key
Normal file
1
files/msgdata/msg/narc_0016.key
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD>
|
307
files/msgdata/msg/narc_0016.txt
Normal file
307
files/msgdata/msg/narc_0016.txt
Normal file
@ -0,0 +1,307 @@
|
||||
Lloyd
|
||||
Ben
|
||||
Ezekiel
|
||||
Ebony
|
||||
Jenny
|
||||
Arianna
|
||||
Chaz
|
||||
Everett
|
||||
Lamont
|
||||
Gloria
|
||||
Toni
|
||||
Cecilia
|
||||
Milton
|
||||
Cortez
|
||||
Jaden
|
||||
Camille
|
||||
Tiana
|
||||
Marina
|
||||
Nestor
|
||||
Houston
|
||||
Clark
|
||||
Esther
|
||||
Nichole
|
||||
Martha
|
||||
Vernon
|
||||
Clifton
|
||||
Rick
|
||||
Ellen
|
||||
Aimee
|
||||
Tia
|
||||
Arnold
|
||||
Marcel
|
||||
Irvin
|
||||
Elena
|
||||
Viv
|
||||
Selena
|
||||
Tate
|
||||
Brooks
|
||||
Dusty
|
||||
Brandy
|
||||
Marie
|
||||
Imani
|
||||
Darin
|
||||
Duane
|
||||
Gerard
|
||||
Carissa
|
||||
Cassie
|
||||
Alexia
|
||||
Fred
|
||||
Kenyon
|
||||
Jaleel
|
||||
Colt
|
||||
Trever
|
||||
Will
|
||||
Lillian
|
||||
Ruth
|
||||
Janelle
|
||||
Bennett
|
||||
Braxton
|
||||
Winston
|
||||
Gino
|
||||
Jamison
|
||||
Davis
|
||||
Mikaela
|
||||
Sharon
|
||||
Mia
|
||||
Barbara
|
||||
Stacy
|
||||
Alena
|
||||
Sadie
|
||||
Kierra
|
||||
Nikki
|
||||
Herbert
|
||||
Jimmie
|
||||
Shayla
|
||||
Tierra
|
||||
Elise
|
||||
Kerry
|
||||
Reuben
|
||||
Madison
|
||||
Don
|
||||
Alana
|
||||
Carla
|
||||
Liliana
|
||||
Keon
|
||||
Jovan
|
||||
Kade
|
||||
Antwan
|
||||
Sheldon
|
||||
Ezra
|
||||
Pierce
|
||||
Shawna
|
||||
Annie
|
||||
Rose
|
||||
Rory
|
||||
Codey
|
||||
Sammy
|
||||
Valeria
|
||||
Shanice
|
||||
Callie
|
||||
Cordell
|
||||
Kaden
|
||||
Devin
|
||||
Karissa
|
||||
Kolby
|
||||
Jonas
|
||||
Eva
|
||||
Melinda
|
||||
Vaughn
|
||||
Irving
|
||||
Gene
|
||||
Lorena
|
||||
Pamela
|
||||
Daniela
|
||||
Santos
|
||||
Cruz
|
||||
Leslie
|
||||
Kate
|
||||
Chelsie
|
||||
Brianne
|
||||
Jasper
|
||||
Kolton
|
||||
Stewart
|
||||
Melody
|
||||
Aliyah
|
||||
Tina
|
||||
Nico
|
||||
Pierre
|
||||
Lester
|
||||
Sonia
|
||||
Larissa
|
||||
Kylee
|
||||
Grady
|
||||
Jackie
|
||||
Donnell
|
||||
Royce
|
||||
August
|
||||
Jerrod
|
||||
Jesse
|
||||
Benito
|
||||
Myron
|
||||
Herman
|
||||
Donnie
|
||||
Jane
|
||||
Natalia
|
||||
Sasha
|
||||
Bradly
|
||||
Cyrus
|
||||
Darrian
|
||||
Breana
|
||||
Kira
|
||||
Macy
|
||||
Erich
|
||||
Garett
|
||||
Rhett
|
||||
Codie
|
||||
Harold
|
||||
Lincoln
|
||||
Regina
|
||||
Alaina
|
||||
Reese
|
||||
Tobias
|
||||
Donna
|
||||
Mckenna
|
||||
Vance
|
||||
Floyd
|
||||
Allyson
|
||||
Ciara
|
||||
Quinten
|
||||
Elmer
|
||||
Kali
|
||||
Christy
|
||||
Aric
|
||||
Daulton
|
||||
Elisha
|
||||
Josef
|
||||
Juliana
|
||||
Tracy
|
||||
Kari
|
||||
Kyla
|
||||
Dan
|
||||
Rico
|
||||
Bronson
|
||||
Camden
|
||||
Rocky
|
||||
Trace
|
||||
Jim
|
||||
Josh
|
||||
Tayler
|
||||
Tory
|
||||
Skylar
|
||||
Paula
|
||||
Bernard
|
||||
Hugh
|
||||
Jessy
|
||||
Stetson
|
||||
Tyron
|
||||
Rex
|
||||
Quincy
|
||||
Emmett
|
||||
Justyn
|
||||
Leland
|
||||
Serena
|
||||
Kyra
|
||||
Markell
|
||||
Marquez
|
||||
Maranda
|
||||
Claudia
|
||||
Ted
|
||||
Cecil
|
||||
Selina
|
||||
Carley
|
||||
Kellen
|
||||
Alton
|
||||
Margot
|
||||
Sophie
|
||||
Blair
|
||||
Harvey
|
||||
Emilee
|
||||
Tiffani
|
||||
Ellis
|
||||
Lionel
|
||||
Irene
|
||||
Abbey
|
||||
Dallin
|
||||
Jayden
|
||||
Cortney
|
||||
Celina
|
||||
Denver
|
||||
Rusty
|
||||
Darcy
|
||||
Joy
|
||||
Alonso
|
||||
Hernan
|
||||
Benny
|
||||
Daron
|
||||
Sylvia
|
||||
Kristy
|
||||
Mikel
|
||||
Antony
|
||||
Mayra
|
||||
Kailey
|
||||
Clyde
|
||||
Gunner
|
||||
Clara
|
||||
Alma
|
||||
Kelby
|
||||
Kevon
|
||||
Kaila
|
||||
Jaime
|
||||
Barrett
|
||||
Jess
|
||||
Johanna
|
||||
Josie
|
||||
Demetri
|
||||
Lyle
|
||||
Kristi
|
||||
Mariana
|
||||
Auston
|
||||
Coby
|
||||
Sidney
|
||||
Elaine
|
||||
Sherman
|
||||
Ryne
|
||||
Turner
|
||||
Bryon
|
||||
Cain
|
||||
Kegan
|
||||
Aldo
|
||||
Andreas
|
||||
Jaylin
|
||||
Titus
|
||||
Tyrell
|
||||
Dalvin
|
||||
Edmund
|
||||
Kelton
|
||||
Brant
|
||||
Aidan
|
||||
Carlo
|
||||
Jarred
|
||||
Jerrell
|
||||
Kennedy
|
||||
Hans
|
||||
Layne
|
||||
River
|
||||
Kendel
|
||||
Kenton
|
||||
Tavon
|
||||
Chester
|
||||
Codi
|
||||
Allie
|
||||
Anissa
|
||||
Christa
|
||||
Madelyn
|
||||
Jaclyn
|
||||
Noelle
|
||||
Haylee
|
||||
Nadia
|
||||
Yvette
|
||||
Tasha
|
||||
Cheryl
|
||||
Mira
|
||||
Riley
|
||||
Marley
|
||||
Buck
|
||||
Palmer
|
||||
Palmer
|
Binary file not shown.
1
files/msgdata/msg/narc_0017.key
Normal file
1
files/msgdata/msg/narc_0017.key
Normal file
@ -0,0 +1 @@
|
||||
0
|
24
files/msgdata/msg/narc_0017.txt
Normal file
24
files/msgdata/msg/narc_0017.txt
Normal file
@ -0,0 +1,24 @@
|
||||
Battle Room Results
|
||||
Multi Battle Room Results
|
||||
Wi-Fi Battle Room Results
|
||||
{STRVAR 65280, 1, 1}Single{STRVAR 65280, 1, 3} {STRVAR 65280, 1, 2}\n{STRVAR 65280, 1, 1}Record{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}Multi{STRVAR 65280, 1, 3} {STRVAR 65280, 1, 0}\n{STRVAR 65280, 1, 1}Record{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}Current{STRVAR 65280, 1, 3} {STRVAR 65280, 1, 0}\n{STRVAR 65280, 1, 1}Rank{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}Double{STRVAR 65280, 1, 3} {STRVAR 65280, 1, 0}\n{STRVAR 65280, 1, 1}Record{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}Link{STRVAR 65280, 1, 3} {STRVAR 65280, 1, 0}\n{STRVAR 65280, 1, 1}Record{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}Wi-Fi{STRVAR 65280, 1, 0}\n{STRVAR 65280, 1, 1}Record{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}PREV{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}CURRENT{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}RECORD{STRVAR 65280, 1, 0}
|
||||
{STRVAR 65280, 1, 1}RANK{STRVAR 65280, 1, 0}
|
||||
Win streak: {STRVAR 65280, 1, 2}{STRVAR 309, 1, 0}{STRVAR 65280, 1, 0}
|
||||
{STRVAR 307, 1, 0}
|
||||
Rank {STRVAR 307, 1, 0}, Battle Room {STRVAR 308, 1, 1}
|
||||
LIST OF LEADERS
|
||||
{STRVAR 259, 1, 0}
|
||||
CANCEL
|
||||
{STRVAR 292, 1, 0}\n{STRVAR 293, 1, 1}
|
||||
{STRVAR 292, 1, 0}
|
||||
Home country\nunregistered
|
||||
DIAMOND
|
||||
PEARL
|
Binary file not shown.
1
files/msgdata/msg/narc_0018.key
Normal file
1
files/msgdata/msg/narc_0018.key
Normal file
@ -0,0 +1 @@
|
||||
敵
|
81
files/msgdata/msg/narc_0018.txt
Normal file
81
files/msgdata/msg/narc_0018.txt
Normal file
@ -0,0 +1,81 @@
|
||||
Dawn: Hi, {STRVAR 259, 1, 1}!\nAre you catching Pokémon?\r
|
||||
Wow! You’ve already got {STRVAR 306, 1, 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 259, 1, 0}, you should visit it.\nYou’ll get some tips on Pokémon.\rOh yes, {STRVAR 259, 1, 1} went to the\nTrainers’ School earlier.\rOK, bye now!\r
|
||||
Lucas: Hey, {STRVAR 259, 1, 1}!\nHow many Pokémon have you caught?\r
|
||||
Whoa! You already have {STRVAR 306, 1, 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 259, 1, 0}.\rOh yeah, {STRVAR 259, 1, 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
|
||||
By the way, have you visited the\nTrainers’ School?\rNot yet, right?\nYou really must visit there!\r
|
||||
|
||||
By the way, have you participated\nin the Pokétch campaign?\rNot yet, right?\nYou really must try!\r
|
||||
Hello! Yes, you!\nYou with that cool scarf!\rYou should have seen the boy that\ncame running by earlier.\rHe ran past me so quickly, I couldn’t\neven manage a hello.
|
||||
Jubilife City is a big place.\nTake your time sightseeing.
|
||||
Jubilife City is the love of my life\nWords can’t do it justice.
|
||||
By the way, have you visited the\nTrainers’ School?\rNot yet, right?\nYou really must visit there!
|
||||
By the way, have you participated\nin the Pokétch campaign?\rNot yet, right?\nYou really must try!
|
||||
Oh, oh, oh?\rYou call yourself a Pokémon Trainer?\nAnd yet you have no Pokétch?\rThat is, Pokémon Watch, or Pokétch\nfor short!\rOh my, you are a rare case\nindeed!\r
|
||||
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 259, 1, 0} received a {STRVAR 65280, 1, 1}Pokétch{STRVAR 65280, 1, 0}!{STRVAR 512, 1, 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
|
||||
Bzzzzt!\nThat’s the wrong answer...
|
||||
Pokémon grow stronger by defeating\nother Pokémon in battle.\rSome Pokémon even grow into an\nentirely different form in a process\fknown as evolution.\r
|
||||
Here you go!\nYour Pokétch Coupon!\r
|
||||
Pokémon grow stronger through\nbattling.\rSome Pokémon even grow into an\nentirely different form in a process\fknown as evolution.
|
||||
Hi! I’m a Pokétch campaign clown!\nLet’s roll out my question!\rJust like Pokémon types, the moves\nof Pokémon also have types?
|
||||
Ding-ding!\nYou’re absolutely correct!\r
|
||||
Bzzzzt!\nThat’s the wrong answer...
|
||||
If the Pokémon’s type matches its\nmove’s type, that move is made much\fmore powerful!\r
|
||||
Here you go!\nYour Pokétch Coupon!\r
|
||||
If the Pokémon’s type matches its\nmove’s type, that move is made much\fmore powerful!
|
||||
Hi! I’m a Pokétch campaign clown!\nLet’s roll out my question!\rCan a Pokémon hold an item?
|
||||
Ding-ding!\nYou’re absolutely correct!\r
|
||||
Bzzzzt!\nThat’s the wrong answer...
|
||||
A Pokémon may hold a single item.\rSome items become effective as soon\nas they are held by a Pokémon.\rBerries are eaten by Pokémon as\nnecessary during battle.\r
|
||||
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 259, 1, 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 259, 1, 1}!\rLet’s battle together and teach\nthese horrible men a lesson!\r
|
||||
Lucas: {STRVAR 259, 1, 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 259, 1, 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 259, 1, 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 259, 1, 1}...\nLet’s keep working on our Pokédex\fproject for the professor!\r
|
||||
Lucas: {STRVAR 259, 1, 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 259, 1, 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?
|
||||
The Fire type?\nYou must have a fiery personality.
|
||||
A person that likes the Water type\nmust be somewhat cool.
|
||||
You chose the Grass type?\nNo wonder you look so calm.
|
||||
Did you see me on TV?\nI was in an interview!
|
||||
When you walk with your Pokémon,\nthey gradually grow friendlier.
|
||||
OK, set six Poké Balls in my\nbelt...\rYeah, that’ll do it. At most, you\ncan have six Pokémon with you.
|
||||
|
||||
Hiya, where’d you come from?\r...\rTwinleaf Town, huh...\nIt’s a nice place. Quiet and all.\rJubilife City is a big place, so it\nmight be a bit of a shock to you.
|
||||
Hello, Trainer!\nDo you know much about Pokémon?
|
||||
Ah, I see!\nYou are knowledgeable!\rI imagine you wouldn’t see the need\nto visit the Trainers’ School, then.\rBut do visit if you have the time.\nYou may discover something new!
|
||||
Oh, you’re not knowledgeable...\nBut not to worry!\fThere’s the Trainers’ School.\rThe school will teach you the\nbasics of Pokémon.
|
||||
Past here is the GTS, which stands\nfor Global Trade Station.\rOh, I’m sorry, you don’t have\nany Gym Badges.\rThe GTS is off-limits if you don’t\nhave a Gym Badge. Sorry!\r
|
||||
Past here is the GTS, which stands\nfor Global Trade Station.\rTrading Pokémon means connecting\nwith friends, both old and new.\rThat’s awesome!
|
||||
I’m trading Pokémon with my buddy!
|
||||
I made my Pokémon hold an item\nbefore trading it.\rThat will make the other Trainer\ndouble happy!
|
||||
Jubilife City\nCity of Joy
|
||||
Jubilife Condominiums\nTenants Wanted!
|
||||
The Pokétch Company\nPokémon Watches for the World!
|
||||
Trainers’ School\nThe First Step for Trainers!
|
||||
Jubilife TV\nThe Fun-and-Games TV Station!
|
||||
Global Trade Station\nWorldwide Pokémon Trading!
|
Binary file not shown.
1
files/msgdata/msg/narc_0019.key
Normal file
1
files/msgdata/msg/narc_0019.key
Normal file
@ -0,0 +1 @@
|
||||
ーハ
|
2
files/msgdata/msg/narc_0019.txt
Normal file
2
files/msgdata/msg/narc_0019.txt
Normal file
@ -0,0 +1,2 @@
|
||||
If you’re catching a Pokémon,\nyou have to get its HP down.\rIf you don’t, Poké Balls won’t be\nvery effective.
|
||||
I need Potions most of all!\rIf my Pokémon faints, my eyes grow\ndim and I can’t see!
|
Binary file not shown.
1
files/msgdata/msg/narc_0020.key
Normal file
1
files/msgdata/msg/narc_0020.key
Normal file
@ -0,0 +1 @@
|
||||
n<EFBFBD>
|
1
files/msgdata/msg/narc_0020.txt
Normal file
1
files/msgdata/msg/narc_0020.txt
Normal file
@ -0,0 +1 @@
|
||||
|
Binary file not shown.
1
files/msgdata/msg/narc_0021.key
Normal file
1
files/msgdata/msg/narc_0021.key
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD>+
|
3
files/msgdata/msg/narc_0021.txt
Normal file
3
files/msgdata/msg/narc_0021.txt
Normal file
@ -0,0 +1,3 @@
|
||||
You know how Pokémon have types like\nWater, Fire, and Grass?\rThey say those types have strengths\nand weaknesses against other types.
|
||||
In the Union Room upstairs, you can\nchat and trade with other people.\rAnd that’s not all you can do.\nCheck it out!
|
||||
You can still catch a Pokémon if you\nalready have six traveling with you.\rIt automatically gets sent to the PC\nnetwork in Pokémon Centers.\rKnowing that, I can keep on catching\nmore and more Pokémon!\rIt’ll make it more fun to check\nthe PC in any Pokémon Center!
|
Binary file not shown.
1
files/msgdata/msg/narc_0022.key
Normal file
1
files/msgdata/msg/narc_0022.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
17
files/msgdata/msg/narc_0022.txt
Normal file
17
files/msgdata/msg/narc_0022.txt
Normal file
@ -0,0 +1,17 @@
|
||||
Hi, hi!\rI’m the president of the Pokétch\nCompany!\r
|
||||
I’m developing a new Pokétch app,\nbut it’s not quite done.\rMy guess is that it will be ready\nwhen you get a Gym Badge.
|
||||
Hi, hi!\nYour patience is rewarded!\rI’ve developed a new Pokétch app!\r
|
||||
That’s the Memo Pad!\nIt’s... Well, it is what it is!
|
||||
I’m developing a new Pokétch app,\nbut it’s not quite done.\rMy guess is that it will be ready\nwhen you get three Gym Badges.
|
||||
Hi, hi!\nYour patience is rewarded!\rI’ve developed another new Pokétch\napp!\r
|
||||
Having a map constantly displayed\nis convenient, no?\rYou can also mark things, so it’s\nthat much more useful.
|
||||
I’m developing a new Pokétch app,\nbut it’s not quite done.\rMy guess is that it will be ready\nwhen you get five Gym Badges.
|
||||
Hi, hi!\nYour patience is rewarded!\rI’ve developed yet another new\nPokétch app!\r
|
||||
I think it will be useful to know how\nmany people are communicating, like\fin the Union Room.
|
||||
I’m developing a new Pokétch app,\nbut it’s not quite done.\rMy guess is that it will be ready\nwhen you get seven Gym Badges.
|
||||
Hi, hi!\nYour patience is rewarded!\rI’ve developed still yet another new\nPokétch app!\r
|
||||
Check type matchups so you can make\nall your attacks super effective!\rYou’ll become stronger than ever!
|
||||
Yup, all sorts of people will give\nyou Pokétch apps.\rEveryone gets super happy that way!
|
||||
So, yup, what to do?\rDo you think I should solicit new\nPokétch ideas?
|
||||
Oh, you can be sure I will keep\ndeveloping Pokétch apps.\rJust like Pokémon, my Pokétch is\nsomething that evolves!
|
||||
Welcome to the Pokétch Company.\rWe’re actually a family-run business,\nso we’re not very impressive.
|
Binary file not shown.
1
files/msgdata/msg/narc_0023.key
Normal file
1
files/msgdata/msg/narc_0023.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
4
files/msgdata/msg/narc_0023.txt
Normal file
4
files/msgdata/msg/narc_0023.txt
Normal file
@ -0,0 +1,4 @@
|
||||
We try to think like a Trainer when\nwe develop new Pokétch apps.\rThe user’s satisfaction is what\nwe’re after.
|
||||
Pokémon Watch!\nThat’s Pokétch for short.\rSay it the long way and...\nWhat does Pokémon stand for again?\rAnyway, I’m the father of the\npresident of the Pokétch Company!
|
||||
CLEFAIRY: Cleffy?
|
||||
PACHIRISU: Patchii?
|
Binary file not shown.
1
files/msgdata/msg/narc_0024.key
Normal file
1
files/msgdata/msg/narc_0024.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
36
files/msgdata/msg/narc_0024.txt
Normal file
36
files/msgdata/msg/narc_0024.txt
Normal file
@ -0,0 +1,36 @@
|
||||
Do you have a Pokétch?\rThere’s a girl’s model and a boy’s\nmodel, each in different colors.
|
||||
My husband’s the president.\rWe started out in a small workshop\nwhere he made what he liked.\rNow we’re making something that makes\nthe world happy. Imagine that!
|
||||
People everywhere make Pokétch apps.\rYou’ll be able to get new apps from\nsurprising sources.\rThe PCs here have guides on the\nvarious Pokétch apps.
|
||||
There are descriptions of Pokétch\napps.\r
|
||||
Which Pokétch app would\nyou like to read about?
|
||||
There are descriptions of Pokétch\napps.\r
|
||||
Which Pokétch app would\nyou like to read about?
|
||||
There are descriptions of Pokétch\napps.\r
|
||||
Which Pokétch app would you like\nto read about?
|
||||
There are descriptions of Pokétch\napps.\r
|
||||
Which Pokétch app would you like\nto read about?
|
||||
The Digital Watch displays the\ncurrent time.\rDon’t be late for meetings with\nyour friends!\r
|
||||
The Analog Watch displays the\ncurrent time.\rThe short hand indicates the hour,\nand the long hand shows the minute!\r
|
||||
The Alarm Clock can be set to sound\nevery 24 hours.\rSet the alarm time with the lower\nbutton. The top button turns it on.\r
|
||||
The Stopwatch is used for measuring\ntime precisely.\rHow quickly can you zip through\nthe Cycling Road?\r
|
||||
The Kitchen Timer can count down from\nup to 99 minutes, but not precisely.\rSet the time with the center button,\nthen start the countdown.\r
|
||||
Use the monthly Calendar to make\na note of important dates.\rTouch any date to change its color.\nTouch it again to turn it back.\r
|
||||
The Calculator can handle up to\nten digits.\rIt’s perfect for figuring out math\nquestions that might pop up.\r
|
||||
The Pokémon List indicates the\nstatuses of your team’s Pokémon.\rTouch them to hear their cries.\nTheir HP bar is also displayed.\r
|
||||
The Friendship Checker indicates how\nfriendly your Pokémon are to you.\rTouch the screen. The Pokémon that\nlike you will come closer.\r
|
||||
The Day-Care Checker shows the\nPokémon you have in the Day Care.\rCheck and see how your Pokémon are\ndoing with the Day-Care Couple.\r
|
||||
The Matchup Checker tests the\nattraction between Pokémon.\rThe greater the number of hearts,\nthe better likelihood of Eggs.\r
|
||||
The Pokémon History keeps track of\nthe Pokémon you have obtained.\rIt shows the last twelve kinds of\nPokémon you obtained.\r
|
||||
The Berry Searcher is a map that\nshows the locations of Berries.\rIt indicates the presence of Berries\nin areas you have already visited.\r
|
||||
The Memo Pad is useful for jotting\ndown a note, or just doodling.\rThere’s an eraser, too, just in case\nyou make a mistake.\r
|
||||
The Dot Artist lets you draw pictures\nin a mosaic style.\rTouching the same dot makes its\ncolor turn darker.\r
|
||||
The Color Changer changes the\nPokétch’s display color.\rSlide the switch to select one\nof eight colors.\r
|
||||
The Marking Map lets you mark\nintriguing locations.\rDrag marks to places on the map\nthat you want to remember.\r
|
||||
The Roulette features a wheel\nthat can be written on.\rDraw numbers, items, or whatever on\nthe wheel and give it a spin!\r
|
||||
The Coin Toss flips a coin that\ncomes up heads or tails.\rIf you can’t choose between two\nchoices, a coin toss might be handy.\r
|
||||
The Pedometer keeps a count of\nthe number of steps traveled.\rIt automatically counts steps.\nTouch the button to reset it.\r
|
||||
The Dowsing Machine searches for\nhidden or obscured items.\rTouch the radar screen. If there is\nan item nearby, it will respond.\r
|
||||
The Counter is used for counting\nthings one at a time.\rTouch the button and count whatever\nneeds counting.\r
|
||||
The Trainer Counter tracks the\nperformance of the Poké Radar.\rIt shows how often you have met\nthe same kind of Pokémon in a row.\r
|
||||
The Link Searcher searches for\nplayers on wireless communications.\rTouch the screen to get a list of\npeople using wireless communications.\r
|
||||
The Move Tester checks how effective\nmoves are by type.\rSwitch the attacker and defender\ntypes to see what is effective.\r
|
Binary file not shown.
1
files/msgdata/msg/narc_0025.key
Normal file
1
files/msgdata/msg/narc_0025.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
58
files/msgdata/msg/narc_0025.txt
Normal file
58
files/msgdata/msg/narc_0025.txt
Normal file
@ -0,0 +1,58 @@
|
||||
Why don’t you try dressing up your\nPokémon now?\rWe have a Fitting Room on\nthe second floor.\rDress up your Pokémon nicely with\nAccessories!
|
||||
|
||||
|
||||
|
||||
This is the Pokémon Lottery Corner.\rIf your drawn number matches the\nID No. of any of your Pokémon,\rstarting with the far right digit,\nyou will receive a fabulous gift.\rWould you like to draw a Pokémon\nLoto Ticket?
|
||||
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 310, 1, 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 257, 1, 0} matches your Loto\fTicket number!\r
|
||||
Congratulations!\rThe ID No. of your PC-boxed\n{STRVAR 257, 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.
|
||||
The last two digits matched, so you\nwin the third prize!\r
|
||||
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 259, 1, 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.
|
||||
The Trainers that gather over there\nare looking for battles.\rThat corner used to be for karaoke,\nbut now it’s all battling!
|
||||
More than singing!\nMore than dancing!\rI love Pokémon!\nSo, shall we battle?
|
||||
I’ll let you join my fan club if you\ncan beat me!\r
|
||||
Aww... That’s heartbreaking...\nI’m an Idol, too...
|
||||
Well, that’s me and my Pokémon!\nI hope you’ll support us!\rJust so you know, our latest single\nis called “Jigglin’ Pokémon Wub!”
|
||||
I’m working on a story.\nCan you battle me?
|
||||
Join me for a live report!\r
|
||||
Press coverage denied...\nBut you’re so intriguing!
|
||||
Interviews are about taking the\ninitiative.
|
||||
I’ve spotted a charismatic Trainer!\nIs it OK to go for the scoop?\n
|
||||
As a professional cameraman, I always\ngo for the best shot!\r
|
||||
That’s a downer...\rI thought I’d found a Trainer and\nPokémon who’d shine on camera.
|
||||
The lively expressions on you and\nyour Pokémon’s faces...\rIt makes for some great TV!
|
||||
Are we all ready to have some fun?\nI sure am! Aren’t you having fun?!\fLet’s make it fun! OK?!
|
||||
OK, how shall we do this?\nShall we do something fantastical?\r
|
||||
Oh, how shall I say this...?\nIt makes me all lonely, I say...
|
||||
A clown’s makeup is a face that’s\ncrying while laughing.\rIt defines what we do!
|
||||
Two Pokémon! If you had two Pokémon,\nwe’d get a great shot here.
|
||||
Oh! You’re ready for a battle\nwith us?
|
||||
You’re live on camera, but try\nto act natural, OK?\r
|
||||
OK, that’s how it is, huh.\nCan’t do anything about that.
|
||||
I’d like to take that footage and\nhave it broadcast worldwide.
|
||||
Oh, no. What we really want to see\nis you in action with two Pokémon!
|
||||
Giggle!\nWill you have a battle with us?
|
||||
We’ll check you out thoroughly as\na Trainer!\r
|
||||
Oh, too bad!\nI wanted to check out your Pokémon!
|
||||
I lost but I’m totally thrilled!\nWe made a wonderful spectacle!
|
||||
Po-Po-Pokémon!\rI want to become more like\na PIKACHU! Will you battle me?
|
||||
Pi-pikachu!\r
|
||||
Pikachu!
|
||||
I need to get more into the\ncharacter of a Pokémon...
|
||||
Come on, let’s show off our Pokémon!\nLet’s do battle, kiddo!
|
||||
Your spirit’s vibes... I can feel\nyou’ve got rock in your veins!\r
|
||||
Now, that is so lame.\nYou have to let your passion burn!
|
||||
Rock is about your spirit!\nBattling is about spirit, too!\fThat’s why a battle is rock!
|
Binary file not shown.
1
files/msgdata/msg/narc_0026.key
Normal file
1
files/msgdata/msg/narc_0026.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
3
files/msgdata/msg/narc_0026.txt
Normal file
3
files/msgdata/msg/narc_0026.txt
Normal file
@ -0,0 +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 287, 1, 0}!\rI hope you get into collecting\nAccessories for your Pokémon!
|
Binary file not shown.
1
files/msgdata/msg/narc_0027.key
Normal file
1
files/msgdata/msg/narc_0027.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
9
files/msgdata/msg/narc_0027.txt
Normal file
9
files/msgdata/msg/narc_0027.txt
Normal file
@ -0,0 +1,9 @@
|
||||
The Group Ranking Room is the one\nclosest to the stairs.\rThe room on the opposite side\nis the Global Ranking Room.
|
||||
I just realized something!\nIt’s going to be great!\rIf I trade lots of Pokémon, I’ll get\na better chance at winning the\fPokémon Lottery!
|
||||
Records are fine things.\nThey tell you the history of stuff.\rYou can really sense the dramatic\nstories behind all those numbers!
|
||||
Hey, there!\nHow’s it going?\rI’m a TV producer here.\nAre you watching TV?\rSo, let me ask you.\nWill you tell me your opinion on TV?
|
||||
Oh, yeah?\nThat’s interesting.\rMoving right along, what feedback\ncan you give me about TV?\r
|
||||
Oh, yeah?\nThat’s interesting.\rThanks for answering my questions.\nI’ll file it away for reference.\rKeep your channel tuned to\nJubilife TV!
|
||||
Oh, all right.\rI can understand how busy it must\nget for you.\rIt’d be cool if you could answer my\nquestions when you’ve got time.\rSee you again!
|
||||
...Oh?\rThe fact that you know that phrase\ntells me you’re someone in the know.\rYou’re a Trainer, right?\nI’ll pull some strings for you.\rI think I can swing a deal to get you\na new wallpaper for your PC Boxes.\rMake sure you keep your channel\ntuned to Jubilife TV.
|
||||
...Oh?\rThe fact that you know that phrase\ntells me you’re someone in the know.\rYou’re a Trainer, right?\nI’ll pull some strings for you.\rI think I can swing a deal so you\ncan receive a Mystery Gift.\rMake sure you keep your channel\ntuned to Jubilife TV.
|
Binary file not shown.
1
files/msgdata/msg/narc_0028.key
Normal file
1
files/msgdata/msg/narc_0028.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
2
files/msgdata/msg/narc_0028.txt
Normal file
2
files/msgdata/msg/narc_0028.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Your exploits are fantastic!\rWith our TV station, we can tell\nthe whole world about you!\rIt’s merely one of many possibilities!\nHarrumph!
|
||||
“Participation for all” is our TV\nnetwork’s motto.
|
Binary file not shown.
1
files/msgdata/msg/narc_0029.key
Normal file
1
files/msgdata/msg/narc_0029.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
18
files/msgdata/msg/narc_0029.txt
Normal file
18
files/msgdata/msg/narc_0029.txt
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
Ooh, your Pokémon are so very\ncharming! How enchanting!\rThey’re so charming I will even hang\na picture of one right beside me!\rI’m only doing this especially for\nyou! Exciting, don’t you think?\rDress up your Pokémon in my boudoir\nand make it a sight to behold!\rI will snap a photo when you’re done.\nYou will do this, won’t you?
|
||||
Oh, you silly thing...\nWhere’s your sense of adventure?
|
||||
Ooh, ooh, yes! How nice!\nLet’s not delay!\rShould I explain to you how to dress\nup your Pokémon?
|
||||
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 284, 1, 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?
|
||||
|
||||
Ooh, non, non, non! That’s an Egg!\nIt’s too young to be dressing up!\r
|
||||
I put your photo up right here.\nIt just looks so perfect there!
|
||||
It’s a photo frame.
|
||||
They display photos from Trainers\nyou been mixin’ records with, right?\rI hope you collect yerself some good\nphotos of dressed-up Pokémon!
|
||||
I won a new Backdrop from the\nPokémon Lottery downstairs.
|
Binary file not shown.
1
files/msgdata/msg/narc_0030.key
Normal file
1
files/msgdata/msg/narc_0030.key
Normal file
@ -0,0 +1 @@
|
||||
D
|
4
files/msgdata/msg/narc_0030.txt
Normal file
4
files/msgdata/msg/narc_0030.txt
Normal file
@ -0,0 +1,4 @@
|
||||
Someone broke my Pokémon-catching\nrecord!\rI’ll reclaim my record and regain\nmy place in the standings!
|
||||
My name isn’t on the rankings?\nWhat kind of nonsense is that?!\r...It’s because I’ve never taken\npart in a Contest.\rI bet it’d feel great if I could\nbe number one here!
|
||||
I really don’t win many battles...\nBut it doesn’t get me down.\rI’m trying for the world record\nat Pokémon fishing!
|
||||
Sorry, I’m still fine-tuning this\nthingy here.
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user