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

Uploading some of the 1.3 stuff to begin with, mainly the changes that are fully finished so far. - After earning all 8 badges, the trainers in Celadon University get a decent level increase, allowing for a much better grinding spot between Victory Road and the Pokemon League. - A handful of changes to move animations, credit to wrulfy for implementing some of these in their Carmine Red hack: - Struggle has the user bouncing up and down similarly to Splash, rather than shaking back and forth. - Slam has the user move forward while attacking. - Mega Kick has the user move back, then lunging forward while attacking. - Jump Kick has the user move forward while attacking, as well as a sound effect change. - Horn Drill uses a unique animation of a rotating star effect, as well as darkening the screen. - Both confusion-inflicting status moves show birds circling the enemy. - Hyper Beam is slightly slower, and shakes the screen after the hit. - Drill Peck uses the same circling star animation as Horn Drill. - Solar Beam has a 'gathering energy' effect while lighting up the screen. - SmokeScreen is a lot faster. - Skull Bash shakes the screen and moves the user horizontally while attacking. - Hi Jump Kick made slightly faster. - Dazzling Gleam lights up the screen and has been made slightly longer. - Acid Armor has been given a proper animatio, and no longer makes the user invisible. - It's now possible to Escape Rope out of the SS Anne and Silph Gauntlet 3F. - Changes made to a handful of Victory Road and Silph Gauntlet trainer parties. - Slight level buffs to the Elite 4 initial matches, and significant buffs to their rematches. - Silph Gauntlet Gym rematches have been increased by a few levels, and Chief has been similarly buffed. - Slight encounter tweaks to Route 23 - Level buffs to Victory Road's wild encounters - Minor text fixes -
115 lines
1.8 KiB
NASM
115 lines
1.8 KiB
NASM
_CeladonUniversityOutsideYesNo1::
|
|
text "I love battles!"
|
|
line "Wanna go?"
|
|
done
|
|
|
|
_CeladonUniversityRefuse::
|
|
text "Aww! Next time?"
|
|
done
|
|
|
|
_CeladonUniversityOutsideBattleText1::
|
|
text "Ok! Game on!"
|
|
done
|
|
|
|
_CeladonUniversityOutsideBattleText2::
|
|
text "Let's go!"
|
|
done
|
|
|
|
_CeladonUniversityOutsideBattleText3::
|
|
text "I'm at the top"
|
|
line "of my game!"
|
|
cont "Go, GOLEM!"
|
|
done
|
|
|
|
_CeladonUniversityOutsideBattleText4::
|
|
text "This time, for"
|
|
line "sure!"
|
|
done
|
|
|
|
_CeladonUniversityOutsideLoseText1::
|
|
text "Darn!"
|
|
line "You beat me!"
|
|
prompt
|
|
|
|
_CeladonUniversityOutsideLoseText2::
|
|
text "Darn!"
|
|
line "It must need an"
|
|
cont "update!"
|
|
prompt
|
|
|
|
_CeladonUniversityOutsideLoseText3::
|
|
text "Not"
|
|
line "enough..."
|
|
prompt
|
|
|
|
_CeladonUniversityOutsideLoseText4::
|
|
text "One"
|
|
line "day I'll beat"
|
|
cont "you!"
|
|
prompt
|
|
|
|
_CeladonUniversityOutsideWinText::
|
|
text "Hmm!"
|
|
line "Need to brush"
|
|
cont "up?"
|
|
prompt
|
|
|
|
_CeladonUniversityOutsideAfterBattleText::
|
|
text "I'll get you next"
|
|
line "time!"
|
|
done
|
|
|
|
_CeladonUniversityOutsideYesNo2::
|
|
text "I've been working"
|
|
line "on an artificial"
|
|
cont "#MON."
|
|
|
|
para "Want to help me"
|
|
line "test it for my"
|
|
cont "thesis?"
|
|
|
|
done
|
|
|
|
_CeladonUniversityOutsideYesNo3::
|
|
text "I had the TRADER"
|
|
line "lend me a hand."
|
|
|
|
para "I could beat"
|
|
line "anyone in the"
|
|
cont "UNIVERSITY!"
|
|
|
|
para "Try me!"
|
|
|
|
done
|
|
|
|
_CeladonUniversityOutsideYesNo4::
|
|
text "Hey! I met you"
|
|
line "in MT. MOON!"
|
|
|
|
para "Want a rematch?"
|
|
done
|
|
|
|
_CeladonUniversityOutsideNPC1::
|
|
text "I qualified for"
|
|
line "this UNIVERSITY"
|
|
cont "through a"
|
|
cont "magazine."
|
|
|
|
done
|
|
|
|
_CeladonUniversityOutsideNPC2::
|
|
text "I got referred"
|
|
line "after studying"
|
|
cont "with ERIKA."
|
|
|
|
para "Her GRASS-type"
|
|
line "knowledge is"
|
|
cont "astounding!"
|
|
|
|
done
|
|
|
|
_CeladonMagikarp::
|
|
text "MAGIKARP: Blub..."
|
|
|
|
done
|