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/cinnabar_lab.asm | |
parent | f31a2ed69f7368d88a0a1aed5c35aa8cb34af6b3 (diff) |
Start of German translation. Needs work.multilang
Diffstat (limited to 'de/text/maps/cinnabar_lab.asm')
-rw-r--r-- | de/text/maps/cinnabar_lab.asm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/de/text/maps/cinnabar_lab.asm b/de/text/maps/cinnabar_lab.asm new file mode 100644 index 00000000..d840e87e --- /dev/null +++ b/de/text/maps/cinnabar_lab.asm @@ -0,0 +1,30 @@ +_Lab1Text1:: + text "Wir erforschen" + line "hier #MON." + + para "Wir erstellen oft" + line "Gutachten über" + cont "seltene #MON." + done + +_Lab1Text2:: + text "Der Gründer des" + line "LABORATORIUMS," + cont "DR. FUJI!" + done + +_Lab1Text3:: + text "#MON-LABOR" + line "Konferenzraum" + done + +_Lab1Text4:: + text "#MON-LABOR" + line "Forschung und" + cont "Entwicklung" + done + +_Lab1Text5:: + text "#MON-LABOR" + line "Versuchsabteilung" + done |