diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 18:58:13 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 18:58:57 -0500 |
| commit | 9da43a2311ff61ef89a187be4f8b897abf660bed (patch) | |
| tree | 818f823e733a741a047ffe0b7445a547bdf9f806 /text/maps/lavender_town.asm | |
| parent | split out a bunch of map text (diff) | |
| download | pokeyellow-9da43a2311ff61ef89a187be4f8b897abf660bed.tar.gz pokeyellow-9da43a2311ff61ef89a187be4f8b897abf660bed.tar.xz pokeyellow-9da43a2311ff61ef89a187be4f8b897abf660bed.zip | |
Move city and town map text into text/maps
Diffstat (limited to 'text/maps/lavender_town.asm')
| -rw-r--r-- | text/maps/lavender_town.asm | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/text/maps/lavender_town.asm b/text/maps/lavender_town.asm new file mode 100644 index 00000000..a3d7ccae --- /dev/null +++ b/text/maps/lavender_town.asm @@ -0,0 +1,65 @@ +_UnnamedText_4413c: ; a5482 (29:5482) + text "Do you believe in" + line "GHOSTs?" + done + +_UnnamedText_44141: ; a549d (29:549d) + text "Really? So there" + line "are believers..." + done + +_UnnamedText_44146: ; a54c0 (29:54c0) + text "Hahaha, I guess" + line "not." + + para "That white hand" + line "on your shoulder," + cont "it's not real." + done + +_LavenderTownText2: ; a5506 (29:5506) + text "This town is known" + line "as the grave site" + cont "of #MON." + + para "Memorial services" + line "are held in" + cont "#MON TOWER." + done + +_LavenderTownText3: ; a555f (29:555f) + text "GHOSTs appeared" + line "in #MON TOWER." + + para "I think they're" + line "the spirits of" + cont "#MON that the" + cont "ROCKETs killed." + done + +_LavenderTownText4: ; a55bb (29:55bb) + text "LAVENDER TOWN" + line "The Noble Purple" + cont "Town" + done + +_LavenderTownText5: ; a55e0 (29:55e0) + text "New SILPH SCOPE!" + + para "Make the Invisible" + line "Plain to See!" + + para "SILPH CO." + done + +_LavenderTownText8: ; a561d (29:561d) + text "LAVENDER VOLUNTEER" + line "#MON HOUSE" + done + +_LavenderTownText9: ; a563c (29:563c) + text "May the Souls of" + line "#MON Rest Easy" + cont "#MON TOWER" + done + |
