mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

turns out the last time we tried removing disobedience, pokemon wouldn't attack. also reworked the texts to remove references to it, as well as some SS Anne stuff
218 lines
3.4 KiB
NASM
218 lines
3.4 KiB
NASM
_ErikaPreBattleText::
|
|
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
|
|
|
|
_ReceivedRainbowBadgeText::
|
|
text "Oh!"
|
|
line "I concede defeat."
|
|
|
|
para "You are remarkably"
|
|
line "strong."
|
|
|
|
para "I must confer you"
|
|
line "the RAINBOWBADGE."
|
|
prompt
|
|
|
|
_ErikaPostBattleAdviceText::
|
|
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
|
|
|
|
_ErikaRainbowBadgeInfoText::
|
|
text "The RAINBOWBADGE"
|
|
line "allows your"
|
|
cont "#MON to use"
|
|
cont "STRENGTH outside"
|
|
cont "of battle."
|
|
|
|
para "Please also take"
|
|
line "this with you."
|
|
done
|
|
|
|
_ReceivedTM21Text::
|
|
text "<PLAYER> received"
|
|
line "@"
|
|
text_ram wStringBuffer
|
|
text "!@"
|
|
text_end
|
|
|
|
_TM21ExplanationText::
|
|
text_start
|
|
|
|
para "TM21 contains"
|
|
line "MEGA DRAIN."
|
|
|
|
para "Half the damage"
|
|
line "it inflicts is"
|
|
cont "drained to heal"
|
|
cont "your #MON!"
|
|
done
|
|
|
|
_TM21NoRoomText::
|
|
text "You should make"
|
|
line "room for this."
|
|
done
|
|
|
|
_CeladonGymBattleText2::
|
|
text "Hey!"
|
|
|
|
para "You are not"
|
|
line "allowed in here!"
|
|
done
|
|
|
|
_CeladonGymEndBattleText2::
|
|
text "You're"
|
|
line "too rough!"
|
|
prompt
|
|
|
|
_CeladonGymAfterBattleText2::
|
|
text "Bleaah!"
|
|
line "I hope ERIKA"
|
|
cont "wipes you out!"
|
|
done
|
|
|
|
_CeladonGymBattleText3::
|
|
text "I was getting"
|
|
line "bored."
|
|
done
|
|
|
|
_CeladonGymEndBattleText3::
|
|
text "My"
|
|
line "makeup!"
|
|
prompt
|
|
|
|
_CeladonGymAfterBattleText3::
|
|
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::
|
|
text "Aren't you the"
|
|
line "peeping Tom?"
|
|
done
|
|
|
|
_CeladonGymEndBattleText4::
|
|
text "I'm"
|
|
line "in shock!"
|
|
prompt
|
|
|
|
_CeladonGymAfterBattleText4::
|
|
text "Oh, you weren't"
|
|
line "peeping? We get a"
|
|
cont "lot of gawkers!"
|
|
done
|
|
|
|
_CeladonGymBattleText5::
|
|
text "Look at my grass"
|
|
line "#MON!"
|
|
|
|
para "They're so easy"
|
|
line "to raise!"
|
|
done
|
|
|
|
_CeladonGymEndBattleText5::
|
|
text "No!"
|
|
prompt
|
|
|
|
_CeladonGymAfterBattleText5::
|
|
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::
|
|
text "Don't bring any"
|
|
line "bugs or fire"
|
|
cont "#MON in here!"
|
|
done
|
|
|
|
_CeladonGymEndBattleText6::
|
|
text "Oh!"
|
|
line "You!"
|
|
prompt
|
|
|
|
_CeladonGymAfterBattleText6::
|
|
text "Our LEADER, ERIKA,"
|
|
line "might be quiet,"
|
|
cont "but she's also"
|
|
cont "very skilled!"
|
|
done
|
|
|
|
_CeladonGymBattleText7::
|
|
text "Pleased to meet"
|
|
line "you. My hobby is"
|
|
cont "#MON training."
|
|
done
|
|
|
|
_CeladonGymEndBattleText7::
|
|
text "Oh!"
|
|
line "Splendid!"
|
|
prompt
|
|
|
|
_CeladonGymAfterBattleText7::
|
|
text "I have a blind"
|
|
line "date coming up."
|
|
cont "I have to learn"
|
|
cont "to be polite."
|
|
done
|
|
|
|
_CeladonGymBattleText8::
|
|
text "Welcome to"
|
|
line "CELADON GYM!"
|
|
|
|
para "You better not"
|
|
line "underestimate"
|
|
cont "girl power!"
|
|
done
|
|
|
|
_CeladonGymEndBattleText8::
|
|
text "Oh!"
|
|
line "Beaten!"
|
|
prompt
|
|
|
|
_CeladonGymAfterBattleText8::
|
|
text "I didn't bring my"
|
|
line "best #MON!"
|
|
|
|
para "Wait 'til next"
|
|
line "time!"
|
|
done
|