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/name_rater.asm | |
parent | f31a2ed69f7368d88a0a1aed5c35aa8cb34af6b3 (diff) |
Start of German translation. Needs work.multilang
Diffstat (limited to 'de/text/maps/name_rater.asm')
-rw-r--r-- | de/text/maps/name_rater.asm | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/de/text/maps/name_rater.asm b/de/text/maps/name_rater.asm new file mode 100644 index 00000000..42c7c63d --- /dev/null +++ b/de/text/maps/name_rater.asm @@ -0,0 +1,65 @@ +_NameRaterText_1dab3:: + text "Hallo! Ich bin" + line "der offizielle" + cont "NAMEN-BEWERTER!" + + para "Soll ich die" + line "Spitznamen Deiner" + cont "#MON bewerten?" + done + +_NameRaterText_1dab8:: + text "Von welchem" + line "#MON soll ich" + cont "den Spitznamen" + cont "beurteilen?" + prompt + +_NameRaterText_1dabd:: + text "Der Spitzname ist" + line "@" + TX_RAM wcd6d + text ", oder?" + cont "Ein schöner Name!" + + para "Gefällt er Dir" + line "noch immer, oder" + cont "möchtest Du ihn" + cont "ändern?" + + para "Was möchtest Du?" + done + +_NameRaterText_1dac2:: + text "Gut! Wie soll der" + line "neue Name lauten?" + prompt + +_NameRaterText_1dac7:: + text "OK! Der neue Name" + line "dieses #MON" + cont "ist @" + TX_RAM wBuffer + text "!" + + para "Ein noch" + line "schönerer Name" + cont "als zuvor!" + done + +_NameRaterText_1dacc:: + text "Komm vorbei, wann" + line "immer Du magst!" + done + +_NameRaterText_1dad1:: + TX_RAM wcd6d + text "!" + line "Ein wirklich" + cont "tadelloser Name!" + + para "Kümmere Dich gut" + line "um @" + TX_RAM wcd6d + text "!" + done |