blob: 9bdd9004985ce684833fbc1beb26015c2269b7e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
_SchoolText1:: ; 95d15 (25:5d15)
text "Whew! I'm trying"
line "to memorize all"
cont "my notes."
done
IF DEF(_YELLOW)
_SchoolText3::
text "Sis says #MON"
line "will become tame"
cont "if you treat them"
cont "nicely."
ENDC
_SchoolText2:: ; 95d40 (25:5d40)
text "Okay!"
para "Be sure to read"
line "the blackboard"
cont "carefully!"
done
|