diff options
Diffstat (limited to 'en/text/maps/school.asm')
-rw-r--r-- | en/text/maps/school.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/en/text/maps/school.asm b/en/text/maps/school.asm new file mode 100644 index 00000000..f6041e0d --- /dev/null +++ b/en/text/maps/school.asm @@ -0,0 +1,13 @@ +_SchoolText1:: + text "Whew! I'm trying" + line "to memorize all" + cont "my notes." + done + +_SchoolText2:: + text "Okay!" + + para "Be sure to read" + line "the blackboard" + cont "carefully!" + done |