diff options
Diffstat (limited to 'text/maps/school.asm')
-rw-r--r-- | text/maps/school.asm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/text/maps/school.asm b/text/maps/school.asm index ce0c0175..9bdd9004 100644 --- a/text/maps/school.asm +++ b/text/maps/school.asm @@ -4,6 +4,14 @@ _SchoolText1:: ; 95d15 (25:5d15) 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!" @@ -11,4 +19,3 @@ _SchoolText2:: ; 95d40 (25:5d40) line "the blackboard" cont "carefully!" done - |