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/saffron_gym.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/saffron_gym.asm')
| -rw-r--r-- | text/maps/saffron_gym.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/text/maps/saffron_gym.asm b/text/maps/saffron_gym.asm index d85e1b1a..3236c7b2 100644 --- a/text/maps/saffron_gym.asm +++ b/text/maps/saffron_gym.asm @@ -131,8 +131,12 @@ _SaffronGymEndBattleText2:: ; a2002 (28:6002) _SaffronGymAfterBattleText2:: ; a2019 (28:6019) text "Psychic #MON" +IF DEF(_YELLOW) + line "fear only bugs!" +ELSE line "fear only ghosts" cont "and bugs!" +ENDC done _SaffronGymBattleText3:: ; a2042 (28:6042) |
