diff options
Diffstat (limited to 'text/maps/celadon_gym.asm')
-rw-r--r-- | text/maps/celadon_gym.asm | 219 |
1 files changed, 219 insertions, 0 deletions
diff --git a/text/maps/celadon_gym.asm b/text/maps/celadon_gym.asm new file mode 100644 index 00000000..d607e376 --- /dev/null +++ b/text/maps/celadon_gym.asm @@ -0,0 +1,219 @@ +_UnnamedText_48a5e:: ; 9d28f (27:528f) + text "Hello. Lovely" + line "weather isn't it?" + cont "It's so pleasant." + + para "...Oh dear..." + line "I must have dozed" + cont "off. Welcome." + + para "My name is ERIKA." + line "I am the LEADER" + cont "of CELADON GYM." + + para "I teach the art of" + line "flower arranging." + cont "My #MON are of" + cont "the grass-type." + + para "Oh, I'm sorry, I" + line "had no idea that" + cont "you wished to" + cont "challenge me." + + para "Very well, but I" + line "shall not lose." + done + +_UnnamedText_48a63:: ; 9d3c2 (27:53c2) + text "Oh!" + line "I concede defeat." + + para "You are remarkably" + line "strong." + + para "I must confer you" + line "the RAINBOWBADGE." + prompt + +_UnnamedText_48a68:: ; 9d418 (27:5418) + text "You are cataloging" + line "#MON? I must" + cont "say I'm impressed." + + para "I would never" + line "collect #MON" + cont "if they were" + cont "unattractive." + done + +_UnnamedText_48a6d:: ; 9d481 (27:5481) + text "The RAINBOWBADGE" + line "will make #MON" + cont "up to L50 obey." + + para "It also allows" + line "#MON to use" + cont "STRENGTH in and" + cont "out of battle." + + para "Please also take" + line "this with you." + done + +_ReceivedTM21Text:: ; 9d50c (27:550c) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM21ExplanationText:: ; 9d520 (27:5520) + db $0 + para "TM21 contains" + line "MEGA DRAIN." + + para "Half the damage" + line "it inflicts is" + cont "drained to heal" + cont "your #MON!" + done + +_TM21NoRoomText:: ; 9d576 (27:5576) + text "You should make" + line "room for this." + done + +_CeladonGymBattleText2:: ; 9d596 (27:5596) + text "Hey!" + + para "You are not" + line "allowed in here!" + done + +_CeladonGymEndBattleText2:: ; 9d5b9 (27:55b9) + text "You're" + line "too rough!" + prompt + +_CeladonGymAfterBattleText2:: ; 9d5cb (27:55cb) + text "Bleaah!" + line "I hope ERIKA" + cont "wipes you out!" + done + +_CeladonGymBattleText3:: ; 9d5f0 (27:55f0) + text "I was getting" + line "bored." + done + +_CeladonGymEndBattleText3:: ; 9d606 (27:5606) + text "My" + line "makeup!" + prompt + +_CeladonGymAfterBattleText3:: ; 9d612 (27:5612) + text "Grass-type #MON" + line "are tough against" + cont "the water-type!" + + para "They also have an" + line "edge on rock and" + cont "ground #MON!" + done + +_CeladonGymBattleText4:: ; 9d675 (27:5675) + text "Aren't you the" + line "peeping Tom?" + done + +_CeladonGymEndBattleText4:: ; 9d691 (27:5691) + text "I'm" + line "in shock!" + prompt + +_CeladonGymAfterBattleText4:: ; 9d69f (27:569f) + text "Oh, you weren't" + line "peeping? We get a" + cont "lot of gawkers!" + done + +_CeladonGymBattleText5:: ; 9d6d1 (27:56d1) + text "Look at my grass" + line "#MON!" + + para "They're so easy" + line "to raise!" + done + +_CeladonGymEndBattleText5:: ; 9d702 (27:5702) + text "No!" + prompt + +_CeladonGymAfterBattleText5:: ; 9d707 (27:5707) + text "We only use grass-" + line "type #MON at" + cont "our GYM!" + + para "We also use them" + line "for making flower" + cont "arrangements!" + done + +_CeladonGymBattleText6:: ; 9d762 (27:5762) + text "Don't bring any" + line "bugs or fire" + cont "#MON in here!" + done + +_CeladonGymEndBattleText6:: ; 9d78d (27:578d) + text "Oh!" + line "You!" + prompt + +_CeladonGymAfterBattleText6:: ; 9d797 (27:5797) + text "Our LEADER, ERIKA," + line "might be quiet," + cont "but she's also" + cont "very skilled!" + done + +_CeladonGymBattleText7:: ; 9d7d7 (27:57d7) + text "Pleased to meet" + line "you. My hobby is" + cont "#MON training." + done + +_CeladonGymEndBattleText7:: ; 9d808 (27:5808) + text "Oh!" + line "Splendid!" + prompt + +_CeladonGymAfterBattleText7:: ; 9d817 (27:5817) + text "I have a blind" + line "date coming up." + cont "I have to learn" + cont "to be polite." + done + +_CeladonGymBattleText8:: ; 9d855 (27:5855) + text "Welcome to" + line "CELADON GYM!" + + para "You better not" + line "underestimate" + cont "girl power!" + done + +_CeladonGymEndBattleText8:: ; 9d897 (27:5897) + text "Oh!" + line "Beaten!" + prompt + +_CeladonGymAfterBattleText8:: ; 9d8a4 (27:58a4) + text "I didn't bring my" + line "best #MON!" + + para "Wait 'til next" + line "time!" + done + |