diff options
Diffstat (limited to 'text/maps/cinnabar_lab.asm')
-rw-r--r-- | text/maps/cinnabar_lab.asm | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/text/maps/cinnabar_lab.asm b/text/maps/cinnabar_lab.asm index a93a484d..d840e87e 100644 --- a/text/maps/cinnabar_lab.asm +++ b/text/maps/cinnabar_lab.asm @@ -1,29 +1,30 @@ _Lab1Text1:: - text "We study #MON" - line "extensively here." + text "Wir erforschen" + line "hier #MON." - para "People often bring" - line "us rare #MON" - cont "for examination." + para "Wir erstellen oft" + line "Gutachten über" + cont "seltene #MON." done _Lab1Text2:: - text "A photo of the" - line "LAB's founder," - cont "DR.FUJI!" + text "Der Gründer des" + line "LABORATORIUMS," + cont "DR. FUJI!" done _Lab1Text3:: - text "#MON LAB" - line "Meeting Room" + text "#MON-LABOR" + line "Konferenzraum" done _Lab1Text4:: - text "#MON LAB" - line "R-and-D Room" + text "#MON-LABOR" + line "Forschung und" + cont "Entwicklung" done _Lab1Text5:: - text "#MON LAB" - line "Testing Room" + text "#MON-LABOR" + line "Versuchsabteilung" done |