diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 23:37:40 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 23:37:40 -0500 |
| commit | 6e5476d420d5d3a73e478a28ed96e8425b7ba94c (patch) | |
| tree | d9bf8bc9f91379f0cd2d450c100cadf506ae4100 /text/maps/pokemon_tower_1f.asm | |
| parent | Silph Co 1f text was actually somewhere else (diff) | |
| download | pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.tar.gz pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.tar.xz pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.zip | |
Even more map text
Diffstat (limited to 'text/maps/pokemon_tower_1f.asm')
| -rw-r--r-- | text/maps/pokemon_tower_1f.asm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/text/maps/pokemon_tower_1f.asm b/text/maps/pokemon_tower_1f.asm new file mode 100644 index 00000000..4780b01e --- /dev/null +++ b/text/maps/pokemon_tower_1f.asm @@ -0,0 +1,32 @@ +_PokemonTower1Text1: ; 9947f (26:547f) + text "#MON TOWER was" + line "erected in the" + cont "memory of #MON" + cont "that had died." + done + +_PokemonTower1Text2: ; 994bc (26:54bc) + text "Did you come to" + line "pay respects?" + cont "Bless you!" + done + +_PokemonTower1Text3: ; 994e6 (26:54e6) + text "I came to pray" + line "for my CLEFAIRY." + + para "Sniff! I can't" + line "stop crying..." + done + +_PokemonTower1Text4: ; 99524 (26:5524) + text "My GROWLITHE..." + line "Why did you die?" + done + +_PokemonTower1Text5: ; 99546 (26:5546) + text "I am a CHANNELER!" + line "There are spirits" + cont "up to mischief!" + done + |
