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_7f.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_7f.asm')
| -rw-r--r-- | text/maps/silph_co_7f.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/text/maps/silph_co_7f.asm b/text/maps/silph_co_7f.asm index b3c92aaf..5b56ad43 100644 --- a/text/maps/silph_co_7f.asm +++ b/text/maps/silph_co_7f.asm @@ -79,7 +79,11 @@ _SilphCo7Text_51e4b:: done _SilphCo7BattleText1:: ; 846ff (21:46ff) +IF DEF(_YELLOW) + text "Aha! I smell a" +ELSE text "Oh ho! I smell a" +ENDC line "little rat!" done @@ -167,7 +171,11 @@ _SilphCo7Text_51ec3:: ; 848a2 (21:48a2) done _SilphCo7Text_51ec8:: ; 8494a (21:494a) +IF DEF(_YELLOW) + text "Oh-oh!" +ELSE text "Oh ho!" +ENDC line "So, you are ready" cont "for BOSS ROCKET!" prompt |
