diff options
Diffstat (limited to 'text/maps/PokemonTower7F.asm')
| -rw-r--r-- | text/maps/PokemonTower7F.asm | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/text/maps/PokemonTower7F.asm b/text/maps/PokemonTower7F.asm new file mode 100644 index 00000000..652cf37a --- /dev/null +++ b/text/maps/PokemonTower7F.asm @@ -0,0 +1,49 @@ +_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!@@" + +_TowerRescueFujiText:: + text "MR.FUJI: Heh? You" + line "came to save me?" + + para "Thank you. But, I" + line "came here of my" + cont "own free will." + + para "I came to calm" + line "the soul of" + cont "CUBONE's mother." + + para "I think MAROWAK's" + line "spirit has gone" + cont "to the afterlife." + + para "I must thank you" + line "for your kind" + cont "concern!" + + para "Follow me to my" + line "home, #MON" + cont "HOUSE at the foot" + cont "of this tower." + done |
