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/cinnabar_island.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/cinnabar_island.asm')
| -rw-r--r-- | text/maps/cinnabar_island.asm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/text/maps/cinnabar_island.asm b/text/maps/cinnabar_island.asm new file mode 100644 index 00000000..3a4ba567 --- /dev/null +++ b/text/maps/cinnabar_island.asm @@ -0,0 +1,38 @@ +_CinnabarIslandText8: ; a61cf (29:61cf) + text "The door is" + line "locked..." + done + +_CinnabarIslandText1: ; a61e6 (29:61e6) + text "CINNABAR GYM's" + line "BLAINE is an odd" + cont "man who has lived" + cont "here for decades." + done + +_CinnabarIslandText2: ; a622a (29:622a) + text "Scientists conduct" + line "experiments in" + cont "the burned out" + cont "building." + done + +_CinnabarIslandText3: ; a6266 (29:6266) + text "CINNABAR ISLAND" + line "The Fiery Town of" + cont "Burning Desire" + done + +_CinnabarIslandText6: ; a6298 (29:6298) + text "#MON LAB" + done + +_CinnabarIslandText7: ; a62a2 (29:62a2) + text "CINNABAR ISLAND" + line "#MON GYM" + cont "LEADER: BLAINE" + + para "The Hot-Headed" + line "Quiz Master!" + done + |
