diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-10 01:46:06 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-10 01:46:06 -0600 |
| commit | 6e14461fa6d5085349e4746b61c526f3c94be19f (patch) | |
| tree | 63db9e0cfa395f6dd00566c6dcdbb492bb6526ca /text/maps/school.asm | |
| parent | Add Yellow player/rival names. (diff) | |
| download | pokeyellow-6e14461fa6d5085349e4746b61c526f3c94be19f.tar.gz pokeyellow-6e14461fa6d5085349e4746b61c526f3c94be19f.tar.xz pokeyellow-6e14461fa6d5085349e4746b61c526f3c94be19f.zip | |
Add a lot of Yellow text changes.
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 - |
