diff options
Diffstat (limited to 'de/text/maps/daycare_1.asm')
-rw-r--r-- | de/text/maps/daycare_1.asm | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/de/text/maps/daycare_1.asm b/de/text/maps/daycare_1.asm new file mode 100644 index 00000000..30852b73 --- /dev/null +++ b/de/text/maps/daycare_1.asm @@ -0,0 +1,70 @@ +_DayCareIntroText:: + text "Ich leite diese" + line "PENSION. Soll" + cont "ich eines Deiner" + cont "#MON" + cont "großziehen?" + done + +_DayCareWhichMonText:: + text "Welches #MON" + line "soll hierbleiben?" + prompt + +_DayCareWillLookAfterMonText:: + text "OK, ich kümmere" + line "mich eine Weile" + cont "um @" + TX_RAM wcd6d + text "." + prompt + +_DayCareComeSeeMeInAWhileText:: + text "Komm später" + line "wieder vorbei, um" + cont "es abzuholen." + done + +_DayCareMonHasGrownText:: + TX_RAM wcd6d + text "" + line "hat sich toll " + cont "entwickelt!" + + para "Es ist um @" + TX_NUM wDayCareNumLevelsGrown,$1,$3 + text "" + line "Level gestiegen!" + + para "Das habe ich gut" + line "gemacht, oder?" + prompt + +_DayCareOweMoneyText:: + text "Bevor Du Dein" + line "#MON wieder" + cont "mitnimmst, " + cont "bekomme ich noch" + cont "¥@" + TX_BCD wDayCareTotalCost, $c2 + text " von Dir!" + done + +_DayCareGotMonBackText:: + text "<PLAYER> erhält" + line "@" + TX_RAM wDayCareMonName + + text "" + cont "zurück!" + done + +_DayCareMonNeedsMoreTimeText:: + text "Du bist schon" + line "wieder zurück?" + cont "@" + TX_RAM wcd6d + text " sollte" + cont "noch ein bißchen" + cont "bei mir bleiben." + prompt |