diff options
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 + |