diff options
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) |