mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

This is a pretty hefty commit, so let's break it down. - Fixes Pokedex entries for Bittybat, Bulbasaur, and Shellder. - ...presumably fixes the options menu. - Adds a Fishing Group and water wild data to Diglett's Cave, also reduces the encounter rate. More to come. - Modifies parties, including evolving Rival 2's starter. - Attempts to fix the Ultra and Safari Balls by making `BallFactor` 4, which appears to be the intended number. Tests yielded positive results. - Restores a ton of Japanese references that got removed in localisation, including some errors.
182 lines
2.8 KiB
NASM
182 lines
2.8 KiB
NASM
_Route14BattleText1::
|
|
text "You need to use"
|
|
line "TMs to teach good"
|
|
cont "moves to #MON!"
|
|
done
|
|
|
|
_Route14EndBattleText1::
|
|
text "Not"
|
|
line "good enough!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText1::
|
|
text "You have some HMs"
|
|
line "right? #MON"
|
|
cont "can't ever forget"
|
|
cont "those moves."
|
|
done
|
|
|
|
_Route14BattleText2::
|
|
text "My bird #MON"
|
|
line "should be ready"
|
|
cont "for battle."
|
|
done
|
|
|
|
_Route14EndBattleText2::
|
|
text "Not"
|
|
line "ready yet!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText2::
|
|
text "They need to learn"
|
|
line "better moves."
|
|
done
|
|
|
|
_Route14BattleText3::
|
|
text "TMs are on sale"
|
|
line "in CELADON!"
|
|
cont "But, only a few"
|
|
cont "people have HMs!"
|
|
done
|
|
|
|
_Route14EndBattleText3::
|
|
text "Aww,"
|
|
line "bummer!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText3::
|
|
text "Teach #MON"
|
|
line "moves of the same"
|
|
cont "element type for"
|
|
cont "more power."
|
|
done
|
|
|
|
_Route14BattleText4::
|
|
text "Have you taught"
|
|
line "your bird #MON"
|
|
cont "how to FLY?"
|
|
done
|
|
|
|
_Route14EndBattleText4::
|
|
text "Shot"
|
|
line "down in flames!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText4::
|
|
text "Bird #MON are"
|
|
line "my true love!"
|
|
done
|
|
|
|
_Route14BattleText5::
|
|
text "Have you heard of"
|
|
line "the winged"
|
|
cont "mirages?"
|
|
done
|
|
|
|
_Route14EndBattleText5::
|
|
text "Why?"
|
|
line "Why'd I lose?"
|
|
prompt
|
|
|
|
_Route14AfterBattleText5::
|
|
text "The winged" ; jp / remake restoration
|
|
line "mirages are the"
|
|
|
|
para "legendary bird"
|
|
line "#MON."
|
|
|
|
para "There are 3 of"
|
|
line "them: ZAPDOS,"
|
|
cont "ARTICUNO, and"
|
|
cont "MOLTRES."
|
|
|
|
done
|
|
|
|
_Route14BattleText6::
|
|
text "I'm not into it,"
|
|
line "but OK! Let's go!"
|
|
done
|
|
|
|
_Route14EndBattleText6::
|
|
text "I"
|
|
line "knew it!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText6::
|
|
text "Winning, losing,"
|
|
line "it doesn't matter"
|
|
cont "in the long run!"
|
|
done
|
|
|
|
_Route14BattleText7::
|
|
text "C'mon, c'mon."
|
|
line "Let's go, let's"
|
|
cont "go, let's go!"
|
|
done
|
|
|
|
_Route14EndBattleText7::
|
|
text "Arrg!"
|
|
line "Lost! Get lost!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText7::
|
|
text "What, what, what?"
|
|
line "What do you want?"
|
|
done
|
|
|
|
_Route14BattleText8::
|
|
text "Perfect! I need to"
|
|
line "burn some time!"
|
|
done
|
|
|
|
_Route14EndBattleText8::
|
|
text "What?"
|
|
line "You!?"
|
|
prompt
|
|
|
|
_Route14AfterBattleText8::
|
|
text "Raising #MON"
|
|
line "is a drag, man."
|
|
done
|
|
|
|
_Route14BattleText9::
|
|
text "We ride out here"
|
|
line "because there's"
|
|
cont "more room!"
|
|
done
|
|
|
|
_Route14EndBattleText9::
|
|
text "Wipe out!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText9::
|
|
text "It's cool you"
|
|
line "made your #MON"
|
|
cont "so strong!"
|
|
|
|
para "Might is right!"
|
|
line "And you know it!"
|
|
done
|
|
|
|
_Route14BattleText10::
|
|
text "#MON fight?"
|
|
line "Cool! Rumble!"
|
|
done
|
|
|
|
_Route14EndBattleText10::
|
|
text "Blown"
|
|
line "away!"
|
|
prompt
|
|
|
|
_Route14AfterBattleText10::
|
|
text "You know who'd"
|
|
line "win, you and me"
|
|
cont "one on one!"
|
|
done
|
|
|
|
_Route14Text11::
|
|
text "ROUTE 14"
|
|
line "West to FUCHSIA"
|
|
cont "CITY"
|
|
done
|