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/pokemon_tower_7f.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/pokemon_tower_7f.asm')
| -rw-r--r-- | text/maps/pokemon_tower_7f.asm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/text/maps/pokemon_tower_7f.asm b/text/maps/pokemon_tower_7f.asm index 235fc218..c049dce1 100644 --- a/text/maps/pokemon_tower_7f.asm +++ b/text/maps/pokemon_tower_7f.asm @@ -1,3 +1,29 @@ +IF DEF(_YELLOW) +_PokemonTowerJessieJamesText1:: + text "Stop right there!@@" + +_PokemonTowerJessieJamesText2:: + text "Grampa here wanted" + line "to complain, so" + cont "we're setting him" + cont "straight." + + para "So render yourself" + line "invisible, or" + cont "prepare to fight!" + done + +_PokemonTowerJessieJamesText3:: + text "You" + line "will regret this!" + prompt + +_PokemonTowerJessieJamesText4:: + text "Looks like TEAM" + line "ROCKET's blasting" + cont "off again!@@" +ENDC + _PokemonTower7Text_60ec4:: ; 99c1a (26:5c1a) text "MR.FUJI: Heh? You" line "came to save me?" |
