From f33bd1d89e03b7eec679048ffdf704551b22fde0 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 6 Dec 2015 14:04:42 -0700 Subject: Improve diffability with pokeyellow; remove address comments and ifs. --- text/maps/school.asm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'text/maps/school.asm') diff --git a/text/maps/school.asm b/text/maps/school.asm index 9bdd9004..f6041e0d 100644 --- a/text/maps/school.asm +++ b/text/maps/school.asm @@ -1,18 +1,10 @@ -_SchoolText1:: ; 95d15 (25:5d15) +_SchoolText1:: 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) +_SchoolText2:: text "Okay!" para "Be sure to read" -- cgit v1.2.3