diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-24 01:50:40 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-24 01:50:40 -0600 |
| commit | b17d958e6016588ecc1f1f842ad2194dd7d7c4d9 (patch) | |
| tree | d2df94984c49b5002696d871b136a08c8cec8266 /text/maps/name_rater.asm | |
| parent | Fix typo introduced in last commit. (diff) | |
| download | pokeyellow-b17d958e6016588ecc1f1f842ad2194dd7d7c4d9.tar.gz pokeyellow-b17d958e6016588ecc1f1f842ad2194dd7d7c4d9.tar.xz pokeyellow-b17d958e6016588ecc1f1f842ad2194dd7d7c4d9.zip | |
Add more text changes from Yellow.
Diffstat (limited to 'text/maps/name_rater.asm')
| -rw-r--r-- | text/maps/name_rater.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/text/maps/name_rater.asm b/text/maps/name_rater.asm index 4a81ecf1..2baec727 100644 --- a/text/maps/name_rater.asm +++ b/text/maps/name_rater.asm @@ -43,7 +43,11 @@ _NameRaterText_1dac7:: ; 9a404 (26:6404) done _NameRaterText_1dacc:: ; 9a44c (26:644c) +IF DEF(_YELLOW) + text "Fine! Come any-" +ELSE text "Fine! Come any" +ENDC line "time you like!" done |
