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/rocket_hideout_b4f.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/rocket_hideout_b4f.asm')
| -rw-r--r-- | text/maps/rocket_hideout_b4f.asm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/text/maps/rocket_hideout_b4f.asm b/text/maps/rocket_hideout_b4f.asm index ecf01ec8..e069e4a9 100644 --- a/text/maps/rocket_hideout_b4f.asm +++ b/text/maps/rocket_hideout_b4f.asm @@ -1,3 +1,28 @@ +IF DEF(_YELLOW) +_RocketHideoutJessieJamesText1:: + text "Not another step," + line "brat!@@" + +_RocketHideoutJessieJamesText2:: + text "How dare you" + line "humiliate us at" + cont "MT.MOON!" + + para "It's payback time," + line "you brat!" + done + +_RocketHideoutJessieJamesText3:: + text "Such" + line "a dreadful twerp!" + prompt + +_RocketHideoutJessieJamesText4:: + text "Looks like TEAM" + line "ROCKET's blasting" + cont "off again!@@" +ENDC + _RocketHideout4Text_4557a:: ; 8223e (20:623e) text "So! I must say, I" line "am impressed you" |
