diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 15:38:56 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-17 15:38:56 -0500 |
commit | 7012834477885b974200e06b9598bab1c9f4f0e9 (patch) | |
tree | 44ea67d40e2805a4b4e5580a1259c4bc06abe236 | |
parent | 009595b4df7f13e04704cf27b358bc3850a22f9a (diff) |
Translate Text_1A5E05
-rw-r--r-- | data/text/pc_transfer.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/text/pc_transfer.inc b/data/text/pc_transfer.inc index 8080f0a60..3e9b99ac8 100644 --- a/data/text/pc_transfer.inc +++ b/data/text/pc_transfer.inc @@ -26,7 +26,9 @@ Text_PlayerObtainedTheMon:: @ 81A5DF1 .string "{PLAYER} obtained\n" .string "the {STR_VAR_1}!$" -Text_1A5E05:: @ 81A5E05 +@ Unused. Translated below +@ You cannot carry any more Pokemon, so {STR_VAR_2} was sent to PC Box {STR_VAR_1}! +Text_MonSentToBoxInPC:: @ 81A5E05 .string "ポケモンを もちきれないので\n" .string "パソコンの ボックス“{STR_VAR_1}” に\l" .string "{STR_VAR_2}を てんそうした!$" |