mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-08 19:40:40 +12:00
Bug Fixes and stuff!
(kinda just clearing my commits list while I'm working on 1.3 still.)
- Lance's Room is no longer listed as a dungeon map
- Changed the layout of Cinnabar Volcano YET AGAIN, making it a little more visually appealing. If you get softlocked here, I will just sigh disapprovingly.
- Various moveset fixes:
- Arcanine-H gets EQ and Fissure now
- Raichu-A loses Counter
- Raticate-A gets TBolt and Thunder
- Swapped Bullet Punch and Iron Head around in Scizor's learnset
- Umbreon gets Psychic
- WigWug both now get Ice Beam and Blizzard
- Seel and Dewgong get Water Gun by level up
- Swapped inconsistent moveset levels for Omanyte and Omastar
- Eevee gets Quick Attack earlier
- Fixed a typo in Slowbro-G's dex entry
- Changed the Tauros Combat Breed trader's text to remove a moveset inaccuracy
- Changed Misty's AI to now use X Specials instead of Potions
- Gave Chief's teams a slightly updated moveset
- Fixed an issue where Steel just...didn't resist Rock? How did I miss this?????
- Made Sandshrew more common in Mt Moon B2F
- Changed the Marowaks on Silph Gauntlet 4F to Guardias
- Fixed issues where receiving a Gym badge wouldn't play the correct sound in most situations
- Increased the level of the Salesman's Cubone gift from 17 to 23
- Decreased the levels of the Fossil gifts from 44 to 35
- More text fixes
-
This commit is contained in:
parent
7cd95d1561
commit
7742104bbb
40 changed files with 115 additions and 130 deletions
|
|
@ -222,18 +222,16 @@ DoubleEdgeGuy:
|
|||
|
||||
TM10PreReceiveText:
|
||||
text "You should be"
|
||||
line "proud of"
|
||||
cont "yourself,"
|
||||
cont "having battled"
|
||||
cont "your way through"
|
||||
cont "VICTORY ROAD so"
|
||||
cont "courageously."
|
||||
line "proud of your-"
|
||||
cont "self, having"
|
||||
cont "battled your way"
|
||||
cont "through VICTORY"
|
||||
cont "ROAD so bravely."
|
||||
|
||||
para "In recognition"
|
||||
line "of your feat,"
|
||||
cont "I can teach your"
|
||||
cont "#MON"
|
||||
cont "DOUBLE-EDGE."
|
||||
para "In recognition of"
|
||||
line "your feat, I can"
|
||||
cont "teach your #-"
|
||||
cont "MON DOUBLE-EDGE."
|
||||
prompt
|
||||
|
||||
ReceivedTM10Text:
|
||||
|
|
@ -253,7 +251,8 @@ TM10ExplanationText:
|
|||
|
||||
TM10Refused:
|
||||
text "I'll teach your"
|
||||
line "#MON anytime."
|
||||
line "#MON at any"
|
||||
cont "time."
|
||||
done
|
||||
|
||||
DoubleEdgeNoRoomText:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue