diff options
Diffstat (limited to 'text/maps/cinnabar_gym.asm')
-rw-r--r-- | text/maps/cinnabar_gym.asm | 210 |
1 files changed, 210 insertions, 0 deletions
diff --git a/text/maps/cinnabar_gym.asm b/text/maps/cinnabar_gym.asm new file mode 100644 index 00000000..adf6f535 --- /dev/null +++ b/text/maps/cinnabar_gym.asm @@ -0,0 +1,210 @@ +_BlaineBattleText:: ; a0844 (28:4844) + text "Hah!" + + para "I am BLAINE! I" + line "am the LEADER of" + cont "CINNABAR GYM!" + + para "My fiery #MON" + line "will incinerate" + cont "all challengers!" + + para "Hah! You better" + line "have BURN HEAL!" + done + +_BlaineEndBattleText:: ; a08c7 (28:48c7) + text "I have" + line "burnt out!" + + para "You have earned" + line "the VOLCANOBADGE!@@" + +_BlaineFireBlastText:: ; a08fd (28:48fd) + text "FIRE BLAST is the" + line "ultimate fire" + cont "technique!" + + para "Don't waste it on" + line "water #MON!" + done + +_BlaineBadgeText:: ; a0946 (28:4946) + text "Hah!" + + para "The VOLCANOBADGE" + line "heightens the" + cont "SPECIAL abilities" + cont "of your #MON!" + + para "Here, you can" + line "have this too!" + done + +_ReceivedTM38Text:: ; a09a8 (28:49a8) + text $52, " received" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM38ExplanationText:: ; a09bc (28:49bc) + db $0 + para "TM38 contains" + line "FIRE BLAST!" + + para "Teach it to fire-" + line "type #MON!" + + para "CHARMELEON or" + line "PONYTA would be" + cont "good bets!" + done + +_TM38NoRoomText:: ; a0a1e (28:4a1e) + text "Make room for my" + line "gift!" + done + +_UnnamedText_7595f:: ; a0a36 (28:4a36) + text "Do you know how" + line "hot #MON fire" + cont "breath can get?" + done + +_UnnamedText_75964:: ; a0a65 (28:4a65) + text "Yow!" + line "Hot, hot, hot!" + prompt + +_UnnamedText_75969:: ; a0a7a (28:4a7a) + text "Fire, or to be" + line "more precise," + cont "combustion..." + + para "Blah, blah, blah," + line "blah..." + done + +_UnnamedText_75994:: ; a0ac0 (28:4ac0) + text "I was a thief, but" + line "I became straight" + cont "as a trainer!" + done + +_UnnamedText_75999:: ; a0af4 (28:4af4) + text "I" + line "surrender!" + prompt + +_UnnamedText_7599e:: ; a0b02 (28:4b02) + text "I can't help" + line "stealing other" + cont "people's #MON!" + done + +_UnnamedText_759c9:: ; a0b2c (28:4b2c) + text "You can't win!" + line "I have studied" + cont "#MON totally!" + done + +_UnnamedText_759ce:: ; a0b58 (28:4b58) + text "Waah!" + line "My studies!" + prompt + +_UnnamedText_759d3:: ; a0b6b (28:4b6b) + text "My theories are" + line "too complicated" + cont "for you!" + done + +_UnnamedText_759fe:: ; a0b95 (28:4b95) + text "I just like using" + line "fire #MON!" + done + +_UnnamedText_75a03:: ; a0bb3 (28:4bb3) + text "Too hot" + line "to handle!" + prompt + +_UnnamedText_75a08:: ; a0bc7 (28:4bc7) + text "I wish there was" + line "a thief #MON!" + cont "I'd use that!" + done + +_UnnamedText_75a33:: ; a0bf4 (28:4bf4) + text "I know why BLAINE" + line "became a trainer!" + done + +_UnnamedText_75a38:: ; a0c19 (28:4c19) + text "Ow!" + prompt + +_UnnamedText_75a3d:: ; a0c1e (28:4c1e) + text "BLAINE was lost" + line "in the mountains" + cont "when a fiery bird" + cont "#MON appeared." + + para "Its light enabled" + line "BLAINE to find" + cont "his way down!" + done + +_UnnamedText_75a68:: ; a0c90 (28:4c90) + text "I've been to many" + line "GYMs, but this is" + cont "my favorite!" + done + +_UnnamedText_75a6d:: ; a0cc1 (28:4cc1) + text "Yowza!" + line "Too hot!" + prompt + +_UnnamedText_75a72:: ; a0cd2 (28:4cd2) + text "Us fire #MON" + line "fans like PONYTA" + cont "and NINETALES!" + done + +_UnnamedText_75a9d:: ; a0d00 (28:4d00) + text "Fire is weak" + line "against H2O!" + done + +_UnnamedText_75aa2:: ; a0d1b (28:4d1b) + text "Oh!" + line "Snuffed out!" + prompt + +_UnnamedText_75aa7:: ; a0d2d (28:4d2d) + text "Water beats fire!" + line "But, fire melts" + cont "ice #MON!" + done + +_UnnamedText_75ac2:: ; a0d5a (28:4d5a) + text "Yo! Champ in" + line "making!" + + para "The hot-headed" + line "BLAINE is a fire" + cont "#MON pro!" + + para "Douse his spirits" + line "with water!" + + para "You better take" + line "some BURN HEALs!" + done + +_UnnamedText_75ac7:: ; a0dd9 (28:4dd9) + text $52, "! You beat" + line "that fire brand!" + done + |