diff options
| author | IIMarckus <iimarckus@gmail.com> | 2015-12-06 14:04:42 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2015-12-06 14:04:42 -0700 |
| commit | f33bd1d89e03b7eec679048ffdf704551b22fde0 (patch) | |
| tree | 935b541241a385d9ebfed8fc79ce3e60d2a0489e /text/maps/school.asm | |
| parent | fix repository links (diff) | |
| download | pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.gz pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.xz pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.zip | |
Improve diffability with pokeyellow; remove address comments and ifs.
Diffstat (limited to 'text/maps/school.asm')
| -rw-r--r-- | text/maps/school.asm | 12 |
1 files changed, 2 insertions, 10 deletions
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" |
