diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-05-07 14:05:15 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-05-07 14:05:15 -0400 |
commit | c272741e764a1682be7543a8b83d7d7fe0441092 (patch) | |
tree | c8dd0c9fae24c66e3deab9b67e8ff2d5a8bab504 /data-de/text/pc.inc | |
parent | 4a7f3117e7293faa9135b40c8b52d87df225e122 (diff) |
Split misc script text files
Diffstat (limited to 'data-de/text/pc.inc')
-rw-r--r-- | data-de/text/pc.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data-de/text/pc.inc b/data-de/text/pc.inc new file mode 100644 index 000000000..8b85a907f --- /dev/null +++ b/data-de/text/pc.inc @@ -0,0 +1,17 @@ +Text_BootUpPC: @ 81A09EC + .string "{PLAYER} schaltet den PC ein.$" + +Text_WhichPCShouldBeAccessed:: @ 81A0A01 + .string "Zugriff auf wessen PC?$" + +Text_AccessedSomeonesPC: @ 81A0A1E + .string "Verbindung zu jemandes PC hergestellt.$" + +Text_StorageSystemOpened: @ 81A0A35 + .string "POKéMON-Lagerungs-System geöffnet.$" + +Text_AccessedPlayersPC: @ 81A0A54 + .string "Verbindung mit PC von {PLAYER}.$" + +Text_AccessedLanettesPC: @ 81A0A66 + .string "Verbindung zu LANETTES PC hergestellt.$" |