diff options
Diffstat (limited to 'de/text/maps/cinnabar_lab_fossil_room.asm')
-rw-r--r-- | de/text/maps/cinnabar_lab_fossil_room.asm | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/de/text/maps/cinnabar_lab_fossil_room.asm b/de/text/maps/cinnabar_lab_fossil_room.asm new file mode 100644 index 00000000..753a84e7 --- /dev/null +++ b/de/text/maps/cinnabar_lab_fossil_room.asm @@ -0,0 +1,86 @@ +_Lab4Text_75dc6:: + text "Hallo!" + + para "Ich leite hier" + line "die Forschungen!" + + para "Wir erforschen" + line "Fossilien von" + cont "URZEIT-#MON!" + + para "Hast Du ein" + line "Fossil für mich?" + prompt + +_Lab4Text_75dcb:: + text "Nein? Zu schade!" + done + +_Lab4Text_75dd0:: + text "Es wird einige" + line "Zeit dauern!" + + para "Komm einfach" + line "später wieder" + cont "vorbei!" + done + +_Lab4Text_75dd5:: + text "Wo warst Du?" + + para "Wir haben" + line "Dein Fossil" + cont "wiederbelebt!" + + para "Ein @" + TX_RAM wcf50 + text "," + line "ganz wie ich es" + cont "vermutet habe!" + prompt + +_Lab4Text_610ae:: + text "Oh! Das ist ein" + line "@" + TX_RAM wcd6d + text "!" + + para "Es ist ein Fossil" + line "von @" + TX_RAM wcf50 + text "," + cont "einem schon lange" + cont "ausgestorbenen" + cont "#MON!" + + para "Dank modernster" + line "Technik können" + cont "wir #MON" + cont "aus Fossilien" + cont "wiederbeleben!" + done + +_Lab4Text_610b3:: + text "Gib es schnell" + line "her, damit ich" + cont "fortfahren kann!" + + para "<PLAYER> übergibt" + line "das @" + TX_RAM wcd6d + text "!" + prompt + +_Lab4Text_610b8:: + text "Es wird einige" + line "Zeit dauern!" + + para "Komm einfach" + line "später wieder" + cont "vorbei!" + done + +_Lab4Text_610bd:: + text "Du bist jederzeit" + line "willkommen!" + done |