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/silph_co_11f.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/silph_co_11f.asm')
| -rw-r--r-- | text/maps/silph_co_11f.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/text/maps/silph_co_11f.asm b/text/maps/silph_co_11f.asm index caacd757..3dbeee95 100644 --- a/text/maps/silph_co_11f.asm +++ b/text/maps/silph_co_11f.asm @@ -58,7 +58,11 @@ _SilphCo11Text2:: ; 8502f (21:502f) done _SilphCo11Text3:: ; 85075 (21:5075) +IF DEF(_YELLOW) + text "Ah, ", $52, "!" +ELSE text "Ah ", $52, "!" +ENDC line "So we meet again!" para "The PRESIDENT and" @@ -70,7 +74,11 @@ _SilphCo11Text3:: ; 85075 (21:5075) line "out of grown-up" cont "matters..." +IF DEF(_YELLOW) + para "or, experience a" +ELSE para "Or, experience a" +ENDC line "world of pain!" done |
