summaryrefslogtreecommitdiff
path: root/text/maps/mt_moon_1f.asm
diff options
context:
space:
mode:
Diffstat (limited to 'text/maps/mt_moon_1f.asm')
-rw-r--r--text/maps/mt_moon_1f.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/text/maps/mt_moon_1f.asm b/text/maps/mt_moon_1f.asm
index ad9c8598..0577adf3 100644
--- a/text/maps/mt_moon_1f.asm
+++ b/text/maps/mt_moon_1f.asm
@@ -115,6 +115,9 @@ _MtMoon1AfterBattleText8:: ; 80901 (20:4901)
_MtMoon1Text14:: ; 8093a (20:493a)
text "Beware! ZUBAT is"
+IF DEF(_YELLOW)
+ line "a bloodsucker!"
+ELSE
line "a blood sucker!"
+ENDC
done
-