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/agatha.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/agatha.asm')
| -rw-r--r-- | text/maps/agatha.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/text/maps/agatha.asm b/text/maps/agatha.asm index cd0b1bb5..295a4d84 100644 --- a/text/maps/agatha.asm +++ b/text/maps/agatha.asm @@ -23,7 +23,11 @@ _AgathaBeforeBattleText:: ; 8686b (21:686b) done _AgathaEndBattleText:: ; 86970 (21:6970) +IF DEF(_YELLOW) + text "Woo-hoo! +ELSE text "Oh ho!" +ENDC line "You're something" cont "special, child!" prompt |
