FEROCIOUS KICKS AND PUNCHES

This adds the Mega Punch & Mega Kick guys from FireRed and LeafGreen.

Given Mega Punch was in Mt. Moon, and GF replaced it with Thief in FRLG, I decided to change the TM to the Wing Fossil, which currently isn't obtainable outside of Mt. Moon Crater.
This commit is contained in:
Llinos Evans 2023-04-23 00:26:33 +01:00
parent 9f86539800
commit 5e21c159f9
7 changed files with 214 additions and 8 deletions

View file

@ -33,3 +33,100 @@ _Route4Text6::
line "MT.MOON -"
cont "CERULEAN CITY"
done
_TM01PreReceiveText::
text "A punch of"
line "roaring ferocity!"
para "Packed with"
line "destructive"
cont "power!"
para "When the chips"
line "are down, MEGA"
cont "PUNCH is the"
cont "ultimate attack!"
para "You agree, yes?"
prompt
_ReceivedTM01Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_TM01ExplanationText::
text "Now, we are"
line "comrades in the"
cont "art of punching!"
para "You should go"
line "before you're"
cont "seen by the"
cont "misguided fool"
cont "who trains only"
cont "his silly kicking"
cont "over there."
done
_TM01Refused::
text "You'll come back"
line "when you"
cont "understand the"
cont "worth of MEGA"
cont "PUNCH."
done
_MegaNoRoomText::
text "You have no"
line "room for this!"
done
_TM05PreReceiveText::
text "A kick of brutal"
line "ferocity!"
para "Packed with"
line "destructive"
cont "power!"
para "When you get"
line "right down to"
cont "it, MEGA KICK"
cont "is the ultimate"
cont "attack!"
para "Don't you agree?"
prompt
_ReceivedTM05Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_TM05ExplanationText::
text "Now, we are soul"
line "mates in the way"
cont "of kicking!"
para "You should run"
line "before you're"
cont "seen by the"
cont "deluded nitwit"
cont "who trains only"
cont "simple punching"
cont "over there."
done
_TM05Refused::
text "You'll come"
line "crawling back"
cont "when you"
cont "realize the"
cont "value of MEGA"
cont "KICK."
done