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/mt_moon_1f.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/mt_moon_1f.asm')
| -rw-r--r-- | text/maps/mt_moon_1f.asm | 5 |
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 - |
