mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-05 13:10:58 +13:00
(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
-
138 lines
2.3 KiB
NASM
138 lines
2.3 KiB
NASM
_SilphGauntlet5FBattleText1::
|
|
text "Welcome to 5F!"
|
|
line "Feeling tired?"
|
|
done
|
|
|
|
_SilphGauntlet5FEndBattleText1::
|
|
text "Oops!"
|
|
line "Dropped my balls"
|
|
cont "again!" ; it's just so fucking funny
|
|
prompt
|
|
|
|
_SilphGauntlet5FAfterBattleText1::
|
|
text "You have what it"
|
|
line "takes to beat"
|
|
cont "the strongest of"
|
|
cont "trainers."
|
|
|
|
para "You have my"
|
|
line "support!"
|
|
done
|
|
|
|
_SilphGauntlet5FBattleText2::
|
|
text "I can tell that"
|
|
line "you're no match"
|
|
cont "for PSI power!"
|
|
done
|
|
|
|
_SilphGauntlet5FEndBattleText2::
|
|
text "I was"
|
|
line "wrong..."
|
|
prompt
|
|
|
|
_SilphGauntlet5FAfterBattleText2::
|
|
text "Be careful while"
|
|
line "you're here. That"
|
|
cont "CHIEF gives me"
|
|
cont "the creeps..."
|
|
done
|
|
|
|
_SilphGauntlet5FBattleText3::
|
|
text "Alright, alright!"
|
|
line "Put 'em up!"
|
|
done
|
|
|
|
_SilphGauntlet5FEndBattleText3::
|
|
text "Too"
|
|
line "strong!"
|
|
prompt
|
|
|
|
_SilphGauntlet5FAfterBattleText3::
|
|
text "Unlike that wimp"
|
|
line "over there, I"
|
|
cont "ain't scared of"
|
|
cont "that CHIEF guy!"
|
|
done
|
|
|
|
_SilphGauntlet5FBattleText4::
|
|
text "Hah! Thought you"
|
|
line "could get away?"
|
|
done
|
|
|
|
_SilphGauntlet5FEndBattleText4::
|
|
text "Hmph!"
|
|
prompt
|
|
|
|
_SilphGauntlet5FAfterBattleText4::
|
|
text "There's not much"
|
|
line "room to swim..."
|
|
|
|
para "And did CHIEF have"
|
|
line "to add #MON?!"
|
|
cont "They're strong,"
|
|
cont "too!"
|
|
done
|
|
|
|
_SilphGauntlet5FBattleText5::
|
|
text "Before # BALLs,"
|
|
line "We TAMERs ruled"
|
|
cont "the roost!"
|
|
done
|
|
|
|
_SilphGauntlet5FEndBattleText5::
|
|
text "Argh!"
|
|
prompt
|
|
|
|
_SilphGauntlet5FAfterBattleText5::
|
|
text "Huh? Yeah! We"
|
|
line "used our whips!"
|
|
|
|
para "...Hey, what's"
|
|
line "with that stare?"
|
|
done
|
|
|
|
_SilphGauntlet5FBattleText6::
|
|
text "Once, I was the"
|
|
line "champion!"
|
|
done
|
|
|
|
_SilphGauntlet5FEndBattleText6::
|
|
text "I'm"
|
|
line "washed up..."
|
|
prompt
|
|
|
|
_SilphGauntlet5FAfterBattleText6::
|
|
text "Many trainers have"
|
|
line "held the title of"
|
|
cont "champion before!"
|
|
|
|
para "In fact, I've"
|
|
line "recognised a few"
|
|
cont "around here!"
|
|
done
|
|
|
|
_SilphGauntlet5FBattleText7::
|
|
text "So you're the"
|
|
line "current champ?"
|
|
|
|
para "You don't seem"
|
|
line "strong. Play ball!"
|
|
done
|
|
|
|
_SilphGauntlet5FEndBattleText7::
|
|
text "It's"
|
|
line "all wrong..."
|
|
prompt
|
|
|
|
_SilphGauntlet5FAfterBattleText7::
|
|
text "I'm surprised you"
|
|
line "don't use many"
|
|
cont "of the classic"
|
|
cont "techniques."
|
|
|
|
para "I guess they're"
|
|
line "classic for a"
|
|
cont "reason..."
|
|
done
|
|
|