diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-06-02 04:27:31 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-06-02 04:27:31 -0600 |
commit | 5d2473f767b431910da023a6e37ad3239dcdd575 (patch) | |
tree | 6200e65d9bd7e8fa8429c62d3907f21587ab74df /de/text/maps/blues_house.asm | |
parent | f31a2ed69f7368d88a0a1aed5c35aa8cb34af6b3 (diff) |
Start of German translation. Needs work.multilang
Diffstat (limited to 'de/text/maps/blues_house.asm')
-rw-r--r-- | de/text/maps/blues_house.asm | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/de/text/maps/blues_house.asm b/de/text/maps/blues_house.asm new file mode 100644 index 00000000..1f2d85c9 --- /dev/null +++ b/de/text/maps/blues_house.asm @@ -0,0 +1,45 @@ +_DaisyInitialText:: + text "Hallo <PLAYER>!" + line "<RIVAL> wartet" + cont "in Opas Labor." + done + +_DaisyOfferMapText:: + text "Opa hat Dich um" + line "einen Botengang" + cont "gebeten? Hier," + cont "das wird Dir" + cont "weiterhelfen!" + prompt + +_GotMapText:: + text "<PLAYER> erhält" + line "eine @" + TX_RAM wcf50 + text "!@@" + +_DaisyBagFullText:: + text "Du trägst zu" + line "viele Dinge mit" + cont "Dir herum!" + done + +_DaisyUseMapText:: + text "Benutze die" + line "KARTE, um Deinen" + cont "Standort zu" + cont "bestimmen." + done + +_BluesHouseText2:: + text "#MON sind" + line "Lebewesen! Gönne" + cont "ihnen eine Pause," + cont "wenn sie müde" + cont "sind!" + done + +_BluesHouseText3:: + text "Eine große Karte!" + line "Sie ist nützlich!" + done |