diff options
Diffstat (limited to 'text/maps/school.asm')
-rw-r--r-- | text/maps/school.asm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/text/maps/school.asm b/text/maps/school.asm index f6041e0d..daab6b6c 100644 --- a/text/maps/school.asm +++ b/text/maps/school.asm @@ -1,13 +1,14 @@ _SchoolText1:: - text "Whew! I'm trying" - line "to memorize all" - cont "my notes." + text "Puh! Ich" + line "versuche, meine" + cont "Notizen auswendig" + cont "zu lernen." done _SchoolText2:: - text "Okay!" + text "OK!" - para "Be sure to read" - line "the blackboard" - cont "carefully!" + para "Lies sorgfältig" + line "den Text auf der" + cont "Tafel!" done |